[tor-commits] [tech-reports/master] Modernizing Collector Report

karsten at torproject.org karsten at torproject.org
Wed Dec 19 21:07:50 UTC 2018


commit 3b440f56ae76f040cfcff6f0b8643edd54d2d001
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Wed Nov 28 18:13:04 2018 +0000

    Modernizing Collector Report
---
 2018/modern-collector/.gitignore                  |      4 +
 2018/modern-collector/Makefile                    |      9 +
 2018/modern-collector/all_descriptors_missing.pdf |    Bin 0 -> 5472 bytes
 2018/modern-collector/architecture.dot            |     22 +
 2018/modern-collector/directory_servers.pdf       |    Bin 0 -> 72783 bytes
 2018/modern-collector/modern-collector.tex        |   1354 +
 2018/modern-collector/reference-checker.dot       |     24 +
 2018/modern-collector/refs.bib                    |    223 +
 2018/modern-collector/rfc.bib                     | 104257 +++++++++++++++++++
 2018/modern-collector/tortechrep.cls              |      1 +
 2018/modern-collector/total-relays.pdf            |    Bin 0 -> 25854 bytes
 11 files changed, 105894 insertions(+)

diff --git a/2018/modern-collector/.gitignore b/2018/modern-collector/.gitignore
new file mode 100644
index 0000000..0d91ffa
--- /dev/null
+++ b/2018/modern-collector/.gitignore
@@ -0,0 +1,4 @@
+architecture.pdf
+reference-checker.pdf
+modern-collector.pdf
+modern-collector.toc
diff --git a/2018/modern-collector/Makefile b/2018/modern-collector/Makefile
new file mode 100644
index 0000000..edf3608
--- /dev/null
+++ b/2018/modern-collector/Makefile
@@ -0,0 +1,9 @@
+all:
+	dot -Tpdf reference-checker.dot > reference-checker.pdf
+	dot -Tpdf architecture.dot > architecture.pdf
+	pdflatex modern-collector.tex
+	bibtex modern-collector
+	pdflatex modern-collector.tex
+	pdflatex modern-collector.tex
+	-[ `hostname` = "z" ] && \
+	  scp modern-collector.pdf people.torproject.org:public_html/volatile/
diff --git a/2018/modern-collector/all_descriptors_missing.pdf b/2018/modern-collector/all_descriptors_missing.pdf
new file mode 100644
index 0000000..9fba168
Binary files /dev/null and b/2018/modern-collector/all_descriptors_missing.pdf differ
diff --git a/2018/modern-collector/architecture.dot b/2018/modern-collector/architecture.dot
new file mode 100644
index 0000000..4fd6416
--- /dev/null
+++ b/2018/modern-collector/architecture.dot
@@ -0,0 +1,22 @@
+digraph arch {
+  subgraph {
+    server [label="Server",shape=box];
+    scheduler [label="Scheduler",shape=box];
+    reference_checker [label="Reference Checker",shape=box];
+    parser [label="Parser",shape=box];
+    archive [label="Archive",shape=cylinder];
+    fetcher [label="Fetcher",shape=box];
+
+    scheduler -> reference_checker;
+    reference_checker -> archive;
+    archive -> reference_checker;
+    reference_checker -> fetcher;
+    fetcher -> parser;
+    parser -> reference_checker;
+    server -> archive;
+    archive -> server;
+
+    {rank = same; scheduler; archive;}
+    {rank = same; fetcher; parser;}
+  }
+}
diff --git a/2018/modern-collector/directory_servers.pdf b/2018/modern-collector/directory_servers.pdf
new file mode 100644
index 0000000..f2e28f9
Binary files /dev/null and b/2018/modern-collector/directory_servers.pdf differ
diff --git a/2018/modern-collector/modern-collector.tex b/2018/modern-collector/modern-collector.tex
new file mode 100644
index 0000000..206da10
--- /dev/null
+++ b/2018/modern-collector/modern-collector.tex
@@ -0,0 +1,1354 @@
+\documentclass{tortechrep}
+\usepackage{url}
+\usepackage{authblk}
+\usepackage{hyperref}
+\usepackage{comment}
+\usepackage{fancyvrb}
+\usepackage{fancyhdr}
+\usepackage[Q=yes]{examplep}
+\usepackage{marginnote}
+\usepackage{graphicx}
+\usepackage{caption}
+\usepackage{subcaption}
+\usepackage{listings}
+\usepackage{xcolor}
+\usepackage{fontawesome}
+\usepackage{threeparttable}
+
+\interfootnotelinepenalty=10000
+\emergencystretch 5em%
+
+%%% useful definitions and settings
+\setcounter{tocdepth}{1}
+
+%%% no break in verbatim/code.
+\newcommand{\Qx}[1]{\mbox{\Q{#1}}}
+
+\newcommand{\todo}[1]{\textbf{\textcolor{red}{TODO:}} #1}
+
+\newcommand{\relaydescs}[0]{\texttt{relaydescs}}
+\newcommand{\onionperf}[0]{\texttt{onionperf}}
+
+\newcommand{\async}[0]{\texttt{async}}
+\newcommand{\await}[0]{\texttt{await}}
+
+\newcommand{\stem}[0]{\textit{stem}}
+\newcommand{\asyncio}[0]{\textit{asyncio}}
+\newcommand{\aiofiles}[0]{\textit{aiofiles}}
+\newcommand{\aiohttp}[0]{\textit{aiohttp}}
+\newcommand{\curio}[0]{\textit{curio}}
+\newcommand{\asks}[0]{\textit{asks}}
+
+\newcommand{\twisted}[0]{\textit{Twisted}}
+\newcommand{\txtorcon}[0]{\textit{txtorcon}}
+\newcommand{\fdesc}[0]{\textit{fdesc}}
+
+\newcommand{\sched}[0]{\textit{sched}}
+\newcommand{\schedule}[0]{\textit{schedule}}
+\newcommand{\apscheduler}[0]{\textit{apscheduler}}
+
+\newcommand{\bushel}[0]{\textit{bushel}}
+
+\newcommand*\mean[1]{\bar{#1}}
+
+\definecolor{torpurple}{HTML}{7D4698}
+\definecolor{torgreen}{HTML}{68B030}
+\definecolor{tordarkgreen}{HTML}{4a7f2a}
+\definecolor{tordarkgrey}{HTML}{333A41}
+
+\lstset{
+  backgroundcolor=\color{white},   % choose the background color; you must add \usepackage{color} or \usepackage{xcolor}; should come as last argument
+  basicstyle=\footnotesize\tt,        % the size of the fonts that are used for the code
+  breakatwhitespace=false,         % sets if automatic breaks should only happen at whitespace
+  breaklines=true,                 % sets automatic line breaking
+  captionpos=b,                    % sets the caption-position to bottom
+  commentstyle=\color{tordarkgrey},    % comment style
+  deletekeywords={...},            % if you want to delete keywords from the given language
+  escapeinside={\%*}{*)},          % if you want to add LaTeX within your code
+  extendedchars=true,              % lets you use non-ASCII characters; for 8-bits encodings only, does not work with UTF-8
+  frame=single,	                   % adds a frame around the code
+  keepspaces=true,                 % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)
+  keywordstyle=\color{torpurple},       % keyword style
+  language=Python,                 % the language of the code
+  morekeywords={*,...,async,await},            % if you want to add more keywords to the set
+  numbers=left,                    % where to put the line-numbers; possible values are (none, left, right)
+  numbersep=5pt,                   % how far the line-numbers are from the code
+  numberstyle=\tiny\color{darkgray}, % the style that is used for the line-numbers
+  rulecolor=\color{black},         % if not set, the frame-color may be changed on line-breaks within not-black text (e.g. comments (green here))
+  showspaces=false,                % show spaces everywhere adding particular underscores; it overrides 'showstringspaces'
+  showstringspaces=false,          % underline spaces within strings only
+  showtabs=false,                  % show tabs within strings adding particular underscores
+  stepnumber=2,                    % the step between two line-numbers. If it's 1, each line will be numbered
+  stringstyle=\color{tordarkgreen},     % string literal style
+  tabsize=2,	                   % sets default tabsize to 2 spaces
+  title=\lstname                   % show the filename of files included with \lstinputlisting; also try caption instead of title
+}
+
+%%%
+
+\begin{document}
+%%%% Settings inside document-env.
+% general setting for Verbatim environment
+\fvset{frame=leftline,numbers=left,numbersep=2pt,gobble=4,stepnumber=1}
+\VerbatimFootnotes
+\graphicspath{{./images/}}
+
+%%%%
+
+\title{Towards Modernising Data Collection and Archive for the Tor Network}
+\author{Iain R. Learmonth}%
+\author{Karsten Loesing}%
+\affil{\vspace{-1em}\{irl,karsten\}@torproject.org \\ The Tor Project}%
+
+\reportid{2018-12-001}
+\date{December 19, 2018}
+\maketitle
+\tableofcontents
+
+\begin{abstract}
+  CollecTor is developed by Tor Project's Metrics Team for the purpose of
+  archiving data relating to the public Tor network and applications developed
+  by Tor Project.  This report distills the requirements for a prototype
+  modernized replacement of the CollecTor service, and evaluates frameworks and
+  libraries that are available to reduce code maintenance costs for the
+  CollecTor service.
+ {\renewcommand{\thefootnote}{}
+  \footnotetext{This work was supported by Open Technology Fund under grant
+number 1002-2017-018. Support does not imply endorsement. With thanks to Nick
+Matthewson and Tim Wilson-Brown for their help in clarifying certain points in
+specifications and how they are implemented in \texttt{tor}, and thanks to
+Damian Johnson for his assistance in experimentation using the \stem~library.}}
+\end{abstract}
+\pagebreak
+\section{Introduction}\label{sec:intro}%
+
+The Tor anonymity system~\cite{tor-design} protects Internet users from
+tracking, surveillance, and censorship. The Tor network is made up of thousands
+of volunteer-run \emph{relays}---servers that are usually located in data
+centers---distributed across the world that enable users to make private
+connections to services on the Internet. Currently, the vast majority of
+connections to the Tor network are made using the Tor Browser. But a growing
+number of applications use the Tor network, and we expect that many more will
+do so in the future.
+
+Ongoing, robust network measurement is essential in order to respond to
+censorship events, to adapt Tor Browser and other applications to respond to
+changing network conditions, and to validate changes to the Tor network
+software.
+
+In the field of Internet Engineering and Privacy Enhancing Technologies it is
+not common to come across large open datasets. Often this can be due
+difficulties balancing utility goals with privacy risks. CAIDA, one example of
+an organization that does make anonymised Internet Engineering datasets
+available\footnote{An index of public datasets can be found at:
+\url{https://www.caida.org/data/overview/}.}, has performed a detailed analysis
+of the potential issues~\cite{caida-data-sharing}. In the field of medicine and
+bio-informatics however, there has been a longer history of open data and data
+re-use across studies. In one analysis, it was found that investment in the
+archive and curation of open datasets had vastly greater research output
+returns than solely investing in original research~\cite{Piwowar_2011}.
+
+By collecting data about the Tor network it becomes possible to create accurate
+emulations or simulations of the
+network~\cite{shadow-ndss12}~\cite{ccs2013-usersrouted}~\cite{ndss13-relay-selection}.
+This in turn allows for researchers to perform experiments on private testbeds
+as opposed to on the public network where the experiment may harm the security
+or anonymity properties of the Tor network. By collecting data over time, it is
+possible to see trends in the data. For example, the blocking of Tor in China
+can be identified from the data~\cite{MohajeriMoghaddam2012}. Data collection
+can then also be used to validate whether or not a particular circumvention
+technique is working in a particular country.
+
+The CollecTor service fetches data from various servers in the public Tor
+network and related services and makes it available to the
+world\footnote{Documentation for the current implementation of the CollecTor
+service can be found at: \url{https://metrics.torproject.org/collector.html}.}.
+The CollecTor service provides network data collected since 2004, and has
+existed in its current form as a Java application since 2010. Over time new
+modules have been added to collect new data and other modules have been retired
+as the services they downloaded data from no longer exist.
+
+As the CollecTor codebase has grown, technical debt has emerged as we have added new
+features without refactoring existing code. This results in it becoming increasingly
+difficult to add new data sources to CollecTor as the complexity of the application
+increases. Some of the requirements of CollecTor, such as concurrency or scheduling,
+are common to many applications and frameworks exist implementing best
+practices for these components that could be used in place of the current bespoke
+implementations.
+
+This report details the core requirements for a data collection application for
+the Tor network (§\ref{sec:core-requirements}) and the specific requirements
+for two modules of the application: \texttt{relaydescs} (§\ref{sec:relaydescs})
+and \texttt{onionperf} (§\ref{sec:onionperf}). Library frameworks that might
+be used for development of this application are then evaluated against these
+requirements (§\ref{sec:frameworks}) and an initial prototype is introduced
+(§\ref{sec:prototype}). Finally, next steps are identified for progressing the
+development of the application (§\ref{sec:next-steps}).
+
+\section{Core Requirements}
+\label{sec:core-requirements}
+
+\subsection{Collect}
+
+\paragraph{Tor Relay Descriptors}
+
+(\texttt{relaydescs})
+
+Relays and directory authorities publish relay
+descriptors, so that clients can select relays for their paths through the Tor
+network. This module is discussed in more detail in §\ref{sec:relaydescs}.
+
+\paragraph{Bridge Descriptors}
+
+(\texttt{bridgedescs})
+
+Bridges and the bridge authority publish bridge descriptors that are used by
+censored clients to connect to the Tor network. We cannot, however, make bridge
+descriptors available as we do with relay descriptors, because that would
+defeat the purpose of making bridges hard to enumerate for censors. We
+therefore sanitize bridge descriptors by removing all potentially identifying
+information and publish sanitized versions here.
+
+\paragraph{Bridge Pool Assignments}
+
+(\texttt{bridgepools})
+
+The bridge distribution service BridgeDB publishes bridge pool assignments
+describing which bridges it has assigned to which distribution pool. BridgeDB
+receives bridge network statuses from the bridge authority, assigns these
+bridges to persistent distribution rings, and hands them out to bridge users.
+BridgeDB periodically dumps the list of running bridges with information about
+the rings, subrings, and file buckets to which they are assigned to a local
+file. The sanitized versions of these lists containing SHA-1 hashes of bridge
+fingerprints instead of the original fingerprints are available for statistical
+analysis. This module has not been used since 2016, however may be reintroduced
+in the future.
+
+\paragraph{Web Server Logs}
+
+(\texttt{webstats})
+
+Tor's web servers, like most web servers, keep request logs for maintenance and
+informational purposes. However, unlike most other web servers, Tor's web
+servers use a privacy-aware log format that avoids logging too sensitive data
+about their users. Also unlike most other web server logs, Tor's logs are
+neither archived nor analyzed before performing a number of post-processing
+steps to further reduce any privacy-sensitive parts.
+
+\paragraph{Exit Lists}
+
+(\texttt{exitlists})
+
+The exit list service \textit{TorDNSEL} publishes exit lists containing the IP
+addresses of relays that it found when exiting through them.
+
+\paragraph{Torperf's and OnionPerf's Performance Data}
+
+(\texttt{onionperf})
+
+The performance measurement services Torperf and OnionPerf publish performance
+data from making simple HTTP requests over the Tor network.  Torperf/OnionPerf
+use a SOCKS client to download files of various sizes over the Tor network and
+notes how long substeps take. This module is discussed in more detail in
+§\ref{sec:onionperf}.
+
+\paragraph{Future Active Measurement Modules} \faTachometer
+
+Active measurement, from a perspective of user privacy, can be considerably
+safer than passive measurement. As the Tor network continues to grow, we may
+wish to expand the use of active measurement using tools such as
+\textit{PATHspider}~\cite{pathspider-anrw} or
+\textit{exitmap}~\cite{identifying-sybils}.
+
+\subsection{Archive}
+
+While it is important for clients and servers in the Tor network to have strict
+validation of documents and their signatures, the CollecTor service does not
+want to just drop documents that fail validation. It may be that a descriptor
+is using a new format that we don't yet understand, or perhaps it is malformed
+due to a bug and having the documents archived will help in debugging the
+issue.
+
+The archive should be able to verify its own integrity, ensuring that
+descriptors have not been truncated or altered. It should also be possible to
+determine the amount of descriptors that are missing, either through timestamps
+where a descriptor/status should have been made available or by a descriptor
+being referenced from another descriptor, and warn if the amount of missing
+descriptors exceeds a predefined threshold.
+
+Archiving cryptographic signatures can present challenges as the signatures
+themselves use algorithms that over time will either be broken due to design
+or implementation flaws, or simply due to the increase in available computing
+power. A number of systems provide archive
+timestamps~\cite{rfc3161}~\cite{rfc4998} where it is possible to prove that a
+data object existed at a given time and so if an algorithm is considered to not
+be broken at that time then the original signature can be trusted.
+
+\subsection{Serve}
+
+CollecTor does not only collect and archive documents, but also makes them
+available to other applications. These may be other services run by Tor Metrics
+such as Onionoo\footnote{This service is described at:
+\url{https://metrics.torproject.org/onionoo.html}.}, or external applications
+run by researchers.
+
+For services that would like to consume all descriptors of a particular type as
+they become known, CollecTor needs to make available recently obtained
+descriptors. This is currently done by providing descriptors in a concatenated
+form with one file per download run, however we may in the future only provide
+an index to the recently downloaded descriptors to allow for applications to
+fetch only the descriptors they need.
+
+To facilitate the use of other CollecTor instances as data sources, and to
+offset load generated on the network by CollecTor, a modern CollecTor may
+implement parts of the Tor directory protocol version 3~\cite{dir-spec}. If
+this protocol were extended to provide index functionality then the current
+system of providing concatenated files for recent documents could be replaced.
+This would also be of benefit for those debugging issues with the network as
+individual descriptors could be easily downloaded for manual examination.
+
+Currently the Onionoo service begins to download data from CollecTor
+between :15 and :20 past the hour. If it were possible to download data sooner
+than this, this would be of benefit to those monitoring the health of the Tor
+network and individual relay operators as they would be able to detect problems
+sooner. If CollecTor could also provide status information about the times at
+which it had completed its latest download tasks, then services could consume
+this in order to improve the timeliness of downloads.
+
+For services that would like to perform historical analysis of the collected
+documents, all documents must be available for download. Currently this is done
+by providing monthly compressed tarballs containing the documents.
+
+An index file that references the filenames for these concatenated files and
+archives is generated to assist applications in discovering documents, but it
+currently does not index the specific documents contained within the
+concatenated files or tarballs.
+
+\section{The \relaydescs~module}\label{sec:relaydescs}%
+
+The \relaydescs~module is the primary module for data about the public Tor
+network. This module collects network status votes and consensuses,
+certificates, microdescriptors, and server and extra-info descriptors.
+The format and purpose of each of these documents is described in version 3
+of the Tor directory protocol specification~\cite{dir-spec}.
+
+In the past, this module would also collect version 2 network statuses and
+version 1 directories from the network. While we will not implement collecting
+these from a live network, they should be importable via the local filesystem.
+
+\begin{table}
+\begin{center}
+\begin{threeparttable}
+\begin{tabular}{| l l l r r | r |}
+\hline
+Document & Created by\tnote{\dag} & Served by\tnote{\dag} & per hour & size ea. & size per hour \\
+\hline
+Detached Signature             & $A$ & $A$ & 9 & 1276B & 11.48KB \\
+Status Consensus ``ns''        & $A$ & $C$ & 1 & 2.17MB & 2.17MB \\
+Status Consensus ``microdesc'' & $A$ & $C$ & 1 & 2.00MB & 2.00MB \\
+Status Vote                    & $A$ & $A$ & 9 & 4.34MB & 39.02MB \\
+Bandwidth List\tnote{\ddag}    & $A$ & $A$ & 6 & 2.60MB & 15.60MB \\
+Server Descriptor              & $R$ & $C$ & 707 & 2829B & 2.00MB \\
+Extra Info Descriptor          & $R$ & $E$ & 705 & 2100B & 1.48MB \\
+Microdescriptor                & $A$ & $C$ & 35 & 506B & 17.70KB \\
+\hline
+Total & \textemdash & \textemdash & 1473 & \textemdash & 62.30MB \\
+\hline
+\end{tabular}
+\begin{tablenotes}
+    \item[\dag] $A$ is the set of directory authorities, $E$
+       is the set of extra info caches, $C$ is the set of directory caches, and
+       $R$ is the set of all relays. $A \subseteq E \subseteq C \subseteq R$.
+    \item[\ddag] These numbers are estimates of the numbers we will see once
+       bandwidth lists are advertised from all planned bandwidth authorities.
+       They were not advertised by any authority in September 2018.
+  \end{tablenotes}
+\end{threeparttable}
+\caption{Summary of document types collected by the \relaydescs~module. Counts
+per hour and average sizes are determined by the descriptors that were archived
+by CollecTor for September 2018.}
+\label{tbl:relaydescs-documents}
+\end{center}
+\end{table}
+
+\begin{figure}
+	\begin{center}
+	\includegraphics[width=0.9\textwidth]{total-relays}
+	\end{center}
+	\caption{Number of relays seen running in each consensus between
+                 September 2007 and November 2018.}
+	\label{fig:total-relays}
+\end{figure}
+
+\begin{figure}
+	\begin{center}
+		\includegraphics[width=0.9\textwidth]{reference-checker} \\
+        	{\footnotesize *The GeoIP databases are referenced here but not archived themselves in CollecTor.}
+	\end{center}
+	\caption{Document references within documents collected by the \relaydescs~module.}
+	\label{fig:ref-checker}
+\end{figure}
+
+A summary of the documents collected by this module is shown in table
+\ref{tbl:relaydescs-documents}. The counts and sizes of each document type are
+expected to increase over time, though some more than others. The bandwidth
+list document type is still under development with new features being added,
+for example, while microdescriptors are intentionally minimal containing as
+little information as possible for clients to still be able to function. Figure
+\ref{fig:total-relays} shows the number of relays seen running in consensuses
+since 2007, which directly influences the number of server, extra-info and
+microdescriptors seen and also the sizes of other documents. This number has
+remained relatively stable in recent years with network growth coming from
+more capable relays as opposed to increased numbers of individual relays.
+
+While most documents are served by caches, they are not instantly available
+from every cache and timing must be carefully considered. References between
+documents are shown in figure \ref{fig:ref-checker}. All document types can be
+collected by fetching the detached signatures and recursively downloading the
+referenced documents.
+
+Unfortunately, detached signatures are only available for (typically) 5 minutes
+per voting period and only from the authority that generated them\footnote{The
+Tor directory protocol §3.11 does specify a URL for the detached signature that
+relates to the current consensus, but this URL has not been implemented in
+\texttt{tor}.}. While there are currently only two consensus flavors, there may
+be more in the future and missing a detached signature means that we would not
+discover it. As these documents are so tricky to get hold of, an example is
+presented in appendix \ref{apx:consensus-signature}.
+
+Without detatched signatures it is still possible to guess that a new consensus
+is available when the currently known consensus is no longer ``fresh'', as
+determined by the fresh-until time in the known consensus. The known consensus
+flavors can then be downloaded.
+
+\subsection{Document Sources}
+
+This module will need to fetch data from both the network, and the local file
+system. Depending on how old a descriptor is, it may be available from
+different locations on the network.
+
+Network locations include:
+
+\begin{itemize}
+\item{Directory Authorities (using version 3 of the Tor directory protocol)}
+\begin{itemize}
+\item{Connections might use DirPorts or tunnel over the relay's ORPort using
+      the mechanism described in §2.6.1 of the Tor protocol
+      specification~\cite{tor-spec}.}
+\end{itemize}
+\item{Directory Caches (using version 3 of the Tor directory protocol)}
+\begin{itemize}
+\item{As above. Additionally, directory caches that do not set
+``caches-extra-info'' in their server descriptors, as described in \textsection
+2.1.1 of the Tor directory protocol, may not make extra-info descriptors
+available.}
+\item{Future versions of CollecTor may additionally implement the Tor directory
+protocol to allow for code reuse in fetching from other CollecTor instances.
+This is discussed further in \textsection\ref{sec:collector-as-dirsrv}.}
+\end{itemize}
+\item{CollecTor instances (using CollecTor's File Structure
+      Protocol~\cite{collector-protocol})}
+\end{itemize}
+
+\begin{figure}
+\begin{center}
+\includegraphics[width=0.9\textwidth]{directory_servers}
+\end{center}
+\caption{Number of directory servers and extra-info caches seen running in each
+consensus between May 2018 and November 2018.}
+\label{fig:directory-servers}
+\end{figure}
+
+This report is written with the assumption that the Tor directory protocol
+exists as-is, although conclusions from this report may influence work in
+improving or extending the protocol later to improve performance, archive rate
+(ratio of documents archived compared to documents missed), or to reduce
+bandwidth cost.
+
+At the time of writing there are 9 directory authorities and 2 CollecTor
+instances. Figure \ref{fig:directory-servers} shows the numbers of directory
+caches and extra-info caches seen in each consensus recently. In the time
+period shown, there was an average of 5591 directory caches in each consensus.
+There are some directory caches however that we are not currently able to use
+as they do not advertise a DirPort. The \stem~library has initial support for
+using ORPort tunnelling to retrieve descriptors, but it is not yet reliable.
+There does not exist a Java implementation that the current implementation of
+CollecTor could use to download descriptors via an ORPort. This leaves an
+average of 4286 usable directory caches in each consensus.
+
+When it comes to fetching extra-info descriptors, there are an average of 59.6
+extra-info caches in each consensus. Of these, 59.2 on average advertise a
+DirPort. By default extra-info descriptors are not cached by directory caches
+as the descriptors are not of use to clients. If numbers are maintained at
+their current levels then this should provide adequate fallback to allow
+collection of descriptors if the directory authorities become unreachable.
+
+For both directory caches and extra-info caches the trend is that the number of
+caches advertising a DirPort is decreasing and so it is important to think
+about how a modern CollecTor would be able to fetch via an ORPort instead.
+
+In addition to fetching from the network, documents may also be imported from
+the local file system. These formats include:
+
+\begin{itemize}
+\item{CollecTor's File Structure Protocol}
+\item{Cached descriptors from a \texttt{tor} client's data directory}
+\end{itemize}
+
+\subsection{Download Scheduling}
+
+The timing of document download tasks is determined by the valid-after
+($t_{VA}$) and fresh-until ($t_{FU}$) lines found in the latest consensus.
+DistSeconds ($d_{dist}$) and VoteSeconds ($d_{vote}$) are determined by the
+voting-delay line in the latest consensus. $t_0$ is defined as the
+time that the module is started. More information on these timings can be
+found in §1.4 of the Tor directory protocol.
+
+For all documents downloaded, the descriptors are annotated with their type and
+other metadata before being saved in the archive. Each time a task is run,
+the new descriptors collected should be made available either as a concatenated
+file or as an index of descriptors to be downloaded by applications that would
+like to consume all of a particular type of descriptor.
+
+\paragraph{Task 0: Bootstrap}
+
+$t = t_0$
+
+Download the latest current consensus from a directory authority if we do not
+already have one. If a download fails, try another directory authority until
+all have been tried.
+
+\paragraph{Task 1: Eager Vote Fetching}
+
+$t = t_{FU} - d_{dist} - \frac{d_{vote}}{2}$
+
+Download the next votes from each directory authority concurrently. During this
+time the votes have not yet been computed into a consensus, but we are able to
+parse the votes to get a head start on discovering new descriptors. Server
+descriptors, extra-info descriptors and microdescriptors are all available to
+fetch at this stage.
+
+\paragraph{Task 2: Eager Consensus Fetching}
+
+$t = t_{FU} - \frac{d_{dist}}{2}$
+
+Download the detached signatures from each authority. This allows us to
+discover all consensuses that have been generated.
+
+If authorities have computed different consensuses, this is the only time at
+which they can be retrieved. Archiving these alternate consensuses may prove to
+be useful in debugging bugs in computing consensuses\footnote{In July 2018, a
+bug occurred in the sorting of version numbers leading to 5 authorities voting
+one way, and 4 voting another. Comparing the consensuses allowed the root cause
+to be quickly discovered. See \url{https://bugs.torproject.org/26485} for more
+information.}. A consensus requires $\frac{n}{2} + 1$ signatures, where $n$ is
+the total number of known directory authorities, in order to be served via the
+directory protocol as the current consensus. The voting protocol does not
+preclude the existence of more than one valid consensus.
+
+\paragraph{Task 3: Greedy Discovery} \faExclamationTriangle
+
+While not bandwidth-friendly, directory authorities provide a method for
+downloading a concatenated set of the most recent descriptors for all known
+servers. This can include descriptors that have not been included in votes, but
+almost certainly includes many descriptors we already know about.  The current
+CollecTor implementation has support for this feature and would run this task
+every 24-hours if enabled. The official Tor Metrics instances do not have this
+enabled.
+
+Download the full list of extra-info descriptors from every authority. If a
+request for an authority fails, do not repeat the request. Once complete,
+download the full list of server descriptors from every authority. Again, if a
+request for an authority fails, do not repeat the request. The extra-info
+descriptors are requested first to avoid the reference checker discovering the
+extra-info descriptors from the server-descriptors and enqueueing download
+tasks to retrieve them.
+
+An experiment performed during the preparation of this report has shown that
+this is incredibly wasteful with a mean average of 2.9 descriptors discovered
+by downloading all known descriptors compared to those discovered through
+references in the votes prior to and after the download.  Figure
+\ref{fig:all-descriptors-missing} shows the distributions across the directory
+authorities. Each analysis considered only a single directory authority.
+
+\begin{figure}
+\begin{center}
+\includegraphics[width=0.9\textwidth]{all_descriptors_missing}
+\end{center}
+\caption{Number of server descriptors that are found by requesting the URL of
+all known server descriptors from directory authorities at :35 to :40 minutes
+past the hour, every hour, on the 24th November 2018, that were not referenced
+by the vote generated prior to, or after the download.}
+\label{fig:all-descriptors-missing}
+\end{figure}
+
+Only two instances were seen across all directory authorities in the 24 hour
+period of a descriptor being available in two consecutive downloads of all
+known descriptors without being referenced by the vote in between. In both
+cases, the authority was ``dizum''. Upon investigation, one descriptor is for a
+relay that appears to have a dynamic IP address and non-continuous uptime. The
+second descriptor is for a relay that is running \texttt{tor} version 0.2.4.20,
+a no longer recommended version. It is not clear why these descriptors were
+retained but not used in a vote. The authority may have not found the relays to
+be reachable before the vote was generated.
+
+As each download during the experiment was approximately 17 megabytes
+(uncompressed), there does not appear to be any compelling reason to enable this
+feature. In order to avoid missing descriptors it would have to run every hour,
+and not every 24 hours as the current implementation does.
+
+A future extension to the Tor directory protocol may enable collecting these
+descriptors by providing a URL that only serves descriptors that were not
+present in the last vote. The timing to use for this request would need to be
+considered unless authorities were also to make available multiple descriptors
+for a single relay in this new URL instead of just the latest.
+
+\paragraph{Task 4: Continuous Reference Checking} \faRepeat
+
+This task runs continuously. It holds a collection of ``starting point''
+documents that have been fetched by tasks 0--2. At startup, the last 3 hours of
+available ``starting point'' documents will be loaded from the archive on disk
+if available.
+
+This task keeps a list of documents that have been requested since the
+downloader last changed phase (described in §\ref{sec:downloader-operation}).
+If a download is attempted, it won't be attempted again until the next phase.
+
+The reference checker follows a fixed process. It first guesses at new
+consensuses, consensus flavors, consensus signatures, or votes that might exist
+based on the current time and fetches these, adding them to the ``starting
+point'' documents. Using these:
+
+\begin{enumerate}
+\item{From each vote, bandwidth files are identified and fetched.}
+\item{From each vote and consensus, server descriptors and microdescriptors are
+      identified and fetched.}
+\item{From each server descriptor, extra-info descriptors are identified and
+      fetched.}
+\end{enumerate}
+
+When fetching server descriptors, extra-info descriptors, and microdescriptors,
+these are batched to reduce the number of requests that must be made. After
+each download attempt, the descriptor digests that were received are removed
+from the request and it is then repeated against another server until each of
+the servers available has been tried.
+
+Following each run, starting points that are older than 3 hours are removed.
+
+\subsection{Downloader Operation}
+\label{sec:downloader-operation}
+
+The downloader will fetch descriptors in two phases. This modifies the behavior
+of the reference checker. Until a consensus is known, the downloader will
+operate in phase $\alpha$. The main motivation behind the phases is to allow a
+second chance for the reference checker, described in
+the previous section, to locate any missing descriptors. It will also
+allow for load balancing in the event that downloads are triggered for
+descriptors that would now be available from directory caches.
+
+\paragraph{Phase $\alpha$: Directory Cache Mode}
+
+$t_{FU} - d_{dist} - \frac{d_{vote}}{2} \leqslant t < t_{VA} + \frac{t_{FU} - t_{VA}}{2}$
+
+During this time, downloads occur in a similar manner to directory caches as
+described in §4 of the Tor directory protocol. If a vote download
+failed in the previous step, it must be re-attempted now. If a consensus
+download failed in the previous step it must be re-attempted now. As in
+phase 2, we should try to collect all available consensus signatures (or
+alternate consensuses).
+
+If a download for a particular descriptor fails, we will attempt the download
+again using another authority. Within a single phase period, only one attempt
+is made per authority per descriptor.
+
+\paragraph{Phase $\beta$: Client Mode}
+
+$t_{VA} + \frac{t_{FU} - t_{VA}}{2} \leqslant t < t_{FU} - d_{dist} - \frac{d_{vote}}{2}$
+
+During this time, downloads occur in a similar manner to clients as described
+in §5 of the Tor directory protocol. This phase gives a second
+chance for descriptors that were missed earlier. This mode would also include
+fetching from other known CollecTor instances via the Tor directory protocol
+as discussed in the next section.
+
+Directory caches in the network will have retrieved all the descriptors
+referenced by the latest consensus by the start of this period.
+
+\subsection{Directory Server}
+\label{sec:collector-as-dirsrv}
+
+A server, either as part of CollecTor or as a CollecTor client, implementing
+the Tor directory protocol would be able to act as a directory cache. All of
+the necessary documents are already available in the archive, they just need to
+be returned when requested. Consensus diff\footnote{This functionality is
+described in §4.5 of the Tor directory protocol.} functionality would require
+some additional logic to be provided, but this functionality could also be used
+to fetch consensus diffs instead of full consensuses to reduce the load on the
+network created by CollecTor.
+
+As a CollecTor instance retains descriptors for longer than the average
+directory cache in the Tor network, missing descriptors could be synchronized
+from other instances once they are no longer available from the caches. While
+this does introduce the need to add code that serves the descriptors, it
+reduces the need for alternate code to synchronize with other instances. It is
+not currently possible to download individual descriptors from another
+CollecTor instance.
+
+This server would only implement a directory server and would not function as a
+relay. Currently no such servers exist in the consensus but if one did, it would
+be compliant with the protocol. There is a risk that such servers may provide
+poor performance which would degrade client performance, and cause extra
+bandwidth to be used by clients as requests may need to be retried. Directory
+authorities would not perform the usual checks as there is no ORPort to use.
+
+The Tor directory protocol previously specified a ``BadDir'' flag that could be
+used to mark bad directories, indicating that clients should not attempt to use
+them. This functionality was removed from \texttt{tor} in 2014\footnote{More
+information about the removal of the flag can be found at:
+\url{https://bugs.torproject.org/13060}.}.
+
+\section{The \onionperf~module}
+\label{sec:onionperf}
+
+In comparison to the \texttt{relaydescs} module, this module is a lot simpler.
+OnionPerf\footnote{The source code and documentation for OnionPerf can be found
+at: \url{https://github.com/robgjansen/onionperf}.}~uses multiple processes and
+threads to download random data through Tor while tracking the performance of
+those downloads. The data is served and fetched on localhost using two TGen
+(traffic generator) processes, and is transferred through Tor using Tor client
+processes and an ephemeral Tor Onion Service. Tor control information and TGen
+performance statistics are logged to disk, analyzed once per day to produce a
+json stats database and files that use the Torperf results format, and can
+later be used to visualize changes in Tor client performance over time.
+
+\subsection{Document Sources}
+
+This module collects the Torperf formatted results files from OnionPerf
+instances, of which Tor Metrics currently has 3. One result file is produced at
+midnight each day for each of the file sizes configured to test with. There are
+three file sizes used for measurements: 50 KiB, 1MiB and 5MiB. This means that
+we collect $3 \times 3 = 9$ results files each day. The size of the downloads
+are chosen probabilistically and so it is not easy to predict the sizes of
+each file. In September 2018, a total of 24 MB of results were collected.
+
+\subsection{Download Scheduling}
+
+Each day the scheduler should start downloads of the results from the previous
+day. There are no other sources available, except perhaps other CollecTor
+instances, for the files and so if a file is unable to be retrieved due to a
+permanent error it should not be reattempted.
+
+\section{Frameworks Evaluated}\label{sec:frameworks}%
+
+All of the evaluated frameworks use the Python language, initially targeting
+version 3.7\footnote{Should it be necessary to deploy any replacement service
+before the next Debian release, it would be possible to use lower-level
+mechanisms to recreate the Python 3.7 language features we use, but this would
+mean additional code complexity and maintenance costs, which we are trying to
+reduce.}.  Tor Metrics runs its services on Debian stable systems. The next
+Debian release, Debian 10 ``buster'', is expected mid-2019 and will include
+Python 3.7 or later.
+
+The CollecTor service is still well within the limits for operation on a single
+machine and so while distributed frameworks such as Apache Beam do offer
+scalability, in this case it is unnecessary and would lead to additional
+complexity in the codebase. There are four main areas in which we would like to
+re-use an existing framework: descriptor parsing, concurrency, scheduling and
+plugin architecture.  Each of the frameworks is evaluated for its applicability
+to the application and its ability to reduce software development and
+maintenance costs for the CollecTor application.
+
+\subsection{Document Parsing}
+
+CollecTor needs to work with many document formats that are specific to the Tor
+ecosystem. The current Java implementation of CollecTor uses
+metrics-lib\footnote{The documentation can be found at:
+\url{https://metrics.torproject.org/metrics-lib/}.} which is primarily
+maintained by Tor Metrics for the use of applications developed by Tor Metrics.
+
+\paragraph{stem}~
+
+\stem\footnote{The documentation can be found at:
+\url{https://stem.torproject.org/}.}~is a Python library for parsing
+Tor-specific data formats, and for interacting with remote Tor servers (i.e.
+directory servers). It does not support all the current formats supported by
+metrics-lib although this support can be added. The library is also used as
+part of Tor Project's \texttt{nyx} application and as part of the test-suite
+for \texttt{tor} which means that it is being exercised by more developers than
+just the Tor Metrics team and hopefully allows for issues to be quickly
+discovered and fixed.
+
+\subsection{Concurrency}
+
+The vast majority of the work performed by CollecTor is I/O bound. That is to
+say that the time it takes to complete a task is determined principally by the
+period spent waiting for I/O (network or disk) operations, to be
+completed. When fetching server descriptors, extra-info descriptors, or
+microdescriptors, there will typically be thousands of descriptors to fetch
+before moving on to the next stage. Downloads of descriptors of the same type
+do not depend on each other and so are candidates for concurrent execution.
+
+The current Java implementation of CollecTor uses
+\texttt{java.util.concurrent}\footnote{The documentation can be found at:
+\url{https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/package-summary.html}.}~
+to provide concurrency, with the tasks running in threads. All synchronisation
+between tasks must be performed manually.
+
+\paragraph{asyncio}~
+
+\asyncio\footnote{The documentation can be found at:
+\url{https://docs.python.org/3.7/library/asyncio.html}.}~\cite{PEP3156} is a
+framework for asynchronous programming in Python. Coroutines declared with
+\async/\await~syntax~\cite{PEP492} is the preferred way of
+writing \asyncio~applications. While callbacks are possible, they are not used
+explicitly in practice. Future objects, which represent an eventual result of
+an asynchronous operation, are used to bridge low-level callback-based code
+with high-level \async/\await~code.
+
+Other language features, for example the ability to delegate to a
+subgenerator~\cite{PEP380}, allow for concurrent programming while writing in a
+sequential fashion. Parallel computing using threads is hard because of race
+conditions. \asyncio~ is explicit about where the event loop may take control
+of the program. This reduces mental load for developers as resulting programs
+are easier to follow, which should help to reduce development and maintenance
+costs directly.
+
+While the \stem~library does not have native support for \asyncio~it does have
+support for asynchronous requests and a simple wrapper can be written to allow
+integration. An example is shown in listing \ref{lst:stem-asyncio-wrapper}.
+
+\asyncio~is part of the Python standard library. It may still be quite new but it has momentum.
+
+\begin{figure}
+\lstset{caption={Python \asyncio~wrapper for \stem~to download the latest consensus},label=lst:stem-asyncio-wrapper}
+\begin{lstlisting}
+async def fetch_consensus():
+    """
+    Returns the latest consensus.
+    """
+    loop = asyncio.get_running_loop()
+    query = stem.descriptor.remote.Query("/tor/status-vote/current/consensus",
+        document_handler=stem.descriptor.DocumentHandler.DOCUMENT)
+    result = await loop.run_in_executor(None, query.run)
+    for consensus in result:
+        return consensus
+\end{lstlisting}
+\end{figure}
+
+For modules like the \onionperf~module, that require only to fetch data from
+a remote HTTP server, the \aiohttp\footnote{The documentation can be found at:
+\url{https://docs.aiohttp.org/}.}~library provides an \asyncio-compatible
+asynchronous HTTP client. This library also includes web server functionality
+that could be used to serve archived documents.
+
+Local file I/O is blocking, and cannot easily and portably made asynchronous.
+While there has been efforts to bring asynchronous file I/O to POSIX and Linux
+it does not seem to have been adopted by developers. To avoid file I/O blocking
+execution, we can make use of the \aiofiles\footnote{The source code and
+documentation can be found at:
+\url{https://github.com/Tinche/aiofiles}.}~library which provides an object
+with an API identical to an ordinary file. The asynchronous I/O is provided by
+delegating I/O operations to a thread pool.
+
+\paragraph{curio}~
+
+\begin{figure}
+\lstset{caption={Python \curio~wrapper for \stem~to download the latest consensus},label=lst:stem-curio-wrapper}
+\begin{lstlisting}
+async def fetch_consensus():
+    """
+    Returns the latest consensus.
+    """
+    query = stem.descriptor.remote.Query("/tor/status-vote/current/consensus",
+        document_handler=stem.descriptor.DocumentHandler.DOCUMENT)
+    result = await curio.run_in_thread(query.run)
+    for consensus in result:
+        return consensus
+\end{lstlisting}
+\end{figure}
+
+\curio\footnote{The documentation can be found at:
+\url{https://curio.readthedocs.io/}.}~is a library of building blocks for
+performing concurrent I/O and common system programming tasks such as launching
+subprocesses, working with files, and farming work out to thread and process
+pools. It uses Python coroutines and the explicit \async/\await~syntax but does
+not use \asyncio.
+
+While \curio~is not part of the Python standard library it does not have any
+third-party dependencies. It is quite low-level however and so there would
+likely be work in building enough infrastructure on top of it to handle the
+tasks we would like to perform.
+
+While the \stem~library does not have native support for \curio, it is again
+simple to create a wrapper for integration.  An example is shown in listing
+\ref{lst:stem-curio-wrapper}. This is very similar to the \asyncio~wrapper as
+it is using the same concepts.
+
+There is no HTTP support available from \curio, nor a recommended HTTP library
+to use. The \asks\footnote{The documentation can be found at:
+\url{https://asks.readthedocs.io/}.}~library provides a \curio-compatible HTTP
+client but does not implement a server.
+
+\curio~does provide support for asynchronous file operations. Like
+\aiofiles~it uses threads, however this may change in the future. The use of
+threads is noted as an implementation detail in the documentation which may
+indicate that this would change in the future to be the most optimised
+mechanism for the platform that is in use.
+
+One strong feature of \curio~is that it recognises that asynchronous
+programming is still new to Python and provides primitives, such as
+\textit{curio.UniversalQueue}, that allow for communication between \async~tasks
+and threads. The \asyncio~counterpart, \textit{asyncio.Queue}, will only permit
+communication between \async~tasks. This allows for transition between legacy
+libraries and those that support the new language features, however this is a
+fresh implementation of the application using Python so we do not have problems
+with legacy dependencies.
+
+\paragraph{Twisted}~
+
+The \twisted~framework for Python is very mature event-driven framework and has
+support for a large number of network protocols. It does not have support for
+Tor's directory protocol although this could be built on top of a \twisted~HTTP
+client for DirPort. For ORPort usage a minimal implementation of the Tor
+protocol would be required using \twisted~for the directory protocol client to
+use, which is a non-trivial piece of work.
+
+There exists a library for Tor's control protocol~\cite{control-spec},
+\txtorcon\footnote{The documentation can be found at:
+\url{https://txtorcon.readthedocs.io/en/latest/}.}, however this application
+is primarily concerned with the directory protocol and the documentation for
+\txtorcon~points users towards \stem~for this.
+
+\begin{figure}
+\lstset{caption={Python \twisted~wrapper for \stem~to download the latest consensus},label=lst:stem-twisted-wrapper}
+\begin{lstlisting}
+def fetch_consensus():
+    """
+    Returns the latest consensus.
+    """
+    query = stem.descriptor.remote.Query("/tor/status-vote/current/consensus",
+        document_handler=stem.descriptor.DocumentHandler.DOCUMENT)
+    query.run()
+    for consensus in result:
+        return consensus
+
+def handle_consensus(consensus):
+    """
+    Do something with the consensus.
+    """
+    ...
+
+t = reactor.deferToThread(fetch_consensus)
+t.addCallback(handle_consensus)
+reactor.run()
+\end{lstlisting}
+\end{figure}
+
+Wrapping \stem~is again possible as shown in listing
+\ref{lst:stem-twisted-wrapper}, but the reactor pattern used by \twisted~makes
+using this more complicated. It is not possible to pause the execution of the
+calling function as with the \async/\await~syntax and so a callback must be
+used. This pattern inverts the flow of control and so makes the code more
+difficult to debug than the pseudo-procedural pattern made possible by
+\async/\await~and other related language features.
+
+Non-blocking file I/O is provided by the \fdesc\footnote{The documentation can
+be found at:
+\url{https://twistedmatrix.com/documents/current/api/twisted.internet.fdesc.html}.}~module
+but the API for this is very limited. It also operates directly on file
+descriptors and does not provide a complete abstraction for files.
+
+\subsection{Scheduling}
+
+Each module needs to download documents on a schedule. Timing can be very
+important as there may only be a small window in which documents are available
+for download before they are discarded. The current Java implementation uses
+\texttt{java.util.concurrent} which provides basic scheduling functionality.
+
+The article~\cite{rethinking-cron} that inspired \schedule, evaluated below,
+describes a wishlist for a scheduling solution. First, it must have a powerful
+and human-friendly syntax. This is particularly important for CollecTor as
+there will be a number of scheduled tasks to perform per module and it is
+important that mistakes are not made. To correctly implement the Tor directory
+protocol specification, some times must be calculated based on values found in
+the latest consensus and cannot simply be declared with a crontab-like syntax.
+
+Testing is also important as a means to reduce development costs. By being able
+to easily validate the scheduling of tasks, and also test tasks themselves in
+an environment that does not differ from the environment used for scheduled
+execution, it is possible to catch bugs before software changes are deployed.
+
+The operation of the scheduler must be clear to ensure that tasks are running
+correctly and to assist in any debugging. This can be achieved by having good
+visibility into the scheduler through logging and performing as little work in
+the scheduler as possible with all heavy lifting being performed by individual
+tasks.
+
+\paragraph{sched}~
+
+The \sched\footnote{The documentation can be found at:
+\url{https://docs.python.org/3.7/library/sched.html}.}~module, part of the
+standard library for Python 3.7, provides a general purpose scheduler. While it
+is nice to not have external dependencies, it operates on a monotonic clock
+and does not understand UTC time on which the directory authorities, and other
+services that CollecTor must interact with, operate. It also provides no
+facility for recurring tasks or for scheduling tasks to run at a specific time,
+only to run tasks once after a delay.
+
+\paragraph{schedule}~
+
+\schedule\footnote{The documentation and source code can be found at:
+\url{https://github.com/dbader/schedule}.}~is an in-process scheduler for
+periodic jobs that uses the builder pattern for configuration. The syntax is
+easy to understand and so should reduce mistakes. It supports scheduling tasks
+to run at periodic intervals, or at fixed times. It does not support scheduling
+a task to run only once without modifying the task to cancel its schedule after
+its execution.
+
+It expects that programs will either have thread-safe tasks or that the
+developer will take care of ensuring safe execution of the tasks. Listing
+\ref{lst:schedule-asyncio-wrapper} shows how a wrapper might be used to run
+\asyncio~tasks using \schedule.
+
+The current maintainer has indicated the he does not have the time to properly
+maintain this package and is seeking to bring on a co-maintainer\footnote{More
+discussion may be found at the GitHub issue:
+\url{https://github.com/dbader/schedule/issues/219}.}~which indicates a risk
+that if this library is used, Tor Metrics may become the de-facto maintainers
+of it.
+
+\begin{figure}
+\lstset{caption={\schedule~wrapper for \asyncio~tasks},label=lst:schedule-asyncio-wrapper}
+\begin{lstlisting}
+import asyncio
+import time
+import schedule
+from threading import Thread
+
+loop = asyncio.new_event_loop()
+
+def f(loop):
+    asyncio.set_event_loop(loop)
+    loop.run_forever()
+
+t = Thread(target=f, args=(loop,))
+t.start()
+
+def run_async(job_coro):
+    job_task = job_coro()
+    loop.call_soon_threadsafe(asyncio.async, job_task)
+
+async def job():
+    await asyncio.sleep(1)
+    print('Hello, world!')
+
+schedule.every(10).seconds.do(run_async, job)
+
+while 1:
+    schedule.run_pending()
+    time.sleep(1)
+\end{lstlisting}
+\end{figure}
+
+
+\paragraph{Advanced Python Scheduler}~
+
+Advanced Python Scheduler\footnote{The documentation can be found at:
+\url{https://apscheduler.readthedocs.io/}.}, also known as \apscheduler, is an
+in-process scheduler for periodic jobs that provides an object to add jobs to
+at runtime, or permits for scheduled tasks to be added by using a decorator.
+
+It supports scheduling tasks to run at periodic intervals, at fixed times, and
+also for a single execution at a fixed time or interval. Jobs can be stored
+persistently on disk, and \apscheduler~will check for misfired jobs (where the
+job was unable to be executed at the desired time) and run the job immediately
+if it is configured to do so.
+
+By default, only one instance of each job is allowed to be run at the same
+time. This means that if the job is about to be run but the previous run hasn't
+finished yet, then the latest run is considered a misfire. It is possible to
+set the maximum number of instances for a particular job that the scheduler
+will let run concurrently.
+
+\apscheduler~provides a scheduler that runs on an \asyncio~event loop that can
+run jobs based on native coroutines using the \async/\await~syntax. It also
+provides a scheduler that runs on a \twisted~reactor that uses the reactor's
+thread pool to execute jobs.
+
+\subsection{Plugin Architecture}
+
+By building CollecTor as an extensible application, it allows easy addition of
+new data sources in the future. It allows for both Tor Metrics and third-party
+developers to easily enhance your software in a way that is loosely coupled:
+only the plugin API is required to remain stable. This extensibility is
+achieved through the definition of one or more APIs and a mechanism for
+collecting code plugins which implement this API to provide some additional
+functionality.
+
+\paragraph{twisted.plugin}~
+
+This is a component of Twisted, which was previously evaluated for its
+concurrency features, but can also be used as a standalone module. It has a
+dependency on \textit{zope.interface} which is used to define interfaces for
+plugins.
+
+It allows new plugins to be discovered flexibly. For example, plugins can be
+loaded and saved when a program is first run, or re-discovered each time the
+program starts up, or they can be polled for repeatedly at runtime (allowing
+the discovery of new plugins installed after the program has started).
+
+Overall this is quite a heavy module and the complexity in its dependencies may
+cause more trouble than the benefits it brings are worth.
+
+\paragraph{straight.plugin}~
+
+This module is quite light but also does not have any interface mechanism.
+Instead, plugins are found from a namespace and can be identified by a parent
+class. Through namespace packages, plugins can be split up into separate
+codebases, even managed by different teams, as long as they all implement the
+same base API.
+
+If interfaces are required the mechanisms in \texttt{collections.abc}, part of
+the standard library, may provide a suitable implementation.
+
+\subsection{Discussion}
+
+Whatever other frameworks are used, \stem~is the only viable choice for
+descriptor parsing if targeting Python 3.7. Fortunately it is well maintained
+and is a mature stable library. During the course of preparing this report, a
+number of features were included in \stem~to assist in experimentation
+including:
+
+\begin{itemize}
+	\item{Parsing descriptors from a byte-array (\href{https://bugs.torproject.org/28450}{\#28450})}
+	\item{Parsing of detached signatures (\href{https://bugs.torproject.org/28495}{\#28495})}
+	\item{Generating digests for extra-info descriptors (\href{https://bugs.torproject.org/28398}{\#28398})}
+	\item{Generating digests for votes and consensuses (\href{https://bugs.torproject.org/28398}{\#28398})}
+	\item{Generating digests for microdescriptors (\href{https://bugs.torproject.org/28398}{\#28398})}
+\end{itemize}
+
+While potential authors of libraries that would compete with \stem~should not
+be discouraged from implementing alternatives, \stem~does fill all of the
+requirements of the CollecTor application for the parsing of descriptors.
+
+For concurrency, the \asyncio~framework appears to be the best choice. Moving
+away from a threading model to an asynchronous model it provides all the
+functionality required for the CollecTor service requirements. \curio~would
+also have been a viable option however it has a smaller community than
+\asyncio~and so less library code is readily available for reuse. There does
+not appear to be a compelling advantage to using \twisted~over the more modern
+frameworks that make use of new language features such as the
+\async/\await~syntax despite its maturity.
+
+In the evaluation of these frameworks it became clear that performing file I/O
+operations in an asynchronous way is not simple. The \asyncio~framework
+abstracts the complexity by delegating the blocking operations to a thread pool
+however in the longer term we may wish to explore other storage options.
+
+For scheduling, Advanced Python Scheduler is the only library evaluated that
+fits the requirements for the CollecTor service. The native support for the
+\asyncio~event loop means that no custom wrappers will be required. Both
+\sched~and \schedule~would be useful for other tasks, but for CollecTor are too
+minimal.
+
+For the plugin architecture, \textit{straight.plugin} is the clear choice as
+the Twisted module is very heavy in comparison without providing any clear
+advantages.
+
+\section{Prototype Implementation}\label{sec:prototype}%
+
+\begin{figure}
+	\begin{center}
+		\includegraphics[width=0.4\textwidth]{architecture}
+	\end{center}
+	\caption{Overview of the architecture for the next-generation CollecTor.}
+	\label{fig:architecture}
+\end{figure}
+
+A prototype of an application implementing the requirements described in
+§\ref{sec:relaydescs} has been implemented. This prototype is known as
+\bushel~and the source code and documentation can be found online\footnote{The
+source code can be found at \url{https://github.com/irl/bushel} and the
+documentation at \url{https://irl.github.io/bushel}.}.
+
+The prototype makes use of \asyncio~for asynchronous I/O. Where using the
+\stem~library, any calls that would have blocked are delegated to an executor,
+currently a \texttt{concurrent.futures.ThreadPoolExecutor}.
+
+The primary functionality of the \relaydescs~module is implemented in the
+\texttt{DirectoryScraper}. This has functionality for recursively discovering
+documents that should be archived.
+
+The \texttt{DirectoryCache} provides an abstraction layer that forwards
+requests to a \texttt{DirectoryArchive} or a \texttt{DirectoryDownloader}
+instance. When scraping the directory documents are requested from the
+\texttt{DirectoryCache}. If they are not found, and a download is successful,
+they are stored in the archive as a side-effect.
+
+The \texttt{DirectoryArchive} provides methods to retrieve descriptors that
+have been archived in the local file system. When parsing a consensus there are
+roughly 6500 server descriptors referenced, and even more for a vote, which is
+well above the default number of maximum file descriptors for a
+process\footnote{The default maximum file descriptors per process is 1024 on
+Debian 9 systems, and remains unchanged in Debian 10 at time of writing.}. To
+prevent unbounded use of file descriptors, an \texttt{asyncio.BoundedSemaphore}
+is used to limit concurrency.
+
+\section{Next Steps}\label{sec:next-steps}%
+
+\begin{itemize}
+
+\item{Based on the experience of implementing this prototype, a draft plugin
+API has been specified in appendix \ref{apx:plugin-api}. The prototype will
+require some refactoring to fit this API and then enable the implementation of
+the requirements set out in §\ref{sec:onionperf}.}
+\item{Currently the prototype runs only as a command-line tool and not as a
+service with an in-process scheduler. The scheduler would need to be integrated
+to the prototype before it could be deployed.}
+\item{The API may still require new functions or tweaks to existing functions
+and would need to be formalised in the documentation. Before it can be
+considered complete an assessment of suitability for each of the current
+CollecTor modules would need to be performed.}
+\item{In order to improve the archive rate for detached signatures, which
+currently must be collected during a strict 5 minute interval, it would be
+useful to have the missing URL that publishes the detached signature for the
+current consensus implemented in \texttt{tor}. The Tor directory protocol could
+further be extended to support retrieval of recent consensuses, votes and
+detached signatures and not just those for the current and next periods.}
+\item{For server descriptors our archive rate will not be 100\% due to relays
+uploading new descriptors twice between CollecTor polling the directory
+authorities. One possible solution to this would be to provide a URL to
+retrieve all known descriptors, not just the most recent. URLs could be
+provided to limit the descriptors to only those learned within a given time
+period to help reduce duplicated downloads while maintaining a high archive
+rate.}
+\item{The archive rate will need to be monitored, and to define thresholds for
+warning the service operators the current CollecTor archives should be analyzed
+to find a baseline. Any replacement needs to at least maintain this baseline,
+if not improve on it.}
+\item{Synchronization between CollecTor instances has not yet been considered.
+While the current CollecTor implementation supports this through the CollecTor
+client interface, it is suboptimal in terms of bandwidth usage and an improved
+design may help both synchronization and for general client usage.}
+\item{Currently there are no efforts to provide trusted timestamps for
+documents containing signatures that are archived by CollecTor, but in the
+future we could look into providing this service.}
+\item{Finally, alternatives for document storage may be considered. This report
+assumed that a new implementation would continue to implement the CollecTor
+File Structure Protocol however this is not a strict requirement for the
+internal storage. Using the same structure on top of ZFS, using a relational
+database, or using an object store could provide better performance and reduce
+application complexity with some tasks delegated to the storage provider.}
+\end{itemize}
+
+\bibliography{refs,rfc}
+
+\pagebreak
+\appendix
+\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
+
+\section{Sample Detached Consensus Signature}\label{apx:consensus-signature}%
+
+\lstset{caption={Sample detached consensus signature},label=lst:consensus-signature}
+\begin{lstlisting}
+consensus-digest 1CBD322788FFC841B0DB701C2942EE5750617CFF
+valid-after 2018-11-15 19:00:00
+fresh-until 2018-11-15 20:00:00
+valid-until 2018-11-15 22:00:00
+additional-digest microdesc sha256 476993E797C51682E95ACEED12B2DD21588847E8E2FF7C49291E64207D8FED53
+additional-signature microdesc sha256 D586D18309DED4CD6D57C18FDB97EFA96D330566 8A45BACC94A6023A90C24FBCD10520C1741828F7
+-----BEGIN SIGNATURE-----
+1c/vHIqlqdhS8HR+Lps3Tk+VHeJaQ5lL/NxIkARDpVMLhv6fHxCNGlXrKvd9S5KR
+MvOzblmrVt3TV/iJTvOmMwHuziRjzrZeHpeeK81zQ/z6QGvheooaxa8jsYuANgA0
+GK4agnsCI4JTKz/47SGpIDjY3VtXbns58TUPYHHUQY82khLqWvj1nL5djWdnnm9l
+yyU4od4mv6JJz9XdCNN+qDTzEA0QE10Y0lUV+K2Ipqplrb/zd9pzJS9GUf82cNOj
+GYLvBMzuSr/aL0UIeQgiI0BRDw2MPqXd/KA04dOFCiqnDhKqh0PR6SMD3ulgxxhs
+R0du41KYQC/eDqeRhxZF4g==
+-----END SIGNATURE-----
+directory-signature D586D18309DED4CD6D57C18FDB97EFA96D330566 8A45BACC94A6023A90C24FBCD10520C1741828F7
+-----BEGIN SIGNATURE-----
+ITaD0D5CmuobYi3G5LbuWmbIe5Vpt3o+5d1XOtKaBhRxmC10c9WWMXCVJ7K6Ezb5
+dzX6CsEKpop1+V8eqPRTyAZ7H4VvxNS5j6yPsgrMlahgQjcaOpxZY8p+dmzEluPe
+E45/+qlXoNfxwF4jv1t1+NLM0jIJRwHErNgJXzFRZ/q/MUZxn/LuN68mcBqzdLD4
+L/D9bKNmvIAkcfTedk0x/zmwaXNMV6N9kN3kmUqeAvFLNOM/oP46ktj+B5Ch/2et
+lFy4MEf1iHXKiLzq2uuCkMN2pfVtmga8j/BHE47ne5paMHnDwaTrEmBM2ws8n4mK
+E/RAIUlD8COyEUImjcns6w==
+-----END SIGNATURE-----
+\end{lstlisting}
+
+\pagebreak
+\section{Initial Plugin API}\label{apx:plugin-api}%
+
+The following documents a draft API to be implemented by plugins.
+These functions will be called by the reference checker. While plugins
+may keep state internally, it is expected that any state they do keep
+is not required to be persistent.
+
+The latest version of this API will be found at
+\url{https://irl.github.io/bushel/plugins.html}.
+
+\begin{verbatim}
+class DocumentIdentifier(doctype, subject, datetime, digests):
+
+   Represents a document that is expected to exist.
+
+   **Attributes:**
+
+   doctype
+
+      The "type" of the document.
+
+   subject
+
+      The subject of the document. This is usually a string containing
+      an opaque identifier. Examples include the fingerprint of a
+      relay for a server descriptor, or the hostname of an OnionPerf
+      vantage point.
+
+   datetime
+
+      A "datetime" related to the document. The exact meaning of this
+      will be document dependent. Example include the published time
+      for a server descriptor, or the valid-after time for a network
+      status consensus.
+
+   digests
+
+      A "dict" containing mappings of "DigestHash" to "tuple"s. Each
+      tuple contains a "str" representation of the digest
+      and a "stem.descriptor.DigestEncoding".
+\end{verbatim}
+\pagebreak
+\begin{verbatim}
+class ExamplePlugin:
+
+   An example plugin for bushel.
+
+   expectations()
+
+      Returns:
+         A "list" of "DocumentIdentifier" for documents that are
+         expected to be available for fetching.
+
+   fetch(docid)
+
+      Fetches a document from a remote location.
+
+      Parameters:
+         **docid** (*DocumentIdentifier*) – Identifier for the
+         document to be fetched.
+
+   parse(document)
+
+      Parses a retrieved document for any documents that are
+      referenced and should be fetched.
+
+      Parameters:
+         **document** (*Document*) – A retrieved document.
+
+      Returns:
+         A "list" of "DocumentIdentifier" for documents that are
+         expected to be available for fetching.
+\end{verbatim}
+
+\end{document}
diff --git a/2018/modern-collector/reference-checker.dot b/2018/modern-collector/reference-checker.dot
new file mode 100644
index 0000000..138d908
--- /dev/null
+++ b/2018/modern-collector/reference-checker.dot
@@ -0,0 +1,24 @@
+digraph references {
+        signature [label="Detached Signature"];
+	bandwidth [label="Bandwidth List"];
+	consensus [label="Status Consensus (ns flavor)"];
+	extra_info_descriptor [label="Extra Info Descriptor"];
+	geoip6_db [label="IPv6 GeoIP Database *"];
+	geoip_db [label="IPv4 GeoIP Database *"];
+        microdescriptor_consensus [label="Status Consensus (microdescriptor flavor)"];
+	microdescriptor [label="Microdescriptor"];
+	server_descriptor [label="Server Descriptor"];
+	vote [label="Status Vote"];
+
+        signature -> consensus;
+        signature -> microdescriptor_consensus;
+	consensus -> server_descriptor;
+	consensus -> vote;
+        extra_info_descriptor -> geoip6_db;
+        extra_info_descriptor -> geoip_db;
+	microdescriptor_consensus -> microdescriptor;
+	server_descriptor -> extra_info_descriptor;
+	vote -> bandwidth;
+	vote -> server_descriptor;
+        vote -> microdescriptor;
+}
diff --git a/2018/modern-collector/refs.bib b/2018/modern-collector/refs.bib
new file mode 100644
index 0000000..804b6ad
--- /dev/null
+++ b/2018/modern-collector/refs.bib
@@ -0,0 +1,223 @@
+
+ at misc{tor-spec,
+        author="Tor Project",
+        title="Tor Protocol Specification",
+        note={\url{https://spec.torproject.org/tor-spec}},
+}
+
+ at misc{dir-spec,
+        author="Tor Project",
+        title="Tor directory protocol, version 3",
+        note={\url{https://spec.torproject.org/dir-spec}},
+}
+
+ at misc{control-spec,
+        author="Tor Project",
+        title="Tor control protocol, version 1",
+        note={\url{https://spec.torproject.org/control-spec}},
+}
+
+ at misc{collector-protocol,
+        author="Tor Project",
+        title="Protocol of {C}ollec{T}or's {F}ile {S}tructure (draft)",
+        note="\url{https://spec.torproject.org/collector-protocol}",
+}
+
+ at techreport{PEP380,
+	author="Gregory Ewing",
+	title={{S}yntax for {D}elegating to a {S}ubgenerator},
+	howpublished="PEP380",
+	type="PEP",
+	number="380",
+	institution="Python Enhancement Proposals",
+	month="Jun",
+	year="2000",
+	note={\url{https://www.python.org/dev/peps/pep-0380/}},
+}
+
+ at techreport{PEP492,
+	author="Yury Selivanov",
+	title={Coroutines with async and await syntax},
+	howpublished="PEP492",
+	type="PEP",
+	number="492",
+	institution="Python Enhancement Proposals",
+	year="2015",
+	month="Apr",
+	note={\url{https://www.python.org/dev/peps/pep-0492/}},
+}
+
+ at techreport{PEP3156,
+	title={Asynchronous {IO} {S}upport {R}ebooted: the "asyncio" {M}odule},
+	author="Guido van Rossum",
+	howpublished="PEP3156",
+	type="PEP",
+	number="3156",
+	institution="Python Enhancement Proposals",
+	year="2012",
+        month="Apr",
+	note={\url{https://www.python.org/dev/peps/pep-3156/}},
+}
+
+ at article{Piwowar_2011,
+	doi = {10.1038/473285a},
+	url = {https://doi.org/10.1038%2F473285a},
+	year = 2011,
+	month = {May},
+	publisher = {Springer Nature},
+	volume = {473},
+	number = {7347},
+	pages = {285--285},
+	author = {Heather A. Piwowar and Todd J. Vision and Michael C. Whitlock},
+	title = {Data archiving is a good investment},
+	journal = {Nature}
+}
+
+ at article{Molloy_2011,
+	doi = {10.1371/journal.pbio.1001195},
+	url = {https://doi.org/10.1371%2Fjournal.pbio.1001195},
+	year = 2011,
+	month = {Dec},
+	publisher = {Public Library of Science ({PLoS})},
+	volume = {9},
+	number = {12},
+	pages = {e1001195},
+	author = {Jennifer C. Molloy},
+	title = {The Open Knowledge Foundation: Open Data Means Better Science},
+	journal = {{PLoS} Biology}
+}
+
+ at inproceedings{ndss13-relay-selection,
+  title = {{An Empirical Evaluation of Relay Selection in {Tor}}},
+  author = {Christopher Wacek and Henry Tan and Kevin Bauer and Micah Sherr},
+  booktitle = {Proceedings of the Network and Distributed System Security Symposium -
+        {NDSS}'13},
+  year = {2013},
+  month = {Feb},
+  publisher = {Internet Society},
+  www_tags = {selected},
+  www_pdf_url = {https://security.cs.georgetown.edu/~msherr/papers/tor-relaystudy.pdf},
+  www_section = {Anonymous communication,Tor Performance},
+}
+
+ at inproceedings{MohajeriMoghaddam2012,
+ author = {Mohajeri Moghaddam, Hooman and Li, Baiyu and Derakhshani, Mohammad and Goldberg, Ian},
+ title = {SkypeMorph: Protocol Obfuscation for {Tor} Bridges},
+ booktitle = {Proceedings of the 2012 ACM Conference on Computer and Communications Security},
+ series = {CCS '12},
+ year = {2012},
+ isbn = {978-1-4503-1651-4},
+ location = {Raleigh, North Carolina, USA},
+ pages = {97--108},
+ numpages = {12},
+ url = {http://doi.acm.org/10.1145/2382196.2382210},
+ doi = {10.1145/2382196.2382210},
+ acmid = {2382210},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+ keywords = {bridges, censorship circumvention, pluggable transports, protocol obfuscation, skype, steganography, tor},
+}
+
+ at inproceedings{Elahi2012,
+ author = {Elahi, Tariq and Bauer, Kevin and AlSabah, Mashael and Dingledine, Roger and Goldberg, Ian},
+ title = {Changing of the Guards: A Framework for Understanding and Improving Entry Guard Selection in {Tor}},
+ booktitle = {Proceedings of the 2012 ACM Workshop on Privacy in the Electronic Society},
+ series = {WPES '12},
+ year = {2012},
+ isbn = {978-1-4503-1663-7},
+ location = {Raleigh, North Carolina, USA},
+ pages = {43--54},
+ numpages = {12},
+ url = {http://doi.acm.org/10.1145/2381966.2381973},
+ doi = {10.1145/2381966.2381973},
+ acmid = {2381973},
+ publisher = {ACM},
+ address = {New York, NY, USA},
+ keywords = {entry guard, predecessor attack, quality of service, tor},
+}
+
+ at inproceedings{shadow-ndss12,
+  title = {{Shadow: Running {Tor} in a Box for Accurate and Efficient Experimentation}},
+  author = {Rob Jansen and Nicholas Hopper},
+  booktitle = {Proceedings of the Network and Distributed System Security Symposium -
+        {NDSS}'12},
+  year = {2012},
+  month = {Feb},
+  publisher = {Internet Society},
+  www_tags = {selected},
+  www_pdf_url = {http://www.internetsociety.org/sites/default/files/09_3.pdf},
+  www_section = {Anonymous communication,Tor Performance},
+}
+
+ at inproceedings{insidejob-ndss2018,
+  title = {Inside Job: Applying Traffic Analysis to Measure {Tor} from Within},
+  author = {Jansen, Rob and Juarez, Marc and G{\'a}lvez, Rafa and Elahi, Tariq and Diaz,
+        Claudia},
+  booktitle = {Proceedings of the 25th Symposium on Network and Distributed System Security
+        ({NDSS} '18)},
+  year = {2018},
+  month = {Feb},
+  publisher = {Internet Society},
+  www_tags = {selected},
+  www_pdf_url = {http://www.robgjansen.com/publications/insidejob-ndss2018.pdf},
+  www_section = {Anonymous communication},
+}
+
+ at inproceedings{ccs2013-usersrouted,
+  title = {Users Get Routed: Traffic Correlation on {Tor} by Realistic Adversaries},
+  author = {Aaron Johnson and Chris Wacek and Rob Jansen and Micah Sherr and Paul
+        Syverson},
+  booktitle = {Proceedings of the 20th ACM conference on Computer and Communications
+        Security (CCS 2013)},
+  year = {2013},
+  month = {Nov},
+  www_tags = {selected},
+  www_pdf_url = {http://www.ohmygodel.com/publications/usersrouted-ccs13.pdf},
+  www_section = {Traffic analysis},
+}
+
+ at misc{rethinking-cron,
+        author="Adam Wiggins",
+        title="Rethinking Cron",
+        note={\url{https://adam.herokuapp.com/past/2010/4/13/rethinking_cron/}},
+        month={Apr},
+        year={2010},
+}
+
+ at inproceedings{identifying-sybils,
+   author = {Winter, Philipp and Ensafi, Roya and Loesing, Karsten and Feamster, Nick},
+   booktitle = {Proceedings of the 25th USENIX Security Symposium : },
+   institution = {Karlstad University, Department of Mathematics and Computer Science},
+   institution = {Princeton University},
+   institution = {Princeton University},
+   institution = {The Tor Project},
+   institution = {Princeton University},
+   pages = {1169--1185},
+   title = {Identifying and characterizing Sybils in the {Tor} network},
+   keywords = {tor, sybil attack, anonymity},
+   abstract = {Being a volunteer-run, distributed anonymity network, Tor is vulnerable to Sybil attacks. Little is known about real-world Sybils in the Tor network, and we lack practical tools and methods to expose Sybil attacks. In this work, we develop sybilhunter, a system for detecting Sybil relays based on their appearance, such as configuration; and behavior, such as uptime sequences. We used sybilhunter’s diverse analysis techniques to analyze nine years of archived Tor network data, providing us with new insights into the operation of real-world attackers. Our findings include diverse Sybils, ranging from botnets, to academic research, and relays that hijacked Bitcoin transactions. Our work shows that existing Sybil defenses do not apply to Tor, it delivers insights into realworld attacks, and provides practical tools to uncover and characterize Sybils, making the network safer for its users. },
+   ISBN = {978-1-931971-32-4},
+   year = {2016}
+}
+
+ at InProceedings{pathspider-anrw,
+  Title                    = {{PATHspider: A tool for active measurement of path transparency}},
+  Author                   = {Learmonth, Iain and Trammell, Brian and K\"uhlewind, Mirja and Fairhurst, Gorry},
+  Booktitle                = {First ACM/IRTF Applied Networking Research Workshop},
+  Year                     = {2016},
+  Address                  = {Berlin, Germany},
+  Month                    = {Jul}
+}
+
+ at inproceedings{tor-design,
+  title = {{Tor}: The Second-Generation Onion Router},
+  author = {Roger Dingledine and Nick Mathewson and Paul Syverson},
+  booktitle = {{USENIX Security Symposium (USENIX)}},
+  year = {2004}
+}
+
+ at inproceedings{caida-data-sharing,
+  title = {Promoting data sharing},
+  author = {{CAIDA}},
+  note={\url{https://www.caida.org/data/sharing/}},
+}
diff --git a/2018/modern-collector/rfc.bib b/2018/modern-collector/rfc.bib
new file mode 100644
index 0000000..2f4a416
--- /dev/null
+++ b/2018/modern-collector/rfc.bib
@@ -0,0 +1,104257 @@
+ at misc{rfc1,
+  author="S. Crocker",
+  title="{Host Software}",
+  series="Request for Comments",
+  number="1",
+  howpublished="RFC 1",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1.txt",
+}
+
+ at misc{rfc2,
+  author="B. Duvall",
+  title="{Host software}",
+  series="Request for Comments",
+  number="2",
+  howpublished="RFC 2",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2.txt",
+}
+
+ at misc{rfc3,
+  author="S.D. Crocker",
+  title="{Documentation conventions}",
+  series="Request for Comments",
+  number="3",
+  howpublished="RFC 3",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=apr,
+    note="Obsoleted by RFC 10",
+  url="http://www.ietf.org/rfc/rfc3.txt",
+}
+
+ at misc{rfc4,
+  author="E.B. Shapiro",
+  title="{Network timetable}",
+  series="Request for Comments",
+  number="4",
+  howpublished="RFC 4",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4.txt",
+}
+
+ at misc{rfc5,
+  author="J. Rulifson",
+  title="{Decode Encode Language (DEL)}",
+  series="Request for Comments",
+  number="5",
+  howpublished="RFC 5",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5.txt",
+}
+
+ at misc{rfc6,
+  author="S.D. Crocker",
+  title="{Conversation with Bob Kahn}",
+  series="Request for Comments",
+  number="6",
+  howpublished="RFC 6",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6.txt",
+}
+
+ at misc{rfc7,
+  author="G. Deloche",
+  title="{Host-IMP interface}",
+  series="Request for Comments",
+  number="7",
+  howpublished="RFC 7",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7.txt",
+}
+
+ at misc{rfc8,
+  author="G. Deloche",
+  title="{ARPA Network Functional Specifications}",
+  series="Request for Comments",
+  number="8",
+  howpublished="RFC 8",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc8.txt",
+}
+
+ at misc{rfc9,
+  author="G. Deloche",
+  title="{Host Software}",
+  series="Request for Comments",
+  number="9",
+  howpublished="RFC 9",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc9.txt",
+}
+
+ at misc{rfc10,
+  author="S.D. Crocker",
+  title="{Documentation conventions}",
+  series="Request for Comments",
+  number="10",
+  howpublished="RFC 10",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=jul,
+    note="Obsoleted by RFC 16, updated by RFCs 24, 27, 30",
+  url="http://www.ietf.org/rfc/rfc10.txt",
+}
+
+ at misc{rfc11,
+  author="G. Deloche",
+  title="{Implementation of the Host - Host Software Procedures in GORDO}",
+  series="Request for Comments",
+  number="11",
+  howpublished="RFC 11",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=aug,
+    note="Obsoleted by RFC 33",
+  url="http://www.ietf.org/rfc/rfc11.txt",
+}
+
+ at misc{rfc12,
+  author="M. Wingfield",
+  title="{IMP-Host interface flow diagrams}",
+  series="Request for Comments",
+  number="12",
+  howpublished="RFC 12",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc12.txt",
+}
+
+ at misc{rfc13,
+  author="V. Cerf",
+  title="{Zero Text Length EOF Message}",
+  series="Request for Comments",
+  number="13",
+  howpublished="RFC 13",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc13.txt",
+}
+
+ at misc{rfc15,
+  author="C.S. Carr",
+  title="{Network subsystem for time sharing hosts}",
+  series="Request for Comments",
+  number="15",
+  howpublished="RFC 15",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc15.txt",
+}
+
+ at misc{rfc16,
+  author="S. Crocker",
+  title="{M.I.T}",
+  series="Request for Comments",
+  number="16",
+  howpublished="RFC 16",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=aug,
+    note="Obsoleted by RFC 24, updated by RFCs 24, 27, 30",
+  url="http://www.ietf.org/rfc/rfc16.txt",
+}
+
+ at misc{rfc17,
+  author="J.E. Kreznar",
+  title="{Some questions re: Host-IMP Protocol}",
+  series="Request for Comments",
+  number="17",
+  howpublished="RFC 17",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc17.txt",
+}
+
+ at misc{rfc18,
+  author="V. Cerf",
+  title="{IMP-IMP and HOST-HOST Control Links}",
+  series="Request for Comments",
+  number="18",
+  howpublished="RFC 18",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc18.txt",
+}
+
+ at misc{rfc19,
+  author="J.E. Kreznar",
+  title="{Two protocol suggestions to reduce congestion at swap bound nodes}",
+  series="Request for Comments",
+  number="19",
+  howpublished="RFC 19",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc19.txt",
+}
+
+ at misc{rfc20,
+  author="V.G. Cerf",
+  title="{ASCII format for network interchange}",
+  series="Request for Comments",
+  number="20",
+  howpublished="RFC 20 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc20.txt",
+}
+
+ at misc{rfc21,
+  author="V.G. Cerf",
+  title="{Network meeting}",
+  series="Request for Comments",
+  number="21",
+  howpublished="RFC 21",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc21.txt",
+}
+
+ at misc{rfc22,
+  author="V.G. Cerf",
+  title="{Host-host control message formats}",
+  series="Request for Comments",
+  number="22",
+  howpublished="RFC 22",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc22.txt",
+}
+
+ at misc{rfc23,
+  author="G. Gregg",
+  title="{Transmission of Multiple Control Messages}",
+  series="Request for Comments",
+  number="23",
+  howpublished="RFC 23",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc23.txt",
+}
+
+ at misc{rfc24,
+  author="S.D. Crocker",
+  title="{Documentation Conventions}",
+  series="Request for Comments",
+  number="24",
+  howpublished="RFC 24",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=nov,
+    note="Updated by RFCs 27, 30",
+  url="http://www.ietf.org/rfc/rfc24.txt",
+}
+
+ at misc{rfc25,
+  author="S.D. Crocker",
+  title="{No High Link Numbers}",
+  series="Request for Comments",
+  number="25",
+  howpublished="RFC 25",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc25.txt",
+}
+
+ at misc{rfc27,
+  author="S.D. Crocker",
+  title="{Documentation Conventions}",
+  series="Request for Comments",
+  number="27",
+  howpublished="RFC 27",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1969,
+  month=dec,
+    note="Updated by RFC 30",
+  url="http://www.ietf.org/rfc/rfc27.txt",
+}
+
+ at misc{rfc28,
+  author="W.K. English",
+  title="{Time Standards}",
+  series="Request for Comments",
+  number="28",
+  howpublished="RFC 28",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc28.txt",
+}
+
+ at misc{rfc29,
+  author="R.E. Kahn",
+  title="{Response to RFC 28}",
+  series="Request for Comments",
+  number="29",
+  howpublished="RFC 29",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc29.txt",
+}
+
+ at misc{rfc30,
+  author="S.D. Crocker",
+  title="{Documentation Conventions}",
+  series="Request for Comments",
+  number="30",
+  howpublished="RFC 30",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc30.txt",
+}
+
+ at misc{rfc31,
+  author="D. Bobrow and W.R. Sutherland",
+  title="{Binary Message Forms in Computer}",
+  series="Request for Comments",
+  number="31",
+  howpublished="RFC 31",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1968,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc31.txt",
+}
+
+ at misc{rfc32,
+  author="J. Cole",
+  title="{Some Thoughts on SRI's Proposed Real Time Clock}",
+  series="Request for Comments",
+  number="32",
+  howpublished="RFC 32",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc32.txt",
+}
+
+ at misc{rfc33,
+  author="S.D. Crocker",
+  title="{New Host-Host Protocol}",
+  series="Request for Comments",
+  number="33",
+  howpublished="RFC 33",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=feb,
+    note="Updated by RFCs 36, 47",
+  url="http://www.ietf.org/rfc/rfc33.txt",
+}
+
+ at misc{rfc34,
+  author="W.K. English",
+  title="{Some Brief Preliminary Notes on the Augmentation Research Center Clock}",
+  series="Request for Comments",
+  number="34",
+  howpublished="RFC 34",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc34.txt",
+}
+
+ at misc{rfc35,
+  author="S.D. Crocker",
+  title="{Network Meeting}",
+  series="Request for Comments",
+  number="35",
+  howpublished="RFC 35 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc35.txt",
+}
+
+ at misc{rfc36,
+  author="S.D. Crocker",
+  title="{Protocol Notes}",
+  series="Request for Comments",
+  number="36",
+  howpublished="RFC 36",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    note="Updated by RFCs 39, 44",
+  url="http://www.ietf.org/rfc/rfc36.txt",
+}
+
+ at misc{rfc37,
+  author="S.D. Crocker",
+  title="{Network Meeting Epilogue, etc}",
+  series="Request for Comments",
+  number="37",
+  howpublished="RFC 37",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc37.txt",
+}
+
+ at misc{rfc38,
+  author="S.M. Wolfe",
+  title="{Comments on Network Protocol from NWG/RFC \#36}",
+  series="Request for Comments",
+  number="38",
+  howpublished="RFC 38",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc38.txt",
+}
+
+ at misc{rfc39,
+  author="E. Harslem and J.F. Heafner",
+  title="{Comments on Protocol Re: NWG/RFC \#36}",
+  series="Request for Comments",
+  number="39",
+  howpublished="RFC 39",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc39.txt",
+}
+
+ at misc{rfc40,
+  author="E. Harslem and J.F. Heafner",
+  title="{More Comments on the Forthcoming Protocol}",
+  series="Request for Comments",
+  number="40",
+  howpublished="RFC 40",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc40.txt",
+}
+
+ at misc{rfc41,
+  author="J.T. Melvin",
+  title="{IMP-IMP Teletype Communication}",
+  series="Request for Comments",
+  number="41",
+  howpublished="RFC 41",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc41.txt",
+}
+
+ at misc{rfc42,
+  author="E. Ancona",
+  title="{Message Data Types}",
+  series="Request for Comments",
+  number="42",
+  howpublished="RFC 42",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc42.txt",
+}
+
+ at misc{rfc43,
+  author="A.G. Nemeth",
+  title="{Proposed Meeting}",
+  series="Request for Comments",
+  number="43",
+  howpublished="RFC 43",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc43.txt",
+}
+
+ at misc{rfc44,
+  author="A. Shoshani and R. Long and A. Landsberg",
+  title="{Comments on NWG/RFC 33 and 36}",
+  series="Request for Comments",
+  number="44",
+  howpublished="RFC 44",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc44.txt",
+}
+
+ at misc{rfc45,
+  author="J. Postel and S.D. Crocker",
+  title="{New Protocol is Coming}",
+  series="Request for Comments",
+  number="45",
+  howpublished="RFC 45",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc45.txt",
+}
+
+ at misc{rfc46,
+  author="E. Meyer",
+  title="{ARPA Network protocol notes}",
+  series="Request for Comments",
+  number="46",
+  howpublished="RFC 46",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc46.txt",
+}
+
+ at misc{rfc47,
+  author="J. Postel and S. Crocker",
+  title="{BBN's Comments on NWG/RFC \#33}",
+  series="Request for Comments",
+  number="47",
+  howpublished="RFC 47",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc47.txt",
+}
+
+ at misc{rfc48,
+  author="J. Postel and S.D. Crocker",
+  title="{Possible protocol plateau}",
+  series="Request for Comments",
+  number="48",
+  howpublished="RFC 48",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc48.txt",
+}
+
+ at misc{rfc49,
+  author="E. Meyer",
+  title="{Conversations with S. Crocker (UCLA)}",
+  series="Request for Comments",
+  number="49",
+  howpublished="RFC 49",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc49.txt",
+}
+
+ at misc{rfc50,
+  author="E. Harslen and J. Heafner",
+  title="{Comments on the Meyer Proposal}",
+  series="Request for Comments",
+  number="50",
+  howpublished="RFC 50",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc50.txt",
+}
+
+ at misc{rfc51,
+  author="M. Elie",
+  title="{Proposal for a Network Interchange Language}",
+  series="Request for Comments",
+  number="51",
+  howpublished="RFC 51",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc51.txt",
+}
+
+ at misc{rfc52,
+  author="J. Postel and S.D. Crocker",
+  title="{Updated distribution list}",
+  series="Request for Comments",
+  number="52",
+  howpublished="RFC 52",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jul,
+    note="Updated by RFC 69",
+  url="http://www.ietf.org/rfc/rfc52.txt",
+}
+
+ at misc{rfc53,
+  author="S.D. Crocker",
+  title="{Official protocol mechanism}",
+  series="Request for Comments",
+  number="53",
+  howpublished="RFC 53",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc53.txt",
+}
+
+ at misc{rfc54,
+  author="S.D. Crocker and J. Postel and J. Newkirk and M. Kraley",
+  title="{Official Protocol Proffering}",
+  series="Request for Comments",
+  number="54",
+  howpublished="RFC 54",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    note="Updated by RFC 57",
+  url="http://www.ietf.org/rfc/rfc54.txt",
+}
+
+ at misc{rfc55,
+  author="J. Newkirk and M. Kraley and J. Postel and S.D. Crocker",
+  title="{Prototypical implementation of the NCP}",
+  series="Request for Comments",
+  number="55",
+  howpublished="RFC 55",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc55.txt",
+}
+
+ at misc{rfc56,
+  author="E. Belove and D. Black and R. Flegal and L.G. Farquar",
+  title="{Third Level Protocol: Logger Protocol}",
+  series="Request for Comments",
+  number="56",
+  howpublished="RFC 56",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc56.txt",
+}
+
+ at misc{rfc57,
+  author="M. Kraley and J. Newkirk",
+  title="{Thoughts and Reflections on NWG/RFC 54}",
+  series="Request for Comments",
+  number="57",
+  howpublished="RFC 57",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc57.txt",
+}
+
+ at misc{rfc58,
+  author="T.P. Skinner",
+  title="{Logical Message Synchronization}",
+  series="Request for Comments",
+  number="58",
+  howpublished="RFC 58",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc58.txt",
+}
+
+ at misc{rfc59,
+  author="E. Meyer",
+  title="{Flow Control - Fixed Versus Demand Allocation}",
+  series="Request for Comments",
+  number="59",
+  howpublished="RFC 59",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc59.txt",
+}
+
+ at misc{rfc60,
+  author="R. Kalin",
+  title="{A Simplified NCP Protocol}",
+  series="Request for Comments",
+  number="60",
+  howpublished="RFC 60",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc60.txt",
+}
+
+ at misc{rfc61,
+  author="D.C. Walden",
+  title="{Note on Interprocess Communication in a Resource Sharing Computer Network}",
+  series="Request for Comments",
+  number="61",
+  howpublished="RFC 61",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jul,
+    note="Obsoleted by RFC 62",
+  url="http://www.ietf.org/rfc/rfc61.txt",
+}
+
+ at misc{rfc62,
+  author="D.C. Walden",
+  title="{Systems for Interprocess Communication in a Resource Sharing Computer Network}",
+  series="Request for Comments",
+  number="62",
+  howpublished="RFC 62",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc62.txt",
+}
+
+ at misc{rfc63,
+  author="V.G. Cerf",
+  title="{Belated Network Meeting Report}",
+  series="Request for Comments",
+  number="63",
+  howpublished="RFC 63",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc63.txt",
+}
+
+ at misc{rfc64,
+  author="M. Elie",
+  title="{Getting rid of marking}",
+  series="Request for Comments",
+  number="64",
+  howpublished="RFC 64",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc64.txt",
+}
+
+ at misc{rfc65,
+  author="D.C. Walden",
+  title="{Comments on Host/Host Protocol document \#1}",
+  series="Request for Comments",
+  number="65",
+  howpublished="RFC 65",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc65.txt",
+}
+
+ at misc{rfc66,
+  author="S.D. Crocker",
+  title="{NIC - third level ideas and other noise}",
+  series="Request for Comments",
+  number="66",
+  howpublished="RFC 66",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=aug,
+    note="Obsoleted by RFC 123, updated by RFCs 80, 93",
+  url="http://www.ietf.org/rfc/rfc66.txt",
+}
+
+ at misc{rfc67,
+  author="W.R. Crowther",
+  title="{Proposed Change to Host/IMP Spec to Eliminate Marking}",
+  series="Request for Comments",
+  number="67",
+  howpublished="RFC 67",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc67.txt",
+}
+
+ at misc{rfc68,
+  author="M. Elie",
+  title="{Comments on Memory Allocation Control Commands: CEASE, ALL, GVB, RET, and RFNM}",
+  series="Request for Comments",
+  number="68",
+  howpublished="RFC 68",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc68.txt",
+}
+
+ at misc{rfc69,
+  author="A.K. Bhushan",
+  title="{Distribution List Change for MIT}",
+  series="Request for Comments",
+  number="69",
+  howpublished="RFC 69",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc69.txt",
+}
+
+ at misc{rfc70,
+  author="S.D. Crocker",
+  title="{Note on Padding}",
+  series="Request for Comments",
+  number="70",
+  howpublished="RFC 70",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=oct,
+    note="Updated by RFC 228",
+  url="http://www.ietf.org/rfc/rfc70.txt",
+}
+
+ at misc{rfc71,
+  author="T. Schipper",
+  title="{Reallocation in Case of Input Error}",
+  series="Request for Comments",
+  number="71",
+  howpublished="RFC 71",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc71.txt",
+}
+
+ at misc{rfc72,
+  author="R.D. Bressler",
+  title="{Proposed Moratorium on Changes to Network Protocol}",
+  series="Request for Comments",
+  number="72",
+  howpublished="RFC 72",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc72.txt",
+}
+
+ at misc{rfc73,
+  author="S.D. Crocker",
+  title="{Response to NWG/RFC 67}",
+  series="Request for Comments",
+  number="73",
+  howpublished="RFC 73",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc73.txt",
+}
+
+ at misc{rfc74,
+  author="J.E. White",
+  title="{Specifications for Network Use of the UCSB On-Line System}",
+  series="Request for Comments",
+  number="74",
+  howpublished="RFC 74",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=oct,
+    note="Updated by RFCs 217, 225",
+  url="http://www.ietf.org/rfc/rfc74.txt",
+}
+
+ at misc{rfc75,
+  author="S.D. Crocker",
+  title="{Network Meeting}",
+  series="Request for Comments",
+  number="75",
+  howpublished="RFC 75",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc75.txt",
+}
+
+ at misc{rfc76,
+  author="J. Bouknight and J. Madden and G.R. Grossman",
+  title="{Connection by name: User oriented protocol}",
+  series="Request for Comments",
+  number="76",
+  howpublished="RFC 76",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc76.txt",
+}
+
+ at misc{rfc77,
+  author="J. Postel",
+  title="{Network meeting report}",
+  series="Request for Comments",
+  number="77",
+  howpublished="RFC 77",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc77.txt",
+}
+
+ at misc{rfc78,
+  author="E. Harslem and J.F. Heafner and J.E. White",
+  title="{NCP Status Report: UCSB/Rand}",
+  series="Request for Comments",
+  number="78",
+  howpublished="RFC 78",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc78.txt",
+}
+
+ at misc{rfc79,
+  author="E. Meyer",
+  title="{Logger Protocol error}",
+  series="Request for Comments",
+  number="79",
+  howpublished="RFC 79",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc79.txt",
+}
+
+ at misc{rfc80,
+  author="E. Harslem and J.F. Heafner",
+  title="{Protocols and Data Formats}",
+  series="Request for Comments",
+  number="80",
+  howpublished="RFC 80",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    note="Obsoleted by RFC 123, updated by RFC 93",
+  url="http://www.ietf.org/rfc/rfc80.txt",
+}
+
+ at misc{rfc81,
+  author="J. Bouknight",
+  title="{Request for Reference Information}",
+  series="Request for Comments",
+  number="81",
+  howpublished="RFC 81",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc81.txt",
+}
+
+ at misc{rfc82,
+  author="E. Meyer",
+  title="{Network Meeting Notes}",
+  series="Request for Comments",
+  number="82",
+  howpublished="RFC 82",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc82.txt",
+}
+
+ at misc{rfc83,
+  author="R.H. Anderson and E. Harslem and J.F. Heafner",
+  title="{Language-machine for data reconfiguration}",
+  series="Request for Comments",
+  number="83",
+  howpublished="RFC 83",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc83.txt",
+}
+
+ at misc{rfc84,
+  author="J.B. North",
+  title="{List of NWG/RFC's 1-80}",
+  series="Request for Comments",
+  number="84",
+  howpublished="RFC 84",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc84.txt",
+}
+
+ at misc{rfc85,
+  author="S.D. Crocker",
+  title="{Network Working Group meeting}",
+  series="Request for Comments",
+  number="85",
+  howpublished="RFC 85",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc85.txt",
+}
+
+ at misc{rfc86,
+  author="S.D. Crocker",
+  title="{Proposal for a Network Standard Format for a Data Stream to Control Graphics Display}",
+  series="Request for Comments",
+  number="86",
+  howpublished="RFC 86",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    note="Updated by RFC 125",
+  url="http://www.ietf.org/rfc/rfc86.txt",
+}
+
+ at misc{rfc87,
+  author="A. Vezza",
+  title="{Topic for Discussion at the Next Network Working Group Meeting}",
+  series="Request for Comments",
+  number="87",
+  howpublished="RFC 87",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc87.txt",
+}
+
+ at misc{rfc88,
+  author="R.T. Braden and S.M. Wolfe",
+  title="{NETRJS: A third level protocol for Remote Job Entry}",
+  series="Request for Comments",
+  number="88",
+  howpublished="RFC 88",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    note="Obsoleted by RFC 189",
+  url="http://www.ietf.org/rfc/rfc88.txt",
+}
+
+ at misc{rfc89,
+  author="R.M. Metcalfe",
+  title="{Some historic moments in networking}",
+  series="Request for Comments",
+  number="89",
+  howpublished="RFC 89",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc89.txt",
+}
+
+ at misc{rfc90,
+  author="R.T. Braden",
+  title="{CCN as a Network Service Center}",
+  series="Request for Comments",
+  number="90",
+  howpublished="RFC 90",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc90.txt",
+}
+
+ at misc{rfc91,
+  author="G.H. Mealy",
+  title="{Proposed User-User Protocol}",
+  series="Request for Comments",
+  number="91",
+  howpublished="RFC 91",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1970,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc91.txt",
+}
+
+ at misc{rfc93,
+  author="A.M. McKenzie",
+  title="{Initial Connection Protocol}",
+  series="Request for Comments",
+  number="93",
+  howpublished="RFC 93",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc93.txt",
+}
+
+ at misc{rfc94,
+  author="E. Harslem and J.F. Heafner",
+  title="{Some thoughts on Network Graphics}",
+  series="Request for Comments",
+  number="94",
+  howpublished="RFC 94",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc94.txt",
+}
+
+ at misc{rfc95,
+  author="S. Crocker",
+  title="{Distribution of NWG/RFC's through the NIC}",
+  series="Request for Comments",
+  number="95",
+  howpublished="RFC 95",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    note="Obsoleted by RFC 155",
+  url="http://www.ietf.org/rfc/rfc95.txt",
+}
+
+ at misc{rfc96,
+  author="R.W. Watson",
+  title="{An Interactive Network Experiment to Study Modes of Access the Network Information Center}",
+  series="Request for Comments",
+  number="96",
+  howpublished="RFC 96 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc96.txt",
+}
+
+ at misc{rfc97,
+  author="J.T. Melvin and R.W. Watson",
+  title="{First Cut at a Proposed Telnet Protocol}",
+  series="Request for Comments",
+  number="97",
+  howpublished="RFC 97",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc97.txt",
+}
+
+ at misc{rfc98,
+  author="E. Meyer and T. Skinner",
+  title="{Logger Protocol Proposal}",
+  series="Request for Comments",
+  number="98",
+  howpublished="RFC 98",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    note="Updated by RFC 123",
+  url="http://www.ietf.org/rfc/rfc98.txt",
+}
+
+ at misc{rfc99,
+  author="P.M. Karp",
+  title="{Network Meeting}",
+  series="Request for Comments",
+  number="99",
+  howpublished="RFC 99",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    note="Updated by RFC 116",
+  url="http://www.ietf.org/rfc/rfc99.txt",
+}
+
+ at misc{rfc100,
+  author="P.M. Karp",
+  title="{Categorization and guide to NWG/RFCs}",
+  series="Request for Comments",
+  number="100",
+  howpublished="RFC 100",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc100.txt",
+}
+
+ at misc{rfc101,
+  author="R.W. Watson",
+  title="{Notes on the Network Working Group meeting, Urbana, Illinois, February 17, 1971}",
+  series="Request for Comments",
+  number="101",
+  howpublished="RFC 101",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    note="Updated by RFCs 108, 123",
+  url="http://www.ietf.org/rfc/rfc101.txt",
+}
+
+ at misc{rfc102,
+  author="S.D. Crocker",
+  title="{Output of the Host-Host Protocol glitch cleaning committee}",
+  series="Request for Comments",
+  number="102",
+  howpublished="RFC 102",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    note="Updated by RFC 107",
+  url="http://www.ietf.org/rfc/rfc102.txt",
+}
+
+ at misc{rfc103,
+  author="R.B. Kalin",
+  title="{Implementation of Interrupt Keys}",
+  series="Request for Comments",
+  number="103",
+  howpublished="RFC 103",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc103.txt",
+}
+
+ at misc{rfc104,
+  author="J.B. Postel and S.D. Crocker",
+  title="{Link 191}",
+  series="Request for Comments",
+  number="104",
+  howpublished="RFC 104",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc104.txt",
+}
+
+ at misc{rfc105,
+  author="J.E. White",
+  title="{Network Specifications for Remote Job Entry and Remote Job Output Retrieval at UCSB}",
+  series="Request for Comments",
+  number="105",
+  howpublished="RFC 105",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    note="Updated by RFC 217",
+  url="http://www.ietf.org/rfc/rfc105.txt",
+}
+
+ at misc{rfc106,
+  author="T.C. O'Sullivan",
+  title="{User/Server Site Protocol Network Host Questionnaire}",
+  series="Request for Comments",
+  number="106",
+  howpublished="RFC 106",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc106.txt",
+}
+
+ at misc{rfc107,
+  author="R.D. Bressler and S.D. Crocker and W.R. Crowther and G.R. Grossman and R.S. Tomlinson and J.E. White",
+  title="{Output of the Host-Host Protocol Glitch Cleaning Committee}",
+  series="Request for Comments",
+  number="107",
+  howpublished="RFC 107",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    note="Updated by RFCs 111, 124, 132, 154, 179",
+  url="http://www.ietf.org/rfc/rfc107.txt",
+}
+
+ at misc{rfc108,
+  author="R.W. Watson",
+  title="{Attendance list at the Urbana NWG meeting, February 17-19, 1971}",
+  series="Request for Comments",
+  number="108",
+  howpublished="RFC 108",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc108.txt",
+}
+
+ at misc{rfc109,
+  author="J. Winett",
+  title="{Level III Server Protocol for the Lincoln Laboratory 360/67 Host}",
+  series="Request for Comments",
+  number="109",
+  howpublished="RFC 109",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc109.txt",
+}
+
+ at misc{rfc110,
+  author="J. Winett",
+  title="{Conventions for Using an IBM 2741 Terminal as a User Console for Access to Network Server Hosts}",
+  series="Request for Comments",
+  number="110",
+  howpublished="RFC 110",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    note="Updated by RFC 135",
+  url="http://www.ietf.org/rfc/rfc110.txt",
+}
+
+ at misc{rfc111,
+  author="S.D. Crocker",
+  title="{Pressure from the Chairman}",
+  series="Request for Comments",
+  number="111",
+  howpublished="RFC 111",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=mar,
+    note="Updated by RFC 130",
+  url="http://www.ietf.org/rfc/rfc111.txt",
+}
+
+ at misc{rfc112,
+  author="T.C. O'Sullivan",
+  title="{User/Server Site Protocol: Network Host Questionnaire}",
+  series="Request for Comments",
+  number="112",
+  howpublished="RFC 112",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc112.txt",
+}
+
+ at misc{rfc113,
+  author="E. Harslem and J.F. Heafner and J.E. White",
+  title="{Network activity report: UCSB Rand}",
+  series="Request for Comments",
+  number="113",
+  howpublished="RFC 113",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFC 227",
+  url="http://www.ietf.org/rfc/rfc113.txt",
+}
+
+ at misc{rfc114,
+  author="A.K. Bhushan",
+  title="{File Transfer Protocol}",
+  series="Request for Comments",
+  number="114",
+  howpublished="RFC 114",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFCs 133, 141, 171, 172",
+  url="http://www.ietf.org/rfc/rfc114.txt",
+}
+
+ at misc{rfc115,
+  author="R.W. Watson and J.B. North",
+  title="{Some Network Information Center policies on handling documents}",
+  series="Request for Comments",
+  number="115",
+  howpublished="RFC 115",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc115.txt",
+}
+
+ at misc{rfc116,
+  author="S.D. Crocker",
+  title="{Structure of the May NWG Meeting}",
+  series="Request for Comments",
+  number="116",
+  howpublished="RFC 116",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFCs 131, 156",
+  url="http://www.ietf.org/rfc/rfc116.txt",
+}
+
+ at misc{rfc117,
+  author="J. Wong",
+  title="{Some comments on the official protocol}",
+  series="Request for Comments",
+  number="117",
+  howpublished="RFC 117",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc117.txt",
+}
+
+ at misc{rfc118,
+  author="R.W. Watson",
+  title="{Recommendations for facility documentation}",
+  series="Request for Comments",
+  number="118",
+  howpublished="RFC 118",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc118.txt",
+}
+
+ at misc{rfc119,
+  author="M. Krilanovich",
+  title="{Network Fortran Subprograms}",
+  series="Request for Comments",
+  number="119",
+  howpublished="RFC 119",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc119.txt",
+}
+
+ at misc{rfc120,
+  author="M. Krilanovich",
+  title="{Network PL1 subprograms}",
+  series="Request for Comments",
+  number="120",
+  howpublished="RFC 120",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc120.txt",
+}
+
+ at misc{rfc121,
+  author="M. Krilanovich",
+  title="{Network on-line operators}",
+  series="Request for Comments",
+  number="121",
+  howpublished="RFC 121",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc121.txt",
+}
+
+ at misc{rfc122,
+  author="J.E. White",
+  title="{Network specifications for UCSB's Simple-Minded File System}",
+  series="Request for Comments",
+  number="122",
+  howpublished="RFC 122",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFCs 217, 269, 399, 431",
+  url="http://www.ietf.org/rfc/rfc122.txt",
+}
+
+ at misc{rfc123,
+  author="S.D. Crocker",
+  title="{Proffered Official ICP}",
+  series="Request for Comments",
+  number="123",
+  howpublished="RFC 123",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Obsoleted by RFC 165, updated by RFCs 127, 143, 148",
+  url="http://www.ietf.org/rfc/rfc123.txt",
+}
+
+ at misc{rfc124,
+  author="J.T. Melvin",
+  title="{Typographical error in RFC 107}",
+  series="Request for Comments",
+  number="124",
+  howpublished="RFC 124",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc124.txt",
+}
+
+ at misc{rfc125,
+  author="J. McConnell",
+  title="{Response to RFC 86: Proposal for Network Standard Format for a Graphics Data Stream}",
+  series="Request for Comments",
+  number="125",
+  howpublished="RFC 125",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFC 177",
+  url="http://www.ietf.org/rfc/rfc125.txt",
+}
+
+ at misc{rfc126,
+  author="J. McConnell",
+  title="{Graphics Facilities at Ames Research Center}",
+  series="Request for Comments",
+  number="126",
+  howpublished="RFC 126",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc126.txt",
+}
+
+ at misc{rfc127,
+  author="J. Postel",
+  title="{Comments on RFC 123}",
+  series="Request for Comments",
+  number="127",
+  howpublished="RFC 127",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Obsoleted by RFC 145, updated by RFC 151",
+  url="http://www.ietf.org/rfc/rfc127.txt",
+}
+
+ at misc{rfc128,
+  author="J. Postel",
+  title="{Bytes}",
+  series="Request for Comments",
+  number="128",
+  howpublished="RFC 128",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc128.txt",
+}
+
+ at misc{rfc129,
+  author="E. Harslem and J. Heafner and E. Meyer",
+  title="{Request for comments on socket name structure}",
+  series="Request for Comments",
+  number="129",
+  howpublished="RFC 129",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFC 147",
+  url="http://www.ietf.org/rfc/rfc129.txt",
+}
+
+ at misc{rfc130,
+  author="J.F. Heafner",
+  title="{Response to RFC 111: Pressure from the chairman}",
+  series="Request for Comments",
+  number="130",
+  howpublished="RFC 130",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc130.txt",
+}
+
+ at misc{rfc131,
+  author="E. Harslem and J.F. Heafner",
+  title="{Response to RFC 116: May NWG meeting}",
+  series="Request for Comments",
+  number="131",
+  howpublished="RFC 131",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc131.txt",
+}
+
+ at misc{rfc132,
+  author="J.E. White",
+  title="{Typographical Error in RFC 107}",
+  series="Request for Comments",
+  number="132",
+  howpublished="RFC 132",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Obsoleted by RFC 154",
+  url="http://www.ietf.org/rfc/rfc132.txt",
+}
+
+ at misc{rfc133,
+  author="R.L. Sunberg",
+  title="{File Transfer and Error Recovery}",
+  series="Request for Comments",
+  number="133",
+  howpublished="RFC 133",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc133.txt",
+}
+
+ at misc{rfc134,
+  author="A. Vezza",
+  title="{Network Graphics meeting}",
+  series="Request for Comments",
+  number="134",
+  howpublished="RFC 134",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc134.txt",
+}
+
+ at misc{rfc135,
+  author="W. Hathaway",
+  title="{Response to NWG/RFC 110}",
+  series="Request for Comments",
+  number="135",
+  howpublished="RFC 135",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc135.txt",
+}
+
+ at misc{rfc136,
+  author="R.E. Kahn",
+  title="{Host accounting and administrative procedures}",
+  series="Request for Comments",
+  number="136",
+  howpublished="RFC 136",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc136.txt",
+}
+
+ at misc{rfc137,
+  author="T.C. O'Sullivan",
+  title="{Telnet Protocol - a proposed document}",
+  series="Request for Comments",
+  number="137",
+  howpublished="RFC 137",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    note="Updated by RFC 139",
+  url="http://www.ietf.org/rfc/rfc137.txt",
+}
+
+ at misc{rfc138,
+  author="R.H. Anderson and V.G. Cerf and E. Harslem and J.F. Heafner and J. Madden and R.M. Metcalfe and A. Shoshani and J.E. White and D.C.M. Wood",
+  title="{Status report on proposed Data Reconfiguration Service}",
+  series="Request for Comments",
+  number="138",
+  howpublished="RFC 138",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc138.txt",
+}
+
+ at misc{rfc139,
+  author="T.C. O'Sullivan",
+  title="{Discussion of Telnet Protocol}",
+  series="Request for Comments",
+  number="139",
+  howpublished="RFC 139",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Updated by RFC 158",
+  url="http://www.ietf.org/rfc/rfc139.txt",
+}
+
+ at misc{rfc140,
+  author="S.D. Crocker",
+  title="{Agenda for the May NWG meeting}",
+  series="Request for Comments",
+  number="140",
+  howpublished="RFC 140",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Updated by RFC 149",
+  url="http://www.ietf.org/rfc/rfc140.txt",
+}
+
+ at misc{rfc141,
+  author="E. Harslem and J.F. Heafner",
+  title="{Comments on RFC 114: A File Transfer Protocol}",
+  series="Request for Comments",
+  number="141",
+  howpublished="RFC 141",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc141.txt",
+}
+
+ at misc{rfc142,
+  author="C. Kline and J. Wong",
+  title="{Time-Out Mechanism in the Host-Host Protocol}",
+  series="Request for Comments",
+  number="142",
+  howpublished="RFC 142",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc142.txt",
+}
+
+ at misc{rfc143,
+  author="W. Naylor and J. Wong and C. Kline and J. Postel",
+  title="{Regarding proffered official ICP}",
+  series="Request for Comments",
+  number="143",
+  howpublished="RFC 143",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFC 165",
+  url="http://www.ietf.org/rfc/rfc143.txt",
+}
+
+ at misc{rfc144,
+  author="A. Shoshani",
+  title="{Data sharing on computer networks}",
+  series="Request for Comments",
+  number="144",
+  howpublished="RFC 144",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc144.txt",
+}
+
+ at misc{rfc145,
+  author="J. Postel",
+  title="{Initial Connection Protocol Control Commands}",
+  series="Request for Comments",
+  number="145",
+  howpublished="RFC 145",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFC 165, updated by RFC 143",
+  url="http://www.ietf.org/rfc/rfc145.txt",
+}
+
+ at misc{rfc146,
+  author="P.M. Karp and D.B. McKay and D.C.M. Wood",
+  title="{Views on issues relevant to data sharing on computer networks}",
+  series="Request for Comments",
+  number="146",
+  howpublished="RFC 146",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc146.txt",
+}
+
+ at misc{rfc147,
+  author="J.M. Winett",
+  title="{Definition of a socket}",
+  series="Request for Comments",
+  number="147",
+  howpublished="RFC 147",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc147.txt",
+}
+
+ at misc{rfc148,
+  author="A.K. Bhushan",
+  title="{Comments on RFC 123}",
+  series="Request for Comments",
+  number="148",
+  howpublished="RFC 148",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc148.txt",
+}
+
+ at misc{rfc149,
+  author="S.D. Crocker",
+  title="{Best Laid Plans}",
+  series="Request for Comments",
+  number="149",
+  howpublished="RFC 149",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc149.txt",
+}
+
+ at misc{rfc150,
+  author="R.B. Kalin",
+  title="{Use of IPC Facilities: A Working Paper}",
+  series="Request for Comments",
+  number="150",
+  howpublished="RFC 150",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc150.txt",
+}
+
+ at misc{rfc151,
+  author="A. Shoshani",
+  title="{Comments on a proffered official ICP: RFCs 123, 127}",
+  series="Request for Comments",
+  number="151",
+  howpublished="RFC 151",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc151.txt",
+}
+
+ at misc{rfc152,
+  author="M. Wilber",
+  title="{SRI Artificial Intelligence status report}",
+  series="Request for Comments",
+  number="152",
+  howpublished="RFC 152",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc152.txt",
+}
+
+ at misc{rfc153,
+  author="J.T. Melvin and R.W. Watson",
+  title="{SRI ARC-NIC status}",
+  series="Request for Comments",
+  number="153",
+  howpublished="RFC 153",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc153.txt",
+}
+
+ at misc{rfc154,
+  author="S.D. Crocker",
+  title="{Exposition Style}",
+  series="Request for Comments",
+  number="154",
+  howpublished="RFC 154",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc154.txt",
+}
+
+ at misc{rfc155,
+  author="J.B. North",
+  title="{ARPA Network mailing lists}",
+  series="Request for Comments",
+  number="155",
+  howpublished="RFC 155",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFC 168",
+  url="http://www.ietf.org/rfc/rfc155.txt",
+}
+
+ at misc{rfc156,
+  author="J. Bouknight",
+  title="{Status of the Illinois site: Response to RFC 116}",
+  series="Request for Comments",
+  number="156",
+  howpublished="RFC 156",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc156.txt",
+}
+
+ at misc{rfc157,
+  author="V.G. Cerf",
+  title="{Invitation to the Second Symposium on Problems in the Optimization of Data Communications Systems}",
+  series="Request for Comments",
+  number="157",
+  howpublished="RFC 157",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc157.txt",
+}
+
+ at misc{rfc158,
+  author="T.C. O'Sullivan",
+  title="{Telnet Protocol: A Proposed Document}",
+  series="Request for Comments",
+  number="158",
+  howpublished="RFC 158",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFC 495, updated by RFC 318",
+  url="http://www.ietf.org/rfc/rfc158.txt",
+}
+
+ at misc{rfc160,
+  author="Network Information Center. Stanford Research Institute",
+  title="{RFC brief list}",
+  series="Request for Comments",
+  number="160",
+  howpublished="RFC 160",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFCs 200, 999",
+  url="http://www.ietf.org/rfc/rfc160.txt",
+}
+
+ at misc{rfc161,
+  author="A. Shoshani",
+  title="{Solution to the race condition in the ICP}",
+  series="Request for Comments",
+  number="161",
+  howpublished="RFC 161",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc161.txt",
+}
+
+ at misc{rfc162,
+  author="M. Kampe",
+  title="{NETBUGGER3}",
+  series="Request for Comments",
+  number="162",
+  howpublished="RFC 162",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc162.txt",
+}
+
+ at misc{rfc163,
+  author="V.G. Cerf",
+  title="{Data transfer protocols}",
+  series="Request for Comments",
+  number="163",
+  howpublished="RFC 163",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc163.txt",
+}
+
+ at misc{rfc164,
+  author="J.F. Heafner",
+  title="{Minutes of Network Working Group meeting, 5/16 through 5/19/71}",
+  series="Request for Comments",
+  number="164",
+  howpublished="RFC 164",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc164.txt",
+}
+
+ at misc{rfc165,
+  author="J. Postel",
+  title="{Proffered Official Initial Connection Protocol}",
+  series="Request for Comments",
+  number="165",
+  howpublished="RFC 165",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Updated by RFC NaN",
+  url="http://www.ietf.org/rfc/rfc165.txt",
+}
+
+ at misc{rfc166,
+  author="R.H. Anderson and V.G. Cerf and E. Harslem and J.F. Heafner and J. Madden and R.M. Metcalfe and A. Shoshani and J.E. White and D.C.M. Wood",
+  title="{Data Reconfiguration Service: An implementation specification}",
+  series="Request for Comments",
+  number="166",
+  howpublished="RFC 166",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc166.txt",
+}
+
+ at misc{rfc167,
+  author="A.K. Bhushan and R.M. Metcalfe and J.M. Winett",
+  title="{Socket conventions reconsidered}",
+  series="Request for Comments",
+  number="167",
+  howpublished="RFC 167",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc167.txt",
+}
+
+ at misc{rfc168,
+  author="J.B. North",
+  title="{ARPA Network mailing lists}",
+  series="Request for Comments",
+  number="168",
+  howpublished="RFC 168",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    note="Obsoleted by RFC 211",
+  url="http://www.ietf.org/rfc/rfc168.txt",
+}
+
+ at misc{rfc169,
+  author="S.D. Crocker",
+  title="{COMPUTER NETWORKS}",
+  series="Request for Comments",
+  number="169",
+  howpublished="RFC 169",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc169.txt",
+}
+
+ at misc{rfc170,
+  author="Network Information Center. Stanford Research Institute",
+  title="{RFC List by Number}",
+  series="Request for Comments",
+  number="170",
+  howpublished="RFC 170",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    note="Obsoleted by RFC 200",
+  url="http://www.ietf.org/rfc/rfc170.txt",
+}
+
+ at misc{rfc171,
+  author="A. Bhushan and B. Braden and W. Crowther and E. Harslem and J. Heafner and A. McKenize and J. Melvin and B. Sundberg and D. Watson and J. White",
+  title="{The Data Transfer Protocol}",
+  series="Request for Comments",
+  number="171",
+  howpublished="RFC 171",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    note="Obsoleted by RFC 264, updated by RFC 238",
+  url="http://www.ietf.org/rfc/rfc171.txt",
+}
+
+ at misc{rfc172,
+  author="A. Bhushan and B. Braden and W. Crowther and E. Harslem and J. Heafner and A. McKenzie and J. Melvin and B. Sundberg and D. Watson and J. White",
+  title="{The File Transfer Protocol}",
+  series="Request for Comments",
+  number="172",
+  howpublished="RFC 172",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    note="Obsoleted by RFC 265, updated by RFC 238",
+  url="http://www.ietf.org/rfc/rfc172.txt",
+}
+
+ at misc{rfc173,
+  author="P.M. Karp and D.B. McKay",
+  title="{Network Data Management Committee Meeting Announcement}",
+  series="Request for Comments",
+  number="173",
+  howpublished="RFC 173",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc173.txt",
+}
+
+ at misc{rfc174,
+  author="J. Postel and V.G. Cerf",
+  title="{UCLA - Computer Science Graphics Overview}",
+  series="Request for Comments",
+  number="174",
+  howpublished="RFC 174",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc174.txt",
+}
+
+ at misc{rfc175,
+  author="E. Harslem and J.F. Heafner",
+  title="{Comments on "Socket Conventions Reconsidered"}",
+  series="Request for Comments",
+  number="175",
+  howpublished="RFC 175",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc175.txt",
+}
+
+ at misc{rfc176,
+  author="A.K. Bhushan and R. Kanodia and R.M. Metcalfe and J. Postel",
+  title="{Comments on "Byte size for connections"}",
+  series="Request for Comments",
+  number="176",
+  howpublished="RFC 176",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc176.txt",
+}
+
+ at misc{rfc177,
+  author="J. McConnell",
+  title="{Device independent graphical display description}",
+  series="Request for Comments",
+  number="177",
+  howpublished="RFC 177",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    note="Updated by RFC 181",
+  url="http://www.ietf.org/rfc/rfc177.txt",
+}
+
+ at misc{rfc178,
+  author="I.W. Cotton",
+  title="{Network graphic attention handling}",
+  series="Request for Comments",
+  number="178",
+  howpublished="RFC 178",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc178.txt",
+}
+
+ at misc{rfc179,
+  author="A.M. McKenzie",
+  title="{Link Number Assignments}",
+  series="Request for Comments",
+  number="179",
+  howpublished="RFC 179",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc179.txt",
+}
+
+ at misc{rfc180,
+  author="A.M. McKenzie",
+  title="{File system questionnaire}",
+  series="Request for Comments",
+  number="180",
+  howpublished="RFC 180",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc180.txt",
+}
+
+ at misc{rfc181,
+  author="J. McConnell",
+  title="{Modifications to RFC 177}",
+  series="Request for Comments",
+  number="181",
+  howpublished="RFC 181",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc181.txt",
+}
+
+ at misc{rfc182,
+  author="J.B. North",
+  title="{Compilation of list of relevant site reports}",
+  series="Request for Comments",
+  number="182",
+  howpublished="RFC 182",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc182.txt",
+}
+
+ at misc{rfc183,
+  author="J.M. Winett",
+  title="{EBCDIC Codes and Their Mapping to ASCII}",
+  series="Request for Comments",
+  number="183",
+  howpublished="RFC 183",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc183.txt",
+}
+
+ at misc{rfc184,
+  author="K.C. Kelley",
+  title="{Proposed graphic display modes}",
+  series="Request for Comments",
+  number="184",
+  howpublished="RFC 184",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc184.txt",
+}
+
+ at misc{rfc185,
+  author="J.B. North",
+  title="{NIC distribution of manuals and handbooks}",
+  series="Request for Comments",
+  number="185",
+  howpublished="RFC 185",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc185.txt",
+}
+
+ at misc{rfc186,
+  author="J.C. Michener",
+  title="{Network graphics loader}",
+  series="Request for Comments",
+  number="186",
+  howpublished="RFC 186",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc186.txt",
+}
+
+ at misc{rfc187,
+  author="D.B. McKay and D.P. Karp",
+  title="{Network/440 Protocol Concept}",
+  series="Request for Comments",
+  number="187",
+  howpublished="RFC 187",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc187.txt",
+}
+
+ at misc{rfc188,
+  author="P.M. Karp and D.B. McKay",
+  title="{Data management meeting announcement}",
+  series="Request for Comments",
+  number="188",
+  howpublished="RFC 188",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc188.txt",
+}
+
+ at misc{rfc189,
+  author="R.T. Braden",
+  title="{Interim NETRJS specifications}",
+  series="Request for Comments",
+  number="189",
+  howpublished="RFC 189",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    note="Obsoleted by RFC 599, updated by RFC 283",
+  url="http://www.ietf.org/rfc/rfc189.txt",
+}
+
+ at misc{rfc190,
+  author="L.P. Deutsch",
+  title="{DEC PDP-10-IMLAC communications system}",
+  series="Request for Comments",
+  number="190",
+  howpublished="RFC 190",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc190.txt",
+}
+
+ at misc{rfc191,
+  author="C.H. Irby",
+  title="{Graphics implementation and conceptualization at Augmentation Research Center}",
+  series="Request for Comments",
+  number="191",
+  howpublished="RFC 191",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc191.txt",
+}
+
+ at misc{rfc192,
+  author="R.W. Watson",
+  title="{Some factors which a Network Graphics Protocol must consider}",
+  series="Request for Comments",
+  number="192",
+  howpublished="RFC 192",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc192.txt",
+}
+
+ at misc{rfc193,
+  author="E. Harslem and J.F. Heafner",
+  title="{NETWORK CHECKOUT}",
+  series="Request for Comments",
+  number="193",
+  howpublished="RFC 193",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    note="Obsoleted by RFC 198, updated by RFC 198",
+  url="http://www.ietf.org/rfc/rfc193.txt",
+}
+
+ at misc{rfc194,
+  author="V. Cerf and E. Harslem and J. Heafner and B. Metcalfe and J. White",
+  title="{The Data Reconfiguration Service -- Compiler/Interpreter Implementation Notes}",
+  series="Request for Comments",
+  number="194",
+  howpublished="RFC 194",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc194.txt",
+}
+
+ at misc{rfc195,
+  author="G.H. Mealy",
+  title="{Data computers-data descriptions and access language}",
+  series="Request for Comments",
+  number="195",
+  howpublished="RFC 195",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc195.txt",
+}
+
+ at misc{rfc196,
+  author="R.W. Watson",
+  title="{Mail Box Protocol}",
+  series="Request for Comments",
+  number="196",
+  howpublished="RFC 196",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    note="Obsoleted by RFC 221",
+  url="http://www.ietf.org/rfc/rfc196.txt",
+}
+
+ at misc{rfc197,
+  author="A. Shoshani and E. Harslem",
+  title="{Initial Connection Protocol - Reviewed}",
+  series="Request for Comments",
+  number="197",
+  howpublished="RFC 197",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc197.txt",
+}
+
+ at misc{rfc198,
+  author="J.F. Heafner",
+  title="{Site Certification - Lincoln Labs 360/67}",
+  series="Request for Comments",
+  number="198",
+  howpublished="RFC 198",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    note="Obsoleted by RFC 214",
+  url="http://www.ietf.org/rfc/rfc198.txt",
+}
+
+ at misc{rfc199,
+  author="T. Williams",
+  title="{Suggestions for a Network Data-Tablet Graphics Protocol}",
+  series="Request for Comments",
+  number="199",
+  howpublished="RFC 199",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc199.txt",
+}
+
+ at misc{rfc200,
+  author="J.B. North",
+  title="{RFC list by number}",
+  series="Request for Comments",
+  number="200",
+  howpublished="RFC 200",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Obsoleted by RFC NaN",
+  url="http://www.ietf.org/rfc/rfc200.txt",
+}
+
+ at misc{rfc202,
+  author="S.M. Wolfe and J. Postel",
+  title="{Possible Deadlock in ICP}",
+  series="Request for Comments",
+  number="202",
+  howpublished="RFC 202",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc202.txt",
+}
+
+ at misc{rfc203,
+  author="R.B. Kalin",
+  title="{Achieving reliable communication}",
+  series="Request for Comments",
+  number="203",
+  howpublished="RFC 203",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc203.txt",
+}
+
+ at misc{rfc204,
+  author="J. Postel",
+  title="{Sockets in use}",
+  series="Request for Comments",
+  number="204",
+  howpublished="RFC 204",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Updated by RFC 234",
+  url="http://www.ietf.org/rfc/rfc204.txt",
+}
+
+ at misc{rfc205,
+  author="R.T. Braden",
+  title="{NETCRT - a character display protocol}",
+  series="Request for Comments",
+  number="205",
+  howpublished="RFC 205",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc205.txt",
+}
+
+ at misc{rfc206,
+  author="J. White",
+  title="{A User TELNET Description of an Initial Implementation}",
+  series="Request for Comments",
+  number="206",
+  howpublished="RFC 206",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc206.txt",
+}
+
+ at misc{rfc207,
+  author="A. Vezza",
+  title="{September Network Working Group meeting}",
+  series="Request for Comments",
+  number="207",
+  howpublished="RFC 207",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Obsoleted by RFC 212",
+  url="http://www.ietf.org/rfc/rfc207.txt",
+}
+
+ at misc{rfc208,
+  author="A.M. McKenzie",
+  title="{Address tables}",
+  series="Request for Comments",
+  number="208",
+  howpublished="RFC 208",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc208.txt",
+}
+
+ at misc{rfc209,
+  author="B. Cosell",
+  title="{Host/IMP interface documentation}",
+  series="Request for Comments",
+  number="209",
+  howpublished="RFC 209",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc209.txt",
+}
+
+ at misc{rfc210,
+  author="W. Conrad",
+  title="{Improvement of Flow Control}",
+  series="Request for Comments",
+  number="210",
+  howpublished="RFC 210",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc210.txt",
+}
+
+ at misc{rfc211,
+  author="J.B. North",
+  title="{ARPA Network Mailing Lists}",
+  series="Request for Comments",
+  number="211",
+  howpublished="RFC 211",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Obsoleted by RFC 300",
+  url="http://www.ietf.org/rfc/rfc211.txt",
+}
+
+ at misc{rfc212,
+  author="Information Sciences Institute University of Southern California",
+  title="{NWG meeting on network usage}",
+  series="Request for Comments",
+  number="212",
+  howpublished="RFC 212",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Updated by RFC 222",
+  url="http://www.ietf.org/rfc/rfc212.txt",
+}
+
+ at misc{rfc213,
+  author="B. Cosell",
+  title="{IMP System change notification}",
+  series="Request for Comments",
+  number="213",
+  howpublished="RFC 213",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc213.txt",
+}
+
+ at misc{rfc214,
+  author="E. Harslem",
+  title="{Network checkpoint}",
+  series="Request for Comments",
+  number="214",
+  howpublished="RFC 214",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc214.txt",
+}
+
+ at misc{rfc215,
+  author="A.M. McKenzie",
+  title="{NCP, ICP, and Telnet: The Terminal IMP implementation}",
+  series="Request for Comments",
+  number="215",
+  howpublished="RFC 215",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc215.txt",
+}
+
+ at misc{rfc216,
+  author="J.E. White",
+  title="{Telnet Access to UCSB's On-Line System}",
+  series="Request for Comments",
+  number="216",
+  howpublished="RFC 216",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc216.txt",
+}
+
+ at misc{rfc217,
+  author="J.E. White",
+  title="{Specifications changes for OLS, RJE/RJOR, and SMFS}",
+  series="Request for Comments",
+  number="217",
+  howpublished="RFC 217",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc217.txt",
+}
+
+ at misc{rfc218,
+  author="B. Cosell",
+  title="{Changing the IMP status reporting facility}",
+  series="Request for Comments",
+  number="218",
+  howpublished="RFC 218",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc218.txt",
+}
+
+ at misc{rfc219,
+  author="R. Winter",
+  title="{User's View of the Datacomputer}",
+  series="Request for Comments",
+  number="219",
+  howpublished="RFC 219",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc219.txt",
+}
+
+ at misc{rfc221,
+  author="R.W. Watson",
+  title="{Mail Box Protocol: Version 2}",
+  series="Request for Comments",
+  number="221",
+  howpublished="RFC 221",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=aug,
+    note="Obsoleted by RFC 278",
+  url="http://www.ietf.org/rfc/rfc221.txt",
+}
+
+ at misc{rfc222,
+  author="R.M. Metcalfe",
+  title="{Subject: System programmer's workshop}",
+  series="Request for Comments",
+  number="222",
+  howpublished="RFC 222",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    note="Updated by RFC 234",
+  url="http://www.ietf.org/rfc/rfc222.txt",
+}
+
+ at misc{rfc223,
+  author="J.T. Melvin and R.W. Watson",
+  title="{Network Information Center schedule for network users}",
+  series="Request for Comments",
+  number="223",
+  howpublished="RFC 223",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc223.txt",
+}
+
+ at misc{rfc224,
+  author="A.M. McKenzie",
+  title="{Comments on Mailbox Protocol}",
+  series="Request for Comments",
+  number="224",
+  howpublished="RFC 224",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc224.txt",
+}
+
+ at misc{rfc225,
+  author="E. Harslem and R. Stoughton",
+  title="{Rand/UCSB network graphics experiment}",
+  series="Request for Comments",
+  number="225",
+  howpublished="RFC 225",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc225.txt",
+}
+
+ at misc{rfc226,
+  author="P.M. Karp",
+  title="{Standardization of host mnemonics}",
+  series="Request for Comments",
+  number="226",
+  howpublished="RFC 226",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    note="Obsoleted by RFC 247",
+  url="http://www.ietf.org/rfc/rfc226.txt",
+}
+
+ at misc{rfc227,
+  author="J.F. Heafner and E. Harslem",
+  title="{Data transfer rates (Rand/UCLA)}",
+  series="Request for Comments",
+  number="227",
+  howpublished="RFC 227",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc227.txt",
+}
+
+ at misc{rfc228,
+  author="D.C. Walden",
+  title="{Clarification}",
+  series="Request for Comments",
+  number="228",
+  howpublished="RFC 228",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc228.txt",
+}
+
+ at misc{rfc229,
+  author="J. Postel",
+  title="{Standard host names}",
+  series="Request for Comments",
+  number="229",
+  howpublished="RFC 229",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    note="Obsoleted by RFC 236",
+  url="http://www.ietf.org/rfc/rfc229.txt",
+}
+
+ at misc{rfc230,
+  author="T. Pyke",
+  title="{Toward reliable operation of minicomputer-based terminals on a TIP}",
+  series="Request for Comments",
+  number="230",
+  howpublished="RFC 230",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc230.txt",
+}
+
+ at misc{rfc231,
+  author="J.F. Heafner and E. Harslem",
+  title="{Service center standards for remote usage: A user's view}",
+  series="Request for Comments",
+  number="231",
+  howpublished="RFC 231",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc231.txt",
+}
+
+ at misc{rfc232,
+  author="A. Vezza",
+  title="{Postponement of network graphics meeting}",
+  series="Request for Comments",
+  number="232",
+  howpublished="RFC 232",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc232.txt",
+}
+
+ at misc{rfc233,
+  author="A. Bhushan and R. Metcalfe",
+  title="{Standardization of host call letters}",
+  series="Request for Comments",
+  number="233",
+  howpublished="RFC 233",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc233.txt",
+}
+
+ at misc{rfc234,
+  author="A. Vezza",
+  title="{Network Working Group meeting schedule}",
+  series="Request for Comments",
+  number="234",
+  howpublished="RFC 234",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc234.txt",
+}
+
+ at misc{rfc235,
+  author="E. Westheimer",
+  title="{Site status}",
+  series="Request for Comments",
+  number="235",
+  howpublished="RFC 235",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    note="Obsoleted by RFC 240",
+  url="http://www.ietf.org/rfc/rfc235.txt",
+}
+
+ at misc{rfc236,
+  author="J. Postel",
+  title="{Standard host names}",
+  series="Request for Comments",
+  number="236",
+  howpublished="RFC 236",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc236.txt",
+}
+
+ at misc{rfc237,
+  author="R.W. Watson",
+  title="{NIC view of standard host names}",
+  series="Request for Comments",
+  number="237",
+  howpublished="RFC 237",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    note="Obsoleted by RFC 273",
+  url="http://www.ietf.org/rfc/rfc237.txt",
+}
+
+ at misc{rfc238,
+  author="R.T. Braden",
+  title="{Comments on DTP and FTP proposals}",
+  series="Request for Comments",
+  number="238",
+  howpublished="RFC 238",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc238.txt",
+}
+
+ at misc{rfc239,
+  author="R.T. Braden",
+  title="{Host mnemonics proposed in RFC 226 (NIC 7625)}",
+  series="Request for Comments",
+  number="239",
+  howpublished="RFC 239",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc239.txt",
+}
+
+ at misc{rfc240,
+  author="A.M. McKenzie",
+  title="{Site Status}",
+  series="Request for Comments",
+  number="240",
+  howpublished="RFC 240",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    note="Obsoleted by RFC 252",
+  url="http://www.ietf.org/rfc/rfc240.txt",
+}
+
+ at misc{rfc241,
+  author="A.M. McKenzie",
+  title="{Connecting computers to MLC ports}",
+  series="Request for Comments",
+  number="241",
+  howpublished="RFC 241",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc241.txt",
+}
+
+ at misc{rfc242,
+  author="L. Haibt and A.P. Mullery",
+  title="{Data Descriptive Language for Shared Data}",
+  series="Request for Comments",
+  number="242",
+  howpublished="RFC 242",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc242.txt",
+}
+
+ at misc{rfc243,
+  author="A.P. Mullery",
+  title="{Network and data sharing bibliography}",
+  series="Request for Comments",
+  number="243",
+  howpublished="RFC 243",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    note="Obsoleted by RFC 290",
+  url="http://www.ietf.org/rfc/rfc243.txt",
+}
+
+ at misc{rfc245,
+  author="C. Falls",
+  title="{Reservations for Network Group meeting}",
+  series="Request for Comments",
+  number="245",
+  howpublished="RFC 245",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc245.txt",
+}
+
+ at misc{rfc246,
+  author="A. Vezza",
+  title="{Network Graphics meeting}",
+  series="Request for Comments",
+  number="246",
+  howpublished="RFC 246",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc246.txt",
+}
+
+ at misc{rfc247,
+  author="P.M. Karp",
+  title="{Proffered set of standard host names}",
+  series="Request for Comments",
+  number="247",
+  howpublished="RFC 247",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc247.txt",
+}
+
+ at misc{rfc249,
+  author="R.F. Borelli",
+  title="{Coordination of equipment and supplies purchase}",
+  series="Request for Comments",
+  number="249",
+  howpublished="RFC 249",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc249.txt",
+}
+
+ at misc{rfc250,
+  author="H. Brodie",
+  title="{Some thoughts on file transfer}",
+  series="Request for Comments",
+  number="250",
+  howpublished="RFC 250",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc250.txt",
+}
+
+ at misc{rfc251,
+  author="D. Stern",
+  title="{Weather data}",
+  series="Request for Comments",
+  number="251",
+  howpublished="RFC 251",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc251.txt",
+}
+
+ at misc{rfc252,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="252",
+  howpublished="RFC 252",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    note="Obsoleted by RFC 255",
+  url="http://www.ietf.org/rfc/rfc252.txt",
+}
+
+ at misc{rfc253,
+  author="J.A. Moorer",
+  title="{Second Network Graphics meeting details}",
+  series="Request for Comments",
+  number="253",
+  howpublished="RFC 253",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc253.txt",
+}
+
+ at misc{rfc254,
+  author="A. Bhushan",
+  title="{Scenarios for using ARPANET computers}",
+  series="Request for Comments",
+  number="254",
+  howpublished="RFC 254",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc254.txt",
+}
+
+ at misc{rfc255,
+  author="E. Westheimer",
+  title="{Status of network hosts}",
+  series="Request for Comments",
+  number="255",
+  howpublished="RFC 255",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    note="Obsoleted by RFC 266",
+  url="http://www.ietf.org/rfc/rfc255.txt",
+}
+
+ at misc{rfc256,
+  author="B. Cosell",
+  title="{IMPSYS change notification}",
+  series="Request for Comments",
+  number="256",
+  howpublished="RFC 256",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc256.txt",
+}
+
+ at misc{rfc263,
+  author="A.M. McKenzie",
+  title="{"Very Distant" Host interface}",
+  series="Request for Comments",
+  number="263",
+  howpublished="RFC 263",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc263.txt",
+}
+
+ at misc{rfc264,
+  author="A. Bhushan and B. Braden and W. Crowther and E. Harslem and J. Heafner and A. McKenize and B. Sundberg and D. Watson and J. White",
+  title="{The Data Transfer Protocol}",
+  series="Request for Comments",
+  number="264",
+  howpublished="RFC 264",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    note="Obsoleted by RFC 354, updated by RFC 310",
+  url="http://www.ietf.org/rfc/rfc264.txt",
+}
+
+ at misc{rfc265,
+  author="A. Bhushan and B. Braden and W. Crowther and E. Harslem and J. Heafner and A. McKenzie and J. Melvin and B. Sundberg and D. Watson and J. White",
+  title="{The File Transfer Protocol}",
+  series="Request for Comments",
+  number="265",
+  howpublished="RFC 265",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    note="Obsoleted by RFC 354, updated by RFCs 281, 294, 310",
+  url="http://www.ietf.org/rfc/rfc265.txt",
+}
+
+ at misc{rfc266,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="266",
+  howpublished="RFC 266",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    note="Obsoleted by RFC 267",
+  url="http://www.ietf.org/rfc/rfc266.txt",
+}
+
+ at misc{rfc267,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="267",
+  howpublished="RFC 267",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    note="Obsoleted by RFC 287",
+  url="http://www.ietf.org/rfc/rfc267.txt",
+}
+
+ at misc{rfc268,
+  author="J. Postel",
+  title="{Graphics facilities information}",
+  series="Request for Comments",
+  number="268",
+  howpublished="RFC 268",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc268.txt",
+}
+
+ at misc{rfc269,
+  author="H. Brodie",
+  title="{Some Experience with File Transfer}",
+  series="Request for Comments",
+  number="269",
+  howpublished="RFC 269",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc269.txt",
+}
+
+ at misc{rfc270,
+  author="A.M. McKenzie",
+  title="{Correction to BBN Report No. 1822 (NIC NO 7958)}",
+  series="Request for Comments",
+  number="270",
+  howpublished="RFC 270",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc270.txt",
+}
+
+ at misc{rfc271,
+  author="B. Cosell",
+  title="{IMP System change notifications}",
+  series="Request for Comments",
+  number="271",
+  howpublished="RFC 271",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc271.txt",
+}
+
+ at misc{rfc273,
+  author="R.W. Watson",
+  title="{More on standard host names}",
+  series="Request for Comments",
+  number="273",
+  howpublished="RFC 273",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc273.txt",
+}
+
+ at misc{rfc274,
+  author="E. Forman",
+  title="{Establishing a local guide for network usage}",
+  series="Request for Comments",
+  number="274",
+  howpublished="RFC 274",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc274.txt",
+}
+
+ at misc{rfc276,
+  author="R.W. Watson",
+  title="{NIC course}",
+  series="Request for Comments",
+  number="276",
+  howpublished="RFC 276",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc276.txt",
+}
+
+ at misc{rfc278,
+  author="A.K. Bhushan and R.T. Braden and E. Harslem and J.F. Heafner and A.M. McKenzie and J.T. Melvin and R.L. Sundberg and R.W. Watson and J.E. White",
+  title="{Revision of the Mail Box Protocol}",
+  series="Request for Comments",
+  number="278",
+  howpublished="RFC 278",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc278.txt",
+}
+
+ at misc{rfc280,
+  author="R.W. Watson",
+  title="{A Draft of Host Names}",
+  series="Request for Comments",
+  number="280",
+  howpublished="RFC 280",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc280.txt",
+}
+
+ at misc{rfc281,
+  author="A.M. McKenzie",
+  title="{Suggested addition to File Transfer Protocol}",
+  series="Request for Comments",
+  number="281",
+  howpublished="RFC 281",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc281.txt",
+}
+
+ at misc{rfc282,
+  author="M.A. Padlipsky",
+  title="{Graphics meeting report}",
+  series="Request for Comments",
+  number="282",
+  howpublished="RFC 282",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc282.txt",
+}
+
+ at misc{rfc283,
+  author="R.T. Braden",
+  title="{NETRJT: Remote Job Service Protocol for TIPS}",
+  series="Request for Comments",
+  number="283",
+  howpublished="RFC 283",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc283.txt",
+}
+
+ at misc{rfc285,
+  author="D. Huff",
+  title="{Network graphics}",
+  series="Request for Comments",
+  number="285",
+  howpublished="RFC 285",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc285.txt",
+}
+
+ at misc{rfc286,
+  author="E. Forman",
+  title="{Network Library Information System}",
+  series="Request for Comments",
+  number="286",
+  howpublished="RFC 286",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc286.txt",
+}
+
+ at misc{rfc287,
+  author="E. Westheimer",
+  title="{Status of Network Hosts}",
+  series="Request for Comments",
+  number="287",
+  howpublished="RFC 287",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    note="Obsoleted by RFC 288",
+  url="http://www.ietf.org/rfc/rfc287.txt",
+}
+
+ at misc{rfc288,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="288",
+  howpublished="RFC 288",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    note="Obsoleted by RFC 293, updated by RFC 293",
+  url="http://www.ietf.org/rfc/rfc288.txt",
+}
+
+ at misc{rfc289,
+  author="R.W. Watson",
+  title="{What we hope is an official list of host names}",
+  series="Request for Comments",
+  number="289",
+  howpublished="RFC 289",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1971,
+  month=dec,
+    note="Obsoleted by RFC 384",
+  url="http://www.ietf.org/rfc/rfc289.txt",
+}
+
+ at misc{rfc290,
+  author="A.P. Mullery",
+  title="{Computer networks and data sharing: A bibliography}",
+  series="Request for Comments",
+  number="290",
+  howpublished="RFC 290",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc290.txt",
+}
+
+ at misc{rfc291,
+  author="D.B. McKay",
+  title="{Data Management Meeting Announcement}",
+  series="Request for Comments",
+  number="291",
+  howpublished="RFC 291",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc291.txt",
+}
+
+ at misc{rfc292,
+  author="J.C. Michener and I.W. Cotton and K.C. Kelley and D.E. Liddle and E. Meyer",
+  title="{Graphics Protocol: Level 0 only}",
+  series="Request for Comments",
+  number="292",
+  howpublished="RFC 292",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    note="Obsoleted by RFC 493",
+  url="http://www.ietf.org/rfc/rfc292.txt",
+}
+
+ at misc{rfc293,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="293",
+  howpublished="RFC 293",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    note="Obsoleted by RFC 298",
+  url="http://www.ietf.org/rfc/rfc293.txt",
+}
+
+ at misc{rfc294,
+  author="A.K. Bhushan",
+  title="{The Use of "Set Data Type" Transaction in File Transfer Protocol}",
+  series="Request for Comments",
+  number="294",
+  howpublished="RFC 294",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc294.txt",
+}
+
+ at misc{rfc295,
+  author="J. Postel",
+  title="{Report of the Protocol Workshop, 12 October 1971}",
+  series="Request for Comments",
+  number="295",
+  howpublished="RFC 295",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc295.txt",
+}
+
+ at misc{rfc296,
+  author="D.E. Liddle",
+  title="{DS-1 Display System}",
+  series="Request for Comments",
+  number="296",
+  howpublished="RFC 296",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc296.txt",
+}
+
+ at misc{rfc297,
+  author="D.C. Walden",
+  title="{TIP Message Buffers}",
+  series="Request for Comments",
+  number="297",
+  howpublished="RFC 297",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc297.txt",
+}
+
+ at misc{rfc298,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="298",
+  howpublished="RFC 298",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    note="Obsoleted by RFC 306",
+  url="http://www.ietf.org/rfc/rfc298.txt",
+}
+
+ at misc{rfc299,
+  author="D. Hopkin",
+  title="{Information Management System}",
+  series="Request for Comments",
+  number="299",
+  howpublished="RFC 299",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc299.txt",
+}
+
+ at misc{rfc300,
+  author="J.B. North",
+  title="{ARPA Network mailing lists}",
+  series="Request for Comments",
+  number="300",
+  howpublished="RFC 300",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jan,
+    note="Obsoleted by RFC 303",
+  url="http://www.ietf.org/rfc/rfc300.txt",
+}
+
+ at misc{rfc301,
+  author="R. Alter",
+  title="{BBN IMP (\#5) and NCC Schedule March 4, 1971}",
+  series="Request for Comments",
+  number="301",
+  howpublished="RFC 301",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc301.txt",
+}
+
+ at misc{rfc302,
+  author="R.F. Bryan",
+  title="{Exercising The ARPANET}",
+  series="Request for Comments",
+  number="302",
+  howpublished="RFC 302",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc302.txt",
+}
+
+ at misc{rfc303,
+  author="Network Information Center. Stanford Research Institute",
+  title="{ARPA Network mailing lists}",
+  series="Request for Comments",
+  number="303",
+  howpublished="RFC 303",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    note="Obsoleted by RFC 329",
+  url="http://www.ietf.org/rfc/rfc303.txt",
+}
+
+ at misc{rfc304,
+  author="D.B. McKay",
+  title="{Data Management System Proposal for the ARPA Network}",
+  series="Request for Comments",
+  number="304",
+  howpublished="RFC 304",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc304.txt",
+}
+
+ at misc{rfc305,
+  author="R. Alter",
+  title="{Unknown Host Numbers}",
+  series="Request for Comments",
+  number="305",
+  howpublished="RFC 305",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc305.txt",
+}
+
+ at misc{rfc306,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="306",
+  howpublished="RFC 306",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    note="Obsoleted by RFC 315",
+  url="http://www.ietf.org/rfc/rfc306.txt",
+}
+
+ at misc{rfc307,
+  author="E. Harslem",
+  title="{Using network Remote Job Entry}",
+  series="Request for Comments",
+  number="307",
+  howpublished="RFC 307",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc307.txt",
+}
+
+ at misc{rfc308,
+  author="M. Seriff",
+  title="{ARPANET host availability data}",
+  series="Request for Comments",
+  number="308",
+  howpublished="RFC 308",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc308.txt",
+}
+
+ at misc{rfc309,
+  author="A.K. Bhushan",
+  title="{Data and File Transfer Workshop Announcement}",
+  series="Request for Comments",
+  number="309",
+  howpublished="RFC 309",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc309.txt",
+}
+
+ at misc{rfc310,
+  author="A.K. Bhushan",
+  title="{Another Look at Data and File Transfer Protocols}",
+  series="Request for Comments",
+  number="310",
+  howpublished="RFC 310",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc310.txt",
+}
+
+ at misc{rfc311,
+  author="R.F. Bryan",
+  title="{New Console Attachments to the USCB Host}",
+  series="Request for Comments",
+  number="311",
+  howpublished="RFC 311",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc311.txt",
+}
+
+ at misc{rfc312,
+  author="A.M. McKenzie",
+  title="{Proposed Change in IMP-to-Host Protocol}",
+  series="Request for Comments",
+  number="312",
+  howpublished="RFC 312",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc312.txt",
+}
+
+ at misc{rfc313,
+  author="T.C. O'Sullivan",
+  title="{Computer based instruction}",
+  series="Request for Comments",
+  number="313",
+  howpublished="RFC 313",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc313.txt",
+}
+
+ at misc{rfc314,
+  author="I.W. Cotton",
+  title="{Network Graphics Working Group Meeting}",
+  series="Request for Comments",
+  number="314",
+  howpublished="RFC 314",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc314.txt",
+}
+
+ at misc{rfc315,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="315",
+  howpublished="RFC 315",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    note="Obsoleted by RFC 319",
+  url="http://www.ietf.org/rfc/rfc315.txt",
+}
+
+ at misc{rfc316,
+  author="D.B. McKay and A.P. Mullery",
+  title="{ARPA Network Data Management Working Group}",
+  series="Request for Comments",
+  number="316",
+  howpublished="RFC 316",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc316.txt",
+}
+
+ at misc{rfc317,
+  author="J. Postel",
+  title="{Official Host-Host Protocol Modification: Assigned Link Numbers}",
+  series="Request for Comments",
+  number="317",
+  howpublished="RFC 317",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    note="Obsoleted by RFC 604",
+  url="http://www.ietf.org/rfc/rfc317.txt",
+}
+
+ at misc{rfc318,
+  author="J. Postel",
+  title="{Telnet Protocols}",
+  series="Request for Comments",
+  number="318",
+  howpublished="RFC 318",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    note="Updated by RFC 435",
+  url="http://www.ietf.org/rfc/rfc318.txt",
+}
+
+ at misc{rfc319,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="319",
+  howpublished="RFC 319",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    note="Updated by RFC 326",
+  url="http://www.ietf.org/rfc/rfc319.txt",
+}
+
+ at misc{rfc320,
+  author="R. Reddy",
+  title="{Workshop on Hard Copy Line Graphics}",
+  series="Request for Comments",
+  number="320",
+  howpublished="RFC 320",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc320.txt",
+}
+
+ at misc{rfc321,
+  author="P.M. Karp",
+  title="{CBI Networking Activity at MITRE}",
+  series="Request for Comments",
+  number="321",
+  howpublished="RFC 321",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc321.txt",
+}
+
+ at misc{rfc322,
+  author="V. Cerf and J. Postel",
+  title="{Well known socket numbers}",
+  series="Request for Comments",
+  number="322",
+  howpublished="RFC 322",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc322.txt",
+}
+
+ at misc{rfc323,
+  author="V. Cerf",
+  title="{Formation of Network Measurement Group (NMG)}",
+  series="Request for Comments",
+  number="323",
+  howpublished="RFC 323",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=mar,
+    note="Updated by RFC 388",
+  url="http://www.ietf.org/rfc/rfc323.txt",
+}
+
+ at misc{rfc324,
+  author="J. Postel",
+  title="{RJE Protocol meeting}",
+  series="Request for Comments",
+  number="324",
+  howpublished="RFC 324",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc324.txt",
+}
+
+ at misc{rfc325,
+  author="G. Hicks",
+  title="{Network Remote Job Entry program - NETRJS}",
+  series="Request for Comments",
+  number="325",
+  howpublished="RFC 325",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc325.txt",
+}
+
+ at misc{rfc326,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="326",
+  howpublished="RFC 326",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    note="Obsoleted by RFC 330",
+  url="http://www.ietf.org/rfc/rfc326.txt",
+}
+
+ at misc{rfc327,
+  author="A.K. Bhushan",
+  title="{Data and File Transfer workshop notes}",
+  series="Request for Comments",
+  number="327",
+  howpublished="RFC 327",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc327.txt",
+}
+
+ at misc{rfc328,
+  author="J. Postel",
+  title="{Suggested Telnet Protocol Changes}",
+  series="Request for Comments",
+  number="328",
+  howpublished="RFC 328",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc328.txt",
+}
+
+ at misc{rfc329,
+  author="Network Information Center. Stanford Research Institute",
+  title="{ARPA Network Mailing Lists}",
+  series="Request for Comments",
+  number="329",
+  howpublished="RFC 329",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    note="Obsoleted by RFC 363",
+  url="http://www.ietf.org/rfc/rfc329.txt",
+}
+
+ at misc{rfc330,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="330",
+  howpublished="RFC 330",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    note="Updated by RFC 332",
+  url="http://www.ietf.org/rfc/rfc330.txt",
+}
+
+ at misc{rfc331,
+  author="J.M. McQuillan",
+  title="{IMP System Change Notification}",
+  series="Request for Comments",
+  number="331",
+  howpublished="RFC 331",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    note="Obsoleted by RFC 343",
+  url="http://www.ietf.org/rfc/rfc331.txt",
+}
+
+ at misc{rfc332,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="332",
+  howpublished="RFC 332",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=apr,
+    note="Obsoleted by RFC 342",
+  url="http://www.ietf.org/rfc/rfc332.txt",
+}
+
+ at misc{rfc333,
+  author="R.D. Bressler and D. Murphy and D.C. Walden",
+  title="{Proposed experiment with a Message Switching Protocol}",
+  series="Request for Comments",
+  number="333",
+  howpublished="RFC 333",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc333.txt",
+}
+
+ at misc{rfc334,
+  author="A.M. McKenzie",
+  title="{Network Use on May 8}",
+  series="Request for Comments",
+  number="334",
+  howpublished="RFC 334",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc334.txt",
+}
+
+ at misc{rfc335,
+  author="R.F. Bryan",
+  title="{New Interface - IMP/360}",
+  series="Request for Comments",
+  number="335",
+  howpublished="RFC 335",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc335.txt",
+}
+
+ at misc{rfc336,
+  author="I.W. Cotton",
+  title="{Level 0 Graphic Input Protocol}",
+  series="Request for Comments",
+  number="336",
+  howpublished="RFC 336",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc336.txt",
+}
+
+ at misc{rfc338,
+  author="R.T. Braden",
+  title="{EBCDIC/ASCII Mapping for Network RJE}",
+  series="Request for Comments",
+  number="338",
+  howpublished="RFC 338",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc338.txt",
+}
+
+ at misc{rfc339,
+  author="R. Thomas",
+  title="{MLTNET: A "Multi Telnet" Subsystem for Tenex}",
+  series="Request for Comments",
+  number="339",
+  howpublished="RFC 339",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc339.txt",
+}
+
+ at misc{rfc340,
+  author="T.C. O'Sullivan",
+  title="{Proposed Telnet Changes}",
+  series="Request for Comments",
+  number="340",
+  howpublished="RFC 340",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc340.txt",
+}
+
+ at misc{rfc342,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="342",
+  howpublished="RFC 342",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    note="Obsoleted by RFC 344",
+  url="http://www.ietf.org/rfc/rfc342.txt",
+}
+
+ at misc{rfc343,
+  author="A.M. McKenzie",
+  title="{IMP System change notification}",
+  series="Request for Comments",
+  number="343",
+  howpublished="RFC 343",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    note="Obsoleted by RFC 359",
+  url="http://www.ietf.org/rfc/rfc343.txt",
+}
+
+ at misc{rfc344,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="344",
+  howpublished="RFC 344",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    note="Obsoleted by RFC 353",
+  url="http://www.ietf.org/rfc/rfc344.txt",
+}
+
+ at misc{rfc345,
+  author="K.C. Kelley",
+  title="{Interest in Mixed Integer Programming (MPSX on NIC 360/91 at CCN)}",
+  series="Request for Comments",
+  number="345",
+  howpublished="RFC 345",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc345.txt",
+}
+
+ at misc{rfc346,
+  author="J. Postel",
+  title="{Satellite Considerations}",
+  series="Request for Comments",
+  number="346",
+  howpublished="RFC 346",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc346.txt",
+}
+
+ at misc{rfc347,
+  author="J. Postel",
+  title="{Echo process}",
+  series="Request for Comments",
+  number="347",
+  howpublished="RFC 347",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc347.txt",
+}
+
+ at misc{rfc348,
+  author="J. Postel",
+  title="{Discard Process}",
+  series="Request for Comments",
+  number="348",
+  howpublished="RFC 348",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc348.txt",
+}
+
+ at misc{rfc349,
+  author="J. Postel",
+  title="{Proposed Standard Socket Numbers}",
+  series="Request for Comments",
+  number="349",
+  howpublished="RFC 349",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    note="Obsoleted by RFC 433",
+  url="http://www.ietf.org/rfc/rfc349.txt",
+}
+
+ at misc{rfc350,
+  author="R. Stoughton",
+  title="{User Accounts for UCSB On-Line System}",
+  series="Request for Comments",
+  number="350",
+  howpublished="RFC 350",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc350.txt",
+}
+
+ at misc{rfc351,
+  author="D. Crocker",
+  title="{Graphics information form for the ARPANET graphics resources notebook}",
+  series="Request for Comments",
+  number="351",
+  howpublished="RFC 351",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc351.txt",
+}
+
+ at misc{rfc352,
+  author="D. Crocker",
+  title="{TIP Site Information Form}",
+  series="Request for Comments",
+  number="352",
+  howpublished="RFC 352",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc352.txt",
+}
+
+ at misc{rfc353,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="353",
+  howpublished="RFC 353",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    note="Obsoleted by RFC 362",
+  url="http://www.ietf.org/rfc/rfc353.txt",
+}
+
+ at misc{rfc354,
+  author="A.K. Bhushan",
+  title="{File Transfer Protocol}",
+  series="Request for Comments",
+  number="354",
+  howpublished="RFC 354",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    note="Obsoleted by RFC 542, updated by RFCs 385, 454, 683",
+  url="http://www.ietf.org/rfc/rfc354.txt",
+}
+
+ at misc{rfc355,
+  author="J. Davidson",
+  title="{Response to NWG/RFC 346}",
+  series="Request for Comments",
+  number="355",
+  howpublished="RFC 355",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc355.txt",
+}
+
+ at misc{rfc356,
+  author="R. Alter",
+  title="{ARPA Network Control Center}",
+  series="Request for Comments",
+  number="356",
+  howpublished="RFC 356",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc356.txt",
+}
+
+ at misc{rfc357,
+  author="J. Davidson",
+  title="{Echoing strategy for satellite links}",
+  series="Request for Comments",
+  number="357",
+  howpublished="RFC 357",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc357.txt",
+}
+
+ at misc{rfc359,
+  author="D.C. Walden",
+  title="{Status of the Release of the New IMP System (2600)}",
+  series="Request for Comments",
+  number="359",
+  howpublished="RFC 359",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc359.txt",
+}
+
+ at misc{rfc360,
+  author="C. Holland",
+  title="{Proposed Remote Job Entry Protocol}",
+  series="Request for Comments",
+  number="360",
+  howpublished="RFC 360",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    note="Obsoleted by RFC 407",
+  url="http://www.ietf.org/rfc/rfc360.txt",
+}
+
+ at misc{rfc361,
+  author="R.D. Bressler",
+  title="{Deamon Processes on Host 106}",
+  series="Request for Comments",
+  number="361",
+  howpublished="RFC 361",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc361.txt",
+}
+
+ at misc{rfc362,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="362",
+  howpublished="RFC 362",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jun,
+    note="Obsoleted by RFC 366",
+  url="http://www.ietf.org/rfc/rfc362.txt",
+}
+
+ at misc{rfc363,
+  author="Network Information Center. Stanford Research Institute",
+  title="{ARPA Network mailing lists}",
+  series="Request for Comments",
+  number="363",
+  howpublished="RFC 363",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    note="Obsoleted by RFC 402",
+  url="http://www.ietf.org/rfc/rfc363.txt",
+}
+
+ at misc{rfc364,
+  author="M.D. Abrams",
+  title="{Serving remote users on the ARPANET}",
+  series="Request for Comments",
+  number="364",
+  howpublished="RFC 364",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc364.txt",
+}
+
+ at misc{rfc365,
+  author="D.C. Walden",
+  title="{Letter to All TIP Users}",
+  series="Request for Comments",
+  number="365",
+  howpublished="RFC 365",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc365.txt",
+}
+
+ at misc{rfc366,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="366",
+  howpublished="RFC 366",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    note="Obsoleted by RFC 367",
+  url="http://www.ietf.org/rfc/rfc366.txt",
+}
+
+ at misc{rfc367,
+  author="E. Westheimer",
+  title="{Network host status}",
+  series="Request for Comments",
+  number="367",
+  howpublished="RFC 367",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    note="Obsoleted by RFC 370",
+  url="http://www.ietf.org/rfc/rfc367.txt",
+}
+
+ at misc{rfc368,
+  author="R.T. Braden",
+  title="{Comments on "Proposed Remote Job Entry Protocol"}",
+  series="Request for Comments",
+  number="368",
+  howpublished="RFC 368",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc368.txt",
+}
+
+ at misc{rfc369,
+  author="J.R. Pickens",
+  title="{Evaluation of ARPANET services January-March, 1972}",
+  series="Request for Comments",
+  number="369",
+  howpublished="RFC 369",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc369.txt",
+}
+
+ at misc{rfc370,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="370",
+  howpublished="RFC 370",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    note="Updated by RFC 376",
+  url="http://www.ietf.org/rfc/rfc370.txt",
+}
+
+ at misc{rfc371,
+  author="R.E. Kahn",
+  title="{Demonstration at International Computer Communications Conference}",
+  series="Request for Comments",
+  number="371",
+  howpublished="RFC 371",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc371.txt",
+}
+
+ at misc{rfc372,
+  author="R.W. Watson",
+  title="{Notes on a Conversation with Bob Kahn on the ICCC}",
+  series="Request for Comments",
+  number="372",
+  howpublished="RFC 372",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc372.txt",
+}
+
+ at misc{rfc373,
+  author="J. McCarthy",
+  title="{Arbitrary Character Sets}",
+  series="Request for Comments",
+  number="373",
+  howpublished="RFC 373",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc373.txt",
+}
+
+ at misc{rfc374,
+  author="A.M. McKenzie",
+  title="{IMP System Announcement}",
+  series="Request for Comments",
+  number="374",
+  howpublished="RFC 374",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc374.txt",
+}
+
+ at misc{rfc376,
+  author="E. Westheimer",
+  title="{Network Host Status}",
+  series="Request for Comments",
+  number="376",
+  howpublished="RFC 376",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc376.txt",
+}
+
+ at misc{rfc377,
+  author="R.T. Braden",
+  title="{Using TSO via ARPA Network Virtual Terminal}",
+  series="Request for Comments",
+  number="377",
+  howpublished="RFC 377",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc377.txt",
+}
+
+ at misc{rfc378,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (July 1972)}",
+  series="Request for Comments",
+  number="378",
+  howpublished="RFC 378",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    note="Obsoleted by RFC 391",
+  url="http://www.ietf.org/rfc/rfc378.txt",
+}
+
+ at misc{rfc379,
+  author="R. Braden",
+  title="{Using TSO at CCN}",
+  series="Request for Comments",
+  number="379",
+  howpublished="RFC 379",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc379.txt",
+}
+
+ at misc{rfc381,
+  author="J.M. McQuillan",
+  title="{Three aids to improved network operation}",
+  series="Request for Comments",
+  number="381",
+  howpublished="RFC 381",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=jul,
+    note="Updated by RFC 394",
+  url="http://www.ietf.org/rfc/rfc381.txt",
+}
+
+ at misc{rfc382,
+  author="L. McDaniel",
+  title="{Mathematical Software on the ARPA Network}",
+  series="Request for Comments",
+  number="382",
+  howpublished="RFC 382",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc382.txt",
+}
+
+ at misc{rfc384,
+  author="J.B. North",
+  title="{Official site idents for organizations in the ARPA Network}",
+  series="Request for Comments",
+  number="384",
+  howpublished="RFC 384",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc384.txt",
+}
+
+ at misc{rfc385,
+  author="A.K. Bhushan",
+  title="{Comments on the File Transfer Protocol}",
+  series="Request for Comments",
+  number="385",
+  howpublished="RFC 385",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    note="Updated by RFC 414",
+  url="http://www.ietf.org/rfc/rfc385.txt",
+}
+
+ at misc{rfc386,
+  author="B. Cosell and D.C. Walden",
+  title="{Letter to TIP users-2}",
+  series="Request for Comments",
+  number="386",
+  howpublished="RFC 386",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc386.txt",
+}
+
+ at misc{rfc387,
+  author="K.C. Kelley and J. Meir",
+  title="{Some experiences in implementing Network Graphics Protocol Level 0}",
+  series="Request for Comments",
+  number="387",
+  howpublished="RFC 387",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    note="Updated by RFC 401",
+  url="http://www.ietf.org/rfc/rfc387.txt",
+}
+
+ at misc{rfc388,
+  author="V. Cerf",
+  title="{NCP statistics}",
+  series="Request for Comments",
+  number="388",
+  howpublished="RFC 388",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc388.txt",
+}
+
+ at misc{rfc389,
+  author="B. Noble",
+  title="{UCLA Campus Computing Network Liaison Staff for ARPA Network}",
+  series="Request for Comments",
+  number="389",
+  howpublished="RFC 389",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=aug,
+    note="Obsoleted by RFC 423",
+  url="http://www.ietf.org/rfc/rfc389.txt",
+}
+
+ at misc{rfc390,
+  author="R.T. Braden",
+  title="{TSO Scenario}",
+  series="Request for Comments",
+  number="390",
+  howpublished="RFC 390",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc390.txt",
+}
+
+ at misc{rfc391,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (August 1972)}",
+  series="Request for Comments",
+  number="391",
+  howpublished="RFC 391",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc391.txt",
+}
+
+ at misc{rfc392,
+  author="G. Hicks and B.D. Wessler",
+  title="{Measurement of host costs for transmitting network data}",
+  series="Request for Comments",
+  number="392",
+  howpublished="RFC 392",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc392.txt",
+}
+
+ at misc{rfc393,
+  author="J.M. Winett",
+  title="{Comments on Telnet Protocol Changes}",
+  series="Request for Comments",
+  number="393",
+  howpublished="RFC 393",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc393.txt",
+}
+
+ at misc{rfc394,
+  author="J.M. McQuillan",
+  title="{Two Proposed Changes to the IMP-Host Protocol}",
+  series="Request for Comments",
+  number="394",
+  howpublished="RFC 394",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc394.txt",
+}
+
+ at misc{rfc395,
+  author="J.M. McQuillan",
+  title="{Switch Settings on IMPs and TIPs}",
+  series="Request for Comments",
+  number="395",
+  howpublished="RFC 395",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc395.txt",
+}
+
+ at misc{rfc396,
+  author="S. Bunch",
+  title="{Network Graphics Working Group Meeting - Second Iteration}",
+  series="Request for Comments",
+  number="396",
+  howpublished="RFC 396",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    note="Updated by RFC 474",
+  url="http://www.ietf.org/rfc/rfc396.txt",
+}
+
+ at misc{rfc398,
+  author="J.R. Pickens and E. Faeh",
+  title="{UCSB Online Graphics}",
+  series="Request for Comments",
+  number="398",
+  howpublished="RFC 398",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc398.txt",
+}
+
+ at misc{rfc399,
+  author="M. Krilanovich",
+  title="{SMFS Login and Logout}",
+  series="Request for Comments",
+  number="399",
+  howpublished="RFC 399",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=sep,
+    note="Obsoleted by RFC 431",
+  url="http://www.ietf.org/rfc/rfc399.txt",
+}
+
+ at misc{rfc400,
+  author="A.M. McKenzie",
+  title="{Traffic Statistics (September 1972)}",
+  series="Request for Comments",
+  number="400",
+  howpublished="RFC 400",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc400.txt",
+}
+
+ at misc{rfc401,
+  author="J. Hansen",
+  title="{Conversion of NGP-0 Coordinates to Device Specific Coordinates}",
+  series="Request for Comments",
+  number="401",
+  howpublished="RFC 401",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc401.txt",
+}
+
+ at misc{rfc402,
+  author="J.B. North",
+  title="{ARPA Network Mailing Lists}",
+  series="Request for Comments",
+  number="402",
+  howpublished="RFC 402",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc402.txt",
+}
+
+ at misc{rfc403,
+  author="G. Hicks",
+  title="{Desirability of a Network 1108 Service}",
+  series="Request for Comments",
+  number="403",
+  howpublished="RFC 403",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc403.txt",
+}
+
+ at misc{rfc404,
+  author="A.M. McKenzie",
+  title="{Host Address Changes Involving Rand and ISI}",
+  series="Request for Comments",
+  number="404",
+  howpublished="RFC 404",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    note="Updated by RFC 405",
+  url="http://www.ietf.org/rfc/rfc404.txt",
+}
+
+ at misc{rfc405,
+  author="A.M. McKenzie",
+  title="{Correction to RFC 404}",
+  series="Request for Comments",
+  number="405",
+  howpublished="RFC 405",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc405.txt",
+}
+
+ at misc{rfc406,
+  author="J.M. McQuillan",
+  title="{Scheduled IMP Software Releases}",
+  series="Request for Comments",
+  number="406",
+  howpublished="RFC 406",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc406.txt",
+}
+
+ at misc{rfc407,
+  author="R.D. Bressler and R. Guida and A.M. McKenzie",
+  title="{Remote Job Entry Protocol}",
+  series="Request for Comments",
+  number="407",
+  howpublished="RFC 407 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc407.txt",
+}
+
+ at misc{rfc408,
+  author="A.D. Owen and J. Postel",
+  title="{NETBANK}",
+  series="Request for Comments",
+  number="408",
+  howpublished="RFC 408",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc408.txt",
+}
+
+ at misc{rfc409,
+  author="J.E. White",
+  title="{Tenex interface to UCSB's Simple-Minded File System}",
+  series="Request for Comments",
+  number="409",
+  howpublished="RFC 409",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc409.txt",
+}
+
+ at misc{rfc410,
+  author="J.M. McQuillan",
+  title="{Removal of the 30-Second Delay When Hosts Come Up}",
+  series="Request for Comments",
+  number="410",
+  howpublished="RFC 410",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc410.txt",
+}
+
+ at misc{rfc411,
+  author="M.A. Padlipsky",
+  title="{New MULTICS Network Software Features}",
+  series="Request for Comments",
+  number="411",
+  howpublished="RFC 411",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc411.txt",
+}
+
+ at misc{rfc412,
+  author="G. Hicks",
+  title="{User FTP Documentation}",
+  series="Request for Comments",
+  number="412",
+  howpublished="RFC 412",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc412.txt",
+}
+
+ at misc{rfc413,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (October 1972)}",
+  series="Request for Comments",
+  number="413",
+  howpublished="RFC 413",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc413.txt",
+}
+
+ at misc{rfc414,
+  author="A.K. Bhushan",
+  title="{File Transfer Protocol (FTP) status and further comments}",
+  series="Request for Comments",
+  number="414",
+  howpublished="RFC 414",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc414.txt",
+}
+
+ at misc{rfc415,
+  author="H. Murray",
+  title="{Tenex bandwidth}",
+  series="Request for Comments",
+  number="415",
+  howpublished="RFC 415",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc415.txt",
+}
+
+ at misc{rfc416,
+  author="J.C. Norton",
+  title="{ARC System Will Be Unavailable for Use During Thanksgiving Week}",
+  series="Request for Comments",
+  number="416",
+  howpublished="RFC 416",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc416.txt",
+}
+
+ at misc{rfc417,
+  author="J. Postel and C. Kline",
+  title="{Link usage violation}",
+  series="Request for Comments",
+  number="417",
+  howpublished="RFC 417",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc417.txt",
+}
+
+ at misc{rfc418,
+  author="W. Hathaway",
+  title="{Server File Transfer Under TSS/360 At NASA-Ames Research Center}",
+  series="Request for Comments",
+  number="418",
+  howpublished="RFC 418",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc418.txt",
+}
+
+ at misc{rfc419,
+  author="A. Vezza",
+  title="{To: Network liaisons and station agents}",
+  series="Request for Comments",
+  number="419",
+  howpublished="RFC 419",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc419.txt",
+}
+
+ at misc{rfc420,
+  author="H. Murray",
+  title="{CCA ICCC weather demo}",
+  series="Request for Comments",
+  number="420",
+  howpublished="RFC 420",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc420.txt",
+}
+
+ at misc{rfc421,
+  author="A.M. McKenzie",
+  title="{Software Consulting Service for Network Users}",
+  series="Request for Comments",
+  number="421",
+  howpublished="RFC 421",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc421.txt",
+}
+
+ at misc{rfc422,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (November 1972)}",
+  series="Request for Comments",
+  number="422",
+  howpublished="RFC 422",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc422.txt",
+}
+
+ at misc{rfc423,
+  author="B. Noble",
+  title="{UCLA Campus Computing Network Liaison Staff for ARPANET}",
+  series="Request for Comments",
+  number="423",
+  howpublished="RFC 423",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc423.txt",
+}
+
+ at misc{rfc425,
+  author="R.D. Bressler",
+  title="{"But my NCP costs \$500 a day"}",
+  series="Request for Comments",
+  number="425",
+  howpublished="RFC 425",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc425.txt",
+}
+
+ at misc{rfc426,
+  author="R. Thomas",
+  title="{Reconnection Protocol}",
+  series="Request for Comments",
+  number="426",
+  howpublished="RFC 426",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc426.txt",
+}
+
+ at misc{rfc429,
+  author="J. Postel",
+  title="{Character Generator Process}",
+  series="Request for Comments",
+  number="429",
+  howpublished="RFC 429",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc429.txt",
+}
+
+ at misc{rfc430,
+  author="R.T. Braden",
+  title="{Comments on File Transfer Protocol}",
+  series="Request for Comments",
+  number="430",
+  howpublished="RFC 430",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc430.txt",
+}
+
+ at misc{rfc431,
+  author="M. Krilanovich",
+  title="{Update on SMFS Login and Logout}",
+  series="Request for Comments",
+  number="431",
+  howpublished="RFC 431",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc431.txt",
+}
+
+ at misc{rfc432,
+  author="N. Neigus",
+  title="{Network logical map}",
+  series="Request for Comments",
+  number="432",
+  howpublished="RFC 432",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc432.txt",
+}
+
+ at misc{rfc433,
+  author="J. Postel",
+  title="{Socket number list}",
+  series="Request for Comments",
+  number="433",
+  howpublished="RFC 433",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1972,
+  month=dec,
+    note="Obsoleted by RFC 503",
+  url="http://www.ietf.org/rfc/rfc433.txt",
+}
+
+ at misc{rfc434,
+  author="A.M. McKenzie",
+  title="{IMP/TIP memory retrofit schedule}",
+  series="Request for Comments",
+  number="434",
+  howpublished="RFC 434",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    note="Obsoleted by RFC 447",
+  url="http://www.ietf.org/rfc/rfc434.txt",
+}
+
+ at misc{rfc435,
+  author="B. Cosell and D.C. Walden",
+  title="{Telnet issues}",
+  series="Request for Comments",
+  number="435",
+  howpublished="RFC 435",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc435.txt",
+}
+
+ at misc{rfc436,
+  author="M. Krilanovich",
+  title="{Announcement of RJS at UCSB}",
+  series="Request for Comments",
+  number="436",
+  howpublished="RFC 436",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc436.txt",
+}
+
+ at misc{rfc437,
+  author="E. Faeh",
+  title="{Data Reconfiguration Service at UCSB}",
+  series="Request for Comments",
+  number="437",
+  howpublished="RFC 437",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc437.txt",
+}
+
+ at misc{rfc438,
+  author="R. Thomas and R. Clements",
+  title="{FTP server-server interaction}",
+  series="Request for Comments",
+  number="438",
+  howpublished="RFC 438",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc438.txt",
+}
+
+ at misc{rfc439,
+  author="V. Cerf",
+  title="{PARRY encounters the DOCTOR}",
+  series="Request for Comments",
+  number="439",
+  howpublished="RFC 439",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc439.txt",
+}
+
+ at misc{rfc440,
+  author="D.C. Walden",
+  title="{Scheduled network software maintenance}",
+  series="Request for Comments",
+  number="440",
+  howpublished="RFC 440",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc440.txt",
+}
+
+ at misc{rfc441,
+  author="R.D. Bressler and R. Thomas",
+  title="{Inter-Entity Communication - an experiment}",
+  series="Request for Comments",
+  number="441",
+  howpublished="RFC 441",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc441.txt",
+}
+
+ at misc{rfc442,
+  author="V. Cerf",
+  title="{Current flow-control scheme for IMPSYS}",
+  series="Request for Comments",
+  number="442",
+  howpublished="RFC 442",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    note="Updated by RFC 449",
+  url="http://www.ietf.org/rfc/rfc442.txt",
+}
+
+ at misc{rfc443,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (December 1972)}",
+  series="Request for Comments",
+  number="443",
+  howpublished="RFC 443",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc443.txt",
+}
+
+ at misc{rfc445,
+  author="A.M. McKenzie",
+  title="{IMP/TIP preventive maintenance schedule}",
+  series="Request for Comments",
+  number="445",
+  howpublished="RFC 445",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc445.txt",
+}
+
+ at misc{rfc446,
+  author="L.P. Deutsch",
+  title="{Proposal to consider a network program resource notebook}",
+  series="Request for Comments",
+  number="446",
+  howpublished="RFC 446",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc446.txt",
+}
+
+ at misc{rfc447,
+  author="A.M. McKenzie",
+  title="{IMP/TIP memory retrofit schedule}",
+  series="Request for Comments",
+  number="447",
+  howpublished="RFC 447",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    note="Obsoleted by RFC 476",
+  url="http://www.ietf.org/rfc/rfc447.txt",
+}
+
+ at misc{rfc448,
+  author="R.T. Braden",
+  title="{Print files in FTP}",
+  series="Request for Comments",
+  number="448",
+  howpublished="RFC 448",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc448.txt",
+}
+
+ at misc{rfc449,
+  author="D.C. Walden",
+  title="{Current flow-control scheme for IMPSYS}",
+  series="Request for Comments",
+  number="449",
+  howpublished="RFC 449",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc449.txt",
+}
+
+ at misc{rfc450,
+  author="M.A. Padlipsky",
+  title="{MULTICS sampling timeout change}",
+  series="Request for Comments",
+  number="450",
+  howpublished="RFC 450",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc450.txt",
+}
+
+ at misc{rfc451,
+  author="M.A. Padlipsky",
+  title="{Tentative proposal for a Unified User Level Protocol}",
+  series="Request for Comments",
+  number="451",
+  howpublished="RFC 451",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc451.txt",
+}
+
+ at misc{rfc452,
+  author="J. Winett",
+  title="{TELNET Command at Host LL}",
+  series="Request for Comments",
+  number="452",
+  howpublished="RFC 452",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc452.txt",
+}
+
+ at misc{rfc453,
+  author="M.D. Kudlick",
+  title="{Meeting announcement to discuss a network mail system}",
+  series="Request for Comments",
+  number="453",
+  howpublished="RFC 453",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc453.txt",
+}
+
+ at misc{rfc454,
+  author="A.M. McKenzie",
+  title="{File Transfer Protocol - meeting announcement and a new proposed document}",
+  series="Request for Comments",
+  number="454",
+  howpublished="RFC 454",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc454.txt",
+}
+
+ at misc{rfc455,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (January 1973)}",
+  series="Request for Comments",
+  number="455",
+  howpublished="RFC 455",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc455.txt",
+}
+
+ at misc{rfc456,
+  author="M.D. Kudlick",
+  title="{Memorandum: Date change of mail meeting}",
+  series="Request for Comments",
+  number="456",
+  howpublished="RFC 456",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc456.txt",
+}
+
+ at misc{rfc457,
+  author="D.C. Walden",
+  title="{TIPUG}",
+  series="Request for Comments",
+  number="457",
+  howpublished="RFC 457",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc457.txt",
+}
+
+ at misc{rfc458,
+  author="R.D. Bressler and R. Thomas",
+  title="{Mail retrieval via FTP}",
+  series="Request for Comments",
+  number="458",
+  howpublished="RFC 458",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc458.txt",
+}
+
+ at misc{rfc459,
+  author="W. Kantrowitz",
+  title="{Network questionnaires}",
+  series="Request for Comments",
+  number="459",
+  howpublished="RFC 459",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc459.txt",
+}
+
+ at misc{rfc460,
+  author="C. Kline",
+  title="{NCP survey}",
+  series="Request for Comments",
+  number="460",
+  howpublished="RFC 460",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc460.txt",
+}
+
+ at misc{rfc461,
+  author="A.M. McKenzie",
+  title="{Telnet Protocol meeting announcement}",
+  series="Request for Comments",
+  number="461",
+  howpublished="RFC 461",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc461.txt",
+}
+
+ at misc{rfc462,
+  author="J. Iseli and D. Crocker",
+  title="{Responding to user needs}",
+  series="Request for Comments",
+  number="462",
+  howpublished="RFC 462",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc462.txt",
+}
+
+ at misc{rfc463,
+  author="A.K. Bhushan",
+  title="{FTP comments and response to RFC 430}",
+  series="Request for Comments",
+  number="463",
+  howpublished="RFC 463",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc463.txt",
+}
+
+ at misc{rfc464,
+  author="M.D. Kudlick",
+  title="{Resource notebook framework}",
+  series="Request for Comments",
+  number="464",
+  howpublished="RFC 464",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc464.txt",
+}
+
+ at misc{rfc466,
+  author="J.M. Winett",
+  title="{Telnet logger/server for host LL-67}",
+  series="Request for Comments",
+  number="466",
+  howpublished="RFC 466",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc466.txt",
+}
+
+ at misc{rfc467,
+  author="J.D. Burchfiel and R.S. Tomlinson",
+  title="{Proposed change to Host-Host Protocol: Resynchronization of connection status}",
+  series="Request for Comments",
+  number="467",
+  howpublished="RFC 467",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    note="Updated by RFC 492",
+  url="http://www.ietf.org/rfc/rfc467.txt",
+}
+
+ at misc{rfc468,
+  author="R.T. Braden",
+  title="{FTP data compression}",
+  series="Request for Comments",
+  number="468",
+  howpublished="RFC 468",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc468.txt",
+}
+
+ at misc{rfc469,
+  author="M.D. Kudlick",
+  title="{Network mail meeting summary}",
+  series="Request for Comments",
+  number="469",
+  howpublished="RFC 469",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc469.txt",
+}
+
+ at misc{rfc470,
+  author="R. Thomas",
+  title="{Change in socket for TIP news facility}",
+  series="Request for Comments",
+  number="470",
+  howpublished="RFC 470",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc470.txt",
+}
+
+ at misc{rfc471,
+  author="R. Thomas",
+  title="{Workshop on multi-site executive programs}",
+  series="Request for Comments",
+  number="471",
+  howpublished="RFC 471",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc471.txt",
+}
+
+ at misc{rfc472,
+  author="S. Bunch",
+  title="{Illinois' reply to Maxwell's request for graphics information (NIC 14925)}",
+  series="Request for Comments",
+  number="472",
+  howpublished="RFC 472",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc472.txt",
+}
+
+ at misc{rfc473,
+  author="D.C. Walden",
+  title="{MIX and MIXAL?}",
+  series="Request for Comments",
+  number="473",
+  howpublished="RFC 473",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc473.txt",
+}
+
+ at misc{rfc474,
+  author="S. Bunch",
+  title="{Announcement of NGWG meeting: Call for papers}",
+  series="Request for Comments",
+  number="474",
+  howpublished="RFC 474",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc474.txt",
+}
+
+ at misc{rfc475,
+  author="A.K. Bhushan",
+  title="{FTP and Network Mail System}",
+  series="Request for Comments",
+  number="475",
+  howpublished="RFC 475",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc475.txt",
+}
+
+ at misc{rfc476,
+  author="A.M. McKenzie",
+  title="{IMP/TIP memory retrofit schedule (rev 2)}",
+  series="Request for Comments",
+  number="476",
+  howpublished="RFC 476",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc476.txt",
+}
+
+ at misc{rfc477,
+  author="M. Krilanovich",
+  title="{Remote Job Service at UCSB}",
+  series="Request for Comments",
+  number="477",
+  howpublished="RFC 477",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc477.txt",
+}
+
+ at misc{rfc478,
+  author="R.D. Bressler and R. Thomas",
+  title="{FTP server-server interaction - II}",
+  series="Request for Comments",
+  number="478",
+  howpublished="RFC 478",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc478.txt",
+}
+
+ at misc{rfc479,
+  author="J.E. White",
+  title="{Use of FTP by the NIC Journal}",
+  series="Request for Comments",
+  number="479",
+  howpublished="RFC 479",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc479.txt",
+}
+
+ at misc{rfc480,
+  author="J.E. White",
+  title="{Host-dependent FTP parameters}",
+  series="Request for Comments",
+  number="480",
+  howpublished="RFC 480",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc480.txt",
+}
+
+ at misc{rfc482,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (February 1973)}",
+  series="Request for Comments",
+  number="482",
+  howpublished="RFC 482",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    note="Updated by RFC 497",
+  url="http://www.ietf.org/rfc/rfc482.txt",
+}
+
+ at misc{rfc483,
+  author="M.D. Kudlick",
+  title="{Cancellation of the resource notebook framework meeting}",
+  series="Request for Comments",
+  number="483",
+  howpublished="RFC 483",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc483.txt",
+}
+
+ at misc{rfc485,
+  author="J.R. Pickens",
+  title="{MIX and MIXAL at UCSB}",
+  series="Request for Comments",
+  number="485",
+  howpublished="RFC 485",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc485.txt",
+}
+
+ at misc{rfc486,
+  author="R.D. Bressler",
+  title="{Data transfer revisited}",
+  series="Request for Comments",
+  number="486",
+  howpublished="RFC 486",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc486.txt",
+}
+
+ at misc{rfc487,
+  author="R.D. Bressler",
+  title="{Free file transfer}",
+  series="Request for Comments",
+  number="487",
+  howpublished="RFC 487",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc487.txt",
+}
+
+ at misc{rfc488,
+  author="M.F. Auerbach",
+  title="{NLS classes at network sites}",
+  series="Request for Comments",
+  number="488",
+  howpublished="RFC 488",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc488.txt",
+}
+
+ at misc{rfc489,
+  author="J. Postel",
+  title="{Comment on resynchronization of connection status proposal}",
+  series="Request for Comments",
+  number="489",
+  howpublished="RFC 489",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc489.txt",
+}
+
+ at misc{rfc490,
+  author="J.R. Pickens",
+  title="{Surrogate RJS for UCLA-CCN}",
+  series="Request for Comments",
+  number="490",
+  howpublished="RFC 490",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc490.txt",
+}
+
+ at misc{rfc491,
+  author="M.A. Padlipsky",
+  title="{What is "Free"?}",
+  series="Request for Comments",
+  number="491",
+  howpublished="RFC 491",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc491.txt",
+}
+
+ at misc{rfc492,
+  author="E. Meyer",
+  title="{Response to RFC 467}",
+  series="Request for Comments",
+  number="492",
+  howpublished="RFC 492",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc492.txt",
+}
+
+ at misc{rfc493,
+  author="J.C. Michener and I.W. Cotton and K.C. Kelley and D.E. Liddle and E. Meyer",
+  title="{GRAPHICS PROTOCOL}",
+  series="Request for Comments",
+  number="493",
+  howpublished="RFC 493",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc493.txt",
+}
+
+ at misc{rfc494,
+  author="D.C. Walden",
+  title="{Availability of MIX and MIXAL in the Network}",
+  series="Request for Comments",
+  number="494",
+  howpublished="RFC 494",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc494.txt",
+}
+
+ at misc{rfc495,
+  author="A.M. McKenzie",
+  title="{Telnet Protocol specifications}",
+  series="Request for Comments",
+  number="495",
+  howpublished="RFC 495",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    note="Updated by RFC 562",
+  url="http://www.ietf.org/rfc/rfc495.txt",
+}
+
+ at misc{rfc496,
+  author="M.F. Auerbach",
+  title="{TNLS quick reference card is available}",
+  series="Request for Comments",
+  number="496",
+  howpublished="RFC 496",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc496.txt",
+}
+
+ at misc{rfc497,
+  author="A.M. McKenzie",
+  title="{Traffic Statistics (March 1973)}",
+  series="Request for Comments",
+  number="497",
+  howpublished="RFC 497",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc497.txt",
+}
+
+ at misc{rfc498,
+  author="R.T. Braden",
+  title="{On mail service to CCN}",
+  series="Request for Comments",
+  number="498",
+  howpublished="RFC 498",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc498.txt",
+}
+
+ at misc{rfc499,
+  author="B.R. Reussow",
+  title="{Harvard's network RJE}",
+  series="Request for Comments",
+  number="499",
+  howpublished="RFC 499",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc499.txt",
+}
+
+ at misc{rfc500,
+  author="A. Shoshani and I. Spiegler",
+  title="{Integration of data management systems on a computer network}",
+  series="Request for Comments",
+  number="500",
+  howpublished="RFC 500",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc500.txt",
+}
+
+ at misc{rfc501,
+  author="K.T. Pogran",
+  title="{Un-muddling "free file transfer"}",
+  series="Request for Comments",
+  number="501",
+  howpublished="RFC 501",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc501.txt",
+}
+
+ at misc{rfc503,
+  author="N. Neigus and J. Postel",
+  title="{Socket number list}",
+  series="Request for Comments",
+  number="503",
+  howpublished="RFC 503",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    note="Obsoleted by RFC 739",
+  url="http://www.ietf.org/rfc/rfc503.txt",
+}
+
+ at misc{rfc504,
+  author="R. Thomas",
+  title="{Distributed resources workshop announcement}",
+  series="Request for Comments",
+  number="504",
+  howpublished="RFC 504",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc504.txt",
+}
+
+ at misc{rfc505,
+  author="M.A. Padlipsky",
+  title="{Two solutions to a file transfer access problem}",
+  series="Request for Comments",
+  number="505",
+  howpublished="RFC 505",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc505.txt",
+}
+
+ at misc{rfc506,
+  author="M.A. Padlipsky",
+  title="{FTP command naming problem}",
+  series="Request for Comments",
+  number="506",
+  howpublished="RFC 506",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc506.txt",
+}
+
+ at misc{rfc508,
+  author="L. Pfeifer and J. McAfee",
+  title="{Real-time data transmission on the ARPANET}",
+  series="Request for Comments",
+  number="508",
+  howpublished="RFC 508",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc508.txt",
+}
+
+ at misc{rfc509,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (April 1973)}",
+  series="Request for Comments",
+  number="509",
+  howpublished="RFC 509",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc509.txt",
+}
+
+ at misc{rfc510,
+  author="J.E. White",
+  title="{Request for network mailbox addresses}",
+  series="Request for Comments",
+  number="510",
+  howpublished="RFC 510",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc510.txt",
+}
+
+ at misc{rfc511,
+  author="J.B. North",
+  title="{Enterprise phone service to NIC from ARPANET sites}",
+  series="Request for Comments",
+  number="511",
+  howpublished="RFC 511",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc511.txt",
+}
+
+ at misc{rfc512,
+  author="W. Hathaway",
+  title="{More on lost message detection}",
+  series="Request for Comments",
+  number="512",
+  howpublished="RFC 512",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc512.txt",
+}
+
+ at misc{rfc513,
+  author="W. Hathaway",
+  title="{Comments on the new Telnet specifications}",
+  series="Request for Comments",
+  number="513",
+  howpublished="RFC 513",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc513.txt",
+}
+
+ at misc{rfc514,
+  author="W. Kantrowitz",
+  title="{Network make-work}",
+  series="Request for Comments",
+  number="514",
+  howpublished="RFC 514",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc514.txt",
+}
+
+ at misc{rfc515,
+  author="R. Winter",
+  title="{Specifications for Datalanguage, Version 0/9}",
+  series="Request for Comments",
+  number="515",
+  howpublished="RFC 515",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc515.txt",
+}
+
+ at misc{rfc516,
+  author="J. Postel",
+  title="{Lost message detection}",
+  series="Request for Comments",
+  number="516",
+  howpublished="RFC 516",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc516.txt",
+}
+
+ at misc{rfc518,
+  author="N. Vaughan and E.J. Feinler",
+  title="{ARPANET accounts}",
+  series="Request for Comments",
+  number="518",
+  howpublished="RFC 518",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc518.txt",
+}
+
+ at misc{rfc519,
+  author="J.R. Pickens",
+  title="{Resource Evaluation}",
+  series="Request for Comments",
+  number="519",
+  howpublished="RFC 519",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc519.txt",
+}
+
+ at misc{rfc520,
+  author="J.D. Day",
+  title="{Memo to FTP group: Proposal for File Access Protocol}",
+  series="Request for Comments",
+  number="520",
+  howpublished="RFC 520",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc520.txt",
+}
+
+ at misc{rfc521,
+  author="A.M. McKenzie",
+  title="{Restricted use of IMP DDT}",
+  series="Request for Comments",
+  number="521",
+  howpublished="RFC 521",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc521.txt",
+}
+
+ at misc{rfc522,
+  author="A.M. McKenzie",
+  title="{Traffic Statistics (May 1973)}",
+  series="Request for Comments",
+  number="522",
+  howpublished="RFC 522",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc522.txt",
+}
+
+ at misc{rfc523,
+  author="A.K. Bhushan",
+  title="{SURVEY is in operation again}",
+  series="Request for Comments",
+  number="523",
+  howpublished="RFC 523",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc523.txt",
+}
+
+ at misc{rfc524,
+  author="J.E. White",
+  title="{Proposed Mail Protocol}",
+  series="Request for Comments",
+  number="524",
+  howpublished="RFC 524",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc524.txt",
+}
+
+ at misc{rfc525,
+  author="W. Parrish and J.R. Pickens",
+  title="{MIT-MATHLAB meets UCSB-OLS -an example of resource sharing}",
+  series="Request for Comments",
+  number="525",
+  howpublished="RFC 525",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc525.txt",
+}
+
+ at misc{rfc526,
+  author="W.K. Pratt",
+  title="{Technical meeting: Digital image processing software systems}",
+  series="Request for Comments",
+  number="526",
+  howpublished="RFC 526",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc526.txt",
+}
+
+ at misc{rfc527,
+  author="R. Merryman",
+  title="{ARPAWOCKY}",
+  series="Request for Comments",
+  number="527",
+  howpublished="RFC 527",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc527.txt",
+}
+
+ at misc{rfc528,
+  author="J.M. McQuillan",
+  title="{Software checksumming in the IMP and network reliability}",
+  series="Request for Comments",
+  number="528",
+  howpublished="RFC 528",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc528.txt",
+}
+
+ at misc{rfc529,
+  author="A.M. McKenzie and R. Thomas and R.S. Tomlinson and K.T. Pogran",
+  title="{Note on protocol synch sequences}",
+  series="Request for Comments",
+  number="529",
+  howpublished="RFC 529",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc529.txt",
+}
+
+ at misc{rfc530,
+  author="A.K. Bhushan",
+  title="{Report on the Survey Project}",
+  series="Request for Comments",
+  number="530",
+  howpublished="RFC 530",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc530.txt",
+}
+
+ at misc{rfc531,
+  author="M.A. Padlipsky",
+  title="{Feast or famine? A response to two recent RFC's about network information}",
+  series="Request for Comments",
+  number="531",
+  howpublished="RFC 531",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc531.txt",
+}
+
+ at misc{rfc532,
+  author="R.G. Merryman",
+  title="{UCSD-CC Server-FTP facility}",
+  series="Request for Comments",
+  number="532",
+  howpublished="RFC 532",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc532.txt",
+}
+
+ at misc{rfc533,
+  author="D.C. Walden",
+  title="{Message-ID numbers}",
+  series="Request for Comments",
+  number="533",
+  howpublished="RFC 533",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc533.txt",
+}
+
+ at misc{rfc534,
+  author="D.C. Walden",
+  title="{Lost message detection}",
+  series="Request for Comments",
+  number="534",
+  howpublished="RFC 534",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc534.txt",
+}
+
+ at misc{rfc535,
+  author="R. Thomas",
+  title="{Comments on File Access Protocol}",
+  series="Request for Comments",
+  number="535",
+  howpublished="RFC 535",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc535.txt",
+}
+
+ at misc{rfc537,
+  author="S. Bunch",
+  title="{Announcement of NGG meeting July 16-17}",
+  series="Request for Comments",
+  number="537",
+  howpublished="RFC 537",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc537.txt",
+}
+
+ at misc{rfc538,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (June 1973)}",
+  series="Request for Comments",
+  number="538",
+  howpublished="RFC 538",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    note="Updated by RFC 556",
+  url="http://www.ietf.org/rfc/rfc538.txt",
+}
+
+ at misc{rfc539,
+  author="D. Crocker and J. Postel",
+  title="{Thoughts on the mail protocol proposed in RFC 524}",
+  series="Request for Comments",
+  number="539",
+  howpublished="RFC 539",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc539.txt",
+}
+
+ at misc{rfc542,
+  author="N. Neigus",
+  title="{File Transfer Protocol}",
+  series="Request for Comments",
+  number="542",
+  howpublished="RFC 542",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    note="Obsoleted by RFC 765, updated by RFCs 614, 640",
+  url="http://www.ietf.org/rfc/rfc542.txt",
+}
+
+ at misc{rfc543,
+  author="N.D. Meyer",
+  title="{Network journal submission and delivery}",
+  series="Request for Comments",
+  number="543",
+  howpublished="RFC 543",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc543.txt",
+}
+
+ at misc{rfc544,
+  author="N.D. Meyer and K. Kelley",
+  title="{Locating on-line documentation at SRI-ARC}",
+  series="Request for Comments",
+  number="544",
+  howpublished="RFC 544",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc544.txt",
+}
+
+ at misc{rfc545,
+  author="J.R. Pickens",
+  title="{Of what quality be the UCSB resources evaluators?}",
+  series="Request for Comments",
+  number="545",
+  howpublished="RFC 545",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc545.txt",
+}
+
+ at misc{rfc546,
+  author="R. Thomas",
+  title="{Tenex load averages for July 1973}",
+  series="Request for Comments",
+  number="546",
+  howpublished="RFC 546",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc546.txt",
+}
+
+ at misc{rfc547,
+  author="D.C. Walden",
+  title="{Change to the Very Distant Host specification}",
+  series="Request for Comments",
+  number="547",
+  howpublished="RFC 547",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc547.txt",
+}
+
+ at misc{rfc548,
+  author="D.C. Walden",
+  title="{Hosts using the IMP Going Down message}",
+  series="Request for Comments",
+  number="548",
+  howpublished="RFC 548",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc548.txt",
+}
+
+ at misc{rfc549,
+  author="J.C. Michener",
+  title="{Minutes of Network Graphics Group meeting, 15-17 July 1973}",
+  series="Request for Comments",
+  number="549",
+  howpublished="RFC 549",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc549.txt",
+}
+
+ at misc{rfc550,
+  author="L.P. Deutsch",
+  title="{NIC NCP experiment}",
+  series="Request for Comments",
+  number="550",
+  howpublished="RFC 550",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc550.txt",
+}
+
+ at misc{rfc551,
+  author="Y. Feinroth and R. Fink",
+  title="{NYU, ANL, and LBL Joining the Net}",
+  series="Request for Comments",
+  number="551",
+  howpublished="RFC 551",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc551.txt",
+}
+
+ at misc{rfc552,
+  author="A.D. Owen",
+  title="{Single access to standard protocols}",
+  series="Request for Comments",
+  number="552",
+  howpublished="RFC 552",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc552.txt",
+}
+
+ at misc{rfc553,
+  author="C.H. Irby and K. Victor",
+  title="{Draft design for a text/graphics protocol}",
+  series="Request for Comments",
+  number="553",
+  howpublished="RFC 553",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc553.txt",
+}
+
+ at misc{rfc555,
+  author="J.E. White",
+  title="{Responses to critiques of the proposed mail protocol}",
+  series="Request for Comments",
+  number="555",
+  howpublished="RFC 555",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc555.txt",
+}
+
+ at misc{rfc556,
+  author="A.M. McKenzie",
+  title="{Traffic Statistics (July 1973)}",
+  series="Request for Comments",
+  number="556",
+  howpublished="RFC 556",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc556.txt",
+}
+
+ at misc{rfc557,
+  author="B.D. Wessler",
+  title="{REVELATIONS IN NETWORK HOST MEASUREMENTS}",
+  series="Request for Comments",
+  number="557",
+  howpublished="RFC 557",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc557.txt",
+}
+
+ at misc{rfc559,
+  author="A.K. Bushan",
+  title="{Comments on The New Telnet Protocol and its Implementation}",
+  series="Request for Comments",
+  number="559",
+  howpublished="RFC 559",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc559.txt",
+}
+
+ at misc{rfc560,
+  author="D. Crocker and J. Postel",
+  title="{Remote Controlled Transmission and Echoing Telnet option}",
+  series="Request for Comments",
+  number="560",
+  howpublished="RFC 560",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    note="Updated by RFC 581",
+  url="http://www.ietf.org/rfc/rfc560.txt",
+}
+
+ at misc{rfc561,
+  author="A.K. Bhushan and K.T. Pogran and R.S. Tomlinson and J.E. White",
+  title="{Standardizing Network Mail Headers}",
+  series="Request for Comments",
+  number="561",
+  howpublished="RFC 561",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    note="Updated by RFC 680",
+  url="http://www.ietf.org/rfc/rfc561.txt",
+}
+
+ at misc{rfc562,
+  author="A.M. McKenzie",
+  title="{Modifications to the TELNET Specification}",
+  series="Request for Comments",
+  number="562",
+  howpublished="RFC 562",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc562.txt",
+}
+
+ at misc{rfc563,
+  author="J. Davidson",
+  title="{Comments on the RCTE Telnet option}",
+  series="Request for Comments",
+  number="563",
+  howpublished="RFC 563",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc563.txt",
+}
+
+ at misc{rfc565,
+  author="D. Cantor",
+  title="{Storing network survey data at the datacomputer}",
+  series="Request for Comments",
+  number="565",
+  howpublished="RFC 565",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc565.txt",
+}
+
+ at misc{rfc566,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (August 1973)}",
+  series="Request for Comments",
+  number="566",
+  howpublished="RFC 566",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    note="Updated by RFC 579",
+  url="http://www.ietf.org/rfc/rfc566.txt",
+}
+
+ at misc{rfc567,
+  author="L.P. Deutsch",
+  title="{Cross Country Network Bandwidth}",
+  series="Request for Comments",
+  number="567",
+  howpublished="RFC 567",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    note="Updated by RFC 568",
+  url="http://www.ietf.org/rfc/rfc567.txt",
+}
+
+ at misc{rfc568,
+  author="J.M. McQuillan",
+  title="{Response to RFC 567 - cross country network bandwidth}",
+  series="Request for Comments",
+  number="568",
+  howpublished="RFC 568",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc568.txt",
+}
+
+ at misc{rfc569,
+  author="M.A. Padlipsky",
+  title="{NETED: A Common Editor for the ARPA Network}",
+  series="Request for Comments",
+  number="569",
+  howpublished="RFC 569 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc569.txt",
+}
+
+ at misc{rfc570,
+  author="J.R. Pickens",
+  title="{Experimental input mapping between NVT ASCII and UCSB On Line System}",
+  series="Request for Comments",
+  number="570",
+  howpublished="RFC 570",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc570.txt",
+}
+
+ at misc{rfc571,
+  author="R. Braden",
+  title="{TENEX FTP PROBLEM}",
+  series="Request for Comments",
+  number="571",
+  howpublished="RFC 571",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc571.txt",
+}
+
+ at misc{rfc573,
+  author="A. Bhushan",
+  title="{DATA AND FILE TRANSFER - SOME MEASUREMENT RESULTS}",
+  series="Request for Comments",
+  number="573",
+  howpublished="RFC 573",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc573.txt",
+}
+
+ at misc{rfc574,
+  author="M. Krilanovich",
+  title="{Announcement of a Mail Facility at UCSB}",
+  series="Request for Comments",
+  number="574",
+  howpublished="RFC 574",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc574.txt",
+}
+
+ at misc{rfc576,
+  author="K. Victor",
+  title="{Proposal for modifying linking}",
+  series="Request for Comments",
+  number="576",
+  howpublished="RFC 576",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc576.txt",
+}
+
+ at misc{rfc577,
+  author="D. Crocker",
+  title="{Mail priority}",
+  series="Request for Comments",
+  number="577",
+  howpublished="RFC 577",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc577.txt",
+}
+
+ at misc{rfc578,
+  author="A.K. Bhushan and N.D. Ryan",
+  title="{Using MIT-Mathlab MACSYMA from MIT-DMS Muddle}",
+  series="Request for Comments",
+  number="578",
+  howpublished="RFC 578",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc578.txt",
+}
+
+ at misc{rfc579,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (September 1973)}",
+  series="Request for Comments",
+  number="579",
+  howpublished="RFC 579",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    note="Updated by RFC 586",
+  url="http://www.ietf.org/rfc/rfc579.txt",
+}
+
+ at misc{rfc580,
+  author="J. Postel",
+  title="{Note to Protocol Designers and Implementers}",
+  series="Request for Comments",
+  number="580",
+  howpublished="RFC 580",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    note="Updated by RFC 582",
+  url="http://www.ietf.org/rfc/rfc580.txt",
+}
+
+ at misc{rfc581,
+  author="D. Crocker and J. Postel",
+  title="{Corrections to RFC 560: Remote Controlled Transmission and Echoing Telnet Option}",
+  series="Request for Comments",
+  number="581",
+  howpublished="RFC 581",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc581.txt",
+}
+
+ at misc{rfc582,
+  author="R. Clements",
+  title="{Comments on RFC 580: Machine readable protocols}",
+  series="Request for Comments",
+  number="582",
+  howpublished="RFC 582",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc582.txt",
+}
+
+ at misc{rfc584,
+  author="J. Iseli and D. Crocker and N. Neigus",
+  title="{Charter for ARPANET Users Interest Working Group}",
+  series="Request for Comments",
+  number="584",
+  howpublished="RFC 584",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc584.txt",
+}
+
+ at misc{rfc585,
+  author="D. Crocker and N. Neigus and E.J. Feinler and J. Iseli",
+  title="{ARPANET users interest working group meeting}",
+  series="Request for Comments",
+  number="585",
+  howpublished="RFC 585",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc585.txt",
+}
+
+ at misc{rfc586,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (October 1973)}",
+  series="Request for Comments",
+  number="586",
+  howpublished="RFC 586",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc586.txt",
+}
+
+ at misc{rfc587,
+  author="J. Postel",
+  title="{Announcing New Telnet Options}",
+  series="Request for Comments",
+  number="587",
+  howpublished="RFC 587",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc587.txt",
+}
+
+ at misc{rfc588,
+  author="A. Stokes",
+  title="{London Node Is Now Up}",
+  series="Request for Comments",
+  number="588",
+  howpublished="RFC 588",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc588.txt",
+}
+
+ at misc{rfc589,
+  author="R.T. Braden",
+  title="{CCN NETRJS server messages to remote user}",
+  series="Request for Comments",
+  number="589",
+  howpublished="RFC 589",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc589.txt",
+}
+
+ at misc{rfc590,
+  author="M.A. Padlipsky",
+  title="{MULTICS address change}",
+  series="Request for Comments",
+  number="590",
+  howpublished="RFC 590",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc590.txt",
+}
+
+ at misc{rfc591,
+  author="D.C. Walden",
+  title="{Addition to the Very Distant Host specifications}",
+  series="Request for Comments",
+  number="591",
+  howpublished="RFC 591",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc591.txt",
+}
+
+ at misc{rfc592,
+  author="R.W. Watson",
+  title="{Some thoughts on system design to facilitate resource sharing}",
+  series="Request for Comments",
+  number="592",
+  howpublished="RFC 592",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc592.txt",
+}
+
+ at misc{rfc593,
+  author="A.M. McKenzie and J. Postel",
+  title="{Telnet and FTP implementation schedule change}",
+  series="Request for Comments",
+  number="593",
+  howpublished="RFC 593",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc593.txt",
+}
+
+ at misc{rfc594,
+  author="J.D. Burchfiel",
+  title="{Speedup of Host-IMP interface}",
+  series="Request for Comments",
+  number="594",
+  howpublished="RFC 594",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc594.txt",
+}
+
+ at misc{rfc595,
+  author="W. Hathaway",
+  title="{Second thoughts in defense of the Telnet Go-Ahead}",
+  series="Request for Comments",
+  number="595",
+  howpublished="RFC 595",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc595.txt",
+}
+
+ at misc{rfc596,
+  author="E.A. Taft",
+  title="{Second thoughts on Telnet Go-Ahead}",
+  series="Request for Comments",
+  number="596",
+  howpublished="RFC 596",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc596.txt",
+}
+
+ at misc{rfc597,
+  author="N. Neigus and E.J. Feinler",
+  title="{Host status}",
+  series="Request for Comments",
+  number="597",
+  howpublished="RFC 597",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    note="Updated by RFC 603",
+  url="http://www.ietf.org/rfc/rfc597.txt",
+}
+
+ at misc{rfc598,
+  author="Network Information Center. Stanford Research Institute",
+  title="{RFC index - December 5, 1973}",
+  series="Request for Comments",
+  number="598",
+  howpublished="RFC 598",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc598.txt",
+}
+
+ at misc{rfc599,
+  author="R.T. Braden",
+  title="{Update on NETRJS}",
+  series="Request for Comments",
+  number="599",
+  howpublished="RFC 599",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    note="Obsoleted by RFC 740",
+  url="http://www.ietf.org/rfc/rfc599.txt",
+}
+
+ at misc{rfc600,
+  author="A. Berggreen",
+  title="{Interfacing an Illinois plasma terminal to the ARPANET}",
+  series="Request for Comments",
+  number="600",
+  howpublished="RFC 600",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc600.txt",
+}
+
+ at misc{rfc601,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (November 1973)}",
+  series="Request for Comments",
+  number="601",
+  howpublished="RFC 601",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc601.txt",
+}
+
+ at misc{rfc602,
+  author="R.M. Metcalfe",
+  title="{"The stockings were hung by the chimney with care"}",
+  series="Request for Comments",
+  number="602",
+  howpublished="RFC 602",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc602.txt",
+}
+
+ at misc{rfc603,
+  author="J.D. Burchfiel",
+  title="{Response to RFC 597: Host status}",
+  series="Request for Comments",
+  number="603",
+  howpublished="RFC 603",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    note="Updated by RFC 613",
+  url="http://www.ietf.org/rfc/rfc603.txt",
+}
+
+ at misc{rfc604,
+  author="J. Postel",
+  title="{Assigned link numbers}",
+  series="Request for Comments",
+  number="604",
+  howpublished="RFC 604",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    note="Obsoleted by RFC 739",
+  url="http://www.ietf.org/rfc/rfc604.txt",
+}
+
+ at misc{rfc606,
+  author="L.P. Deutsch",
+  title="{Host names on-line}",
+  series="Request for Comments",
+  number="606",
+  howpublished="RFC 606",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc606.txt",
+}
+
+ at misc{rfc607,
+  author="M. Krilanovich and G. Gregg",
+  title="{Comments on the File Transfer Protocol}",
+  series="Request for Comments",
+  number="607",
+  howpublished="RFC 607",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    note="Obsoleted by RFC 624, updated by RFC 614",
+  url="http://www.ietf.org/rfc/rfc607.txt",
+}
+
+ at misc{rfc608,
+  author="M.D. Kudlick",
+  title="{Host names on-line}",
+  series="Request for Comments",
+  number="608",
+  howpublished="RFC 608",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    note="Obsoleted by RFC 810",
+  url="http://www.ietf.org/rfc/rfc608.txt",
+}
+
+ at misc{rfc609,
+  author="B. Ferguson",
+  title="{Statement of upcoming move of NIC/NLS service}",
+  series="Request for Comments",
+  number="609",
+  howpublished="RFC 609",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc609.txt",
+}
+
+ at misc{rfc610,
+  author="R. Winter and J. Hill and W. Greiff",
+  title="{Further datalanguage design concepts}",
+  series="Request for Comments",
+  number="610",
+  howpublished="RFC 610",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc610.txt",
+}
+
+ at misc{rfc611,
+  author="D.C. Walden",
+  title="{Two changes to the IMP/Host Protocol to improve user/network communications}",
+  series="Request for Comments",
+  number="611",
+  howpublished="RFC 611",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc611.txt",
+}
+
+ at misc{rfc612,
+  author="A.M. McKenzie",
+  title="{Traffic statistics (December 1973)}",
+  series="Request for Comments",
+  number="612",
+  howpublished="RFC 612",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc612.txt",
+}
+
+ at misc{rfc613,
+  author="A.M. McKenzie",
+  title="{Network connectivity: A response to RFC 603}",
+  series="Request for Comments",
+  number="613",
+  howpublished="RFC 613",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc613.txt",
+}
+
+ at misc{rfc614,
+  author="K.T. Pogran and N. Neigus",
+  title="{Response to RFC 607: "Comments on the File Transfer Protocol"}",
+  series="Request for Comments",
+  number="614",
+  howpublished="RFC 614",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc614.txt",
+}
+
+ at misc{rfc615,
+  author="D. Crocker",
+  title="{Proposed Network Standard Data Pathname syntax}",
+  series="Request for Comments",
+  number="615",
+  howpublished="RFC 615",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    note="Obsoleted by RFC 645",
+  url="http://www.ietf.org/rfc/rfc615.txt",
+}
+
+ at misc{rfc616,
+  author="D. Walden",
+  title="{LATEST NETWORK MAPS}",
+  series="Request for Comments",
+  number="616",
+  howpublished="RFC 616",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1973,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc616.txt",
+}
+
+ at misc{rfc617,
+  author="E.A. Taft",
+  title="{Note on socket number assignment}",
+  series="Request for Comments",
+  number="617",
+  howpublished="RFC 617",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc617.txt",
+}
+
+ at misc{rfc618,
+  author="E.A. Taft",
+  title="{Few observations on NCP statistics}",
+  series="Request for Comments",
+  number="618",
+  howpublished="RFC 618",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc618.txt",
+}
+
+ at misc{rfc619,
+  author="W. Naylor and H. Opderbeck",
+  title="{Mean round-trip times in the ARPANET}",
+  series="Request for Comments",
+  number="619",
+  howpublished="RFC 619",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc619.txt",
+}
+
+ at misc{rfc620,
+  author="B. Ferguson",
+  title="{Request for monitor host table updates}",
+  series="Request for Comments",
+  number="620",
+  howpublished="RFC 620",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc620.txt",
+}
+
+ at misc{rfc621,
+  author="M.D. Kudlick",
+  title="{NIC user directories at SRI ARC}",
+  series="Request for Comments",
+  number="621",
+  howpublished="RFC 621",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc621.txt",
+}
+
+ at misc{rfc622,
+  author="A.M. McKenzie",
+  title="{Scheduling IMP/TIP down time}",
+  series="Request for Comments",
+  number="622",
+  howpublished="RFC 622",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc622.txt",
+}
+
+ at misc{rfc623,
+  author="M. Krilanovich",
+  title="{Comments on on-line host name service}",
+  series="Request for Comments",
+  number="623",
+  howpublished="RFC 623",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc623.txt",
+}
+
+ at misc{rfc624,
+  author="M. Krilanovich and G. Gregg and W. Hathaway and J.E. White",
+  title="{Comments on the File Transfer Protocol}",
+  series="Request for Comments",
+  number="624",
+  howpublished="RFC 624",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc624.txt",
+}
+
+ at misc{rfc625,
+  author="M.D. Kudlick and E.J. Feinler",
+  title="{On-line hostnames service}",
+  series="Request for Comments",
+  number="625",
+  howpublished="RFC 625",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc625.txt",
+}
+
+ at misc{rfc626,
+  author="L. Kleinrock and H. Opderbeck",
+  title="{On a possible lockup condition in IMP subnet due to message sequencing}",
+  series="Request for Comments",
+  number="626",
+  howpublished="RFC 626",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc626.txt",
+}
+
+ at misc{rfc627,
+  author="M.D. Kudlick and E.J. Feinler",
+  title="{ASCII text file of hostnames}",
+  series="Request for Comments",
+  number="627",
+  howpublished="RFC 627",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc627.txt",
+}
+
+ at misc{rfc628,
+  author="M.L. Keeney",
+  title="{Status of RFC numbers and a note on pre-assigned journal numbers}",
+  series="Request for Comments",
+  number="628",
+  howpublished="RFC 628",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc628.txt",
+}
+
+ at misc{rfc629,
+  author="J.B. North",
+  title="{Scenario for using the Network Journal}",
+  series="Request for Comments",
+  number="629",
+  howpublished="RFC 629",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc629.txt",
+}
+
+ at misc{rfc630,
+  author="J. Sussman",
+  title="{FTP error code usage for more reliable mail service}",
+  series="Request for Comments",
+  number="630",
+  howpublished="RFC 630",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc630.txt",
+}
+
+ at misc{rfc631,
+  author="A. Danthine",
+  title="{International meeting on minicomputers and data communication: Call for papers}",
+  series="Request for Comments",
+  number="631",
+  howpublished="RFC 631",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc631.txt",
+}
+
+ at misc{rfc632,
+  author="H. Opderbeck",
+  title="{Throughput degradations for single packet messages}",
+  series="Request for Comments",
+  number="632",
+  howpublished="RFC 632",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc632.txt",
+}
+
+ at misc{rfc633,
+  author="A.M. McKenzie",
+  title="{IMP/TIP preventive maintenance schedule}",
+  series="Request for Comments",
+  number="633",
+  howpublished="RFC 633",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=mar,
+    note="Obsoleted by RFC 638",
+  url="http://www.ietf.org/rfc/rfc633.txt",
+}
+
+ at misc{rfc634,
+  author="A.M. McKenzie",
+  title="{Change in network address for Haskins Lab}",
+  series="Request for Comments",
+  number="634",
+  howpublished="RFC 634",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc634.txt",
+}
+
+ at misc{rfc635,
+  author="V. Cerf",
+  title="{Assessment of ARPANET protocols}",
+  series="Request for Comments",
+  number="635",
+  howpublished="RFC 635",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc635.txt",
+}
+
+ at misc{rfc636,
+  author="J.D. Burchfiel and B. Cosell and R.S. Tomlinson and D.C. Walden",
+  title="{TIP/Tenex reliability improvements}",
+  series="Request for Comments",
+  number="636",
+  howpublished="RFC 636",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc636.txt",
+}
+
+ at misc{rfc637,
+  author="A.M. McKenzie",
+  title="{Change of network address for SU-DSL}",
+  series="Request for Comments",
+  number="637",
+  howpublished="RFC 637",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc637.txt",
+}
+
+ at misc{rfc638,
+  author="A.M. McKenzie",
+  title="{IMP/TIP preventive maintenance schedule}",
+  series="Request for Comments",
+  number="638",
+  howpublished="RFC 638",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc638.txt",
+}
+
+ at misc{rfc640,
+  author="J. Postel",
+  title="{Revised FTP reply codes}",
+  series="Request for Comments",
+  number="640",
+  howpublished="RFC 640",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc640.txt",
+}
+
+ at misc{rfc642,
+  author="J.D. Burchfiel",
+  title="{Ready line philosophy and implementation}",
+  series="Request for Comments",
+  number="642",
+  howpublished="RFC 642",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc642.txt",
+}
+
+ at misc{rfc643,
+  author="E. Mader",
+  title="{Network Debugging Protocol}",
+  series="Request for Comments",
+  number="643",
+  howpublished="RFC 643",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc643.txt",
+}
+
+ at misc{rfc644,
+  author="R. Thomas",
+  title="{On the problem of signature authentication for network mail}",
+  series="Request for Comments",
+  number="644",
+  howpublished="RFC 644",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc644.txt",
+}
+
+ at misc{rfc645,
+  author="D. Crocker",
+  title="{Network Standard Data Specification syntax}",
+  series="Request for Comments",
+  number="645",
+  howpublished="RFC 645",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc645.txt",
+}
+
+ at misc{rfc647,
+  author="M.A. Padlipsky",
+  title="{Proposed protocol for connecting host computers to ARPA-like networks via front end processors}",
+  series="Request for Comments",
+  number="647",
+  howpublished="RFC 647",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc647.txt",
+}
+
+ at misc{rfc651,
+  author="D. Crocker",
+  title="{Revised Telnet status option}",
+  series="Request for Comments",
+  number="651",
+  howpublished="RFC 651",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    note="Obsoleted by RFC 859",
+  url="http://www.ietf.org/rfc/rfc651.txt",
+}
+
+ at misc{rfc652,
+  author="D. Crocker",
+  title="{Telnet output carriage-return disposition option}",
+  series="Request for Comments",
+  number="652",
+  howpublished="RFC 652 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc652.txt",
+}
+
+ at misc{rfc653,
+  author="D. Crocker",
+  title="{Telnet output horizontal tabstops option}",
+  series="Request for Comments",
+  number="653",
+  howpublished="RFC 653 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc653.txt",
+}
+
+ at misc{rfc654,
+  author="D. Crocker",
+  title="{Telnet output horizontal tab disposition option}",
+  series="Request for Comments",
+  number="654",
+  howpublished="RFC 654 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc654.txt",
+}
+
+ at misc{rfc655,
+  author="D. Crocker",
+  title="{Telnet output formfeed disposition option}",
+  series="Request for Comments",
+  number="655",
+  howpublished="RFC 655 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc655.txt",
+}
+
+ at misc{rfc656,
+  author="D. Crocker",
+  title="{Telnet output vertical tabstops option}",
+  series="Request for Comments",
+  number="656",
+  howpublished="RFC 656 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc656.txt",
+}
+
+ at misc{rfc657,
+  author="D. Crocker",
+  title="{Telnet output vertical tab disposition option}",
+  series="Request for Comments",
+  number="657",
+  howpublished="RFC 657 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc657.txt",
+}
+
+ at misc{rfc658,
+  author="D. Crocker",
+  title="{Telnet output linefeed disposition}",
+  series="Request for Comments",
+  number="658",
+  howpublished="RFC 658 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc658.txt",
+}
+
+ at misc{rfc659,
+  author="J. Postel",
+  title="{Announcing additional Telnet options}",
+  series="Request for Comments",
+  number="659",
+  howpublished="RFC 659",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc659.txt",
+}
+
+ at misc{rfc660,
+  author="D.C. Walden",
+  title="{Some changes to the IMP and the IMP/Host interface}",
+  series="Request for Comments",
+  number="660",
+  howpublished="RFC 660",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc660.txt",
+}
+
+ at misc{rfc661,
+  author="J. Postel",
+  title="{Protocol information}",
+  series="Request for Comments",
+  number="661",
+  howpublished="RFC 661",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=nov,
+    note="Updated by RFC 694",
+  url="http://www.ietf.org/rfc/rfc661.txt",
+}
+
+ at misc{rfc662,
+  author="R. Kanodia",
+  title="{Performance improvement in ARPANET file transfers from Multics}",
+  series="Request for Comments",
+  number="662",
+  howpublished="RFC 662",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc662.txt",
+}
+
+ at misc{rfc663,
+  author="R. Kanodia",
+  title="{Lost message detection and recovery protocol}",
+  series="Request for Comments",
+  number="663",
+  howpublished="RFC 663",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc663.txt",
+}
+
+ at misc{rfc666,
+  author="M.A. Padlipsky",
+  title="{Specification of the Unified User-Level Protocol}",
+  series="Request for Comments",
+  number="666",
+  howpublished="RFC 666",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc666.txt",
+}
+
+ at misc{rfc667,
+  author="S.G. Chipman",
+  title="{Host Ports}",
+  series="Request for Comments",
+  number="667",
+  howpublished="RFC 667",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc667.txt",
+}
+
+ at misc{rfc669,
+  author="D.W. Dodds",
+  title="{November, 1974, survey of New-Protocol Telnet servers}",
+  series="Request for Comments",
+  number="669",
+  howpublished="RFC 669",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    note="Updated by RFC 679",
+  url="http://www.ietf.org/rfc/rfc669.txt",
+}
+
+ at misc{rfc671,
+  author="R. Schantz",
+  title="{Note on Reconnection Protocol}",
+  series="Request for Comments",
+  number="671",
+  howpublished="RFC 671",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc671.txt",
+}
+
+ at misc{rfc672,
+  author="R. Schantz",
+  title="{Multi-site data collection facility}",
+  series="Request for Comments",
+  number="672",
+  howpublished="RFC 672",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc672.txt",
+}
+
+ at misc{rfc674,
+  author="J. Postel and J.E. White",
+  title="{Procedure call documents: Version 2}",
+  series="Request for Comments",
+  number="674",
+  howpublished="RFC 674",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc674.txt",
+}
+
+ at misc{rfc675,
+  author="V. Cerf and Y. Dalal and C. Sunshine",
+  title="{Specification of Internet Transmission Control Program}",
+  series="Request for Comments",
+  number="675",
+  howpublished="RFC 675 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc675.txt",
+}
+
+ at misc{rfc677,
+  author="P.R. Johnson and R. Thomas",
+  title="{Maintenance of duplicate databases}",
+  series="Request for Comments",
+  number="677",
+  howpublished="RFC 677",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc677.txt",
+}
+
+ at misc{rfc678,
+  author="J. Postel",
+  title="{Standard file formats}",
+  series="Request for Comments",
+  number="678",
+  howpublished="RFC 678",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc678.txt",
+}
+
+ at misc{rfc679,
+  author="D.W. Dodds",
+  title="{February, 1975, survey of New-Protocol Telnet servers}",
+  series="Request for Comments",
+  number="679",
+  howpublished="RFC 679",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=feb,
+    note="Updated by RFC 703",
+  url="http://www.ietf.org/rfc/rfc679.txt",
+}
+
+ at misc{rfc680,
+  author="T.H. Myer and D.A. Henderson",
+  title="{Message Transmission Protocol}",
+  series="Request for Comments",
+  number="680",
+  howpublished="RFC 680",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc680.txt",
+}
+
+ at misc{rfc681,
+  author="S. Holmgren",
+  title="{Network UNIX}",
+  series="Request for Comments",
+  number="681",
+  howpublished="RFC 681",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc681.txt",
+}
+
+ at misc{rfc683,
+  author="R. Clements",
+  title="{FTPSRV - Tenex extension for paged files}",
+  series="Request for Comments",
+  number="683",
+  howpublished="RFC 683",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc683.txt",
+}
+
+ at misc{rfc684,
+  author="R. Schantz",
+  title="{Commentary on procedure calling as a network protocol}",
+  series="Request for Comments",
+  number="684",
+  howpublished="RFC 684",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc684.txt",
+}
+
+ at misc{rfc685,
+  author="M. Beeler",
+  title="{Response time in cross network debugging}",
+  series="Request for Comments",
+  number="685",
+  howpublished="RFC 685",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc685.txt",
+}
+
+ at misc{rfc686,
+  author="B. Harvey",
+  title="{Leaving well enough alone}",
+  series="Request for Comments",
+  number="686",
+  howpublished="RFC 686",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc686.txt",
+}
+
+ at misc{rfc687,
+  author="D.C. Walden",
+  title="{IMP/Host and Host/IMP Protocol changes}",
+  series="Request for Comments",
+  number="687",
+  howpublished="RFC 687",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    note="Obsoleted by RFC 704, updated by RFC 690",
+  url="http://www.ietf.org/rfc/rfc687.txt",
+}
+
+ at misc{rfc688,
+  author="D.C. Walden",
+  title="{Tentative schedule for the new Telnet implementation for the TIP}",
+  series="Request for Comments",
+  number="688",
+  howpublished="RFC 688",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc688.txt",
+}
+
+ at misc{rfc689,
+  author="R. Clements",
+  title="{Tenex NCP finite state machine for connections}",
+  series="Request for Comments",
+  number="689",
+  howpublished="RFC 689",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc689.txt",
+}
+
+ at misc{rfc690,
+  author="J. Postel",
+  title="{Comments on the proposed Host/IMP Protocol changes}",
+  series="Request for Comments",
+  number="690",
+  howpublished="RFC 690",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    note="Updated by RFC 692",
+  url="http://www.ietf.org/rfc/rfc690.txt",
+}
+
+ at misc{rfc691,
+  author="B. Harvey",
+  title="{One more try on the FTP}",
+  series="Request for Comments",
+  number="691",
+  howpublished="RFC 691",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc691.txt",
+}
+
+ at misc{rfc692,
+  author="S.M. Wolfe",
+  title="{Comments on IMP/Host Protocol changes (RFCs 687 and 690)}",
+  series="Request for Comments",
+  number="692",
+  howpublished="RFC 692",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc692.txt",
+}
+
+ at misc{rfc694,
+  author="J. Postel",
+  title="{Protocol information}",
+  series="Request for Comments",
+  number="694",
+  howpublished="RFC 694",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc694.txt",
+}
+
+ at misc{rfc695,
+  author="M. Krilanovich",
+  title="{Official change in Host-Host Protocol}",
+  series="Request for Comments",
+  number="695",
+  howpublished="RFC 695",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc695.txt",
+}
+
+ at misc{rfc696,
+  author="V.G. Cerf",
+  title="{Comments on the IMP/Host and Host/IMP Protocol changes}",
+  series="Request for Comments",
+  number="696",
+  howpublished="RFC 696",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc696.txt",
+}
+
+ at misc{rfc697,
+  author="J. Lieb",
+  title="{CWD command of FTP}",
+  series="Request for Comments",
+  number="697",
+  howpublished="RFC 697",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc697.txt",
+}
+
+ at misc{rfc698,
+  author="T. Mock",
+  title="{Telnet extended ASCII option}",
+  series="Request for Comments",
+  number="698",
+  howpublished="RFC 698 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jul,
+    note="Obsoleted by RFC 5198",
+  url="http://www.ietf.org/rfc/rfc698.txt",
+}
+
+ at misc{rfc699,
+  author="J. Postel and J. Vernon",
+  title="{Request For Comments summary notes: 600-699}",
+  series="Request for Comments",
+  number="699",
+  howpublished="RFC 699 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc699.txt",
+}
+
+ at misc{rfc700,
+  author="E. Mader and W.W. Plummer and R.S. Tomlinson",
+  title="{Protocol experiment}",
+  series="Request for Comments",
+  number="700",
+  howpublished="RFC 700 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc700.txt",
+}
+
+ at misc{rfc701,
+  author="D.W. Dodds",
+  title="{August, 1974, survey of New-Protocol Telnet servers}",
+  series="Request for Comments",
+  number="701",
+  howpublished="RFC 701",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=aug,
+    note="Updated by RFC 702",
+  url="http://www.ietf.org/rfc/rfc701.txt",
+}
+
+ at misc{rfc702,
+  author="D.W. Dodds",
+  title="{September, 1974, survey of New-Protocol Telnet servers}",
+  series="Request for Comments",
+  number="702",
+  howpublished="RFC 702",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1974,
+  month=sep,
+    note="Updated by RFC 669",
+  url="http://www.ietf.org/rfc/rfc702.txt",
+}
+
+ at misc{rfc703,
+  author="D.W. Dodds",
+  title="{July, 1975, survey of New-Protocol Telnet Servers}",
+  series="Request for Comments",
+  number="703",
+  howpublished="RFC 703",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc703.txt",
+}
+
+ at misc{rfc704,
+  author="P.J. Santos",
+  title="{IMP/Host and Host/IMP Protocol change}",
+  series="Request for Comments",
+  number="704",
+  howpublished="RFC 704",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc704.txt",
+}
+
+ at misc{rfc705,
+  author="R.F. Bryan",
+  title="{Front-end Protocol B6700 version}",
+  series="Request for Comments",
+  number="705",
+  howpublished="RFC 705",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc705.txt",
+}
+
+ at misc{rfc706,
+  author="J. Postel",
+  title="{On the junk mail problem}",
+  series="Request for Comments",
+  number="706",
+  howpublished="RFC 706",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc706.txt",
+}
+
+ at misc{rfc707,
+  author="J.E. White",
+  title="{High-level framework for network-based resource sharing}",
+  series="Request for Comments",
+  number="707",
+  howpublished="RFC 707",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1975,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc707.txt",
+}
+
+ at misc{rfc708,
+  author="J.E. White",
+  title="{Elements of a Distributed Programming System}",
+  series="Request for Comments",
+  number="708",
+  howpublished="RFC 708",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc708.txt",
+}
+
+ at misc{rfc712,
+  author="J.E. Donnelley",
+  title="{Distributed Capability Computing System (DCCS)}",
+  series="Request for Comments",
+  number="712",
+  howpublished="RFC 712",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc712.txt",
+}
+
+ at misc{rfc713,
+  author="J. Haverty",
+  title="{MSDTP-Message Services Data Transmission Protocol}",
+  series="Request for Comments",
+  number="713",
+  howpublished="RFC 713",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc713.txt",
+}
+
+ at misc{rfc714,
+  author="A.M. McKenzie",
+  title="{Host-Host Protocol for an ARPANET-Type Network}",
+  series="Request for Comments",
+  number="714",
+  howpublished="RFC 714",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc714.txt",
+}
+
+ at misc{rfc716,
+  author="D.C. Walden and J. Levin",
+  title="{Interim Revision to Appendix F of BBN 1822}",
+  series="Request for Comments",
+  number="716",
+  howpublished="RFC 716",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc716.txt",
+}
+
+ at misc{rfc717,
+  author="J. Postel",
+  title="{Assigned Network Numbers}",
+  series="Request for Comments",
+  number="717",
+  howpublished="RFC 717 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc717.txt",
+}
+
+ at misc{rfc718,
+  author="J. Postel",
+  title="{Comments on RCTE from the Tenex Implementation Experience}",
+  series="Request for Comments",
+  number="718",
+  howpublished="RFC 718",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc718.txt",
+}
+
+ at misc{rfc719,
+  author="J. Postel",
+  title="{Discussion on RCTE}",
+  series="Request for Comments",
+  number="719",
+  howpublished="RFC 719",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc719.txt",
+}
+
+ at misc{rfc720,
+  author="D. Crocker",
+  title="{Address Specification Syntax for Network Mail}",
+  series="Request for Comments",
+  number="720",
+  howpublished="RFC 720",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc720.txt",
+}
+
+ at misc{rfc721,
+  author="L.L. Garlick",
+  title="{Out-of-Band Control Signals in a Host-to-Host Protocol}",
+  series="Request for Comments",
+  number="721",
+  howpublished="RFC 721 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=sep,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc721.txt",
+}
+
+ at misc{rfc722,
+  author="J. Haverty",
+  title="{Thoughts on Interactions in Distributed Services}",
+  series="Request for Comments",
+  number="722",
+  howpublished="RFC 722",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1976,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc722.txt",
+}
+
+ at misc{rfc724,
+  author="D. Crocker and K.T. Pogran and J. Vittal and D.A. Henderson",
+  title="{Proposed official standard for the format of ARPA Network messages}",
+  series="Request for Comments",
+  number="724",
+  howpublished="RFC 724",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=may,
+    note="Obsoleted by RFC 733",
+  url="http://www.ietf.org/rfc/rfc724.txt",
+}
+
+ at misc{rfc725,
+  author="J.D. Day and G.R. Grossman",
+  title="{RJE protocol for a resource sharing network}",
+  series="Request for Comments",
+  number="725",
+  howpublished="RFC 725",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc725.txt",
+}
+
+ at misc{rfc726,
+  author="J. Postel and D. Crocker",
+  title="{Remote Controlled Transmission and Echoing Telnet option}",
+  series="Request for Comments",
+  number="726",
+  howpublished="RFC 726 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc726.txt",
+}
+
+ at misc{rfc727,
+  author="M.R. Crispin",
+  title="{Telnet logout option}",
+  series="Request for Comments",
+  number="727",
+  howpublished="RFC 727 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc727.txt",
+}
+
+ at misc{rfc728,
+  author="J.D. Day",
+  title="{Minor pitfall in the Telnet Protocol}",
+  series="Request for Comments",
+  number="728",
+  howpublished="RFC 728",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc728.txt",
+}
+
+ at misc{rfc729,
+  author="D. Crocker",
+  title="{Telnet byte macro option}",
+  series="Request for Comments",
+  number="729",
+  howpublished="RFC 729",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=may,
+    note="Obsoleted by RFC 735",
+  url="http://www.ietf.org/rfc/rfc729.txt",
+}
+
+ at misc{rfc730,
+  author="J. Postel",
+  title="{Extensible field addressing}",
+  series="Request for Comments",
+  number="730",
+  howpublished="RFC 730",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc730.txt",
+}
+
+ at misc{rfc731,
+  author="J.D. Day",
+  title="{Telnet Data Entry Terminal option}",
+  series="Request for Comments",
+  number="731",
+  howpublished="RFC 731",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=jun,
+    note="Obsoleted by RFC 732",
+  url="http://www.ietf.org/rfc/rfc731.txt",
+}
+
+ at misc{rfc732,
+  author="J.D. Day",
+  title="{Telnet Data Entry Terminal option}",
+  series="Request for Comments",
+  number="732",
+  howpublished="RFC 732",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=sep,
+    note="Updated by RFC 1043",
+  url="http://www.ietf.org/rfc/rfc732.txt",
+}
+
+ at misc{rfc733,
+  author="D. Crocker and J. Vittal and K.T. Pogran and D.A. Henderson",
+  title="{Standard for the format of ARPA network text messages}",
+  series="Request for Comments",
+  number="733",
+  howpublished="RFC 733",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=nov,
+    note="Obsoleted by RFC 822",
+  url="http://www.ietf.org/rfc/rfc733.txt",
+}
+
+ at misc{rfc734,
+  author="M.R. Crispin",
+  title="{SUPDUP Protocol}",
+  series="Request for Comments",
+  number="734",
+  howpublished="RFC 734 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc734.txt",
+}
+
+ at misc{rfc735,
+  author="D. Crocker and R.H. Gumpertz",
+  title="{Revised Telnet byte macro option}",
+  series="Request for Comments",
+  number="735",
+  howpublished="RFC 735 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc735.txt",
+}
+
+ at misc{rfc736,
+  author="M.R. Crispin",
+  title="{Telnet SUPDUP option}",
+  series="Request for Comments",
+  number="736",
+  howpublished="RFC 736 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc736.txt",
+}
+
+ at misc{rfc737,
+  author="K. Harrenstien",
+  title="{FTP extension: XSEN}",
+  series="Request for Comments",
+  number="737",
+  howpublished="RFC 737",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc737.txt",
+}
+
+ at misc{rfc738,
+  author="K. Harrenstien",
+  title="{Time server}",
+  series="Request for Comments",
+  number="738",
+  howpublished="RFC 738",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc738.txt",
+}
+
+ at misc{rfc739,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="739",
+  howpublished="RFC 739 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=nov,
+    note="Obsoleted by RFC 750",
+  url="http://www.ietf.org/rfc/rfc739.txt",
+}
+
+ at misc{rfc740,
+  author="R.T. Braden",
+  title="{NETRJS Protocol}",
+  series="Request for Comments",
+  number="740",
+  howpublished="RFC 740 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc740.txt",
+}
+
+ at misc{rfc741,
+  author="D. Cohen",
+  title="{Specifications for the Network Voice Protocol (NVP)}",
+  series="Request for Comments",
+  number="741",
+  howpublished="RFC 741",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc741.txt",
+}
+
+ at misc{rfc742,
+  author="K. Harrenstien",
+  title="{NAME/FINGER Protocol}",
+  series="Request for Comments",
+  number="742",
+  howpublished="RFC 742",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=dec,
+    note="Obsoleted by RFCs 1288, 1196, 1194",
+  url="http://www.ietf.org/rfc/rfc742.txt",
+}
+
+ at misc{rfc743,
+  author="K. Harrenstien",
+  title="{FTP extension: XRSQ/XRCP}",
+  series="Request for Comments",
+  number="743",
+  howpublished="RFC 743",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1977,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc743.txt",
+}
+
+ at misc{rfc744,
+  author="J. Sattley",
+  title="{MARS - a Message Archiving and Retrieval Service}",
+  series="Request for Comments",
+  number="744",
+  howpublished="RFC 744",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc744.txt",
+}
+
+ at misc{rfc745,
+  author="M. Beeler",
+  title="{JANUS interface specifications}",
+  series="Request for Comments",
+  number="745",
+  howpublished="RFC 745",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc745.txt",
+}
+
+ at misc{rfc746,
+  author="R. Stallman",
+  title="{SUPDUP graphics extension}",
+  series="Request for Comments",
+  number="746",
+  howpublished="RFC 746",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc746.txt",
+}
+
+ at misc{rfc747,
+  author="M.R. Crispin",
+  title="{Recent extensions to the SUPDUP Protocol}",
+  series="Request for Comments",
+  number="747",
+  howpublished="RFC 747",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc747.txt",
+}
+
+ at misc{rfc748,
+  author="M.R. Crispin",
+  title="{Telnet randomly-lose option}",
+  series="Request for Comments",
+  number="748",
+  howpublished="RFC 748",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc748.txt",
+}
+
+ at misc{rfc749,
+  author="B. Greenberg",
+  title="{Telnet SUPDUP-Output option}",
+  series="Request for Comments",
+  number="749",
+  howpublished="RFC 749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc749.txt",
+}
+
+ at misc{rfc750,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="750",
+  howpublished="RFC 750 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=sep,
+    note="Obsoleted by RFC 755",
+  url="http://www.ietf.org/rfc/rfc750.txt",
+}
+
+ at misc{rfc751,
+  author="P.D. Lebling",
+  title="{Survey of FTP mail and MLFL}",
+  series="Request for Comments",
+  number="751",
+  howpublished="RFC 751",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1978,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc751.txt",
+}
+
+ at misc{rfc752,
+  author="M.R. Crispin",
+  title="{Universal host table}",
+  series="Request for Comments",
+  number="752",
+  howpublished="RFC 752",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc752.txt",
+}
+
+ at misc{rfc753,
+  author="J. Postel",
+  title="{Internet Message Protocol}",
+  series="Request for Comments",
+  number="753",
+  howpublished="RFC 753",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc753.txt",
+}
+
+ at misc{rfc754,
+  author="J. Postel",
+  title="{Out-of-net host addresses for mail}",
+  series="Request for Comments",
+  number="754",
+  howpublished="RFC 754",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc754.txt",
+}
+
+ at misc{rfc755,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="755",
+  howpublished="RFC 755 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=may,
+    note="Obsoleted by RFC 758",
+  url="http://www.ietf.org/rfc/rfc755.txt",
+}
+
+ at misc{rfc756,
+  author="J.R. Pickens and E.J. Feinler and J.E. Mathis",
+  title="{NIC name server - a datagram-based information utility}",
+  series="Request for Comments",
+  number="756",
+  howpublished="RFC 756",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc756.txt",
+}
+
+ at misc{rfc757,
+  author="D.P. Deutsch",
+  title="{Suggested solution to the naming, addressing, and delivery problem for ARPANET message systems}",
+  series="Request for Comments",
+  number="757",
+  howpublished="RFC 757",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc757.txt",
+}
+
+ at misc{rfc758,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="758",
+  howpublished="RFC 758 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1979,
+  month=aug,
+    note="Obsoleted by RFC 762",
+  url="http://www.ietf.org/rfc/rfc758.txt",
+}
+
+ at misc{rfc759,
+  author="J. Postel",
+  title="{Internet Message Protocol}",
+  series="Request for Comments",
+  number="759",
+  howpublished="RFC 759 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc759.txt",
+}
+
+ at misc{rfc760,
+  author="J. Postel",
+  title="{DoD standard Internet Protocol}",
+  series="Request for Comments",
+  number="760",
+  howpublished="RFC 760",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jan,
+    note="Obsoleted by RFC 791, updated by RFC 777",
+  url="http://www.ietf.org/rfc/rfc760.txt",
+}
+
+ at misc{rfc761,
+  author="J. Postel",
+  title="{DoD standard Transmission Control Protocol}",
+  series="Request for Comments",
+  number="761",
+  howpublished="RFC 761 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jan,
+    note="Obsoleted by RFCs 793, 7805",
+  url="http://www.ietf.org/rfc/rfc761.txt",
+}
+
+ at misc{rfc762,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="762",
+  howpublished="RFC 762 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jan,
+    note="Obsoleted by RFC 770",
+  url="http://www.ietf.org/rfc/rfc762.txt",
+}
+
+ at misc{rfc763,
+  author="M.D. Abrams",
+  title="{Role mailboxes}",
+  series="Request for Comments",
+  number="763",
+  howpublished="RFC 763",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc763.txt",
+}
+
+ at misc{rfc764,
+  author="J. Postel",
+  title="{Telnet Protocol specification}",
+  series="Request for Comments",
+  number="764",
+  howpublished="RFC 764",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jun,
+    note="Obsoleted by RFC 854",
+  url="http://www.ietf.org/rfc/rfc764.txt",
+}
+
+ at misc{rfc765,
+  author="J. Postel",
+  title="{File Transfer Protocol specification}",
+  series="Request for Comments",
+  number="765",
+  howpublished="RFC 765",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jun,
+    note="Obsoleted by RFC 959",
+  url="http://www.ietf.org/rfc/rfc765.txt",
+}
+
+ at misc{rfc766,
+  author="J. Postel",
+  title="{Internet Protocol Handbook: Table of contents}",
+  series="Request for Comments",
+  number="766",
+  howpublished="RFC 766",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=jul,
+    note="Obsoleted by RFC 774",
+  url="http://www.ietf.org/rfc/rfc766.txt",
+}
+
+ at misc{rfc767,
+  author="J. Postel",
+  title="{Structured format for transmission of multi-media documents}",
+  series="Request for Comments",
+  number="767",
+  howpublished="RFC 767",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc767.txt",
+}
+
+ at misc{rfc768,
+  author="J. Postel",
+  title="{User Datagram Protocol}",
+  series="Request for Comments",
+  number="768",
+  howpublished="RFC 768 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc768.txt",
+}
+
+ at misc{rfc769,
+  author="J. Postel",
+  title="{Rapicom 450 facsimile file format}",
+  series="Request for Comments",
+  number="769",
+  howpublished="RFC 769",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc769.txt",
+}
+
+ at misc{rfc770,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="770",
+  howpublished="RFC 770 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=sep,
+    note="Obsoleted by RFC 776",
+  url="http://www.ietf.org/rfc/rfc770.txt",
+}
+
+ at misc{rfc771,
+  author="V.G. Cerf and J. Postel",
+  title="{Mail transition plan}",
+  series="Request for Comments",
+  number="771",
+  howpublished="RFC 771",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc771.txt",
+}
+
+ at misc{rfc772,
+  author="S. Sluizer and J. Postel",
+  title="{Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="772",
+  howpublished="RFC 772",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=sep,
+    note="Obsoleted by RFC 780",
+  url="http://www.ietf.org/rfc/rfc772.txt",
+}
+
+ at misc{rfc773,
+  author="V.G. Cerf",
+  title="{Comments on NCP/TCP mail service transition strategy}",
+  series="Request for Comments",
+  number="773",
+  howpublished="RFC 773",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc773.txt",
+}
+
+ at misc{rfc774,
+  author="J. Postel",
+  title="{Internet Protocol Handbook: Table of contents}",
+  series="Request for Comments",
+  number="774",
+  howpublished="RFC 774",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc774.txt",
+}
+
+ at misc{rfc775,
+  author="D. Mankins and D. Franklin and A.D. Owen",
+  title="{Directory oriented FTP commands}",
+  series="Request for Comments",
+  number="775",
+  howpublished="RFC 775",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1980,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc775.txt",
+}
+
+ at misc{rfc776,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="776",
+  howpublished="RFC 776 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jan,
+    note="Obsoleted by RFC 790",
+  url="http://www.ietf.org/rfc/rfc776.txt",
+}
+
+ at misc{rfc777,
+  author="J. Postel",
+  title="{Internet Control Message Protocol}",
+  series="Request for Comments",
+  number="777",
+  howpublished="RFC 777",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=apr,
+    note="Obsoleted by RFC 792",
+  url="http://www.ietf.org/rfc/rfc777.txt",
+}
+
+ at misc{rfc778,
+  author="D.L. Mills",
+  title="{DCNET Internet Clock Service}",
+  series="Request for Comments",
+  number="778",
+  howpublished="RFC 778 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc778.txt",
+}
+
+ at misc{rfc779,
+  author="E. Killian",
+  title="{Telnet send-location option}",
+  series="Request for Comments",
+  number="779",
+  howpublished="RFC 779 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc779.txt",
+}
+
+ at misc{rfc780,
+  author="S. Sluizer and J. Postel",
+  title="{Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="780",
+  howpublished="RFC 780",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=may,
+    note="Obsoleted by RFC 788",
+  url="http://www.ietf.org/rfc/rfc780.txt",
+}
+
+ at misc{rfc781,
+  author="Z. Su",
+  title="{Specification of the Internet Protocol (IP) timestamp option}",
+  series="Request for Comments",
+  number="781",
+  howpublished="RFC 781",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc781.txt",
+}
+
+ at misc{rfc782,
+  author="J. Nabielsky and A.P. Skelton",
+  title="{Virtual Terminal management model}",
+  series="Request for Comments",
+  number="782",
+  howpublished="RFC 782",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc782.txt",
+}
+
+ at misc{rfc783,
+  author="K.R. Sollins",
+  title="{TFTP Protocol (revision 2)}",
+  series="Request for Comments",
+  number="783",
+  howpublished="RFC 783",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jun,
+    note="Obsoleted by RFC 1350",
+  url="http://www.ietf.org/rfc/rfc783.txt",
+}
+
+ at misc{rfc784,
+  author="S. Sluizer and J. Postel",
+  title="{Mail Transfer Protocol: ISI TOPS20 implementation}",
+  series="Request for Comments",
+  number="784",
+  howpublished="RFC 784",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc784.txt",
+}
+
+ at misc{rfc785,
+  author="S. Sluizer and J. Postel",
+  title="{Mail Transfer Protocol: ISI TOPS20 file definitions}",
+  series="Request for Comments",
+  number="785",
+  howpublished="RFC 785",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc785.txt",
+}
+
+ at misc{rfc786,
+  author="S. Sluizer and J. Postel",
+  title="{Mail Transfer Protocol: ISI TOPS20 MTP-NIMAIL interface}",
+  series="Request for Comments",
+  number="786",
+  howpublished="RFC 786",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc786.txt",
+}
+
+ at misc{rfc787,
+  author="A.L. Chapin",
+  title="{Connectionless data transmission survey/tutorial}",
+  series="Request for Comments",
+  number="787",
+  howpublished="RFC 787",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc787.txt",
+}
+
+ at misc{rfc788,
+  author="J. Postel",
+  title="{Simple Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="788",
+  howpublished="RFC 788",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=nov,
+    note="Obsoleted by RFC 821",
+  url="http://www.ietf.org/rfc/rfc788.txt",
+}
+
+ at misc{rfc789,
+  author="E.C. Rosen",
+  title="{Vulnerabilities of network control protocols: An example}",
+  series="Request for Comments",
+  number="789",
+  howpublished="RFC 789",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc789.txt",
+}
+
+ at misc{rfc790,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="790",
+  howpublished="RFC 790 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Obsoleted by RFC 820",
+  url="http://www.ietf.org/rfc/rfc790.txt",
+}
+
+ at misc{rfc791,
+  author="J. Postel",
+  title="{Internet Protocol}",
+  series="Request for Comments",
+  number="791",
+  howpublished="RFC 791 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Updated by RFCs 1349, 2474, 6864",
+  url="http://www.ietf.org/rfc/rfc791.txt",
+}
+
+ at misc{rfc792,
+  author="J. Postel",
+  title="{Internet Control Message Protocol}",
+  series="Request for Comments",
+  number="792",
+  howpublished="RFC 792 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Updated by RFCs 950, 4884, 6633, 6918",
+  url="http://www.ietf.org/rfc/rfc792.txt",
+}
+
+ at misc{rfc793,
+  author="J. Postel",
+  title="{Transmission Control Protocol}",
+  series="Request for Comments",
+  number="793",
+  howpublished="RFC 793 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Updated by RFCs 1122, 3168, 6093, 6528",
+  url="http://www.ietf.org/rfc/rfc793.txt",
+}
+
+ at misc{rfc794,
+  author="V.G. Cerf",
+  title="{Pre-emption}",
+  series="Request for Comments",
+  number="794",
+  howpublished="RFC 794 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc794.txt",
+}
+
+ at misc{rfc795,
+  author="J. Postel",
+  title="{Service mappings}",
+  series="Request for Comments",
+  number="795",
+  howpublished="RFC 795",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc795.txt",
+}
+
+ at misc{rfc796,
+  author="J. Postel",
+  title="{Address mappings}",
+  series="Request for Comments",
+  number="796",
+  howpublished="RFC 796 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc796.txt",
+}
+
+ at misc{rfc797,
+  author="A.R. Katz",
+  title="{Format for Bitmap files}",
+  series="Request for Comments",
+  number="797",
+  howpublished="RFC 797",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc797.txt",
+}
+
+ at misc{rfc798,
+  author="A.R. Katz",
+  title="{Decoding facsimile data from the Rapicom 450}",
+  series="Request for Comments",
+  number="798",
+  howpublished="RFC 798",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc798.txt",
+}
+
+ at misc{rfc799,
+  author="D.L. Mills",
+  title="{Internet name domains}",
+  series="Request for Comments",
+  number="799",
+  howpublished="RFC 799",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc799.txt",
+}
+
+ at misc{rfc800,
+  author="J. Postel and J. Vernon",
+  title="{Request For Comments summary notes: 700-799}",
+  series="Request for Comments",
+  number="800",
+  howpublished="RFC 800 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc800.txt",
+}
+
+ at misc{rfc801,
+  author="J. Postel",
+  title="{NCP/TCP transition plan}",
+  series="Request for Comments",
+  number="801",
+  howpublished="RFC 801",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc801.txt",
+}
+
+ at misc{rfc802,
+  author="A.G. Malis",
+  title="{ARPANET 1822L Host Access Protocol}",
+  series="Request for Comments",
+  number="802",
+  howpublished="RFC 802",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=nov,
+    note="Obsoleted by RFC 851",
+  url="http://www.ietf.org/rfc/rfc802.txt",
+}
+
+ at misc{rfc803,
+  author="A. Agarwal and M.J. O'Connor and D.L. Mills",
+  title="{Dacom 450/500 facsimile data transcoding}",
+  series="Request for Comments",
+  number="803",
+  howpublished="RFC 803",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc803.txt",
+}
+
+ at misc{rfc804,
+  author="International Telegraph and Telephone Consultative Committee of the International Telecommunication Union",
+  title="{CCITT draft recommendation T.4}",
+  series="Request for Comments",
+  number="804",
+  howpublished="RFC 804",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc804.txt",
+}
+
+ at misc{rfc805,
+  author="J. Postel",
+  title="{Computer mail meeting notes}",
+  series="Request for Comments",
+  number="805",
+  howpublished="RFC 805",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc805.txt",
+}
+
+ at misc{rfc806,
+  author="National Bureau of Standards",
+  title="{Proposed Federal Information Processing Standard: Specification for message format for computer based message systems}",
+  series="Request for Comments",
+  number="806",
+  howpublished="RFC 806",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1981,
+  month=sep,
+    note="Obsoleted by RFC 841",
+  url="http://www.ietf.org/rfc/rfc806.txt",
+}
+
+ at misc{rfc807,
+  author="J. Postel",
+  title="{Multimedia mail meeting notes}",
+  series="Request for Comments",
+  number="807",
+  howpublished="RFC 807",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc807.txt",
+}
+
+ at misc{rfc808,
+  author="J. Postel",
+  title="{Summary of computer mail services meeting held at BBN on 10 January 1979}",
+  series="Request for Comments",
+  number="808",
+  howpublished="RFC 808",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc808.txt",
+}
+
+ at misc{rfc809,
+  author="T. Chang",
+  title="{UCL facsimile system}",
+  series="Request for Comments",
+  number="809",
+  howpublished="RFC 809",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc809.txt",
+}
+
+ at misc{rfc810,
+  author="E.J. Feinler and K. Harrenstien and Z. Su and V. White",
+  title="{DoD Internet host table specification}",
+  series="Request for Comments",
+  number="810",
+  howpublished="RFC 810",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=mar,
+    note="Obsoleted by RFC 952",
+  url="http://www.ietf.org/rfc/rfc810.txt",
+}
+
+ at misc{rfc811,
+  author="K. Harrenstien and V. White and E.J. Feinler",
+  title="{Hostnames Server}",
+  series="Request for Comments",
+  number="811",
+  howpublished="RFC 811",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=mar,
+    note="Obsoleted by RFC 953",
+  url="http://www.ietf.org/rfc/rfc811.txt",
+}
+
+ at misc{rfc812,
+  author="K. Harrenstien and V. White",
+  title="{NICNAME/WHOIS}",
+  series="Request for Comments",
+  number="812",
+  howpublished="RFC 812",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=mar,
+    note="Obsoleted by RFCs 954, 3912",
+  url="http://www.ietf.org/rfc/rfc812.txt",
+}
+
+ at misc{rfc813,
+  author="D.D. Clark",
+  title="{Window and Acknowledgement Strategy in TCP}",
+  series="Request for Comments",
+  number="813",
+  howpublished="RFC 813 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=jul,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc813.txt",
+}
+
+ at misc{rfc814,
+  author="D.D. Clark",
+  title="{Name, addresses, ports, and routes}",
+  series="Request for Comments",
+  number="814",
+  howpublished="RFC 814 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc814.txt",
+}
+
+ at misc{rfc815,
+  author="D.D. Clark",
+  title="{IP datagram reassembly algorithms}",
+  series="Request for Comments",
+  number="815",
+  howpublished="RFC 815",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc815.txt",
+}
+
+ at misc{rfc816,
+  author="D.D. Clark",
+  title="{Fault isolation and recovery}",
+  series="Request for Comments",
+  number="816",
+  howpublished="RFC 816 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=jul,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc816.txt",
+}
+
+ at misc{rfc817,
+  author="D.D. Clark",
+  title="{Modularity and efficiency in protocol implementation}",
+  series="Request for Comments",
+  number="817",
+  howpublished="RFC 817 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc817.txt",
+}
+
+ at misc{rfc818,
+  author="J. Postel",
+  title="{Remote User Telnet service}",
+  series="Request for Comments",
+  number="818",
+  howpublished="RFC 818 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc818.txt",
+}
+
+ at misc{rfc819,
+  author="Z. Su and J. Postel",
+  title="{The Domain Naming Convention for Internet User Applications}",
+  series="Request for Comments",
+  number="819",
+  howpublished="RFC 819",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc819.txt",
+}
+
+ at misc{rfc820,
+  author="J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="820",
+  howpublished="RFC 820 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    note="Obsoleted by RFC 870",
+  url="http://www.ietf.org/rfc/rfc820.txt",
+}
+
+ at misc{rfc821,
+  author="J. Postel",
+  title="{Simple Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="821",
+  howpublished="RFC 821 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    note="Obsoleted by RFC 2821",
+  url="http://www.ietf.org/rfc/rfc821.txt",
+}
+
+ at misc{rfc822,
+  author="D. Crocker",
+  title="{STANDARD FOR THE FORMAT OF ARPA INTERNET TEXT MESSAGES}",
+  series="Request for Comments",
+  number="822",
+  howpublished="RFC 822 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    note="Obsoleted by RFC 2822, updated by RFCs 1123, 2156, 1327, 1138, 1148",
+  url="http://www.ietf.org/rfc/rfc822.txt",
+}
+
+ at misc{rfc823,
+  author="R.M. Hinden and A. Sheltzer",
+  title="{DARPA Internet gateway}",
+  series="Request for Comments",
+  number="823",
+  howpublished="RFC 823 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc823.txt",
+}
+
+ at misc{rfc824,
+  author="W.I. MacGregor and D.C. Tappan",
+  title="{CRONUS Virtual Local Network}",
+  series="Request for Comments",
+  number="824",
+  howpublished="RFC 824",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc824.txt",
+}
+
+ at misc{rfc825,
+  author="J. Postel",
+  title="{Request for comments on Requests For Comments}",
+  series="Request for Comments",
+  number="825",
+  howpublished="RFC 825",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    note="Obsoleted by RFCs 1111, 1543, 2223",
+  url="http://www.ietf.org/rfc/rfc825.txt",
+}
+
+ at misc{rfc826,
+  author="D. Plummer",
+  title="{Ethernet Address Resolution Protocol: Or Converting Network Protocol Addresses to 48.bit Ethernet Address for Transmission on Ethernet Hardware}",
+  series="Request for Comments",
+  number="826",
+  howpublished="RFC 826 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    note="Updated by RFCs 5227, 5494",
+  url="http://www.ietf.org/rfc/rfc826.txt",
+}
+
+ at misc{rfc827,
+  author="E.C. Rosen",
+  title="{Exterior Gateway Protocol (EGP)}",
+  series="Request for Comments",
+  number="827",
+  howpublished="RFC 827",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=oct,
+    note="Updated by RFC 904",
+  url="http://www.ietf.org/rfc/rfc827.txt",
+}
+
+ at misc{rfc828,
+  author="K. Owen",
+  title="{Data communications: IFIP's international "network" of experts}",
+  series="Request for Comments",
+  number="828",
+  howpublished="RFC 828",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc828.txt",
+}
+
+ at misc{rfc829,
+  author="V.G. Cerf",
+  title="{Packet satellite technology reference sources}",
+  series="Request for Comments",
+  number="829",
+  howpublished="RFC 829",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc829.txt",
+}
+
+ at misc{rfc830,
+  author="Z. Su",
+  title="{Distributed system for Internet name service}",
+  series="Request for Comments",
+  number="830",
+  howpublished="RFC 830",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc830.txt",
+}
+
+ at misc{rfc831,
+  author="R.T. Braden",
+  title="{Backup access to the European side of SATNET}",
+  series="Request for Comments",
+  number="831",
+  howpublished="RFC 831",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc831.txt",
+}
+
+ at misc{rfc832,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="832",
+  howpublished="RFC 832",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=dec,
+    note="Obsoleted by RFC 833",
+  url="http://www.ietf.org/rfc/rfc832.txt",
+}
+
+ at misc{rfc833,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="833",
+  howpublished="RFC 833",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=dec,
+    note="Obsoleted by RFC 834",
+  url="http://www.ietf.org/rfc/rfc833.txt",
+}
+
+ at misc{rfc834,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="834",
+  howpublished="RFC 834",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=dec,
+    note="Obsoleted by RFC 835",
+  url="http://www.ietf.org/rfc/rfc834.txt",
+}
+
+ at misc{rfc835,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="835",
+  howpublished="RFC 835",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=dec,
+    note="Obsoleted by RFC 836",
+  url="http://www.ietf.org/rfc/rfc835.txt",
+}
+
+ at misc{rfc836,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="836",
+  howpublished="RFC 836",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jan,
+    note="Obsoleted by RFC 837",
+  url="http://www.ietf.org/rfc/rfc836.txt",
+}
+
+ at misc{rfc837,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="837",
+  howpublished="RFC 837",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jan,
+    note="Obsoleted by RFC 838",
+  url="http://www.ietf.org/rfc/rfc837.txt",
+}
+
+ at misc{rfc838,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="838",
+  howpublished="RFC 838",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jan,
+    note="Obsoleted by RFC 839",
+  url="http://www.ietf.org/rfc/rfc838.txt",
+}
+
+ at misc{rfc839,
+  author="D. Smallberg",
+  title="{Who talks TCP?}",
+  series="Request for Comments",
+  number="839",
+  howpublished="RFC 839",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jan,
+    note="Obsoleted by RFC 842",
+  url="http://www.ietf.org/rfc/rfc839.txt",
+}
+
+ at misc{rfc840,
+  author="J. Postel",
+  title="{Official protocols}",
+  series="Request for Comments",
+  number="840",
+  howpublished="RFC 840 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=apr,
+    note="Obsoleted by RFC 880",
+  url="http://www.ietf.org/rfc/rfc840.txt",
+}
+
+ at misc{rfc841,
+  author="National Bureau of Standards",
+  title="{Specification for message format for Computer Based Message Systems}",
+  series="Request for Comments",
+  number="841",
+  howpublished="RFC 841",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc841.txt",
+}
+
+ at misc{rfc842,
+  author="D. Smallberg",
+  title="{Who talks TCP? - survey of 1 February 83}",
+  series="Request for Comments",
+  number="842",
+  howpublished="RFC 842",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    note="Obsoleted by RFC 843",
+  url="http://www.ietf.org/rfc/rfc842.txt",
+}
+
+ at misc{rfc843,
+  author="D. Smallberg",
+  title="{Who talks TCP? - survey of 8 February 83}",
+  series="Request for Comments",
+  number="843",
+  howpublished="RFC 843",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    note="Obsoleted by RFC 845, updated by RFC 844",
+  url="http://www.ietf.org/rfc/rfc843.txt",
+}
+
+ at misc{rfc844,
+  author="R. Clements",
+  title="{Who talks ICMP, too? - Survey of 18 February 1983}",
+  series="Request for Comments",
+  number="844",
+  howpublished="RFC 844",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc844.txt",
+}
+
+ at misc{rfc845,
+  author="D. Smallberg",
+  title="{Who talks TCP? - survey of 15 February 1983}",
+  series="Request for Comments",
+  number="845",
+  howpublished="RFC 845",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    note="Obsoleted by RFC 846",
+  url="http://www.ietf.org/rfc/rfc845.txt",
+}
+
+ at misc{rfc846,
+  author="D. Smallberg",
+  title="{Who talks TCP? - survey of 22 February 1983}",
+  series="Request for Comments",
+  number="846",
+  howpublished="RFC 846",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    note="Obsoleted by RFC 847",
+  url="http://www.ietf.org/rfc/rfc846.txt",
+}
+
+ at misc{rfc847,
+  author="A. Westine and D. Smallberg and J. Postel",
+  title="{Summary of Smallberg surveys}",
+  series="Request for Comments",
+  number="847",
+  howpublished="RFC 847",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc847.txt",
+}
+
+ at misc{rfc848,
+  author="D. Smallberg",
+  title="{Who provides the "little" TCP services?}",
+  series="Request for Comments",
+  number="848",
+  howpublished="RFC 848",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc848.txt",
+}
+
+ at misc{rfc849,
+  author="M.R. Crispin",
+  title="{Suggestions for improved host table distribution}",
+  series="Request for Comments",
+  number="849",
+  howpublished="RFC 849",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc849.txt",
+}
+
+ at misc{rfc850,
+  author="M.R. Horton",
+  title="{Standard for interchange of USENET messages}",
+  series="Request for Comments",
+  number="850",
+  howpublished="RFC 850",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=jun,
+    note="Obsoleted by RFC 1036",
+  url="http://www.ietf.org/rfc/rfc850.txt",
+}
+
+ at misc{rfc851,
+  author="A.G. Malis",
+  title="{ARPANET 1822L Host Access Protocol}",
+  series="Request for Comments",
+  number="851",
+  howpublished="RFC 851",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=apr,
+    note="Obsoleted by RFC 878",
+  url="http://www.ietf.org/rfc/rfc851.txt",
+}
+
+ at misc{rfc852,
+  author="A.G. Malis",
+  title="{ARPANET short blocking feature}",
+  series="Request for Comments",
+  number="852",
+  howpublished="RFC 852",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc852.txt",
+}
+
+ at misc{rfc854,
+  author="J. Postel and J.K. Reynolds",
+  title="{Telnet Protocol Specification}",
+  series="Request for Comments",
+  number="854",
+  howpublished="RFC 854 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    note="Updated by RFC 5198",
+  url="http://www.ietf.org/rfc/rfc854.txt",
+}
+
+ at misc{rfc855,
+  author="J. Postel and J.K. Reynolds",
+  title="{Telnet Option Specifications}",
+  series="Request for Comments",
+  number="855",
+  howpublished="RFC 855 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc855.txt",
+}
+
+ at misc{rfc856,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Binary Transmission}",
+  series="Request for Comments",
+  number="856",
+  howpublished="RFC 856 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc856.txt",
+}
+
+ at misc{rfc857,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Echo Option}",
+  series="Request for Comments",
+  number="857",
+  howpublished="RFC 857 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc857.txt",
+}
+
+ at misc{rfc858,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Suppress Go Ahead Option}",
+  series="Request for Comments",
+  number="858",
+  howpublished="RFC 858 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc858.txt",
+}
+
+ at misc{rfc859,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Status Option}",
+  series="Request for Comments",
+  number="859",
+  howpublished="RFC 859 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc859.txt",
+}
+
+ at misc{rfc860,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Timing Mark Option}",
+  series="Request for Comments",
+  number="860",
+  howpublished="RFC 860 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc860.txt",
+}
+
+ at misc{rfc861,
+  author="J. Postel and J. Reynolds",
+  title="{Telnet Extended Options: List Option}",
+  series="Request for Comments",
+  number="861",
+  howpublished="RFC 861 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc861.txt",
+}
+
+ at misc{rfc862,
+  author="J. Postel",
+  title="{Echo Protocol}",
+  series="Request for Comments",
+  number="862",
+  howpublished="RFC 862 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc862.txt",
+}
+
+ at misc{rfc863,
+  author="J. Postel",
+  title="{Discard Protocol}",
+  series="Request for Comments",
+  number="863",
+  howpublished="RFC 863 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc863.txt",
+}
+
+ at misc{rfc864,
+  author="J. Postel",
+  title="{Character Generator Protocol}",
+  series="Request for Comments",
+  number="864",
+  howpublished="RFC 864 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc864.txt",
+}
+
+ at misc{rfc865,
+  author="J. Postel",
+  title="{Quote of the Day Protocol}",
+  series="Request for Comments",
+  number="865",
+  howpublished="RFC 865 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc865.txt",
+}
+
+ at misc{rfc866,
+  author="J. Postel",
+  title="{Active users}",
+  series="Request for Comments",
+  number="866",
+  howpublished="RFC 866 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc866.txt",
+}
+
+ at misc{rfc867,
+  author="J. Postel",
+  title="{Daytime Protocol}",
+  series="Request for Comments",
+  number="867",
+  howpublished="RFC 867 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc867.txt",
+}
+
+ at misc{rfc868,
+  author="J. Postel and K. Harrenstien",
+  title="{Time Protocol}",
+  series="Request for Comments",
+  number="868",
+  howpublished="RFC 868 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc868.txt",
+}
+
+ at misc{rfc869,
+  author="R. Hinden",
+  title="{Host Monitoring Protocol}",
+  series="Request for Comments",
+  number="869",
+  howpublished="RFC 869 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc869.txt",
+}
+
+ at misc{rfc870,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="870",
+  howpublished="RFC 870 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=oct,
+    note="Obsoleted by RFC 900",
+  url="http://www.ietf.org/rfc/rfc870.txt",
+}
+
+ at misc{rfc871,
+  author="M.A. Padlipsky",
+  title="{Perspective on the ARPANET reference model}",
+  series="Request for Comments",
+  number="871",
+  howpublished="RFC 871",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc871.txt",
+}
+
+ at misc{rfc872,
+  author="M.A. Padlipsky",
+  title="{TCP-on-a-LAN}",
+  series="Request for Comments",
+  number="872",
+  howpublished="RFC 872 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc872.txt",
+}
+
+ at misc{rfc873,
+  author="M.A. Padlipsky",
+  title="{Illusion of vendor support}",
+  series="Request for Comments",
+  number="873",
+  howpublished="RFC 873",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc873.txt",
+}
+
+ at misc{rfc874,
+  author="M.A. Padlipsky",
+  title="{Critique of X.25}",
+  series="Request for Comments",
+  number="874",
+  howpublished="RFC 874",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc874.txt",
+}
+
+ at misc{rfc875,
+  author="M.A. Padlipsky",
+  title="{Gateways, architectures, and heffalumps}",
+  series="Request for Comments",
+  number="875",
+  howpublished="RFC 875",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1982,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc875.txt",
+}
+
+ at misc{rfc876,
+  author="D. Smallberg",
+  title="{Survey of SMTP implementations}",
+  series="Request for Comments",
+  number="876",
+  howpublished="RFC 876",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc876.txt",
+}
+
+ at misc{rfc877,
+  author="J.T. Korb",
+  title="{Standard for the transmission of IP datagrams over public data networks}",
+  series="Request for Comments",
+  number="877",
+  howpublished="RFC 877",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=sep,
+    note="Obsoleted by RFC 1356",
+  url="http://www.ietf.org/rfc/rfc877.txt",
+}
+
+ at misc{rfc878,
+  author="A.G. Malis",
+  title="{ARPANET 1822L Host Access Protocol}",
+  series="Request for Comments",
+  number="878",
+  howpublished="RFC 878",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc878.txt",
+}
+
+ at misc{rfc879,
+  author="J. Postel",
+  title="{The TCP Maximum Segment Size and Related Topics}",
+  series="Request for Comments",
+  number="879",
+  howpublished="RFC 879 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=nov,
+    note="Obsoleted by RFC 7805, updated by RFC 6691",
+  url="http://www.ietf.org/rfc/rfc879.txt",
+}
+
+ at misc{rfc880,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official protocols}",
+  series="Request for Comments",
+  number="880",
+  howpublished="RFC 880 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=oct,
+    note="Obsoleted by RFC 901",
+  url="http://www.ietf.org/rfc/rfc880.txt",
+}
+
+ at misc{rfc881,
+  author="J. Postel",
+  title="{Domain names plan and schedule}",
+  series="Request for Comments",
+  number="881",
+  howpublished="RFC 881",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=nov,
+    note="Updated by RFC 897",
+  url="http://www.ietf.org/rfc/rfc881.txt",
+}
+
+ at misc{rfc882,
+  author="P.V. Mockapetris",
+  title="{Domain names: Concepts and facilities}",
+  series="Request for Comments",
+  number="882",
+  howpublished="RFC 882",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=nov,
+    note="Obsoleted by RFCs 1034, 1035, updated by RFC 973",
+  url="http://www.ietf.org/rfc/rfc882.txt",
+}
+
+ at misc{rfc883,
+  author="P.V. Mockapetris",
+  title="{Domain names: Implementation specification}",
+  series="Request for Comments",
+  number="883",
+  howpublished="RFC 883",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=nov,
+    note="Obsoleted by RFCs 1034, 1035, updated by RFC 973",
+  url="http://www.ietf.org/rfc/rfc883.txt",
+}
+
+ at misc{rfc884,
+  author="M. Solomon and E. Wimmers",
+  title="{Telnet terminal type option}",
+  series="Request for Comments",
+  number="884",
+  howpublished="RFC 884",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    note="Obsoleted by RFC 930",
+  url="http://www.ietf.org/rfc/rfc884.txt",
+}
+
+ at misc{rfc885,
+  author="J. Postel",
+  title="{Telnet end of record option}",
+  series="Request for Comments",
+  number="885",
+  howpublished="RFC 885 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc885.txt",
+}
+
+ at misc{rfc886,
+  author="M.T. Rose",
+  title="{Proposed standard for message header munging}",
+  series="Request for Comments",
+  number="886",
+  howpublished="RFC 886",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc886.txt",
+}
+
+ at misc{rfc887,
+  author="M. Accetta",
+  title="{Resource Location Protocol}",
+  series="Request for Comments",
+  number="887",
+  howpublished="RFC 887 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc887.txt",
+}
+
+ at misc{rfc888,
+  author="L. Seamonson and E.C. Rosen",
+  title="{"STUB" Exterior Gateway Protocol}",
+  series="Request for Comments",
+  number="888",
+  howpublished="RFC 888",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jan,
+    note="Updated by RFC 904",
+  url="http://www.ietf.org/rfc/rfc888.txt",
+}
+
+ at misc{rfc889,
+  author="D.L. Mills",
+  title="{Internet Delay Experiments}",
+  series="Request for Comments",
+  number="889",
+  howpublished="RFC 889 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc889.txt",
+}
+
+ at misc{rfc890,
+  author="J. Postel",
+  title="{Exterior Gateway Protocol implementation schedule}",
+  series="Request for Comments",
+  number="890",
+  howpublished="RFC 890",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc890.txt",
+}
+
+ at misc{rfc891,
+  author="D.L. Mills",
+  title="{DCN Local-Network Protocols}",
+  series="Request for Comments",
+  number="891",
+  howpublished="RFC 891 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc891.txt",
+}
+
+ at misc{rfc892,
+  author="International Organization for Standardization",
+  title="{ISO Transport Protocol specification}",
+  series="Request for Comments",
+  number="892",
+  howpublished="RFC 892",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1983,
+  month=dec,
+    note="Obsoleted by RFC 905",
+  url="http://www.ietf.org/rfc/rfc892.txt",
+}
+
+ at misc{rfc893,
+  author="S. Leffler and M.J. Karels",
+  title="{Trailer encapsulations}",
+  series="Request for Comments",
+  number="893",
+  howpublished="RFC 893",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc893.txt",
+}
+
+ at misc{rfc894,
+  author="C. Hornig",
+  title="{A Standard for the Transmission of IP Datagrams over Ethernet Networks}",
+  series="Request for Comments",
+  number="894",
+  howpublished="RFC 894 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc894.txt",
+}
+
+ at misc{rfc895,
+  author="J. Postel",
+  title="{Standard for the transmission of IP datagrams over experimental Ethernet networks}",
+  series="Request for Comments",
+  number="895",
+  howpublished="RFC 895 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc895.txt",
+}
+
+ at misc{rfc896,
+  author="J. Nagle",
+  title="{Congestion Control in IP/TCP Internetworks}",
+  series="Request for Comments",
+  number="896",
+  howpublished="RFC 896 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jan,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc896.txt",
+}
+
+ at misc{rfc897,
+  author="J. Postel",
+  title="{Domain name system implementation schedule}",
+  series="Request for Comments",
+  number="897",
+  howpublished="RFC 897",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=feb,
+    note="Updated by RFC 921",
+  url="http://www.ietf.org/rfc/rfc897.txt",
+}
+
+ at misc{rfc898,
+  author="R.M. Hinden and J. Postel and M. Muuss and J.K. Reynolds",
+  title="{Gateway special interest group meeting notes}",
+  series="Request for Comments",
+  number="898",
+  howpublished="RFC 898",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc898.txt",
+}
+
+ at misc{rfc899,
+  author="J. Postel and A. Westine",
+  title="{Request For Comments summary notes: 800-899}",
+  series="Request for Comments",
+  number="899",
+  howpublished="RFC 899 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc899.txt",
+}
+
+ at misc{rfc900,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned Numbers}",
+  series="Request for Comments",
+  number="900",
+  howpublished="RFC 900 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jun,
+    note="Obsoleted by RFC 923",
+  url="http://www.ietf.org/rfc/rfc900.txt",
+}
+
+ at misc{rfc901,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official ARPA-Internet protocols}",
+  series="Request for Comments",
+  number="901",
+  howpublished="RFC 901",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jun,
+    note="Obsoleted by RFC 924",
+  url="http://www.ietf.org/rfc/rfc901.txt",
+}
+
+ at misc{rfc902,
+  author="J.K. Reynolds and J. Postel",
+  title="{ARPA Internet Protocol policy}",
+  series="Request for Comments",
+  number="902",
+  howpublished="RFC 902",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc902.txt",
+}
+
+ at misc{rfc903,
+  author="R. Finlayson and T. Mann and J.C. Mogul and M. Theimer",
+  title="{A Reverse Address Resolution Protocol}",
+  series="Request for Comments",
+  number="903",
+  howpublished="RFC 903 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc903.txt",
+}
+
+ at misc{rfc904,
+  author="D.L. Mills",
+  title="{Exterior Gateway Protocol formal specification}",
+  series="Request for Comments",
+  number="904",
+  howpublished="RFC 904 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc904.txt",
+}
+
+ at misc{rfc905,
+  author="ISO",
+  title="{ISO Transport Protocol specification ISO DP 8073}",
+  series="Request for Comments",
+  number="905",
+  howpublished="RFC 905",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc905.txt",
+}
+
+ at misc{rfc906,
+  author="R. Finlayson",
+  title="{Bootstrap loading using TFTP}",
+  series="Request for Comments",
+  number="906",
+  howpublished="RFC 906",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc906.txt",
+}
+
+ at misc{rfc907,
+  author="Bolt Beranek and Newman Laboratories",
+  title="{Host Access Protocol specification}",
+  series="Request for Comments",
+  number="907",
+  howpublished="RFC 907 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jul,
+    note="Updated by RFC 1221",
+  url="http://www.ietf.org/rfc/rfc907.txt",
+}
+
+ at misc{rfc908,
+  author="D. Velten and R.M. Hinden and J. Sax",
+  title="{Reliable Data Protocol}",
+  series="Request for Comments",
+  number="908",
+  howpublished="RFC 908 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jul,
+    note="Updated by RFC 1151",
+  url="http://www.ietf.org/rfc/rfc908.txt",
+}
+
+ at misc{rfc909,
+  author="C. Welles and W. Milliken",
+  title="{Loader Debugger Protocol}",
+  series="Request for Comments",
+  number="909",
+  howpublished="RFC 909 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc909.txt",
+}
+
+ at misc{rfc910,
+  author="H.C. Forsdick",
+  title="{Multimedia mail meeting notes}",
+  series="Request for Comments",
+  number="910",
+  howpublished="RFC 910",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc910.txt",
+}
+
+ at misc{rfc911,
+  author="P. Kirton",
+  title="{EGP Gateway under Berkeley UNIX 4.2}",
+  series="Request for Comments",
+  number="911",
+  howpublished="RFC 911",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc911.txt",
+}
+
+ at misc{rfc912,
+  author="M. St. Johns",
+  title="{Authentication service}",
+  series="Request for Comments",
+  number="912",
+  howpublished="RFC 912",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=sep,
+    note="Obsoleted by RFC 931",
+  url="http://www.ietf.org/rfc/rfc912.txt",
+}
+
+ at misc{rfc913,
+  author="M. Lottor",
+  title="{Simple File Transfer Protocol}",
+  series="Request for Comments",
+  number="913",
+  howpublished="RFC 913 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc913.txt",
+}
+
+ at misc{rfc914,
+  author="D.J. Farber and G. Delp and T.M. Conte",
+  title="{Thinwire protocol for connecting personal computers to the Internet}",
+  series="Request for Comments",
+  number="914",
+  howpublished="RFC 914 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc914.txt",
+}
+
+ at misc{rfc915,
+  author="M.A. Elvy and R. Nedved",
+  title="{Network mail path service}",
+  series="Request for Comments",
+  number="915",
+  howpublished="RFC 915",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc915.txt",
+}
+
+ at misc{rfc916,
+  author="G.G. Finn",
+  title="{Reliable Asynchronous Transfer Protocol (RATP)}",
+  series="Request for Comments",
+  number="916",
+  howpublished="RFC 916 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc916.txt",
+}
+
+ at misc{rfc917,
+  author="J.C. Mogul",
+  title="{Internet subnets}",
+  series="Request for Comments",
+  number="917",
+  howpublished="RFC 917",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc917.txt",
+}
+
+ at misc{rfc918,
+  author="J.K. Reynolds",
+  title="{Post Office Protocol}",
+  series="Request for Comments",
+  number="918",
+  howpublished="RFC 918",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    note="Obsoleted by RFC 937",
+  url="http://www.ietf.org/rfc/rfc918.txt",
+}
+
+ at misc{rfc919,
+  author="J.C. Mogul",
+  title="{Broadcasting Internet Datagrams}",
+  series="Request for Comments",
+  number="919",
+  howpublished="RFC 919 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc919.txt",
+}
+
+ at misc{rfc920,
+  author="J. Postel and J.K. Reynolds",
+  title="{Domain requirements}",
+  series="Request for Comments",
+  number="920",
+  howpublished="RFC 920",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc920.txt",
+}
+
+ at misc{rfc921,
+  author="J. Postel",
+  title="{Domain name system implementation schedule - revised}",
+  series="Request for Comments",
+  number="921",
+  howpublished="RFC 921",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc921.txt",
+}
+
+ at misc{rfc922,
+  author="J.C. Mogul",
+  title="{Broadcasting Internet datagrams in the presence of subnets}",
+  series="Request for Comments",
+  number="922",
+  howpublished="RFC 922 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc922.txt",
+}
+
+ at misc{rfc923,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="923",
+  howpublished="RFC 923 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    note="Obsoleted by RFC 943",
+  url="http://www.ietf.org/rfc/rfc923.txt",
+}
+
+ at misc{rfc924,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official ARPA-Internet protocols for connecting personal computers to the Internet}",
+  series="Request for Comments",
+  number="924",
+  howpublished="RFC 924",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    note="Obsoleted by RFC 944",
+  url="http://www.ietf.org/rfc/rfc924.txt",
+}
+
+ at misc{rfc925,
+  author="J. Postel",
+  title="{Multi-LAN address resolution}",
+  series="Request for Comments",
+  number="925",
+  howpublished="RFC 925",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc925.txt",
+}
+
+ at misc{rfc926,
+  author="International Organization for Standardization",
+  title="{Protocol for providing the connectionless mode network services}",
+  series="Request for Comments",
+  number="926",
+  howpublished="RFC 926",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=dec,
+    note="Obsoleted by RFC 994",
+  url="http://www.ietf.org/rfc/rfc926.txt",
+}
+
+ at misc{rfc927,
+  author="B.A. Anderson",
+  title="{TACACS user identification Telnet option}",
+  series="Request for Comments",
+  number="927",
+  howpublished="RFC 927 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc927.txt",
+}
+
+ at misc{rfc928,
+  author="M.A. Padlipsky",
+  title="{Introduction to proposed DoD standard H-FP}",
+  series="Request for Comments",
+  number="928",
+  howpublished="RFC 928",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc928.txt",
+}
+
+ at misc{rfc929,
+  author="J. Lilienkamp and R. Mandell and M.A. Padlipsky",
+  title="{Proposed Host-Front End Protocol}",
+  series="Request for Comments",
+  number="929",
+  howpublished="RFC 929 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1984,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc929.txt",
+}
+
+ at misc{rfc930,
+  author="M. Solomon and E. Wimmers",
+  title="{Telnet terminal type option}",
+  series="Request for Comments",
+  number="930",
+  howpublished="RFC 930",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    note="Obsoleted by RFC 1091",
+  url="http://www.ietf.org/rfc/rfc930.txt",
+}
+
+ at misc{rfc931,
+  author="M. St. Johns",
+  title="{Authentication server}",
+  series="Request for Comments",
+  number="931",
+  howpublished="RFC 931",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    note="Obsoleted by RFC 1413",
+  url="http://www.ietf.org/rfc/rfc931.txt",
+}
+
+ at misc{rfc932,
+  author="D.D. Clark",
+  title="{Subnetwork addressing scheme}",
+  series="Request for Comments",
+  number="932",
+  howpublished="RFC 932",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc932.txt",
+}
+
+ at misc{rfc933,
+  author="S. Silverman",
+  title="{Output marking Telnet option}",
+  series="Request for Comments",
+  number="933",
+  howpublished="RFC 933 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc933.txt",
+}
+
+ at misc{rfc934,
+  author="M.T. Rose and E.A. Stefferud",
+  title="{Proposed standard for message encapsulation}",
+  series="Request for Comments",
+  number="934",
+  howpublished="RFC 934",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc934.txt",
+}
+
+ at misc{rfc935,
+  author="J.G. Robinson",
+  title="{Reliable link layer protocols}",
+  series="Request for Comments",
+  number="935",
+  howpublished="RFC 935",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc935.txt",
+}
+
+ at misc{rfc936,
+  author="M.J. Karels",
+  title="{Another Internet subnet addressing scheme}",
+  series="Request for Comments",
+  number="936",
+  howpublished="RFC 936",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc936.txt",
+}
+
+ at misc{rfc937,
+  author="M. Butler and J. Postel and D. Chase and J. Goldberger and J.K. Reynolds",
+  title="{Post Office Protocol: Version 2}",
+  series="Request for Comments",
+  number="937",
+  howpublished="RFC 937 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc937.txt",
+}
+
+ at misc{rfc938,
+  author="T. Miller",
+  title="{Internet Reliable Transaction Protocol functional and interface specification}",
+  series="Request for Comments",
+  number="938",
+  howpublished="RFC 938 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc938.txt",
+}
+
+ at misc{rfc939,
+  author="National Research Council",
+  title="{Executive summary of the NRC report on transport protocols for Department of Defense data networks}",
+  series="Request for Comments",
+  number="939",
+  howpublished="RFC 939",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc939.txt",
+}
+
+ at misc{rfc940,
+  author="Gateway Algorithms and Data Structures Task Force",
+  title="{Toward an Internet standard scheme for subnetting}",
+  series="Request for Comments",
+  number="940",
+  howpublished="RFC 940",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc940.txt",
+}
+
+ at misc{rfc941,
+  author="International Organization for Standardization",
+  title="{Addendum to the network service definition covering network layer addressing}",
+  series="Request for Comments",
+  number="941",
+  howpublished="RFC 941",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc941.txt",
+}
+
+ at misc{rfc942,
+  author="National Research Council",
+  title="{Transport protocols for Department of Defense data networks}",
+  series="Request for Comments",
+  number="942",
+  howpublished="RFC 942",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc942.txt",
+}
+
+ at misc{rfc943,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="943",
+  howpublished="RFC 943 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=apr,
+    note="Obsoleted by RFC 960",
+  url="http://www.ietf.org/rfc/rfc943.txt",
+}
+
+ at misc{rfc944,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official ARPA-Internet protocols}",
+  series="Request for Comments",
+  number="944",
+  howpublished="RFC 944",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=apr,
+    note="Obsoleted by RFC 961",
+  url="http://www.ietf.org/rfc/rfc944.txt",
+}
+
+ at misc{rfc945,
+  author="J. Postel",
+  title="{DoD statement on the NRC report}",
+  series="Request for Comments",
+  number="945",
+  howpublished="RFC 945",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=may,
+    note="Obsoleted by RFC 1039",
+  url="http://www.ietf.org/rfc/rfc945.txt",
+}
+
+ at misc{rfc946,
+  author="R. Nedved",
+  title="{Telnet terminal location number option}",
+  series="Request for Comments",
+  number="946",
+  howpublished="RFC 946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc946.txt",
+}
+
+ at misc{rfc947,
+  author="K. Lebowitz and D. Mankins",
+  title="{Multi-network broadcasting within the Internet}",
+  series="Request for Comments",
+  number="947",
+  howpublished="RFC 947",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc947.txt",
+}
+
+ at misc{rfc948,
+  author="I. Winston",
+  title="{Two methods for the transmission of IP datagrams over IEEE 802.3 networks}",
+  series="Request for Comments",
+  number="948",
+  howpublished="RFC 948",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jun,
+    note="Obsoleted by RFC 1042",
+  url="http://www.ietf.org/rfc/rfc948.txt",
+}
+
+ at misc{rfc949,
+  author="M.A. Padlipsky",
+  title="{FTP unique-named store command}",
+  series="Request for Comments",
+  number="949",
+  howpublished="RFC 949",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc949.txt",
+}
+
+ at misc{rfc950,
+  author="J.C. Mogul and J. Postel",
+  title="{Internet Standard Subnetting Procedure}",
+  series="Request for Comments",
+  number="950",
+  howpublished="RFC 950 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=aug,
+    note="Updated by RFC 6918",
+  url="http://www.ietf.org/rfc/rfc950.txt",
+}
+
+ at misc{rfc951,
+  author="W.J. Croft and J. Gilmore",
+  title="{Bootstrap Protocol}",
+  series="Request for Comments",
+  number="951",
+  howpublished="RFC 951 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=sep,
+    note="Updated by RFCs 1395, 1497, 1532, 1542, 5494",
+  url="http://www.ietf.org/rfc/rfc951.txt",
+}
+
+ at misc{rfc952,
+  author="K. Harrenstien and M.K. Stahl and E.J. Feinler",
+  title="{DoD Internet host table specification}",
+  series="Request for Comments",
+  number="952",
+  howpublished="RFC 952",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=oct,
+    note="Updated by RFC 1123",
+  url="http://www.ietf.org/rfc/rfc952.txt",
+}
+
+ at misc{rfc953,
+  author="K. Harrenstien and M.K. Stahl and E.J. Feinler",
+  title="{Hostname Server}",
+  series="Request for Comments",
+  number="953",
+  howpublished="RFC 953 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc953.txt",
+}
+
+ at misc{rfc954,
+  author="K. Harrenstien and M.K. Stahl and E.J. Feinler",
+  title="{NICNAME/WHOIS}",
+  series="Request for Comments",
+  number="954",
+  howpublished="RFC 954 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=oct,
+    note="Obsoleted by RFC 3912",
+  url="http://www.ietf.org/rfc/rfc954.txt",
+}
+
+ at misc{rfc955,
+  author="R.T. Braden",
+  title="{Towards a transport service for transaction processing applications}",
+  series="Request for Comments",
+  number="955",
+  howpublished="RFC 955",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc955.txt",
+}
+
+ at misc{rfc956,
+  author="D.L. Mills",
+  title="{Algorithms for synchronizing network clocks}",
+  series="Request for Comments",
+  number="956",
+  howpublished="RFC 956",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc956.txt",
+}
+
+ at misc{rfc957,
+  author="D.L. Mills",
+  title="{Experiments in network clock synchronization}",
+  series="Request for Comments",
+  number="957",
+  howpublished="RFC 957",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc957.txt",
+}
+
+ at misc{rfc958,
+  author="D.L. Mills",
+  title="{Network Time Protocol (NTP)}",
+  series="Request for Comments",
+  number="958",
+  howpublished="RFC 958",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=sep,
+    note="Obsoleted by RFCs 1059, 1119, 1305",
+  url="http://www.ietf.org/rfc/rfc958.txt",
+}
+
+ at misc{rfc959,
+  author="J. Postel and J. Reynolds",
+  title="{File Transfer Protocol}",
+  series="Request for Comments",
+  number="959",
+  howpublished="RFC 959 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=oct,
+    note="Updated by RFCs 2228, 2640, 2773, 3659, 5797, 7151",
+  url="http://www.ietf.org/rfc/rfc959.txt",
+}
+
+ at misc{rfc960,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="960",
+  howpublished="RFC 960 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    note="Obsoleted by RFC 990",
+  url="http://www.ietf.org/rfc/rfc960.txt",
+}
+
+ at misc{rfc961,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official ARPA-Internet protocols}",
+  series="Request for Comments",
+  number="961",
+  howpublished="RFC 961",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    note="Obsoleted by RFC 991",
+  url="http://www.ietf.org/rfc/rfc961.txt",
+}
+
+ at misc{rfc962,
+  author="M.A. Padlipsky",
+  title="{TCP-4 prime}",
+  series="Request for Comments",
+  number="962",
+  howpublished="RFC 962",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc962.txt",
+}
+
+ at misc{rfc963,
+  author="D.P. Sidhu",
+  title="{Some problems with the specification of the Military Standard Internet Protocol}",
+  series="Request for Comments",
+  number="963",
+  howpublished="RFC 963",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc963.txt",
+}
+
+ at misc{rfc964,
+  author="D.P. Sidhu and T. Blumer",
+  title="{Some problems with the specification of the Military Standard Transmission Control Protocol}",
+  series="Request for Comments",
+  number="964",
+  howpublished="RFC 964 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc964.txt",
+}
+
+ at misc{rfc965,
+  author="L. Aguilar",
+  title="{Format for a graphical communication protocol}",
+  series="Request for Comments",
+  number="965",
+  howpublished="RFC 965",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc965.txt",
+}
+
+ at misc{rfc966,
+  author="S.E. Deering and D.R. Cheriton",
+  title="{Host groups: A multicast extension to the Internet Protocol}",
+  series="Request for Comments",
+  number="966",
+  howpublished="RFC 966",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    note="Obsoleted by RFC 988",
+  url="http://www.ietf.org/rfc/rfc966.txt",
+}
+
+ at misc{rfc967,
+  author="M.A. Padlipsky",
+  title="{All victims together}",
+  series="Request for Comments",
+  number="967",
+  howpublished="RFC 967",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc967.txt",
+}
+
+ at misc{rfc968,
+  author="V.G. Cerf",
+  title="{Twas the night before start-up}",
+  series="Request for Comments",
+  number="968",
+  howpublished="RFC 968",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc968.txt",
+}
+
+ at misc{rfc969,
+  author="D.D. Clark and M.L. Lambert and L. Zhang",
+  title="{NETBLT: A bulk data transfer protocol}",
+  series="Request for Comments",
+  number="969",
+  howpublished="RFC 969",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    note="Obsoleted by RFC 998",
+  url="http://www.ietf.org/rfc/rfc969.txt",
+}
+
+ at misc{rfc970,
+  author="J. Nagle",
+  title="{On Packet Switches With Infinite Storage}",
+  series="Request for Comments",
+  number="970",
+  howpublished="RFC 970",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1985,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc970.txt",
+}
+
+ at misc{rfc971,
+  author="A.L. DeSchon",
+  title="{Survey of data representation standards}",
+  series="Request for Comments",
+  number="971",
+  howpublished="RFC 971",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc971.txt",
+}
+
+ at misc{rfc972,
+  author="F.J. Wancho",
+  title="{Password Generator Protocol}",
+  series="Request for Comments",
+  number="972",
+  howpublished="RFC 972",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc972.txt",
+}
+
+ at misc{rfc973,
+  author="P.V. Mockapetris",
+  title="{Domain system changes and observations}",
+  series="Request for Comments",
+  number="973",
+  howpublished="RFC 973",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jan,
+    note="Obsoleted by RFCs 1034, 1035",
+  url="http://www.ietf.org/rfc/rfc973.txt",
+}
+
+ at misc{rfc974,
+  author="C. Partridge",
+  title="{Mail routing and the domain system}",
+  series="Request for Comments",
+  number="974",
+  howpublished="RFC 974 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jan,
+    note="Obsoleted by RFC 2821",
+  url="http://www.ietf.org/rfc/rfc974.txt",
+}
+
+ at misc{rfc975,
+  author="D.L. Mills",
+  title="{Autonomous confederations}",
+  series="Request for Comments",
+  number="975",
+  howpublished="RFC 975",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc975.txt",
+}
+
+ at misc{rfc976,
+  author="M.R. Horton",
+  title="{UUCP mail interchange format standard}",
+  series="Request for Comments",
+  number="976",
+  howpublished="RFC 976",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=feb,
+    note="Updated by RFC 1137",
+  url="http://www.ietf.org/rfc/rfc976.txt",
+}
+
+ at misc{rfc977,
+  author="B. Kantor and P. Lapsley",
+  title="{Network News Transfer Protocol}",
+  series="Request for Comments",
+  number="977",
+  howpublished="RFC 977 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=feb,
+    note="Obsoleted by RFC 3977",
+  url="http://www.ietf.org/rfc/rfc977.txt",
+}
+
+ at misc{rfc978,
+  author="J.K. Reynolds and R. Gillman and W.A. Brackenridge and A. Witkowski and J. Postel",
+  title="{Voice File Interchange Protocol (VFIP)}",
+  series="Request for Comments",
+  number="978",
+  howpublished="RFC 978",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc978.txt",
+}
+
+ at misc{rfc979,
+  author="A.G. Malis",
+  title="{PSN End-to-End functional specification}",
+  series="Request for Comments",
+  number="979",
+  howpublished="RFC 979",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc979.txt",
+}
+
+ at misc{rfc980,
+  author="O.J. Jacobsen and J. Postel",
+  title="{Protocol document order information}",
+  series="Request for Comments",
+  number="980",
+  howpublished="RFC 980",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc980.txt",
+}
+
+ at misc{rfc981,
+  author="D.L. Mills",
+  title="{Experimental multiple-path routing algorithm}",
+  series="Request for Comments",
+  number="981",
+  howpublished="RFC 981",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc981.txt",
+}
+
+ at misc{rfc982,
+  author="H.W. Braun",
+  title="{Guidelines for the specification of the structure of the Domain Specific Part (DSP) of the ISO standard NSAP address}",
+  series="Request for Comments",
+  number="982",
+  howpublished="RFC 982",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc982.txt",
+}
+
+ at misc{rfc983,
+  author="D.E. Cass and M.T. Rose",
+  title="{ISO transport arrives on top of the TCP}",
+  series="Request for Comments",
+  number="983",
+  howpublished="RFC 983",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=apr,
+    note="Obsoleted by RFC 1006",
+  url="http://www.ietf.org/rfc/rfc983.txt",
+}
+
+ at misc{rfc984,
+  author="D.D. Clark and M.L. Lambert",
+  title="{PCMAIL: A distributed mail system for personal computers}",
+  series="Request for Comments",
+  number="984",
+  howpublished="RFC 984",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=may,
+    note="Obsoleted by RFC 993",
+  url="http://www.ietf.org/rfc/rfc984.txt",
+}
+
+ at misc{rfc985,
+  author="National Science Foundation and Network Technical Advisory Group",
+  title="{Requirements for Internet gateways - draft}",
+  series="Request for Comments",
+  number="985",
+  howpublished="RFC 985",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=may,
+    note="Obsoleted by RFC 1009",
+  url="http://www.ietf.org/rfc/rfc985.txt",
+}
+
+ at misc{rfc986,
+  author="R.W. Callon and H.W. Braun",
+  title="{Guidelines for the use of Internet-IP addresses in the ISO Connectionless-Mode Network Protocol}",
+  series="Request for Comments",
+  number="986",
+  howpublished="RFC 986",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jun,
+    note="Obsoleted by RFC 1069",
+  url="http://www.ietf.org/rfc/rfc986.txt",
+}
+
+ at misc{rfc987,
+  author="S.E. Kille",
+  title="{Mapping between X.400 and RFC 822}",
+  series="Request for Comments",
+  number="987",
+  howpublished="RFC 987",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jun,
+    note="Obsoleted by RFCs 2156, 1327, updated by RFCs 1026, 1138, 1148",
+  url="http://www.ietf.org/rfc/rfc987.txt",
+}
+
+ at misc{rfc988,
+  author="S.E. Deering",
+  title="{Host extensions for IP multicasting}",
+  series="Request for Comments",
+  number="988",
+  howpublished="RFC 988",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=jul,
+    note="Obsoleted by RFCs 1054, 1112",
+  url="http://www.ietf.org/rfc/rfc988.txt",
+}
+
+ at misc{rfc989,
+  author="J. Linn",
+  title="{Privacy enhancement for Internet electronic mail: Part I: Message encipherment and authentication procedures}",
+  series="Request for Comments",
+  number="989",
+  howpublished="RFC 989",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=feb,
+    note="Obsoleted by RFCs 1040, 1113",
+  url="http://www.ietf.org/rfc/rfc989.txt",
+}
+
+ at misc{rfc990,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="990",
+  howpublished="RFC 990 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=nov,
+    note="Obsoleted by RFC 1010, updated by RFC 997",
+  url="http://www.ietf.org/rfc/rfc990.txt",
+}
+
+ at misc{rfc991,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official ARPA-Internet protocols}",
+  series="Request for Comments",
+  number="991",
+  howpublished="RFC 991",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=nov,
+    note="Obsoleted by RFC 1011",
+  url="http://www.ietf.org/rfc/rfc991.txt",
+}
+
+ at misc{rfc992,
+  author="K.P. Birman and T.A. Joseph",
+  title="{On communication support for fault tolerant process groups}",
+  series="Request for Comments",
+  number="992",
+  howpublished="RFC 992",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc992.txt",
+}
+
+ at misc{rfc993,
+  author="D.D. Clark and M.L. Lambert",
+  title="{PCMAIL: A distributed mail system for personal computers}",
+  series="Request for Comments",
+  number="993",
+  howpublished="RFC 993",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=dec,
+    note="Obsoleted by RFC 1056",
+  url="http://www.ietf.org/rfc/rfc993.txt",
+}
+
+ at misc{rfc994,
+  author="International Organization for Standardization",
+  title="{Final text of DIS 8473, Protocol for Providing the Connectionless-mode Network Service}",
+  series="Request for Comments",
+  number="994",
+  howpublished="RFC 994",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc994.txt",
+}
+
+ at misc{rfc995,
+  author="International Organization for Standardization",
+  title="{End System to Intermediate System Routing Exchange Protocol for use in conjunction with ISO 8473}",
+  series="Request for Comments",
+  number="995",
+  howpublished="RFC 995",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1986,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc995.txt",
+}
+
+ at misc{rfc996,
+  author="D.L. Mills",
+  title="{Statistics server}",
+  series="Request for Comments",
+  number="996",
+  howpublished="RFC 996 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc996.txt",
+}
+
+ at misc{rfc997,
+  author="J.K. Reynolds and J. Postel",
+  title="{Internet numbers}",
+  series="Request for Comments",
+  number="997",
+  howpublished="RFC 997",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=mar,
+    note="Obsoleted by RFCs 1020, 1117",
+  url="http://www.ietf.org/rfc/rfc997.txt",
+}
+
+ at misc{rfc998,
+  author="D.D. Clark and M.L. Lambert and L. Zhang",
+  title="{NETBLT: A bulk data transfer protocol}",
+  series="Request for Comments",
+  number="998",
+  howpublished="RFC 998 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc998.txt",
+}
+
+ at misc{rfc999,
+  author="A. Westine and J. Postel",
+  title="{Requests For Comments summary notes: 900-999}",
+  series="Request for Comments",
+  number="999",
+  howpublished="RFC 999",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=apr,
+    note="Obsoleted by RFC 1000",
+  url="http://www.ietf.org/rfc/rfc999.txt",
+}
+
+ at misc{rfc1000,
+  author="J.K. Reynolds and J. Postel",
+  title="{Request For Comments reference guide}",
+  series="Request for Comments",
+  number="1000",
+  howpublished="RFC 1000",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1000.txt",
+}
+
+ at misc{rfc1001,
+  author="NetBIOS Working Group in the Defense Advanced Research Projects Agency and Internet Activities Board and End-to-End Services Task Force",
+  title="{Protocol standard for a NetBIOS service on a TCP/UDP transport: Concepts and methods}",
+  series="Request for Comments",
+  number="1001",
+  howpublished="RFC 1001 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1001.txt",
+}
+
+ at misc{rfc1002,
+  author="NetBIOS Working Group in the Defense Advanced Research Projects Agency and Internet Activities Board and End-to-End Services Task Force",
+  title="{Protocol standard for a NetBIOS service on a TCP/UDP transport: Detailed specifications}",
+  series="Request for Comments",
+  number="1002",
+  howpublished="RFC 1002 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1002.txt",
+}
+
+ at misc{rfc1003,
+  author="A.R. Katz",
+  title="{Issues in defining an equations representation standard}",
+  series="Request for Comments",
+  number="1003",
+  howpublished="RFC 1003",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1003.txt",
+}
+
+ at misc{rfc1004,
+  author="D.L. Mills",
+  title="{Distributed-protocol authentication scheme}",
+  series="Request for Comments",
+  number="1004",
+  howpublished="RFC 1004 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1004.txt",
+}
+
+ at misc{rfc1005,
+  author="A. Khanna and A.G. Malis",
+  title="{ARPANET AHIP-E Host Access Protocol (enhanced AHIP)}",
+  series="Request for Comments",
+  number="1005",
+  howpublished="RFC 1005",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1005.txt",
+}
+
+ at misc{rfc1006,
+  author="M.T. Rose and D.E. Cass",
+  title="{ISO Transport Service on top of the TCP Version: 3}",
+  series="Request for Comments",
+  number="1006",
+  howpublished="RFC 1006 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=may,
+    note="Updated by RFC 2126",
+  url="http://www.ietf.org/rfc/rfc1006.txt",
+}
+
+ at misc{rfc1007,
+  author="W. McCoy",
+  title="{Military supplement to the ISO Transport Protocol}",
+  series="Request for Comments",
+  number="1007",
+  howpublished="RFC 1007",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1007.txt",
+}
+
+ at misc{rfc1008,
+  author="W. McCoy",
+  title="{Implementation guide for the ISO Transport Protocol}",
+  series="Request for Comments",
+  number="1008",
+  howpublished="RFC 1008",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1008.txt",
+}
+
+ at misc{rfc1009,
+  author="R.T. Braden and J. Postel",
+  title="{Requirements for Internet gateways}",
+  series="Request for Comments",
+  number="1009",
+  howpublished="RFC 1009 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    note="Obsoleted by RFC 1812",
+  url="http://www.ietf.org/rfc/rfc1009.txt",
+}
+
+ at misc{rfc1010,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="1010",
+  howpublished="RFC 1010 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=may,
+    note="Obsoleted by RFC 1060",
+  url="http://www.ietf.org/rfc/rfc1010.txt",
+}
+
+ at misc{rfc1011,
+  author="J.K. Reynolds and J. Postel",
+  title="{Official Internet protocols}",
+  series="Request for Comments",
+  number="1011",
+  howpublished="RFC 1011",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=may,
+    note="Updated by RFC 6093",
+  url="http://www.ietf.org/rfc/rfc1011.txt",
+}
+
+ at misc{rfc1012,
+  author="J.K. Reynolds and J. Postel",
+  title="{Bibliography of Request For Comments 1 through 999}",
+  series="Request for Comments",
+  number="1012",
+  howpublished="RFC 1012 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1012.txt",
+}
+
+ at misc{rfc1013,
+  author="R.W. Scheifler",
+  title="{X Window System Protocol, version 11: Alpha update April 1987}",
+  series="Request for Comments",
+  number="1013",
+  howpublished="RFC 1013",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1013.txt",
+}
+
+ at misc{rfc1014,
+  author="Sun Microsystems",
+  title="{XDR: External Data Representation standard}",
+  series="Request for Comments",
+  number="1014",
+  howpublished="RFC 1014",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1014.txt",
+}
+
+ at misc{rfc1015,
+  author="B.M. Leiner",
+  title="{Implementation plan for interagency research Internet}",
+  series="Request for Comments",
+  number="1015",
+  howpublished="RFC 1015",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1015.txt",
+}
+
+ at misc{rfc1016,
+  author="W. Prue and J. Postel",
+  title="{Something a Host Could Do with Source Quench: The Source Quench Introduced Delay (SQuID)}",
+  series="Request for Comments",
+  number="1016",
+  howpublished="RFC 1016",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1016.txt",
+}
+
+ at misc{rfc1017,
+  author="B.M. Leiner",
+  title="{Network requirements for scientific research: Internet task force on scientific computing}",
+  series="Request for Comments",
+  number="1017",
+  howpublished="RFC 1017",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1017.txt",
+}
+
+ at misc{rfc1018,
+  author="A.M. McKenzie",
+  title="{Some comments on SQuID}",
+  series="Request for Comments",
+  number="1018",
+  howpublished="RFC 1018",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1018.txt",
+}
+
+ at misc{rfc1019,
+  author="D. Arnon",
+  title="{Report of the Workshop on Environments for Computational Mathematics}",
+  series="Request for Comments",
+  number="1019",
+  howpublished="RFC 1019",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1019.txt",
+}
+
+ at misc{rfc1020,
+  author="S. Romano and M.K. Stahl",
+  title="{Internet numbers}",
+  series="Request for Comments",
+  number="1020",
+  howpublished="RFC 1020",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    note="Obsoleted by RFCs 1062, 1117, 1166",
+  url="http://www.ietf.org/rfc/rfc1020.txt",
+}
+
+ at misc{rfc1021,
+  author="C. Partridge and G. Trewitt",
+  title="{High-level Entity Management System (HEMS)}",
+  series="Request for Comments",
+  number="1021",
+  howpublished="RFC 1021 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1021.txt",
+}
+
+ at misc{rfc1022,
+  author="C. Partridge and G. Trewitt",
+  title="{High-level Entity Management Protocol (HEMP)}",
+  series="Request for Comments",
+  number="1022",
+  howpublished="RFC 1022",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1022.txt",
+}
+
+ at misc{rfc1023,
+  author="G. Trewitt and C. Partridge",
+  title="{HEMS monitoring and control language}",
+  series="Request for Comments",
+  number="1023",
+  howpublished="RFC 1023",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=oct,
+    note="Obsoleted by RFC 1076",
+  url="http://www.ietf.org/rfc/rfc1023.txt",
+}
+
+ at misc{rfc1024,
+  author="C. Partridge and G. Trewitt",
+  title="{HEMS variable definitions}",
+  series="Request for Comments",
+  number="1024",
+  howpublished="RFC 1024",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1024.txt",
+}
+
+ at misc{rfc1025,
+  author="J. Postel",
+  title="{TCP and IP bake off}",
+  series="Request for Comments",
+  number="1025",
+  howpublished="RFC 1025",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1025.txt",
+}
+
+ at misc{rfc1026,
+  author="S.E. Kille",
+  title="{Addendum to RFC 987: (Mapping between X.400 and RFC-822)}",
+  series="Request for Comments",
+  number="1026",
+  howpublished="RFC 1026",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=sep,
+    note="Obsoleted by RFCs 2156, 1327, updated by RFCs 1138, 1148",
+  url="http://www.ietf.org/rfc/rfc1026.txt",
+}
+
+ at misc{rfc1027,
+  author="S. Carl-Mitchell and J.S. Quarterman",
+  title="{Using ARP to implement transparent subnet gateways}",
+  series="Request for Comments",
+  number="1027",
+  howpublished="RFC 1027",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1027.txt",
+}
+
+ at misc{rfc1028,
+  author="J. Davin and J.D. Case and M. Fedor and M.L. Schoffstall",
+  title="{Simple Gateway Monitoring Protocol}",
+  series="Request for Comments",
+  number="1028",
+  howpublished="RFC 1028 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1028.txt",
+}
+
+ at misc{rfc1029,
+  author="G. Parr",
+  title="{More fault tolerant approach to address resolution for a Multi-LAN system of Ethernets}",
+  series="Request for Comments",
+  number="1029",
+  howpublished="RFC 1029",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1029.txt",
+}
+
+ at misc{rfc1030,
+  author="M.L. Lambert",
+  title="{On testing the NETBLT Protocol over divers networks}",
+  series="Request for Comments",
+  number="1030",
+  howpublished="RFC 1030",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1030.txt",
+}
+
+ at misc{rfc1031,
+  author="W.D. Lazear",
+  title="{MILNET name domain transition}",
+  series="Request for Comments",
+  number="1031",
+  howpublished="RFC 1031",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1031.txt",
+}
+
+ at misc{rfc1032,
+  author="M.K. Stahl",
+  title="{Domain administrators guide}",
+  series="Request for Comments",
+  number="1032",
+  howpublished="RFC 1032",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1032.txt",
+}
+
+ at misc{rfc1033,
+  author="M. Lottor",
+  title="{Domain Administrators Operations Guide}",
+  series="Request for Comments",
+  number="1033",
+  howpublished="RFC 1033",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1033.txt",
+}
+
+ at misc{rfc1034,
+  author="P.V. Mockapetris",
+  title="{Domain names - concepts and facilities}",
+  series="Request for Comments",
+  number="1034",
+  howpublished="RFC 1034 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    note="Updated by RFCs 1101, 1183, 1348, 1876, 1982, 2065, 2181, 2308, 2535, 4033, 4034, 4035, 4343, 4035, 4592, 5936, 8020",
+  url="http://www.ietf.org/rfc/rfc1034.txt",
+}
+
+ at misc{rfc1035,
+  author="P.V. Mockapetris",
+  title="{Domain names - implementation and specification}",
+  series="Request for Comments",
+  number="1035",
+  howpublished="RFC 1035 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=nov,
+    note="Updated by RFCs 1101, 1183, 1348, 1876, 1982, 1995, 1996, 2065, 2136, 2181, 2137, 2308, 2535, 2673, 2845, 3425, 3658, 4033, 4034, 4035, 4343, 5936, 5966, 6604, 7766",
+  url="http://www.ietf.org/rfc/rfc1035.txt",
+}
+
+ at misc{rfc1036,
+  author="M.R. Horton and R. Adams",
+  title="{Standard for interchange of USENET messages}",
+  series="Request for Comments",
+  number="1036",
+  howpublished="RFC 1036",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=dec,
+    note="Obsoleted by RFCs 5536, 5537",
+  url="http://www.ietf.org/rfc/rfc1036.txt",
+}
+
+ at misc{rfc1037,
+  author="B. Greenberg and S. Keene",
+  title="{NFILE - a file access protocol}",
+  series="Request for Comments",
+  number="1037",
+  howpublished="RFC 1037 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1987,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1037.txt",
+}
+
+ at misc{rfc1038,
+  author="M. St. Johns",
+  title="{Draft revised IP security option}",
+  series="Request for Comments",
+  number="1038",
+  howpublished="RFC 1038",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jan,
+    note="Obsoleted by RFC 1108",
+  url="http://www.ietf.org/rfc/rfc1038.txt",
+}
+
+ at misc{rfc1039,
+  author="D. Latham",
+  title="{DoD statement on Open Systems Interconnection protocols}",
+  series="Request for Comments",
+  number="1039",
+  howpublished="RFC 1039",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1039.txt",
+}
+
+ at misc{rfc1040,
+  author="J. Linn",
+  title="{Privacy enhancement for Internet electronic mail: Part I: Message encipherment and authentication procedures}",
+  series="Request for Comments",
+  number="1040",
+  howpublished="RFC 1040",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jan,
+    note="Obsoleted by RFC 1113",
+  url="http://www.ietf.org/rfc/rfc1040.txt",
+}
+
+ at misc{rfc1041,
+  author="Y. Rekhter",
+  title="{Telnet 3270 regime option}",
+  series="Request for Comments",
+  number="1041",
+  howpublished="RFC 1041 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jan,
+    note="Updated by RFC 6270",
+  url="http://www.ietf.org/rfc/rfc1041.txt",
+}
+
+ at misc{rfc1042,
+  author="J. Postel and J.K. Reynolds",
+  title="{Standard for the transmission of IP datagrams over IEEE 802 networks}",
+  series="Request for Comments",
+  number="1042",
+  howpublished="RFC 1042 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1042.txt",
+}
+
+ at misc{rfc1043,
+  author="A. Yasuda and T. Thompson",
+  title="{Telnet Data Entry Terminal option: DODIIS implementation}",
+  series="Request for Comments",
+  number="1043",
+  howpublished="RFC 1043 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1043.txt",
+}
+
+ at misc{rfc1044,
+  author="K. Hardwick and J. Lekashman",
+  title="{Internet Protocol on Network System's HYPERchannel: Protocol Specification}",
+  series="Request for Comments",
+  number="1044",
+  howpublished="RFC 1044 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc1044.txt",
+}
+
+ at misc{rfc1045,
+  author="D.R. Cheriton",
+  title="{VMTP: Versatile Message Transaction Protocol: Protocol specification}",
+  series="Request for Comments",
+  number="1045",
+  howpublished="RFC 1045 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1045.txt",
+}
+
+ at misc{rfc1046,
+  author="W. Prue and J. Postel",
+  title="{Queuing algorithm to provide type-of-service for IP links}",
+  series="Request for Comments",
+  number="1046",
+  howpublished="RFC 1046",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1046.txt",
+}
+
+ at misc{rfc1047,
+  author="C. Partridge",
+  title="{Duplicate messages and SMTP}",
+  series="Request for Comments",
+  number="1047",
+  howpublished="RFC 1047",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1047.txt",
+}
+
+ at misc{rfc1048,
+  author="P.A. Prindeville",
+  title="{BOOTP vendor information extensions}",
+  series="Request for Comments",
+  number="1048",
+  howpublished="RFC 1048",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=feb,
+    note="Obsoleted by RFCs 1084, 1395, 1497, 1533",
+  url="http://www.ietf.org/rfc/rfc1048.txt",
+}
+
+ at misc{rfc1049,
+  author="M.A. Sirbu",
+  title="{Content-type header field for Internet messages}",
+  series="Request for Comments",
+  number="1049",
+  howpublished="RFC 1049 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1049.txt",
+}
+
+ at misc{rfc1050,
+  author="Sun Microsystems",
+  title="{RPC: Remote Procedure Call Protocol specification}",
+  series="Request for Comments",
+  number="1050",
+  howpublished="RFC 1050 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=apr,
+    note="Obsoleted by RFC 1057",
+  url="http://www.ietf.org/rfc/rfc1050.txt",
+}
+
+ at misc{rfc1051,
+  author="P.A. Prindeville",
+  title="{Standard for the transmission of IP datagrams and ARP packets over ARCNET networks}",
+  series="Request for Comments",
+  number="1051",
+  howpublished="RFC 1051 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=mar,
+    note="Obsoleted by RFC 1201",
+  url="http://www.ietf.org/rfc/rfc1051.txt",
+}
+
+ at misc{rfc1052,
+  author="V.G. Cerf",
+  title="{IAB recommendations for the development of Internet network management standards}",
+  series="Request for Comments",
+  number="1052",
+  howpublished="RFC 1052",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1052.txt",
+}
+
+ at misc{rfc1053,
+  author="S. Levy and T. Jacobson",
+  title="{Telnet X.3 PAD option}",
+  series="Request for Comments",
+  number="1053",
+  howpublished="RFC 1053 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1053.txt",
+}
+
+ at misc{rfc1054,
+  author="S.E. Deering",
+  title="{Host extensions for IP multicasting}",
+  series="Request for Comments",
+  number="1054",
+  howpublished="RFC 1054",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=may,
+    note="Obsoleted by RFC 1112",
+  url="http://www.ietf.org/rfc/rfc1054.txt",
+}
+
+ at misc{rfc1055,
+  author="J.L. Romkey",
+  title="{Nonstandard for transmission of IP datagrams over serial lines: SLIP}",
+  series="Request for Comments",
+  number="1055",
+  howpublished="RFC 1055 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1055.txt",
+}
+
+ at misc{rfc1056,
+  author="M.L. Lambert",
+  title="{PCMAIL: A distributed mail system for personal computers}",
+  series="Request for Comments",
+  number="1056",
+  howpublished="RFC 1056 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1056.txt",
+}
+
+ at misc{rfc1057,
+  author="Sun Microsystems",
+  title="{RPC: Remote Procedure Call Protocol specification: Version 2}",
+  series="Request for Comments",
+  number="1057",
+  howpublished="RFC 1057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1057.txt",
+}
+
+ at misc{rfc1058,
+  author="C.L. Hedrick",
+  title="{Routing Information Protocol}",
+  series="Request for Comments",
+  number="1058",
+  howpublished="RFC 1058 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jun,
+    note="Updated by RFCs 1388, 1723",
+  url="http://www.ietf.org/rfc/rfc1058.txt",
+}
+
+ at misc{rfc1059,
+  author="D.L. Mills",
+  title="{Network Time Protocol (version 1) specification and implementation}",
+  series="Request for Comments",
+  number="1059",
+  howpublished="RFC 1059",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jul,
+    note="Obsoleted by RFCs 1119, 1305",
+  url="http://www.ietf.org/rfc/rfc1059.txt",
+}
+
+ at misc{rfc1060,
+  author="J.K. Reynolds and J. Postel",
+  title="{Assigned numbers}",
+  series="Request for Comments",
+  number="1060",
+  howpublished="RFC 1060 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=mar,
+    note="Obsoleted by RFC 1340, updated by RFC 1349",
+  url="http://www.ietf.org/rfc/rfc1060.txt",
+}
+
+ at misc{rfc1062,
+  author="S. Romano and M.K. Stahl and M. Recker",
+  title="{Internet numbers}",
+  series="Request for Comments",
+  number="1062",
+  howpublished="RFC 1062",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=aug,
+    note="Obsoleted by RFCs 1117, 1166",
+  url="http://www.ietf.org/rfc/rfc1062.txt",
+}
+
+ at misc{rfc1063,
+  author="J.C. Mogul and C.A. Kent and C. Partridge and K. McCloghrie",
+  title="{IP MTU discovery options}",
+  series="Request for Comments",
+  number="1063",
+  howpublished="RFC 1063",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jul,
+    note="Obsoleted by RFC 1191",
+  url="http://www.ietf.org/rfc/rfc1063.txt",
+}
+
+ at misc{rfc1064,
+  author="M.R. Crispin",
+  title="{Interactive Mail Access Protocol: Version 2}",
+  series="Request for Comments",
+  number="1064",
+  howpublished="RFC 1064",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=jul,
+    note="Obsoleted by RFCs 1176, 1203",
+  url="http://www.ietf.org/rfc/rfc1064.txt",
+}
+
+ at misc{rfc1065,
+  author="K. McCloghrie and M.T. Rose",
+  title="{Structure and identification of management information for TCP/IP-based internets}",
+  series="Request for Comments",
+  number="1065",
+  howpublished="RFC 1065 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=aug,
+    note="Obsoleted by RFC 1155",
+  url="http://www.ietf.org/rfc/rfc1065.txt",
+}
+
+ at misc{rfc1066,
+  author="K. McCloghrie and M.T. Rose",
+  title="{Management Information Base for network management of TCP/IP-based internets}",
+  series="Request for Comments",
+  number="1066",
+  howpublished="RFC 1066",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=aug,
+    note="Obsoleted by RFC 1156",
+  url="http://www.ietf.org/rfc/rfc1066.txt",
+}
+
+ at misc{rfc1067,
+  author="J.D. Case and M. Fedor and M.L. Schoffstall and J. Davin",
+  title="{Simple Network Management Protocol}",
+  series="Request for Comments",
+  number="1067",
+  howpublished="RFC 1067",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=aug,
+    note="Obsoleted by RFC 1098",
+  url="http://www.ietf.org/rfc/rfc1067.txt",
+}
+
+ at misc{rfc1068,
+  author="A.L. DeSchon and R.T. Braden",
+  title="{Background File Transfer Program (BFTP)}",
+  series="Request for Comments",
+  number="1068",
+  howpublished="RFC 1068",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1068.txt",
+}
+
+ at misc{rfc1069,
+  author="R.W. Callon and H.W. Braun",
+  title="{Guidelines for the use of Internet-IP addresses in the ISO Connectionless-Mode Network Protocol}",
+  series="Request for Comments",
+  number="1069",
+  howpublished="RFC 1069",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1069.txt",
+}
+
+ at misc{rfc1070,
+  author="R.A. Hagens and N.E. Hall and M.T. Rose",
+  title="{Use of the Internet as a subnetwork for experimentation with the OSI network layer}",
+  series="Request for Comments",
+  number="1070",
+  howpublished="RFC 1070",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1070.txt",
+}
+
+ at misc{rfc1071,
+  author="R.T. Braden and D.A. Borman and C. Partridge",
+  title="{Computing the Internet checksum}",
+  series="Request for Comments",
+  number="1071",
+  howpublished="RFC 1071 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=sep,
+    note="Updated by RFC 1141",
+  url="http://www.ietf.org/rfc/rfc1071.txt",
+}
+
+ at misc{rfc1072,
+  author="V. Jacobson and R.T. Braden",
+  title="{TCP extensions for long-delay paths}",
+  series="Request for Comments",
+  number="1072",
+  howpublished="RFC 1072 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=oct,
+    note="Obsoleted by RFCs 1323, 2018, 6247",
+  url="http://www.ietf.org/rfc/rfc1072.txt",
+}
+
+ at misc{rfc1073,
+  author="D. Waitzman",
+  title="{Telnet window size option}",
+  series="Request for Comments",
+  number="1073",
+  howpublished="RFC 1073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1073.txt",
+}
+
+ at misc{rfc1074,
+  author="J. Rekhter",
+  title="{NSFNET backbone SPF based Interior Gateway Protocol}",
+  series="Request for Comments",
+  number="1074",
+  howpublished="RFC 1074",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1074.txt",
+}
+
+ at misc{rfc1075,
+  author="D. Waitzman and C. Partridge and S.E. Deering",
+  title="{Distance Vector Multicast Routing Protocol}",
+  series="Request for Comments",
+  number="1075",
+  howpublished="RFC 1075 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1075.txt",
+}
+
+ at misc{rfc1076,
+  author="G. Trewitt and C. Partridge",
+  title="{HEMS monitoring and control language}",
+  series="Request for Comments",
+  number="1076",
+  howpublished="RFC 1076",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1076.txt",
+}
+
+ at misc{rfc1077,
+  author="B.M. Leiner",
+  title="{Critical issues in high bandwidth networking}",
+  series="Request for Comments",
+  number="1077",
+  howpublished="RFC 1077",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1077.txt",
+}
+
+ at misc{rfc1078,
+  author="M. Lottor",
+  title="{TCP port service Multiplexer (TCPMUX)}",
+  series="Request for Comments",
+  number="1078",
+  howpublished="RFC 1078 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc1078.txt",
+}
+
+ at misc{rfc1079,
+  author="C.L. Hedrick",
+  title="{Telnet terminal speed option}",
+  series="Request for Comments",
+  number="1079",
+  howpublished="RFC 1079 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1079.txt",
+}
+
+ at misc{rfc1080,
+  author="C.L. Hedrick",
+  title="{Telnet remote flow control option}",
+  series="Request for Comments",
+  number="1080",
+  howpublished="RFC 1080",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    note="Obsoleted by RFC 1372",
+  url="http://www.ietf.org/rfc/rfc1080.txt",
+}
+
+ at misc{rfc1081,
+  author="M.T. Rose",
+  title="{Post Office Protocol: Version 3}",
+  series="Request for Comments",
+  number="1081",
+  howpublished="RFC 1081",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    note="Obsoleted by RFC 1225",
+  url="http://www.ietf.org/rfc/rfc1081.txt",
+}
+
+ at misc{rfc1082,
+  author="M.T. Rose",
+  title="{Post Office Protocol: Version 3: Extended service offerings}",
+  series="Request for Comments",
+  number="1082",
+  howpublished="RFC 1082",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1082.txt",
+}
+
+ at misc{rfc1083,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{IAB official protocol standards}",
+  series="Request for Comments",
+  number="1083",
+  howpublished="RFC 1083 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=dec,
+    note="Obsoleted by RFC 1100",
+  url="http://www.ietf.org/rfc/rfc1083.txt",
+}
+
+ at misc{rfc1084,
+  author="J.K. Reynolds",
+  title="{BOOTP vendor information extensions}",
+  series="Request for Comments",
+  number="1084",
+  howpublished="RFC 1084",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=dec,
+    note="Obsoleted by RFCs 1395, 1497, 1533",
+  url="http://www.ietf.org/rfc/rfc1084.txt",
+}
+
+ at misc{rfc1085,
+  author="M.T. Rose",
+  title="{ISO presentation services on top of TCP/IP based internets}",
+  series="Request for Comments",
+  number="1085",
+  howpublished="RFC 1085",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1085.txt",
+}
+
+ at misc{rfc1086,
+  author="J.P. Onions and M.T. Rose",
+  title="{ISO-TP0 bridge between TCP and X.25}",
+  series="Request for Comments",
+  number="1086",
+  howpublished="RFC 1086",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1988,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1086.txt",
+}
+
+ at misc{rfc1087,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{Ethics and the Internet}",
+  series="Request for Comments",
+  number="1087",
+  howpublished="RFC 1087",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1087.txt",
+}
+
+ at misc{rfc1088,
+  author="L.J. McLaughlin",
+  title="{Standard for the transmission of IP datagrams over NetBIOS networks}",
+  series="Request for Comments",
+  number="1088",
+  howpublished="RFC 1088 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1088.txt",
+}
+
+ at misc{rfc1089,
+  author="M. Schoffstall and C. Davin and M. Fedor and J. Case",
+  title="{SNMP over Ethernet}",
+  series="Request for Comments",
+  number="1089",
+  howpublished="RFC 1089",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    note="Obsoleted by RFC 4789",
+  url="http://www.ietf.org/rfc/rfc1089.txt",
+}
+
+ at misc{rfc1090,
+  author="R. Ullmann",
+  title="{SMTP on X.25}",
+  series="Request for Comments",
+  number="1090",
+  howpublished="RFC 1090",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1090.txt",
+}
+
+ at misc{rfc1091,
+  author="J. VanBokkelen",
+  title="{Telnet terminal-type option}",
+  series="Request for Comments",
+  number="1091",
+  howpublished="RFC 1091 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1091.txt",
+}
+
+ at misc{rfc1092,
+  author="J. Rekhter",
+  title="{EGP and policy based routing in the new NSFNET backbone}",
+  series="Request for Comments",
+  number="1092",
+  howpublished="RFC 1092",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1092.txt",
+}
+
+ at misc{rfc1093,
+  author="H.W. Braun",
+  title="{NSFNET routing architecture}",
+  series="Request for Comments",
+  number="1093",
+  howpublished="RFC 1093",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1093.txt",
+}
+
+ at misc{rfc1094,
+  author="B. Nowicki",
+  title="{NFS: Network File System Protocol specification}",
+  series="Request for Comments",
+  number="1094",
+  howpublished="RFC 1094 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1094.txt",
+}
+
+ at misc{rfc1095,
+  author="U.S. Warrier and L. Besaw",
+  title="{Common Management Information Services and Protocol over TCP/IP (CMOT)}",
+  series="Request for Comments",
+  number="1095",
+  howpublished="RFC 1095",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=apr,
+    note="Obsoleted by RFC 1189",
+  url="http://www.ietf.org/rfc/rfc1095.txt",
+}
+
+ at misc{rfc1096,
+  author="G.A. Marcy",
+  title="{Telnet X display location option}",
+  series="Request for Comments",
+  number="1096",
+  howpublished="RFC 1096 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1096.txt",
+}
+
+ at misc{rfc1097,
+  author="B. Miller",
+  title="{Telnet subliminal-message option}",
+  series="Request for Comments",
+  number="1097",
+  howpublished="RFC 1097",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1097.txt",
+}
+
+ at misc{rfc1098,
+  author="J.D. Case and M. Fedor and M.L. Schoffstall and J. Davin",
+  title="{Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="1098",
+  howpublished="RFC 1098",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=apr,
+    note="Obsoleted by RFC 1157",
+  url="http://www.ietf.org/rfc/rfc1098.txt",
+}
+
+ at misc{rfc1099,
+  author="J. Reynolds",
+  title="{Request for Comments Summary: RFC Numbers 1000-1099}",
+  series="Request for Comments",
+  number="1099",
+  howpublished="RFC 1099 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1099.txt",
+}
+
+ at misc{rfc1100,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{IAB official protocol standards}",
+  series="Request for Comments",
+  number="1100",
+  howpublished="RFC 1100 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=apr,
+    note="Obsoleted by RFC 1130",
+  url="http://www.ietf.org/rfc/rfc1100.txt",
+}
+
+ at misc{rfc1101,
+  author="P.V. Mockapetris",
+  title="{DNS encoding of network names and other types}",
+  series="Request for Comments",
+  number="1101",
+  howpublished="RFC 1101",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1101.txt",
+}
+
+ at misc{rfc1102,
+  author="D.D. Clark",
+  title="{Policy routing in Internet protocols}",
+  series="Request for Comments",
+  number="1102",
+  howpublished="RFC 1102",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1102.txt",
+}
+
+ at misc{rfc1103,
+  author="D. Katz",
+  title="{Proposed standard for the transmission of IP datagrams over FDDI Networks}",
+  series="Request for Comments",
+  number="1103",
+  howpublished="RFC 1103",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jun,
+    note="Obsoleted by RFC 1188",
+  url="http://www.ietf.org/rfc/rfc1103.txt",
+}
+
+ at misc{rfc1104,
+  author="H.W. Braun",
+  title="{Models of policy based routing}",
+  series="Request for Comments",
+  number="1104",
+  howpublished="RFC 1104",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1104.txt",
+}
+
+ at misc{rfc1105,
+  author="K. Lougheed and Y. Rekhter",
+  title="{Border Gateway Protocol (BGP)}",
+  series="Request for Comments",
+  number="1105",
+  howpublished="RFC 1105 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jun,
+    note="Obsoleted by RFC 1163",
+  url="http://www.ietf.org/rfc/rfc1105.txt",
+}
+
+ at misc{rfc1106,
+  author="R. Fox",
+  title="{TCP big window and NAK options}",
+  series="Request for Comments",
+  number="1106",
+  howpublished="RFC 1106 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jun,
+    note="Obsoleted by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc1106.txt",
+}
+
+ at misc{rfc1107,
+  author="K.R. Sollins",
+  title="{Plan for Internet directory services}",
+  series="Request for Comments",
+  number="1107",
+  howpublished="RFC 1107 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1107.txt",
+}
+
+ at misc{rfc1108,
+  author="S. Kent",
+  title="{U.S. Department of Defense Security Options for the Internet Protocol}",
+  series="Request for Comments",
+  number="1108",
+  howpublished="RFC 1108 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1108.txt",
+}
+
+ at misc{rfc1109,
+  author="V.G. Cerf",
+  title="{Report of the second Ad Hoc Network Management Review Group}",
+  series="Request for Comments",
+  number="1109",
+  howpublished="RFC 1109",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1109.txt",
+}
+
+ at misc{rfc1110,
+  author="A.M. McKenzie",
+  title="{Problem with the TCP big window option}",
+  series="Request for Comments",
+  number="1110",
+  howpublished="RFC 1110 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc1110.txt",
+}
+
+ at misc{rfc1111,
+  author="J. Postel",
+  title="{Request for comments on Request for Comments: Instructions to RFC authors}",
+  series="Request for Comments",
+  number="1111",
+  howpublished="RFC 1111 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFCs 1543, 2223",
+  url="http://www.ietf.org/rfc/rfc1111.txt",
+}
+
+ at misc{rfc1112,
+  author="S.E. Deering",
+  title="{Host extensions for IP multicasting}",
+  series="Request for Comments",
+  number="1112",
+  howpublished="RFC 1112 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Updated by RFC 2236",
+  url="http://www.ietf.org/rfc/rfc1112.txt",
+}
+
+ at misc{rfc1113,
+  author="J. Linn",
+  title="{Privacy enhancement for Internet electronic mail: Part I - message encipherment and authentication procedures}",
+  series="Request for Comments",
+  number="1113",
+  howpublished="RFC 1113 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 1421",
+  url="http://www.ietf.org/rfc/rfc1113.txt",
+}
+
+ at misc{rfc1114,
+  author="S.T. Kent and J. Linn",
+  title="{Privacy enhancement for Internet electronic mail: Part II - certificate-based key management}",
+  series="Request for Comments",
+  number="1114",
+  howpublished="RFC 1114 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 1422",
+  url="http://www.ietf.org/rfc/rfc1114.txt",
+}
+
+ at misc{rfc1115,
+  author="J. Linn",
+  title="{Privacy enhancement for Internet electronic mail: Part III - algorithms, modes, and identifiers}",
+  series="Request for Comments",
+  number="1115",
+  howpublished="RFC 1115 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 1423",
+  url="http://www.ietf.org/rfc/rfc1115.txt",
+}
+
+ at misc{rfc1116,
+  author="D.A. Borman",
+  title="{Telnet Linemode option}",
+  series="Request for Comments",
+  number="1116",
+  howpublished="RFC 1116 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 1184",
+  url="http://www.ietf.org/rfc/rfc1116.txt",
+}
+
+ at misc{rfc1117,
+  author="S. Romano and M.K. Stahl and M. Recker",
+  title="{Internet numbers}",
+  series="Request for Comments",
+  number="1117",
+  howpublished="RFC 1117 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=aug,
+    note="Obsoleted by RFC 1166",
+  url="http://www.ietf.org/rfc/rfc1117.txt",
+}
+
+ at misc{rfc1118,
+  author="E. Krol",
+  title="{Hitchhikers guide to the Internet}",
+  series="Request for Comments",
+  number="1118",
+  howpublished="RFC 1118 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1118.txt",
+}
+
+ at misc{rfc1119,
+  author="D.L. Mills",
+  title="{Network Time Protocol (version 2) specification and implementation}",
+  series="Request for Comments",
+  number="1119",
+  howpublished="RFC 1119 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=sep,
+    note="Obsoleted by RFC 1305",
+  url="http://www.ietf.org/rfc/rfc1119.txt",
+}
+
+ at misc{rfc1120,
+  author="V. Cerf",
+  title="{Internet Activities Board}",
+  series="Request for Comments",
+  number="1120",
+  howpublished="RFC 1120 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=sep,
+    note="Obsoleted by RFC 1160",
+  url="http://www.ietf.org/rfc/rfc1120.txt",
+}
+
+ at misc{rfc1121,
+  author="J. Postel and L. Kleinrock and V.G. Cerf and B. Boehm",
+  title="{Act one - the poems}",
+  series="Request for Comments",
+  number="1121",
+  howpublished="RFC 1121 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1121.txt",
+}
+
+ at misc{rfc1122,
+  author="R. Braden",
+  title="{Requirements for Internet Hosts - Communication Layers}",
+  series="Request for Comments",
+  number="1122",
+  howpublished="RFC 1122 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    note="Updated by RFCs 1349, 4379, 5884, 6093, 6298, 6633, 6864",
+  url="http://www.ietf.org/rfc/rfc1122.txt",
+}
+
+ at misc{rfc1123,
+  author="R. Braden",
+  title="{Requirements for Internet Hosts - Application and Support}",
+  series="Request for Comments",
+  number="1123",
+  howpublished="RFC 1123 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    note="Updated by RFCs 1349, 2181, 5321, 5966, 7766",
+  url="http://www.ietf.org/rfc/rfc1123.txt",
+}
+
+ at misc{rfc1124,
+  author="B.M. Leiner",
+  title="{Policy issues in interconnecting networks}",
+  series="Request for Comments",
+  number="1124",
+  howpublished="RFC 1124",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1124.txt",
+}
+
+ at misc{rfc1125,
+  author="D. Estrin",
+  title="{Policy requirements for inter Administrative Domain routing}",
+  series="Request for Comments",
+  number="1125",
+  howpublished="RFC 1125",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1125.txt",
+}
+
+ at misc{rfc1126,
+  author="M. Little",
+  title="{Goals and functional requirements for inter-autonomous system routing}",
+  series="Request for Comments",
+  number="1126",
+  howpublished="RFC 1126",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1126.txt",
+}
+
+ at misc{rfc1127,
+  author="R.T. Braden",
+  title="{Perspective on the Host Requirements RFCs}",
+  series="Request for Comments",
+  number="1127",
+  howpublished="RFC 1127 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1127.txt",
+}
+
+ at misc{rfc1128,
+  author="D.L. Mills",
+  title="{Measured performance of the Network Time Protocol in the Internet system}",
+  series="Request for Comments",
+  number="1128",
+  howpublished="RFC 1128",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1128.txt",
+}
+
+ at misc{rfc1129,
+  author="D.L. Mills",
+  title="{Internet Time Synchronization: The Network Time Protocol}",
+  series="Request for Comments",
+  number="1129",
+  howpublished="RFC 1129 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1129.txt",
+}
+
+ at misc{rfc1130,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{IAB official protocol standards}",
+  series="Request for Comments",
+  number="1130",
+  howpublished="RFC 1130 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    note="Obsoleted by RFC 1140",
+  url="http://www.ietf.org/rfc/rfc1130.txt",
+}
+
+ at misc{rfc1131,
+  author="J. Moy",
+  title="{OSPF specification}",
+  series="Request for Comments",
+  number="1131",
+  howpublished="RFC 1131 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=oct,
+    note="Obsoleted by RFC 1247",
+  url="http://www.ietf.org/rfc/rfc1131.txt",
+}
+
+ at misc{rfc1132,
+  author="L.J. McLaughlin",
+  title="{Standard for the transmission of 802.2 packets over IPX networks}",
+  series="Request for Comments",
+  number="1132",
+  howpublished="RFC 1132 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1132.txt",
+}
+
+ at misc{rfc1133,
+  author="J.Y. Yu and H.W. Braun",
+  title="{Routing between the NSFNET and the DDN}",
+  series="Request for Comments",
+  number="1133",
+  howpublished="RFC 1133 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1133.txt",
+}
+
+ at misc{rfc1134,
+  author="D. Perkins",
+  title="{Point-to-Point Protocol: A proposal for multi-protocol transmission of datagrams over Point-to-Point links}",
+  series="Request for Comments",
+  number="1134",
+  howpublished="RFC 1134 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=nov,
+    note="Obsoleted by RFC 1171",
+  url="http://www.ietf.org/rfc/rfc1134.txt",
+}
+
+ at misc{rfc1135,
+  author="J.K. Reynolds",
+  title="{Helminthiasis of the Internet}",
+  series="Request for Comments",
+  number="1135",
+  howpublished="RFC 1135 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1135.txt",
+}
+
+ at misc{rfc1136,
+  author="S. Hares and D. Katz",
+  title="{Administrative Domains and Routing Domains: A model for routing in the Internet}",
+  series="Request for Comments",
+  number="1136",
+  howpublished="RFC 1136 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1136.txt",
+}
+
+ at misc{rfc1137,
+  author="S. Kille",
+  title="{Mapping between full RFC 822 and RFC 822 with restricted encoding}",
+  series="Request for Comments",
+  number="1137",
+  howpublished="RFC 1137 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1137.txt",
+}
+
+ at misc{rfc1138,
+  author="S.E. Kille",
+  title="{Mapping between X.400(1988) / ISO 10021 and RFC 822}",
+  series="Request for Comments",
+  number="1138",
+  howpublished="RFC 1138 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1989,
+  month=dec,
+    note="Obsoleted by RFCs 2156, 1327, updated by RFC 1148",
+  url="http://www.ietf.org/rfc/rfc1138.txt",
+}
+
+ at misc{rfc1139,
+  author="R.A. Hagens",
+  title="{Echo function for ISO 8473}",
+  series="Request for Comments",
+  number="1139",
+  howpublished="RFC 1139 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jan,
+    note="Obsoleted by RFCs 1574, 1575",
+  url="http://www.ietf.org/rfc/rfc1139.txt",
+}
+
+ at misc{rfc1140,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{IAB official protocol standards}",
+  series="Request for Comments",
+  number="1140",
+  howpublished="RFC 1140 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    note="Obsoleted by RFC 1200",
+  url="http://www.ietf.org/rfc/rfc1140.txt",
+}
+
+ at misc{rfc1141,
+  author="T. Mallory and A. Kullberg",
+  title="{Incremental updating of the Internet checksum}",
+  series="Request for Comments",
+  number="1141",
+  howpublished="RFC 1141 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jan,
+    note="Updated by RFC 1624",
+  url="http://www.ietf.org/rfc/rfc1141.txt",
+}
+
+ at misc{rfc1142,
+  author="D. Oran",
+  title="{OSI IS-IS Intra-domain Routing Protocol}",
+  series="Request for Comments",
+  number="1142",
+  howpublished="RFC 1142 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=feb,
+    note="Obsoleted by RFC 7142",
+  url="http://www.ietf.org/rfc/rfc1142.txt",
+}
+
+ at misc{rfc1143,
+  author="D.J. Bernstein",
+  title="{The Q Method of Implementing TELNET Option Negotiation}",
+  series="Request for Comments",
+  number="1143",
+  howpublished="RFC 1143 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1143.txt",
+}
+
+ at misc{rfc1144,
+  author="V. Jacobson",
+  title="{Compressing TCP/IP Headers for Low-Speed Serial Links}",
+  series="Request for Comments",
+  number="1144",
+  howpublished="RFC 1144 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1144.txt",
+}
+
+ at misc{rfc1145,
+  author="J. Zweig and C. Partridge",
+  title="{TCP alternate checksum options}",
+  series="Request for Comments",
+  number="1145",
+  howpublished="RFC 1145 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=feb,
+    note="Obsoleted by RFCs 1146, 6247",
+  url="http://www.ietf.org/rfc/rfc1145.txt",
+}
+
+ at misc{rfc1146,
+  author="J. Zweig and C. Partridge",
+  title="{TCP alternate checksum options}",
+  series="Request for Comments",
+  number="1146",
+  howpublished="RFC 1146 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=mar,
+    note="Obsoleted by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc1146.txt",
+}
+
+ at misc{rfc1147,
+  author="R.H. Stine",
+  title="{FYI on a Network Management Tool Catalog: Tools for Monitoring and Debugging TCP/IP Internets and Interconnected Devices}",
+  series="Request for Comments",
+  number="1147",
+  howpublished="RFC 1147 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+    note="Obsoleted by RFC 1470",
+  url="http://www.ietf.org/rfc/rfc1147.txt",
+}
+
+ at misc{rfc1148,
+  author="S.E. Kille",
+  title="{Mapping between X.400(1988) / ISO 10021 and RFC 822}",
+  series="Request for Comments",
+  number="1148",
+  howpublished="RFC 1148 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=mar,
+    note="Obsoleted by RFCs 2156, 1327",
+  url="http://www.ietf.org/rfc/rfc1148.txt",
+}
+
+ at misc{rfc1149,
+  author="D. Waitzman",
+  title="{Standard for the transmission of IP datagrams on avian carriers}",
+  series="Request for Comments",
+  number="1149",
+  howpublished="RFC 1149 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+  day="1",  
+  note="Updated by RFCs 2549, 6214",
+  url="http://www.ietf.org/rfc/rfc1149.txt",
+}
+
+ at misc{rfc1150,
+  author="G.S. Malkin and J.K. Reynolds",
+  title="{FYI on FYI: Introduction to the FYI Notes}",
+  series="Request for Comments",
+  number="1150",
+  howpublished="RFC 1150 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=mar,
+    note="Obsoleted by RFC 6360",
+  url="http://www.ietf.org/rfc/rfc1150.txt",
+}
+
+ at misc{rfc1151,
+  author="C. Partridge and R.M. Hinden",
+  title="{Version 2 of the Reliable Data Protocol (RDP)}",
+  series="Request for Comments",
+  number="1151",
+  howpublished="RFC 1151 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1151.txt",
+}
+
+ at misc{rfc1152,
+  author="C. Partridge",
+  title="{Workshop report: Internet research steering group workshop on very-high-speed networks}",
+  series="Request for Comments",
+  number="1152",
+  howpublished="RFC 1152 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1152.txt",
+}
+
+ at misc{rfc1153,
+  author="F.J. Wancho",
+  title="{Digest message format}",
+  series="Request for Comments",
+  number="1153",
+  howpublished="RFC 1153 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1153.txt",
+}
+
+ at misc{rfc1154,
+  author="D. Robinson and R. Ullmann",
+  title="{Encoding header field for internet messages}",
+  series="Request for Comments",
+  number="1154",
+  howpublished="RFC 1154 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=apr,
+    note="Obsoleted by RFC 1505",
+  url="http://www.ietf.org/rfc/rfc1154.txt",
+}
+
+ at misc{rfc1155,
+  author="M.T. Rose and K. McCloghrie",
+  title="{Structure and identification of management information for TCP/IP-based internets}",
+  series="Request for Comments",
+  number="1155",
+  howpublished="RFC 1155 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1155.txt",
+}
+
+ at misc{rfc1156,
+  author="K. McCloghrie and M.T. Rose",
+  title="{Management Information Base for network management of TCP/IP-based internets}",
+  series="Request for Comments",
+  number="1156",
+  howpublished="RFC 1156 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1156.txt",
+}
+
+ at misc{rfc1157,
+  author="J.D. Case and M. Fedor and M.L. Schoffstall and J. Davin",
+  title="{Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="1157",
+  howpublished="RFC 1157 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1157.txt",
+}
+
+ at misc{rfc1158,
+  author="M.T. Rose",
+  title="{Management Information Base for network management of TCP/IP-based internets: MIB-II}",
+  series="Request for Comments",
+  number="1158",
+  howpublished="RFC 1158 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    note="Obsoleted by RFC 1213",
+  url="http://www.ietf.org/rfc/rfc1158.txt",
+}
+
+ at misc{rfc1159,
+  author="R. Nelson",
+  title="{Message Send Protocol}",
+  series="Request for Comments",
+  number="1159",
+  howpublished="RFC 1159 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    note="Obsoleted by RFC 1312",
+  url="http://www.ietf.org/rfc/rfc1159.txt",
+}
+
+ at misc{rfc1160,
+  author="V. Cerf",
+  title="{Internet Activities Board}",
+  series="Request for Comments",
+  number="1160",
+  howpublished="RFC 1160 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1160.txt",
+}
+
+ at misc{rfc1161,
+  author="M.T. Rose",
+  title="{SNMP over OSI}",
+  series="Request for Comments",
+  number="1161",
+  howpublished="RFC 1161 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    note="Obsoleted by RFC 1418",
+  url="http://www.ietf.org/rfc/rfc1161.txt",
+}
+
+ at misc{rfc1162,
+  author="G. Satz",
+  title="{Connectionless Network Protocol (ISO 8473) and End System to Intermediate System (ISO 9542) Management Information Base}",
+  series="Request for Comments",
+  number="1162",
+  howpublished="RFC 1162 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    note="Obsoleted by RFC 1238",
+  url="http://www.ietf.org/rfc/rfc1162.txt",
+}
+
+ at misc{rfc1163,
+  author="K. Lougheed and Y. Rekhter",
+  title="{Border Gateway Protocol (BGP)}",
+  series="Request for Comments",
+  number="1163",
+  howpublished="RFC 1163 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    note="Obsoleted by RFC 1267",
+  url="http://www.ietf.org/rfc/rfc1163.txt",
+}
+
+ at misc{rfc1164,
+  author="J.C. Honig and D. Katz and M. Mathis and Y. Rekhter and J.Y. Yu",
+  title="{Application of the Border Gateway Protocol in the Internet}",
+  series="Request for Comments",
+  number="1164",
+  howpublished="RFC 1164 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    note="Obsoleted by RFC 1268",
+  url="http://www.ietf.org/rfc/rfc1164.txt",
+}
+
+ at misc{rfc1165,
+  author="J. Crowcroft and J.P. Onions",
+  title="{Network Time Protocol (NTP) over the OSI Remote Operations Service}",
+  series="Request for Comments",
+  number="1165",
+  howpublished="RFC 1165 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1165.txt",
+}
+
+ at misc{rfc1166,
+  author="S. Kirkpatrick and M.K. Stahl and M. Recker",
+  title="{Internet numbers}",
+  series="Request for Comments",
+  number="1166",
+  howpublished="RFC 1166 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jul,
+    note="Updated by RFC 5737",
+  url="http://www.ietf.org/rfc/rfc1166.txt",
+}
+
+ at misc{rfc1167,
+  author="V.G. Cerf",
+  title="{Thoughts on the National Research and Education Network}",
+  series="Request for Comments",
+  number="1167",
+  howpublished="RFC 1167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1167.txt",
+}
+
+ at misc{rfc1168,
+  author="A. Westine and A.L. DeSchon and J. Postel and C.E. Ward",
+  title="{Intermail and Commercial Mail Relay services}",
+  series="Request for Comments",
+  number="1168",
+  howpublished="RFC 1168 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1168.txt",
+}
+
+ at misc{rfc1169,
+  author="V.G. Cerf and K.L. Mills",
+  title="{Explaining the role of GOSIP}",
+  series="Request for Comments",
+  number="1169",
+  howpublished="RFC 1169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1169.txt",
+}
+
+ at misc{rfc1170,
+  author="R.B. Fougner",
+  title="{Public key standards and licenses}",
+  series="Request for Comments",
+  number="1170",
+  howpublished="RFC 1170 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1170.txt",
+}
+
+ at misc{rfc1171,
+  author="D. Perkins",
+  title="{Point-to-Point Protocol for the transmission of multi-protocol datagrams over Point-to-Point links}",
+  series="Request for Comments",
+  number="1171",
+  howpublished="RFC 1171 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jul,
+    note="Obsoleted by RFC 1331",
+  url="http://www.ietf.org/rfc/rfc1171.txt",
+}
+
+ at misc{rfc1172,
+  author="D. Perkins and R. Hobby",
+  title="{Point-to-Point Protocol (PPP) initial configuration options}",
+  series="Request for Comments",
+  number="1172",
+  howpublished="RFC 1172 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=jul,
+    note="Obsoleted by RFCs 1331, 1332",
+  url="http://www.ietf.org/rfc/rfc1172.txt",
+}
+
+ at misc{rfc1173,
+  author="J. VanBokkelen",
+  title="{Responsibilities of host and network managers: A summary of the "oral tradition" of the Internet}",
+  series="Request for Comments",
+  number="1173",
+  howpublished="RFC 1173 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1173.txt",
+}
+
+ at misc{rfc1174,
+  author="V.G. Cerf",
+  title="{IAB recommended policy on distributing internet identifier assignment and IAB recommended policy change to internet "connected" status}",
+  series="Request for Comments",
+  number="1174",
+  howpublished="RFC 1174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1174.txt",
+}
+
+ at misc{rfc1175,
+  author="K.L. Bowers and T.L. LaQuey and J.K. Reynolds and K. Roubicek and M.K. Stahl and A. Yuan",
+  title="{FYI on where to start: A bibliography of internetworking information}",
+  series="Request for Comments",
+  number="1175",
+  howpublished="RFC 1175 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1175.txt",
+}
+
+ at misc{rfc1176,
+  author="M.R. Crispin",
+  title="{Interactive Mail Access Protocol: Version 2}",
+  series="Request for Comments",
+  number="1176",
+  howpublished="RFC 1176 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1176.txt",
+}
+
+ at misc{rfc1177,
+  author="G.S. Malkin and A.N. Marine and J.K. Reynolds",
+  title="{FYI on Questions and Answers: Answers to commonly asked "new internet user" questions}",
+  series="Request for Comments",
+  number="1177",
+  howpublished="RFC 1177 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    note="Obsoleted by RFC 1206",
+  url="http://www.ietf.org/rfc/rfc1177.txt",
+}
+
+ at misc{rfc1178,
+  author="D. Libes",
+  title="{Choosing a name for your computer}",
+  series="Request for Comments",
+  number="1178",
+  howpublished="RFC 1178 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1178.txt",
+}
+
+ at misc{rfc1179,
+  author="L. McLaughlin",
+  title="{Line printer daemon protocol}",
+  series="Request for Comments",
+  number="1179",
+  howpublished="RFC 1179 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1179.txt",
+}
+
+ at misc{rfc1180,
+  author="T.J. Socolofsky and C.J. Kale",
+  title="{TCP/IP tutorial}",
+  series="Request for Comments",
+  number="1180",
+  howpublished="RFC 1180 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1180.txt",
+}
+
+ at misc{rfc1181,
+  author="R. Blokzijl",
+  title="{RIPE Terms of Reference}",
+  series="Request for Comments",
+  number="1181",
+  howpublished="RFC 1181 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1181.txt",
+}
+
+ at misc{rfc1183,
+  author="C.F. Everhart and L.A. Mamakos and R. Ullmann and P.V. Mockapetris",
+  title="{New DNS RR Definitions}",
+  series="Request for Comments",
+  number="1183",
+  howpublished="RFC 1183 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    note="Updated by RFCs 5395, 5864, 6195, 6895",
+  url="http://www.ietf.org/rfc/rfc1183.txt",
+}
+
+ at misc{rfc1184,
+  author="D.A. Borman",
+  title="{Telnet Linemode Option}",
+  series="Request for Comments",
+  number="1184",
+  howpublished="RFC 1184 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1184.txt",
+}
+
+ at misc{rfc1185,
+  author="V. Jacobson and R.T. Braden and L. Zhang",
+  title="{TCP Extension for High-Speed Paths}",
+  series="Request for Comments",
+  number="1185",
+  howpublished="RFC 1185 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    note="Obsoleted by RFC 1323",
+  url="http://www.ietf.org/rfc/rfc1185.txt",
+}
+
+ at misc{rfc1186,
+  author="R.L. Rivest",
+  title="{MD4 Message Digest Algorithm}",
+  series="Request for Comments",
+  number="1186",
+  howpublished="RFC 1186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    note="Obsoleted by RFC 1320",
+  url="http://www.ietf.org/rfc/rfc1186.txt",
+}
+
+ at misc{rfc1187,
+  author="M.T. Rose and K. McCloghrie and J.R. Davin",
+  title="{Bulk Table Retrieval with the SNMP}",
+  series="Request for Comments",
+  number="1187",
+  howpublished="RFC 1187 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1187.txt",
+}
+
+ at misc{rfc1188,
+  author="D. Katz",
+  title="{Proposed Standard for the Transmission of IP Datagrams over FDDI Networks}",
+  series="Request for Comments",
+  number="1188",
+  howpublished="RFC 1188 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1188.txt",
+}
+
+ at misc{rfc1189,
+  author="U.S. Warrier and L. Besaw and L. LaBarre and B.D. Handspicker",
+  title="{Common Management Information Services and Protocols for the Internet (CMOT and CMIP)}",
+  series="Request for Comments",
+  number="1189",
+  howpublished="RFC 1189 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1189.txt",
+}
+
+ at misc{rfc1190,
+  author="C. Topolcic",
+  title="{Experimental Internet Stream Protocol: Version 2 (ST-II)}",
+  series="Request for Comments",
+  number="1190",
+  howpublished="RFC 1190 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=oct,
+    note="Obsoleted by RFC 1819",
+  url="http://www.ietf.org/rfc/rfc1190.txt",
+}
+
+ at misc{rfc1191,
+  author="J.C. Mogul and S.E. Deering",
+  title="{Path MTU discovery}",
+  series="Request for Comments",
+  number="1191",
+  howpublished="RFC 1191 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1191.txt",
+}
+
+ at misc{rfc1192,
+  author="B. Kahin",
+  title="{Commercialization of the Internet summary report}",
+  series="Request for Comments",
+  number="1192",
+  howpublished="RFC 1192 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1192.txt",
+}
+
+ at misc{rfc1193,
+  author="D. Ferrari",
+  title="{Client requirements for real-time communication services}",
+  series="Request for Comments",
+  number="1193",
+  howpublished="RFC 1193 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1193.txt",
+}
+
+ at misc{rfc1194,
+  author="D.P. Zimmerman",
+  title="{Finger User Information Protocol}",
+  series="Request for Comments",
+  number="1194",
+  howpublished="RFC 1194 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=nov,
+    note="Obsoleted by RFCs 1196, 1288",
+  url="http://www.ietf.org/rfc/rfc1194.txt",
+}
+
+ at misc{rfc1195,
+  author="R.W. Callon",
+  title="{Use of OSI IS-IS for routing in TCP/IP and dual environments}",
+  series="Request for Comments",
+  number="1195",
+  howpublished="RFC 1195 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=dec,
+    note="Updated by RFCs 1349, 5302, 5304",
+  url="http://www.ietf.org/rfc/rfc1195.txt",
+}
+
+ at misc{rfc1196,
+  author="D.P. Zimmerman",
+  title="{Finger User Information Protocol}",
+  series="Request for Comments",
+  number="1196",
+  howpublished="RFC 1196 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=dec,
+    note="Obsoleted by RFC 1288",
+  url="http://www.ietf.org/rfc/rfc1196.txt",
+}
+
+ at misc{rfc1197,
+  author="M. Sherman",
+  title="{Using ODA for translating multimedia information}",
+  series="Request for Comments",
+  number="1197",
+  howpublished="RFC 1197 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1990,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1197.txt",
+}
+
+ at misc{rfc1198,
+  author="R.W. Scheifler",
+  title="{FYI on the X window system}",
+  series="Request for Comments",
+  number="1198",
+  howpublished="RFC 1198 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1198.txt",
+}
+
+ at misc{rfc1199,
+  author="J. Reynolds",
+  title="{Request for Comments Summary Notes: 1100-1199}",
+  series="Request for Comments",
+  number="1199",
+  howpublished="RFC 1199 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1199.txt",
+}
+
+ at misc{rfc1200,
+  author="Defense Advanced Research Projects Agency and Internet Activities Board",
+  title="{IAB official protocol standards}",
+  series="Request for Comments",
+  number="1200",
+  howpublished="RFC 1200 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    note="Obsoleted by RFC 1250",
+  url="http://www.ietf.org/rfc/rfc1200.txt",
+}
+
+ at misc{rfc1201,
+  author="D. Provan",
+  title="{Transmitting IP traffic over ARCNET networks}",
+  series="Request for Comments",
+  number="1201",
+  howpublished="RFC 1201 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1201.txt",
+}
+
+ at misc{rfc1202,
+  author="M.T. Rose",
+  title="{Directory Assistance service}",
+  series="Request for Comments",
+  number="1202",
+  howpublished="RFC 1202 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1202.txt",
+}
+
+ at misc{rfc1203,
+  author="J. Rice",
+  title="{Interactive Mail Access Protocol: Version 3}",
+  series="Request for Comments",
+  number="1203",
+  howpublished="RFC 1203 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1203.txt",
+}
+
+ at misc{rfc1204,
+  author="S. Yeh and D. Lee",
+  title="{Message Posting Protocol (MPP)}",
+  series="Request for Comments",
+  number="1204",
+  howpublished="RFC 1204 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1204.txt",
+}
+
+ at misc{rfc1205,
+  author="P. Chmielewski",
+  title="{5250 Telnet interface}",
+  series="Request for Comments",
+  number="1205",
+  howpublished="RFC 1205 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    note="Updated by RFC 2877",
+  url="http://www.ietf.org/rfc/rfc1205.txt",
+}
+
+ at misc{rfc1206,
+  author="G.S. Malkin and A.N. Marine",
+  title="{FYI on Questions and Answers: Answers to commonly asked "new Internet user" questions}",
+  series="Request for Comments",
+  number="1206",
+  howpublished="RFC 1206 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    note="Obsoleted by RFC 1325",
+  url="http://www.ietf.org/rfc/rfc1206.txt",
+}
+
+ at misc{rfc1207,
+  author="G.S. Malkin and A.N. Marine and J.K. Reynolds",
+  title="{FYI on Questions and Answers: Answers to commonly asked "experienced Internet user" questions}",
+  series="Request for Comments",
+  number="1207",
+  howpublished="RFC 1207 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1207.txt",
+}
+
+ at misc{rfc1208,
+  author="O.J. Jacobsen and D.C. Lynch",
+  title="{A Glossary of Networking Terms}",
+  series="Request for Comments",
+  number="1208",
+  howpublished="RFC 1208 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1208.txt",
+}
+
+ at misc{rfc1209,
+  author="D. Piscitello and J. Lawrence",
+  title="{The Transmission of IP Datagrams over the SMDS Service}",
+  series="Request for Comments",
+  number="1209",
+  howpublished="RFC 1209 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1209.txt",
+}
+
+ at misc{rfc1210,
+  author="V.G. Cerf and P.T. Kirstein and B. Randell",
+  title="{Network and infrastructure user requirements for transatlantic research collaboration: Brussels, July 16-18, and Washington July 24-25, 1990}",
+  series="Request for Comments",
+  number="1210",
+  howpublished="RFC 1210 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1210.txt",
+}
+
+ at misc{rfc1211,
+  author="A. Westine and J. Postel",
+  title="{Problems with the maintenance of large mailing lists}",
+  series="Request for Comments",
+  number="1211",
+  howpublished="RFC 1211 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1211.txt",
+}
+
+ at misc{rfc1212,
+  author="M.T. Rose and K. McCloghrie",
+  title="{Concise MIB definitions}",
+  series="Request for Comments",
+  number="1212",
+  howpublished="RFC 1212 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1212.txt",
+}
+
+ at misc{rfc1213,
+  author="K. McCloghrie and M. Rose",
+  title="{Management Information Base for Network Management of TCP/IP-based internets: MIB-II}",
+  series="Request for Comments",
+  number="1213",
+  howpublished="RFC 1213 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    note="Updated by RFCs 2011, 2012, 2013",
+  url="http://www.ietf.org/rfc/rfc1213.txt",
+}
+
+ at misc{rfc1214,
+  author="L. LaBarre",
+  title="{OSI internet management: Management Information Base}",
+  series="Request for Comments",
+  number="1214",
+  howpublished="RFC 1214 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1214.txt",
+}
+
+ at misc{rfc1215,
+  author="M.T. Rose",
+  title="{Convention for defining traps for use with the SNMP}",
+  series="Request for Comments",
+  number="1215",
+  howpublished="RFC 1215 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1215.txt",
+}
+
+ at misc{rfc1216,
+  author="P. Richard and P. Kynikos",
+  title="{Gigabit network economics and paradigm shifts}",
+  series="Request for Comments",
+  number="1216",
+  howpublished="RFC 1216 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1216.txt",
+}
+
+ at misc{rfc1217,
+  author="V.G. Cerf",
+  title="{Memo from the Consortium for Slow Commotion Research (CSCR)}",
+  series="Request for Comments",
+  number="1217",
+  howpublished="RFC 1217 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1217.txt",
+}
+
+ at misc{rfc1218,
+  author="North American Directory Forum",
+  title="{Naming scheme for c=US}",
+  series="Request for Comments",
+  number="1218",
+  howpublished="RFC 1218 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    note="Obsoleted by RFCs 1255, 1417",
+  url="http://www.ietf.org/rfc/rfc1218.txt",
+}
+
+ at misc{rfc1219,
+  author="P.F. Tsuchiya",
+  title="{On the assignment of subnet numbers}",
+  series="Request for Comments",
+  number="1219",
+  howpublished="RFC 1219 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1219.txt",
+}
+
+ at misc{rfc1220,
+  author="F. Baker",
+  title="{Point-to-Point Protocol extensions for bridging}",
+  series="Request for Comments",
+  number="1220",
+  howpublished="RFC 1220 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    note="Obsoleted by RFC 1638",
+  url="http://www.ietf.org/rfc/rfc1220.txt",
+}
+
+ at misc{rfc1221,
+  author="W. Edmond",
+  title="{Host Access Protocol (HAP) specification: Version 2}",
+  series="Request for Comments",
+  number="1221",
+  howpublished="RFC 1221 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1221.txt",
+}
+
+ at misc{rfc1222,
+  author="H.W. Braun and Y. Rekhter",
+  title="{Advancing the NSFNET routing architecture}",
+  series="Request for Comments",
+  number="1222",
+  howpublished="RFC 1222 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1222.txt",
+}
+
+ at misc{rfc1223,
+  author="J.M. Halpern",
+  title="{OSI CLNS and LLC1 protocols on Network Systems HYPERchannel}",
+  series="Request for Comments",
+  number="1223",
+  howpublished="RFC 1223 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1223.txt",
+}
+
+ at misc{rfc1224,
+  author="L. Steinberg",
+  title="{Techniques for managing asynchronously generated alerts}",
+  series="Request for Comments",
+  number="1224",
+  howpublished="RFC 1224 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1224.txt",
+}
+
+ at misc{rfc1225,
+  author="M.T. Rose",
+  title="{Post Office Protocol: Version 3}",
+  series="Request for Comments",
+  number="1225",
+  howpublished="RFC 1225 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFC 1460",
+  url="http://www.ietf.org/rfc/rfc1225.txt",
+}
+
+ at misc{rfc1226,
+  author="B. Kantor",
+  title="{Internet protocol encapsulation of AX.25 frames}",
+  series="Request for Comments",
+  number="1226",
+  howpublished="RFC 1226 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1226.txt",
+}
+
+ at misc{rfc1227,
+  author="M.T. Rose",
+  title="{SNMP MUX protocol and MIB}",
+  series="Request for Comments",
+  number="1227",
+  howpublished="RFC 1227 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1227.txt",
+}
+
+ at misc{rfc1228,
+  author="G. Carpenter and B. Wijnen",
+  title="{SNMP-DPI: Simple Network Management Protocol Distributed Program Interface}",
+  series="Request for Comments",
+  number="1228",
+  howpublished="RFC 1228 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFC 1592",
+  url="http://www.ietf.org/rfc/rfc1228.txt",
+}
+
+ at misc{rfc1229,
+  author="K. McCloghrie",
+  title="{Extensions to the generic-interface MIB}",
+  series="Request for Comments",
+  number="1229",
+  howpublished="RFC 1229 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFC 1573, updated by RFC 1239",
+  url="http://www.ietf.org/rfc/rfc1229.txt",
+}
+
+ at misc{rfc1230,
+  author="K. McCloghrie and R. Fox",
+  title="{IEEE 802.4 Token Bus MIB}",
+  series="Request for Comments",
+  number="1230",
+  howpublished="RFC 1230 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Updated by RFC 1239",
+  url="http://www.ietf.org/rfc/rfc1230.txt",
+}
+
+ at misc{rfc1231,
+  author="K. McCloghrie and R. Fox and E. Decker",
+  title="{IEEE 802.5 Token Ring MIB}",
+  series="Request for Comments",
+  number="1231",
+  howpublished="RFC 1231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFCs 1743, 1748, updated by RFC 1239",
+  url="http://www.ietf.org/rfc/rfc1231.txt",
+}
+
+ at misc{rfc1232,
+  author="F. Baker and C.P. Kolb",
+  title="{Definitions of managed objects for the DS1 Interface type}",
+  series="Request for Comments",
+  number="1232",
+  howpublished="RFC 1232 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFC 1406, updated by RFC 1239",
+  url="http://www.ietf.org/rfc/rfc1232.txt",
+}
+
+ at misc{rfc1233,
+  author="T.A. Cox and K. Tesink",
+  title="{Definitions of managed objects for the DS3 Interface type}",
+  series="Request for Comments",
+  number="1233",
+  howpublished="RFC 1233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=may,
+    note="Obsoleted by RFC 1407, updated by RFC 1239",
+  url="http://www.ietf.org/rfc/rfc1233.txt",
+}
+
+ at misc{rfc1234,
+  author="D. Provan",
+  title="{Tunneling IPX traffic through IP networks}",
+  series="Request for Comments",
+  number="1234",
+  howpublished="RFC 1234 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1234.txt",
+}
+
+ at misc{rfc1235,
+  author="J. Ioannidis and G. Maguire",
+  title="{Coherent File Distribution Protocol}",
+  series="Request for Comments",
+  number="1235",
+  howpublished="RFC 1235 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1235.txt",
+}
+
+ at misc{rfc1236,
+  author="L. Morales and P. Hasse",
+  title="{IP to X.121 address mapping for DDN}",
+  series="Request for Comments",
+  number="1236",
+  howpublished="RFC 1236 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1236.txt",
+}
+
+ at misc{rfc1237,
+  author="R. Colella and E. Gardner and R. Callon",
+  title="{Guidelines for OSI NSAP Allocation in the Internet}",
+  series="Request for Comments",
+  number="1237",
+  howpublished="RFC 1237 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Obsoleted by RFC 1629",
+  url="http://www.ietf.org/rfc/rfc1237.txt",
+}
+
+ at misc{rfc1238,
+  author="G. Satz",
+  title="{CLNS MIB for use with Connectionless Network Protocol (ISO 8473) and End System to Intermediate System (ISO 9542)}",
+  series="Request for Comments",
+  number="1238",
+  howpublished="RFC 1238 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1238.txt",
+}
+
+ at misc{rfc1239,
+  author="J.K. Reynolds",
+  title="{Reassignment of experimental MIBs to standard MIBs}",
+  series="Request for Comments",
+  number="1239",
+  howpublished="RFC 1239 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1239.txt",
+}
+
+ at misc{rfc1240,
+  author="C. Shue and W. Haggerty and K. Dobbins",
+  title="{OSI connectionless transport services on top of UDP: Version 1}",
+  series="Request for Comments",
+  number="1240",
+  howpublished="RFC 1240 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1240.txt",
+}
+
+ at misc{rfc1241,
+  author="R.A. Woodburn and D.L. Mills",
+  title="{Scheme for an internet encapsulation protocol: Version 1}",
+  series="Request for Comments",
+  number="1241",
+  howpublished="RFC 1241 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1241.txt",
+}
+
+ at misc{rfc1242,
+  author="S. Bradner",
+  title="{Benchmarking Terminology for Network Interconnection Devices}",
+  series="Request for Comments",
+  number="1242",
+  howpublished="RFC 1242 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Updated by RFC 6201",
+  url="http://www.ietf.org/rfc/rfc1242.txt",
+}
+
+ at misc{rfc1243,
+  author="S. Waldbusser",
+  title="{AppleTalk Management Information Base}",
+  series="Request for Comments",
+  number="1243",
+  howpublished="RFC 1243 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Obsoleted by RFC 1742",
+  url="http://www.ietf.org/rfc/rfc1243.txt",
+}
+
+ at misc{rfc1244,
+  author="J.P. Holbrook and J.K. Reynolds",
+  title="{Site Security Handbook}",
+  series="Request for Comments",
+  number="1244",
+  howpublished="RFC 1244 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Obsoleted by RFC 2196",
+  url="http://www.ietf.org/rfc/rfc1244.txt",
+}
+
+ at misc{rfc1245,
+  author="J. Moy",
+  title="{OSPF Protocol Analysis}",
+  series="Request for Comments",
+  number="1245",
+  howpublished="RFC 1245 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1245.txt",
+}
+
+ at misc{rfc1246,
+  author="J. Moy",
+  title="{Experience with the OSPF Protocol}",
+  series="Request for Comments",
+  number="1246",
+  howpublished="RFC 1246 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1246.txt",
+}
+
+ at misc{rfc1247,
+  author="J. Moy",
+  title="{OSPF Version 2}",
+  series="Request for Comments",
+  number="1247",
+  howpublished="RFC 1247 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Obsoleted by RFC 1583, updated by RFC 1349",
+  url="http://www.ietf.org/rfc/rfc1247.txt",
+}
+
+ at misc{rfc1248,
+  author="F. Baker and R. Coltun",
+  title="{OSPF Version 2 Management Information Base}",
+  series="Request for Comments",
+  number="1248",
+  howpublished="RFC 1248 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=jul,
+    note="Obsoleted by RFC 1252, updated by RFC 1349",
+  url="http://www.ietf.org/rfc/rfc1248.txt",
+}
+
+ at misc{rfc1249,
+  author="T. Howes and M. Smith and B. Beecher",
+  title="{DIXIE Protocol Specification}",
+  series="Request for Comments",
+  number="1249",
+  howpublished="RFC 1249 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1249.txt",
+}
+
+ at misc{rfc1250,
+  author="J. Postel",
+  title="{IAB Official Protocol Standards}",
+  series="Request for Comments",
+  number="1250",
+  howpublished="RFC 1250 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    note="Obsoleted by RFCs 2200, 1280",
+  url="http://www.ietf.org/rfc/rfc1250.txt",
+}
+
+ at misc{rfc1251,
+  author="G. Malkin",
+  title="{Who's Who in the Internet: Biographies of IAB, IESG and IRSG Members}",
+  series="Request for Comments",
+  number="1251",
+  howpublished="RFC 1251 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    note="Obsoleted by RFC 1336",
+  url="http://www.ietf.org/rfc/rfc1251.txt",
+}
+
+ at misc{rfc1252,
+  author="F. Baker and R. Coltun",
+  title="{OSPF Version 2 Management Information Base}",
+  series="Request for Comments",
+  number="1252",
+  howpublished="RFC 1252 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    note="Obsoleted by RFC 1253",
+  url="http://www.ietf.org/rfc/rfc1252.txt",
+}
+
+ at misc{rfc1253,
+  author="F. Baker and R. Coltun",
+  title="{OSPF Version 2 Management Information Base}",
+  series="Request for Comments",
+  number="1253",
+  howpublished="RFC 1253 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    note="Obsoleted by RFC 1850",
+  url="http://www.ietf.org/rfc/rfc1253.txt",
+}
+
+ at misc{rfc1254,
+  author="A. Mankin and K. Ramakrishnan",
+  title="{Gateway Congestion Control Survey}",
+  series="Request for Comments",
+  number="1254",
+  howpublished="RFC 1254 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1254.txt",
+}
+
+ at misc{rfc1255,
+  author="The North American Directory Forum",
+  title="{A Naming Scheme for c=US}",
+  series="Request for Comments",
+  number="1255",
+  howpublished="RFC 1255 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    note="Obsoleted by RFC 1417",
+  url="http://www.ietf.org/rfc/rfc1255.txt",
+}
+
+ at misc{rfc1256,
+  author="S. Deering",
+  title="{ICMP Router Discovery Messages}",
+  series="Request for Comments",
+  number="1256",
+  howpublished="RFC 1256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1256.txt",
+}
+
+ at misc{rfc1257,
+  author="C. Partridge",
+  title="{Isochronous applications do not require jitter-controlled networks}",
+  series="Request for Comments",
+  number="1257",
+  howpublished="RFC 1257 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1257.txt",
+}
+
+ at misc{rfc1258,
+  author="B. Kantor",
+  title="{BSD Rlogin}",
+  series="Request for Comments",
+  number="1258",
+  howpublished="RFC 1258 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    note="Obsoleted by RFC 1282",
+  url="http://www.ietf.org/rfc/rfc1258.txt",
+}
+
+ at misc{rfc1259,
+  author="M. Kapor",
+  title="{Building the open road: The NREN as test-bed for the national public network}",
+  series="Request for Comments",
+  number="1259",
+  howpublished="RFC 1259 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1259.txt",
+}
+
+ at misc{rfc1261,
+  author="S. Williamson and L. Nobile",
+  title="{Transition of Nic Services}",
+  series="Request for Comments",
+  number="1261",
+  howpublished="RFC 1261 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1261.txt",
+}
+
+ at misc{rfc1262,
+  author="V.G. Cerf",
+  title="{Guidelines for Internet Measurement Activities}",
+  series="Request for Comments",
+  number="1262",
+  howpublished="RFC 1262 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1262.txt",
+}
+
+ at misc{rfc1263,
+  author="S. O'Malley and L.L. Peterson",
+  title="{TCP Extensions Considered Harmful}",
+  series="Request for Comments",
+  number="1263",
+  howpublished="RFC 1263 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1263.txt",
+}
+
+ at misc{rfc1264,
+  author="R.M. Hinden",
+  title="{Internet Engineering Task Force Internet Routing Protocol Standardization Criteria}",
+  series="Request for Comments",
+  number="1264",
+  howpublished="RFC 1264 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    note="Obsoleted by RFC 4794",
+  url="http://www.ietf.org/rfc/rfc1264.txt",
+}
+
+ at misc{rfc1265,
+  author="Y. Rekhter",
+  title="{BGP Protocol Analysis}",
+  series="Request for Comments",
+  number="1265",
+  howpublished="RFC 1265 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1265.txt",
+}
+
+ at misc{rfc1266,
+  author="Y. Rekhter",
+  title="{Experience with the BGP Protocol}",
+  series="Request for Comments",
+  number="1266",
+  howpublished="RFC 1266 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1266.txt",
+}
+
+ at misc{rfc1267,
+  author="K. Lougheed and Y. Rekhter",
+  title="{Border Gateway Protocol 3 (BGP-3)}",
+  series="Request for Comments",
+  number="1267",
+  howpublished="RFC 1267 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1267.txt",
+}
+
+ at misc{rfc1268,
+  author="Y. Rekhter and P. Gross",
+  title="{Application of the Border Gateway Protocol in the Internet}",
+  series="Request for Comments",
+  number="1268",
+  howpublished="RFC 1268 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    note="Obsoleted by RFC 1655",
+  url="http://www.ietf.org/rfc/rfc1268.txt",
+}
+
+ at misc{rfc1269,
+  author="S. Willis and J.W. Burruss",
+  title="{Definitions of Managed Objects for the Border Gateway Protocol: Version 3}",
+  series="Request for Comments",
+  number="1269",
+  howpublished="RFC 1269 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    note="Obsoleted by RFC 4273",
+  url="http://www.ietf.org/rfc/rfc1269.txt",
+}
+
+ at misc{rfc1270,
+  author="F. Kastenholz",
+  title="{SNMP Communications Services}",
+  series="Request for Comments",
+  number="1270",
+  howpublished="RFC 1270 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1270.txt",
+}
+
+ at misc{rfc1271,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base}",
+  series="Request for Comments",
+  number="1271",
+  howpublished="RFC 1271 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    note="Obsoleted by RFC 1757, updated by RFC 1513",
+  url="http://www.ietf.org/rfc/rfc1271.txt",
+}
+
+ at misc{rfc1272,
+  author="C. Mills and D. Hirsh and G.R. Ruth",
+  title="{Internet Accounting: Background}",
+  series="Request for Comments",
+  number="1272",
+  howpublished="RFC 1272 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1272.txt",
+}
+
+ at misc{rfc1273,
+  author="M.F. Schwartz",
+  title="{Measurement Study of Changes in Service-Level Reachability in the Global TCP/IP Internet: Goals, Experimental Design, Implementation, and Policy Considerations}",
+  series="Request for Comments",
+  number="1273",
+  howpublished="RFC 1273 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1273.txt",
+}
+
+ at misc{rfc1274,
+  author="P. Barker and S. Kille",
+  title="{The COSINE and Internet X.500 Schema}",
+  series="Request for Comments",
+  number="1274",
+  howpublished="RFC 1274 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    note="Obsoleted by RFC 4524",
+  url="http://www.ietf.org/rfc/rfc1274.txt",
+}
+
+ at misc{rfc1275,
+  author="S.E. Hardcastle-Kille",
+  title="{Replication Requirements to provide an Internet Directory using X.500}",
+  series="Request for Comments",
+  number="1275",
+  howpublished="RFC 1275 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1275.txt",
+}
+
+ at misc{rfc1276,
+  author="S.E. Hardcastle-Kille",
+  title="{Replication and Distributed Operations extensions to provide an Internet Directory using X.500}",
+  series="Request for Comments",
+  number="1276",
+  howpublished="RFC 1276 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1276.txt",
+}
+
+ at misc{rfc1277,
+  author="S.E. Hardcastle-Kille",
+  title="{Encoding Network Addresses to Support Operation over Non-OSI Lower Layers}",
+  series="Request for Comments",
+  number="1277",
+  howpublished="RFC 1277 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1277.txt",
+}
+
+ at misc{rfc1278,
+  author="S.E. Hardcastle-Kille",
+  title="{A string encoding of Presentation Address}",
+  series="Request for Comments",
+  number="1278",
+  howpublished="RFC 1278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1278.txt",
+}
+
+ at misc{rfc1279,
+  author="S.E. Hardcastle-Kille",
+  title="{X.500 and Domains}",
+  series="Request for Comments",
+  number="1279",
+  howpublished="RFC 1279 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1279.txt",
+}
+
+ at misc{rfc1280,
+  author="J. Postel",
+  title="{IAB Official Protocol Standards}",
+  series="Request for Comments",
+  number="1280",
+  howpublished="RFC 1280 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    note="Obsoleted by RFC 1360",
+  url="http://www.ietf.org/rfc/rfc1280.txt",
+}
+
+ at misc{rfc1281,
+  author="R. Pethia and S. Crocker and B. Fraser",
+  title="{Guidelines for the Secure Operation of the Internet}",
+  series="Request for Comments",
+  number="1281",
+  howpublished="RFC 1281 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1281.txt",
+}
+
+ at misc{rfc1282,
+  author="B. Kantor",
+  title="{BSD Rlogin}",
+  series="Request for Comments",
+  number="1282",
+  howpublished="RFC 1282 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1282.txt",
+}
+
+ at misc{rfc1283,
+  author="M. Rose",
+  title="{SNMP over OSI}",
+  series="Request for Comments",
+  number="1283",
+  howpublished="RFC 1283 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    note="Obsoleted by RFC 1418",
+  url="http://www.ietf.org/rfc/rfc1283.txt",
+}
+
+ at misc{rfc1284,
+  author="J. Cook",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="1284",
+  howpublished="RFC 1284 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    note="Obsoleted by RFC 1398",
+  url="http://www.ietf.org/rfc/rfc1284.txt",
+}
+
+ at misc{rfc1285,
+  author="J. Case",
+  title="{FDDI Management Information Base}",
+  series="Request for Comments",
+  number="1285",
+  howpublished="RFC 1285 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    note="Updated by RFC 1512",
+  url="http://www.ietf.org/rfc/rfc1285.txt",
+}
+
+ at misc{rfc1286,
+  author="E. Decker and P. Langille and A. Rijsinghani and K. McCloghrie",
+  title="{Definitions of Managed Objects for Bridges}",
+  series="Request for Comments",
+  number="1286",
+  howpublished="RFC 1286 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    note="Obsoleted by RFCs 1493, 1525",
+  url="http://www.ietf.org/rfc/rfc1286.txt",
+}
+
+ at misc{rfc1287,
+  author="D. Clark and L. Chapin and V. Cerf and R. Braden and R. Hobby",
+  title="{Towards the Future Internet Architecture}",
+  series="Request for Comments",
+  number="1287",
+  howpublished="RFC 1287 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1287.txt",
+}
+
+ at misc{rfc1288,
+  author="D. Zimmerman",
+  title="{The Finger User Information Protocol}",
+  series="Request for Comments",
+  number="1288",
+  howpublished="RFC 1288 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1288.txt",
+}
+
+ at misc{rfc1289,
+  author="J. Saperia",
+  title="{DECnet Phase IV MIB Extensions}",
+  series="Request for Comments",
+  number="1289",
+  howpublished="RFC 1289 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    note="Obsoleted by RFC 1559",
+  url="http://www.ietf.org/rfc/rfc1289.txt",
+}
+
+ at misc{rfc1290,
+  author="J. Martin",
+  title="{There's Gold in them thar Networks! or Searching for Treasure in all the Wrong Places}",
+  series="Request for Comments",
+  number="1290",
+  howpublished="RFC 1290 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    note="Obsoleted by RFC 1402",
+  url="http://www.ietf.org/rfc/rfc1290.txt",
+}
+
+ at misc{rfc1291,
+  author="V. Aggarwal",
+  title="{Mid-Level Networks Potential Technical Services}",
+  series="Request for Comments",
+  number="1291",
+  howpublished="RFC 1291 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1991,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1291.txt",
+}
+
+ at misc{rfc1292,
+  author="R. Lang and R. Wright",
+  title="{A Catalog of Available X.500 Implementations}",
+  series="Request for Comments",
+  number="1292",
+  howpublished="RFC 1292 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    note="Obsoleted by RFC 1632",
+  url="http://www.ietf.org/rfc/rfc1292.txt",
+}
+
+ at misc{rfc1293,
+  author="T. Bradley and C. Brown",
+  title="{Inverse Address Resolution Protocol}",
+  series="Request for Comments",
+  number="1293",
+  howpublished="RFC 1293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    note="Obsoleted by RFC 2390",
+  url="http://www.ietf.org/rfc/rfc1293.txt",
+}
+
+ at misc{rfc1294,
+  author="T. Bradley and C. Brown and A. Malis",
+  title="{Multiprotocol Interconnect over Frame Relay}",
+  series="Request for Comments",
+  number="1294",
+  howpublished="RFC 1294 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    note="Obsoleted by RFCs 1490, 2427",
+  url="http://www.ietf.org/rfc/rfc1294.txt",
+}
+
+ at misc{rfc1295,
+  author="The North American Directory Forum",
+  title="{User Bill of Rights for entries and listings in the Public Directory}",
+  series="Request for Comments",
+  number="1295",
+  howpublished="RFC 1295 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    note="Obsoleted by RFC 1417",
+  url="http://www.ietf.org/rfc/rfc1295.txt",
+}
+
+ at misc{rfc1296,
+  author="M. Lottor",
+  title="{Internet Growth (1981-1991)}",
+  series="Request for Comments",
+  number="1296",
+  howpublished="RFC 1296 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1296.txt",
+}
+
+ at misc{rfc1297,
+  author="D. Johnson",
+  title="{NOC Internal Integrated Trouble Ticket System Functional Specification Wishlist ("NOC TT REQUIREMENTS")}",
+  series="Request for Comments",
+  number="1297",
+  howpublished="RFC 1297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1297.txt",
+}
+
+ at misc{rfc1298,
+  author="R. Wormley and S. Bostock",
+  title="{SNMP over IPX}",
+  series="Request for Comments",
+  number="1298",
+  howpublished="RFC 1298 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    note="Obsoleted by RFC 1420",
+  url="http://www.ietf.org/rfc/rfc1298.txt",
+}
+
+ at misc{rfc1299,
+  author="M. Kennedy",
+  title="{Summary of 1200-1299}",
+  series="Request for Comments",
+  number="1299",
+  howpublished="RFC 1299 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1299.txt",
+}
+
+ at misc{rfc1300,
+  author="S. Greenfield",
+  title="{Remembrances of Things Past}",
+  series="Request for Comments",
+  number="1300",
+  howpublished="RFC 1300 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1300.txt",
+}
+
+ at misc{rfc1301,
+  author="S. Armstrong and A. Freier and K. Marzullo",
+  title="{Multicast Transport Protocol}",
+  series="Request for Comments",
+  number="1301",
+  howpublished="RFC 1301 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1301.txt",
+}
+
+ at misc{rfc1302,
+  author="D. Sitzler and P. Smith and A. Marine",
+  title="{Building a Network Information Services Infrastructure}",
+  series="Request for Comments",
+  number="1302",
+  howpublished="RFC 1302 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1302.txt",
+}
+
+ at misc{rfc1303,
+  author="K. McCloghrie and M. Rose",
+  title="{A Convention for Describing SNMP-based Agents}",
+  series="Request for Comments",
+  number="1303",
+  howpublished="RFC 1303 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1303.txt",
+}
+
+ at misc{rfc1304,
+  author="T. Cox and K. Tesink",
+  title="{Definitions of Managed Objects for the SIP Interface Type}",
+  series="Request for Comments",
+  number="1304",
+  howpublished="RFC 1304 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=feb,
+    note="Obsoleted by RFC 1694",
+  url="http://www.ietf.org/rfc/rfc1304.txt",
+}
+
+ at misc{rfc1305,
+  author="D. Mills",
+  title="{Network Time Protocol (Version 3) Specification, Implementation and Analysis}",
+  series="Request for Comments",
+  number="1305",
+  howpublished="RFC 1305 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    note="Obsoleted by RFC 5905",
+  url="http://www.ietf.org/rfc/rfc1305.txt",
+}
+
+ at misc{rfc1306,
+  author="A. Nicholson and J. Young",
+  title="{Experiences Supporting By-Request Circuit-Switched T3 Networks}",
+  series="Request for Comments",
+  number="1306",
+  howpublished="RFC 1306 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1306.txt",
+}
+
+ at misc{rfc1307,
+  author="J. Young and A. Nicholson",
+  title="{Dynamically Switched Link Control Protocol}",
+  series="Request for Comments",
+  number="1307",
+  howpublished="RFC 1307 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1307.txt",
+}
+
+ at misc{rfc1308,
+  author="C. Weider and J. Reynolds",
+  title="{Executive Introduction to Directory Services Using the X.500 Protocol}",
+  series="Request for Comments",
+  number="1308",
+  howpublished="RFC 1308 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1308.txt",
+}
+
+ at misc{rfc1309,
+  author="C. Weider and J. Reynolds and S. Heker",
+  title="{Technical Overview of Directory Services Using the X.500 Protocol}",
+  series="Request for Comments",
+  number="1309",
+  howpublished="RFC 1309 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1309.txt",
+}
+
+ at misc{rfc1310,
+  author="L. Chapin",
+  title="{The Internet Standards Process}",
+  series="Request for Comments",
+  number="1310",
+  howpublished="RFC 1310 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    note="Obsoleted by RFC 1602",
+  url="http://www.ietf.org/rfc/rfc1310.txt",
+}
+
+ at misc{rfc1311,
+  author="J. Postel",
+  title="{Introduction to the STD Notes}",
+  series="Request for Comments",
+  number="1311",
+  howpublished="RFC 1311 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1311.txt",
+}
+
+ at misc{rfc1312,
+  author="R. Nelson and G. Arnold",
+  title="{Message Send Protocol 2}",
+  series="Request for Comments",
+  number="1312",
+  howpublished="RFC 1312 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1312.txt",
+}
+
+ at misc{rfc1313,
+  author="C. Partridge",
+  title="{Today's Programming for KRFC AM 1313 Internet Talk Radio}",
+  series="Request for Comments",
+  number="1313",
+  howpublished="RFC 1313 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1313.txt",
+}
+
+ at misc{rfc1314,
+  author="A. Katz and D. Cohen",
+  title="{A File Format for the Exchange of Images in the Internet}",
+  series="Request for Comments",
+  number="1314",
+  howpublished="RFC 1314 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1314.txt",
+}
+
+ at misc{rfc1315,
+  author="C. Brown and F. Baker and C. Carvalho",
+  title="{Management Information Base for Frame Relay DTEs}",
+  series="Request for Comments",
+  number="1315",
+  howpublished="RFC 1315 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 2115",
+  url="http://www.ietf.org/rfc/rfc1315.txt",
+}
+
+ at misc{rfc1316,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for Character Stream Devices}",
+  series="Request for Comments",
+  number="1316",
+  howpublished="RFC 1316 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 1658",
+  url="http://www.ietf.org/rfc/rfc1316.txt",
+}
+
+ at misc{rfc1317,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for RS-232-like Hardware Devices}",
+  series="Request for Comments",
+  number="1317",
+  howpublished="RFC 1317 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 1659",
+  url="http://www.ietf.org/rfc/rfc1317.txt",
+}
+
+ at misc{rfc1318,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for Parallel-printer-like Hardware Devices}",
+  series="Request for Comments",
+  number="1318",
+  howpublished="RFC 1318 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 1660",
+  url="http://www.ietf.org/rfc/rfc1318.txt",
+}
+
+ at misc{rfc1319,
+  author="B. Kaliski",
+  title="{The MD2 Message-Digest Algorithm}",
+  series="Request for Comments",
+  number="1319",
+  howpublished="RFC 1319 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 6149",
+  url="http://www.ietf.org/rfc/rfc1319.txt",
+}
+
+ at misc{rfc1320,
+  author="R. Rivest",
+  title="{The MD4 Message-Digest Algorithm}",
+  series="Request for Comments",
+  number="1320",
+  howpublished="RFC 1320 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Obsoleted by RFC 6150",
+  url="http://www.ietf.org/rfc/rfc1320.txt",
+}
+
+ at misc{rfc1321,
+  author="R. Rivest",
+  title="{The MD5 Message-Digest Algorithm}",
+  series="Request for Comments",
+  number="1321",
+  howpublished="RFC 1321 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=apr,
+    note="Updated by RFC 6151",
+  url="http://www.ietf.org/rfc/rfc1321.txt",
+}
+
+ at misc{rfc1322,
+  author="D. Estrin and Y. Rekhter and S. Hotz",
+  title="{A Unified Approach to Inter-Domain Routing}",
+  series="Request for Comments",
+  number="1322",
+  howpublished="RFC 1322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1322.txt",
+}
+
+ at misc{rfc1323,
+  author="V. Jacobson and R. Braden and D. Borman",
+  title="{TCP Extensions for High Performance}",
+  series="Request for Comments",
+  number="1323",
+  howpublished="RFC 1323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Obsoleted by RFC 7323",
+  url="http://www.ietf.org/rfc/rfc1323.txt",
+}
+
+ at misc{rfc1324,
+  author="D. Reed",
+  title="{A Discussion on Computer Network Conferencing}",
+  series="Request for Comments",
+  number="1324",
+  howpublished="RFC 1324 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1324.txt",
+}
+
+ at misc{rfc1325,
+  author="G. Malkin and A. Marine",
+  title="{FYI on Questions and Answers Answers to Commonly asked "New Internet User" Questions}",
+  series="Request for Comments",
+  number="1325",
+  howpublished="RFC 1325 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Obsoleted by RFC 1594",
+  url="http://www.ietf.org/rfc/rfc1325.txt",
+}
+
+ at misc{rfc1326,
+  author="P. Tsuchiya",
+  title="{Mutual Encapsulation Considered Dangerous}",
+  series="Request for Comments",
+  number="1326",
+  howpublished="RFC 1326 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1326.txt",
+}
+
+ at misc{rfc1327,
+  author="S. Hardcastle-Kille",
+  title="{Mapping between X.400(1988) / ISO 10021 and RFC 822}",
+  series="Request for Comments",
+  number="1327",
+  howpublished="RFC 1327 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Obsoleted by RFC 2156, updated by RFC 1495",
+  url="http://www.ietf.org/rfc/rfc1327.txt",
+}
+
+ at misc{rfc1328,
+  author="S. Hardcastle-Kille",
+  title="{X.400 1988 to 1984 downgrading}",
+  series="Request for Comments",
+  number="1328",
+  howpublished="RFC 1328 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1328.txt",
+}
+
+ at misc{rfc1329,
+  author="P. Kuehn",
+  title="{Thoughts on Address Resolution for Dual MAC FDDI Networks}",
+  series="Request for Comments",
+  number="1329",
+  howpublished="RFC 1329 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc1329.txt",
+}
+
+ at misc{rfc1330,
+  author="ESCC X.500/X.400 Task Force and ESnet Site Coordinating Comittee (ESCC) and Energy Sciences Network (ESnet)",
+  title="{Recommendations for the Phase I Deployment of OSI Directory Services (X.500) and OSI Message Handling Services (X.400) within the ESNET Community}",
+  series="Request for Comments",
+  number="1330",
+  howpublished="RFC 1330 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1330.txt",
+}
+
+ at misc{rfc1331,
+  author="W. Simpson",
+  title="{The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-Point Links}",
+  series="Request for Comments",
+  number="1331",
+  howpublished="RFC 1331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Obsoleted by RFC 1548",
+  url="http://www.ietf.org/rfc/rfc1331.txt",
+}
+
+ at misc{rfc1332,
+  author="G. McGregor",
+  title="{The PPP Internet Protocol Control Protocol (IPCP)}",
+  series="Request for Comments",
+  number="1332",
+  howpublished="RFC 1332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Updated by RFC 3241",
+  url="http://www.ietf.org/rfc/rfc1332.txt",
+}
+
+ at misc{rfc1333,
+  author="W. Simpson",
+  title="{PPP Link Quality Monitoring}",
+  series="Request for Comments",
+  number="1333",
+  howpublished="RFC 1333 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    note="Obsoleted by RFC 1989",
+  url="http://www.ietf.org/rfc/rfc1333.txt",
+}
+
+ at misc{rfc1334,
+  author="B. Lloyd and W. Simpson",
+  title="{PPP Authentication Protocols}",
+  series="Request for Comments",
+  number="1334",
+  howpublished="RFC 1334 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    note="Obsoleted by RFC 1994",
+  url="http://www.ietf.org/rfc/rfc1334.txt",
+}
+
+ at misc{rfc1335,
+  author="Z. Wang and J. Crowcroft",
+  title="{A Two-Tier Address Structure for the Internet: A Solution to the Problem of Address Space Exhaustion}",
+  series="Request for Comments",
+  number="1335",
+  howpublished="RFC 1335 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1335.txt",
+}
+
+ at misc{rfc1336,
+  author="G. Malkin",
+  title="{Who's Who in the Internet: Biographies of IAB, IESG and IRSG Members}",
+  series="Request for Comments",
+  number="1336",
+  howpublished="RFC 1336 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1336.txt",
+}
+
+ at misc{rfc1337,
+  author="R. Braden",
+  title="{TIME-WAIT Assassination Hazards in TCP}",
+  series="Request for Comments",
+  number="1337",
+  howpublished="RFC 1337 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1337.txt",
+}
+
+ at misc{rfc1338,
+  author="V. Fuller and T. Li and J. Yu and K. Varadhan",
+  title="{Supernetting: an Address Assignment and Aggregation Strategy}",
+  series="Request for Comments",
+  number="1338",
+  howpublished="RFC 1338 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    note="Obsoleted by RFC 1519",
+  url="http://www.ietf.org/rfc/rfc1338.txt",
+}
+
+ at misc{rfc1339,
+  author="S. Dorner and P. Resnick",
+  title="{Remote Mail Checking Protocol}",
+  series="Request for Comments",
+  number="1339",
+  howpublished="RFC 1339 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1339.txt",
+}
+
+ at misc{rfc1340,
+  author="J. Reynolds and J. Postel",
+  title="{Assigned Numbers}",
+  series="Request for Comments",
+  number="1340",
+  howpublished="RFC 1340 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Obsoleted by RFC 1700",
+  url="http://www.ietf.org/rfc/rfc1340.txt",
+}
+
+ at misc{rfc1341,
+  author="N. Borenstein and N. Freed",
+  title="{MIME (Multipurpose Internet Mail Extensions): Mechanisms for Specifying and Describing the Format of Internet Message Bodies}",
+  series="Request for Comments",
+  number="1341",
+  howpublished="RFC 1341 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    note="Obsoleted by RFC 1521",
+  url="http://www.ietf.org/rfc/rfc1341.txt",
+}
+
+ at misc{rfc1342,
+  author="K. Moore",
+  title="{Representation of Non-ASCII Text in Internet Message Headers}",
+  series="Request for Comments",
+  number="1342",
+  howpublished="RFC 1342 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    note="Obsoleted by RFC 1522",
+  url="http://www.ietf.org/rfc/rfc1342.txt",
+}
+
+ at misc{rfc1343,
+  author="N. Borenstein",
+  title="{A User Agent Configuration Mechanism for Multimedia Mail Format Information}",
+  series="Request for Comments",
+  number="1343",
+  howpublished="RFC 1343 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1343.txt",
+}
+
+ at misc{rfc1344,
+  author="N. Borenstein",
+  title="{Implications of MIME for Internet Mail Gateways}",
+  series="Request for Comments",
+  number="1344",
+  howpublished="RFC 1344 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1344.txt",
+}
+
+ at misc{rfc1345,
+  author="K. Simonsen",
+  title="{Character Mnemonics and Character Sets}",
+  series="Request for Comments",
+  number="1345",
+  howpublished="RFC 1345 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1345.txt",
+}
+
+ at misc{rfc1346,
+  author="P. Jones",
+  title="{Resource Allocation, Control, and Accounting for the Use of Network Resources}",
+  series="Request for Comments",
+  number="1346",
+  howpublished="RFC 1346 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1346.txt",
+}
+
+ at misc{rfc1347,
+  author="R. Callon",
+  title="{TCP and UDP with Bigger Addresses (TUBA), A Simple Proposal for Internet Addressing and Routing}",
+  series="Request for Comments",
+  number="1347",
+  howpublished="RFC 1347 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1347.txt",
+}
+
+ at misc{rfc1348,
+  author="B. Manning",
+  title="{DNS NSAP RRs}",
+  series="Request for Comments",
+  number="1348",
+  howpublished="RFC 1348 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Obsoleted by RFC 1637",
+  url="http://www.ietf.org/rfc/rfc1348.txt",
+}
+
+ at misc{rfc1349,
+  author="P. Almquist",
+  title="{Type of Service in the Internet Protocol Suite}",
+  series="Request for Comments",
+  number="1349",
+  howpublished="RFC 1349 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Obsoleted by RFC 2474",
+  url="http://www.ietf.org/rfc/rfc1349.txt",
+}
+
+ at misc{rfc1350,
+  author="K. Sollins",
+  title="{The TFTP Protocol (Revision 2)}",
+  series="Request for Comments",
+  number="1350",
+  howpublished="RFC 1350 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Updated by RFCs 1782, 1783, 1784, 1785, 2347, 2348, 2349",
+  url="http://www.ietf.org/rfc/rfc1350.txt",
+}
+
+ at misc{rfc1351,
+  author="J. Davin and J. Galvin and K. McCloghrie",
+  title="{SNMP Administrative Model}",
+  series="Request for Comments",
+  number="1351",
+  howpublished="RFC 1351 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1351.txt",
+}
+
+ at misc{rfc1352,
+  author="J. Galvin and K. McCloghrie and J. Davin",
+  title="{SNMP Security Protocols}",
+  series="Request for Comments",
+  number="1352",
+  howpublished="RFC 1352 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1352.txt",
+}
+
+ at misc{rfc1353,
+  author="K. McCloghrie and J. Davin and J. Galvin",
+  title="{Definitions of Managed Objects for Administration of SNMP Parties}",
+  series="Request for Comments",
+  number="1353",
+  howpublished="RFC 1353 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1353.txt",
+}
+
+ at misc{rfc1354,
+  author="F. Baker",
+  title="{IP Forwarding Table MIB}",
+  series="Request for Comments",
+  number="1354",
+  howpublished="RFC 1354 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Obsoleted by RFC 2096",
+  url="http://www.ietf.org/rfc/rfc1354.txt",
+}
+
+ at misc{rfc1355,
+  author="J. Curran and A. Marine",
+  title="{Privacy and Accuracy Issues in Network Information Center Databases}",
+  series="Request for Comments",
+  number="1355",
+  howpublished="RFC 1355 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1355.txt",
+}
+
+ at misc{rfc1356,
+  author="A. Malis and D. Robinson and R. Ullmann",
+  title="{Multiprotocol Interconnect on X.25 and ISDN in the Packet Mode}",
+  series="Request for Comments",
+  number="1356",
+  howpublished="RFC 1356 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1356.txt",
+}
+
+ at misc{rfc1357,
+  author="D. Cohen",
+  title="{A Format for E-mailing Bibliographic Records}",
+  series="Request for Comments",
+  number="1357",
+  howpublished="RFC 1357 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=jul,
+    note="Obsoleted by RFC 1807",
+  url="http://www.ietf.org/rfc/rfc1357.txt",
+}
+
+ at misc{rfc1358,
+  author="L. Chapin",
+  title="{Charter of the Internet Architecture Board (IAB)}",
+  series="Request for Comments",
+  number="1358",
+  howpublished="RFC 1358 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=aug,
+    note="Obsoleted by RFC 1601",
+  url="http://www.ietf.org/rfc/rfc1358.txt",
+}
+
+ at misc{rfc1359,
+  author="ACM SIGUCCS",
+  title="{Connecting to the Internet - What Connecting Institutions Should Anticipate}",
+  series="Request for Comments",
+  number="1359",
+  howpublished="RFC 1359 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1359.txt",
+}
+
+ at misc{rfc1360,
+  author="J. Postel",
+  title="{IAB Official Protocol Standards}",
+  series="Request for Comments",
+  number="1360",
+  howpublished="RFC 1360 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=sep,
+    note="Obsoleted by RFC 1410",
+  url="http://www.ietf.org/rfc/rfc1360.txt",
+}
+
+ at misc{rfc1361,
+  author="D. Mills",
+  title="{Simple Network Time Protocol (SNTP)}",
+  series="Request for Comments",
+  number="1361",
+  howpublished="RFC 1361 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=aug,
+    note="Obsoleted by RFC 1769",
+  url="http://www.ietf.org/rfc/rfc1361.txt",
+}
+
+ at misc{rfc1362,
+  author="M. Allen",
+  title="{Novell IPX over Various WAN Media (IPXWAN)}",
+  series="Request for Comments",
+  number="1362",
+  howpublished="RFC 1362 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=sep,
+    note="Obsoleted by RFC 1634",
+  url="http://www.ietf.org/rfc/rfc1362.txt",
+}
+
+ at misc{rfc1363,
+  author="C. Partridge",
+  title="{A Proposed Flow Specification}",
+  series="Request for Comments",
+  number="1363",
+  howpublished="RFC 1363 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1363.txt",
+}
+
+ at misc{rfc1364,
+  author="K. Varadhan",
+  title="{BGP OSPF Interaction}",
+  series="Request for Comments",
+  number="1364",
+  howpublished="RFC 1364 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=sep,
+    note="Obsoleted by RFC 1403",
+  url="http://www.ietf.org/rfc/rfc1364.txt",
+}
+
+ at misc{rfc1365,
+  author="K. Siyan",
+  title="{An IP Address Extension Proposal}",
+  series="Request for Comments",
+  number="1365",
+  howpublished="RFC 1365 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1365.txt",
+}
+
+ at misc{rfc1366,
+  author="E. Gerich",
+  title="{Guidelines for Management of IP Address Space}",
+  series="Request for Comments",
+  number="1366",
+  howpublished="RFC 1366 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    note="Obsoleted by RFC 1466",
+  url="http://www.ietf.org/rfc/rfc1366.txt",
+}
+
+ at misc{rfc1367,
+  author="C. Topolcic",
+  title="{Schedule for IP Address Space Management Guidelines}",
+  series="Request for Comments",
+  number="1367",
+  howpublished="RFC 1367 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    note="Obsoleted by RFC 1467",
+  url="http://www.ietf.org/rfc/rfc1367.txt",
+}
+
+ at misc{rfc1368,
+  author="D. McMaster and K. McCloghrie",
+  title="{Definition of Managed Objects for IEEE 802.3 Repeater Devices}",
+  series="Request for Comments",
+  number="1368",
+  howpublished="RFC 1368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    note="Obsoleted by RFC 1516",
+  url="http://www.ietf.org/rfc/rfc1368.txt",
+}
+
+ at misc{rfc1369,
+  author="F. Kastenholz",
+  title="{Implementation Notes and Experience for the Internet Ethernet MIB}",
+  series="Request for Comments",
+  number="1369",
+  howpublished="RFC 1369 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1369.txt",
+}
+
+ at misc{rfc1370,
+  author="Internet Architecture Board and L. Chapin",
+  title="{Applicability Statement for OSPF}",
+  series="Request for Comments",
+  number="1370",
+  howpublished="RFC 1370 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1370.txt",
+}
+
+ at misc{rfc1371,
+  author="P. Gross",
+  title="{Choosing a Common IGP for the IP Internet}",
+  series="Request for Comments",
+  number="1371",
+  howpublished="RFC 1371 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1371.txt",
+}
+
+ at misc{rfc1372,
+  author="C. Hedrick and D. Borman",
+  title="{Telnet Remote Flow Control Option}",
+  series="Request for Comments",
+  number="1372",
+  howpublished="RFC 1372 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1372.txt",
+}
+
+ at misc{rfc1373,
+  author="T. Tignor",
+  title="{Portable DUAs}",
+  series="Request for Comments",
+  number="1373",
+  howpublished="RFC 1373 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1373.txt",
+}
+
+ at misc{rfc1374,
+  author="J. Renwick and A. Nicholson",
+  title="{IP and ARP on HIPPI}",
+  series="Request for Comments",
+  number="1374",
+  howpublished="RFC 1374 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    note="Obsoleted by RFC 2834",
+  url="http://www.ietf.org/rfc/rfc1374.txt",
+}
+
+ at misc{rfc1375,
+  author="P. Robinson",
+  title="{Suggestion for New Classes of IP Addresses}",
+  series="Request for Comments",
+  number="1375",
+  howpublished="RFC 1375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1375.txt",
+}
+
+ at misc{rfc1376,
+  author="S. Senum",
+  title="{The PPP DECnet Phase IV Control Protocol (DNCP)}",
+  series="Request for Comments",
+  number="1376",
+  howpublished="RFC 1376 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    note="Obsoleted by RFC 1762",
+  url="http://www.ietf.org/rfc/rfc1376.txt",
+}
+
+ at misc{rfc1377,
+  author="D. Katz",
+  title="{The PPP OSI Network Layer Control Protocol (OSINLCP)}",
+  series="Request for Comments",
+  number="1377",
+  howpublished="RFC 1377 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1377.txt",
+}
+
+ at misc{rfc1378,
+  author="B. Parker",
+  title="{The PPP AppleTalk Control Protocol (ATCP)}",
+  series="Request for Comments",
+  number="1378",
+  howpublished="RFC 1378 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1378.txt",
+}
+
+ at misc{rfc1379,
+  author="R. Braden",
+  title="{Extending TCP for Transactions -- Concepts}",
+  series="Request for Comments",
+  number="1379",
+  howpublished="RFC 1379 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    note="Obsoleted by RFC 6247, updated by RFC 1644",
+  url="http://www.ietf.org/rfc/rfc1379.txt",
+}
+
+ at misc{rfc1380,
+  author="P. Gross and P. Almquist",
+  title="{IESG Deliberations on Routing and Addressing}",
+  series="Request for Comments",
+  number="1380",
+  howpublished="RFC 1380 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1380.txt",
+}
+
+ at misc{rfc1381,
+  author="D. Throop and F. Baker",
+  title="{SNMP MIB Extension for X.25 LAPB}",
+  series="Request for Comments",
+  number="1381",
+  howpublished="RFC 1381 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1381.txt",
+}
+
+ at misc{rfc1382,
+  author="D. Throop",
+  title="{SNMP MIB Extension for the X.25 Packet Layer}",
+  series="Request for Comments",
+  number="1382",
+  howpublished="RFC 1382 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1382.txt",
+}
+
+ at misc{rfc1383,
+  author="C. Huitema",
+  title="{An Experiment in DNS Based IP Routing}",
+  series="Request for Comments",
+  number="1383",
+  howpublished="RFC 1383 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1383.txt",
+}
+
+ at misc{rfc1384,
+  author="P. Barker and S.E. Hardcastle-Kille",
+  title="{Naming Guidelines for Directory Pilots}",
+  series="Request for Comments",
+  number="1384",
+  howpublished="RFC 1384 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFCs 1617, NaN",
+  url="http://www.ietf.org/rfc/rfc1384.txt",
+}
+
+ at misc{rfc1385,
+  author="Z. Wang",
+  title="{EIP: The Extended Internet Protocol}",
+  series="Request for Comments",
+  number="1385",
+  howpublished="RFC 1385 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=nov,
+    note="Obsoleted by RFC 6814",
+  url="http://www.ietf.org/rfc/rfc1385.txt",
+}
+
+ at misc{rfc1386,
+  author="A. Cooper and J. Postel",
+  title="{The US Domain}",
+  series="Request for Comments",
+  number="1386",
+  howpublished="RFC 1386 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1992,
+  month=dec,
+    note="Obsoleted by RFC 1480",
+  url="http://www.ietf.org/rfc/rfc1386.txt",
+}
+
+ at misc{rfc1387,
+  author="G. Malkin",
+  title="{RIP Version 2 Protocol Analysis}",
+  series="Request for Comments",
+  number="1387",
+  howpublished="RFC 1387 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1721",
+  url="http://www.ietf.org/rfc/rfc1387.txt",
+}
+
+ at misc{rfc1388,
+  author="G. Malkin",
+  title="{RIP Version 2 Carrying Additional Information}",
+  series="Request for Comments",
+  number="1388",
+  howpublished="RFC 1388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1723",
+  url="http://www.ietf.org/rfc/rfc1388.txt",
+}
+
+ at misc{rfc1389,
+  author="G. Malkin and F. Baker",
+  title="{RIP Version 2 MIB Extensions}",
+  series="Request for Comments",
+  number="1389",
+  howpublished="RFC 1389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1724",
+  url="http://www.ietf.org/rfc/rfc1389.txt",
+}
+
+ at misc{rfc1390,
+  author="D. Katz",
+  title="{Transmission of IP and ARP over FDDI Networks}",
+  series="Request for Comments",
+  number="1390",
+  howpublished="RFC 1390 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1390.txt",
+}
+
+ at misc{rfc1391,
+  author="G. Malkin",
+  title="{The Tao of the IETF: A Guide for New Attendees of the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="1391",
+  howpublished="RFC 1391 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1539",
+  url="http://www.ietf.org/rfc/rfc1391.txt",
+}
+
+ at misc{rfc1392,
+  author="G. Malkin and T. LaQuey Parker",
+  title="{Internet Users' Glossary}",
+  series="Request for Comments",
+  number="1392",
+  howpublished="RFC 1392 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1983",
+  url="http://www.ietf.org/rfc/rfc1392.txt",
+}
+
+ at misc{rfc1393,
+  author="G. Malkin",
+  title="{Traceroute Using an IP Option}",
+  series="Request for Comments",
+  number="1393",
+  howpublished="RFC 1393 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 6814",
+  url="http://www.ietf.org/rfc/rfc1393.txt",
+}
+
+ at misc{rfc1394,
+  author="P. Robinson",
+  title="{Relationship of Telex Answerback Codes to Internet Domains}",
+  series="Request for Comments",
+  number="1394",
+  howpublished="RFC 1394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1394.txt",
+}
+
+ at misc{rfc1395,
+  author="J. Reynolds",
+  title="{BOOTP Vendor Information Extensions}",
+  series="Request for Comments",
+  number="1395",
+  howpublished="RFC 1395 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFCs 1497, 1533",
+  url="http://www.ietf.org/rfc/rfc1395.txt",
+}
+
+ at misc{rfc1396,
+  author="S. Crocker",
+  title="{The Process for Organization of Internet Standards Working Group (POISED)}",
+  series="Request for Comments",
+  number="1396",
+  howpublished="RFC 1396 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1396.txt",
+}
+
+ at misc{rfc1397,
+  author="D. Haskin",
+  title="{Default Route Advertisement In BGP2 and BGP3 Version of The Border Gateway Protocol}",
+  series="Request for Comments",
+  number="1397",
+  howpublished="RFC 1397 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1397.txt",
+}
+
+ at misc{rfc1398,
+  author="F. Kastenholz",
+  title="{Definitions of Managed Objects for the Ethernet-Like Interface Types}",
+  series="Request for Comments",
+  number="1398",
+  howpublished="RFC 1398 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1623",
+  url="http://www.ietf.org/rfc/rfc1398.txt",
+}
+
+ at misc{rfc1399,
+  author="J. Elliott",
+  title="{Summary of 1300-1399}",
+  series="Request for Comments",
+  number="1399",
+  howpublished="RFC 1399 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1399.txt",
+}
+
+ at misc{rfc1400,
+  author="S. Williamson",
+  title="{Transition and Modernization of the Internet Registration Service}",
+  series="Request for Comments",
+  number="1400",
+  howpublished="RFC 1400 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1400.txt",
+}
+
+ at misc{rfc1401,
+  author="Internet Architecture Board",
+  title="{Correspondence between the IAB and DISA on the use of DNS}",
+  series="Request for Comments",
+  number="1401",
+  howpublished="RFC 1401 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1401.txt",
+}
+
+ at misc{rfc1402,
+  author="J. Martin",
+  title="{There's Gold in them thar Networks! or Searching for Treasure in all the Wrong Places}",
+  series="Request for Comments",
+  number="1402",
+  howpublished="RFC 1402 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1402.txt",
+}
+
+ at misc{rfc1403,
+  author="K. Varadhan",
+  title="{BGP OSPF Interaction}",
+  series="Request for Comments",
+  number="1403",
+  howpublished="RFC 1403 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1403.txt",
+}
+
+ at misc{rfc1404,
+  author="B. Stockman",
+  title="{A Model for Common Operational Statistics}",
+  series="Request for Comments",
+  number="1404",
+  howpublished="RFC 1404 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1857",
+  url="http://www.ietf.org/rfc/rfc1404.txt",
+}
+
+ at misc{rfc1405,
+  author="C. Allocchio",
+  title="{Mapping between X.400(1984/1988) and Mail-11 (DECnet mail)}",
+  series="Request for Comments",
+  number="1405",
+  howpublished="RFC 1405 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 2162",
+  url="http://www.ietf.org/rfc/rfc1405.txt",
+}
+
+ at misc{rfc1406,
+  author="F. Baker and J. Watt",
+  title="{Definitions of Managed Objects for the DS1 and E1 Interface Types}",
+  series="Request for Comments",
+  number="1406",
+  howpublished="RFC 1406 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 2495",
+  url="http://www.ietf.org/rfc/rfc1406.txt",
+}
+
+ at misc{rfc1407,
+  author="T. Cox and K. Tesink",
+  title="{Definitions of Managed Objects for the DS3/E3 Interface Type}",
+  series="Request for Comments",
+  number="1407",
+  howpublished="RFC 1407 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 2496",
+  url="http://www.ietf.org/rfc/rfc1407.txt",
+}
+
+ at misc{rfc1408,
+  author="D. Borman",
+  title="{Telnet Environment Option}",
+  series="Request for Comments",
+  number="1408",
+  howpublished="RFC 1408 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Updated by RFC 1571",
+  url="http://www.ietf.org/rfc/rfc1408.txt",
+}
+
+ at misc{rfc1409,
+  author="D. Borman",
+  title="{Telnet Authentication Option}",
+  series="Request for Comments",
+  number="1409",
+  howpublished="RFC 1409 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    note="Obsoleted by RFC 1416",
+  url="http://www.ietf.org/rfc/rfc1409.txt",
+}
+
+ at misc{rfc1410,
+  author="J. Postel",
+  title="{IAB Official Protocol Standards}",
+  series="Request for Comments",
+  number="1410",
+  howpublished="RFC 1410 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    note="Obsoleted by RFC 1500",
+  url="http://www.ietf.org/rfc/rfc1410.txt",
+}
+
+ at misc{rfc1411,
+  author="D. Borman",
+  title="{Telnet Authentication: Kerberos Version 4}",
+  series="Request for Comments",
+  number="1411",
+  howpublished="RFC 1411 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1411.txt",
+}
+
+ at misc{rfc1412,
+  author="K. Alagappan",
+  title="{Telnet Authentication: SPX}",
+  series="Request for Comments",
+  number="1412",
+  howpublished="RFC 1412 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1412.txt",
+}
+
+ at misc{rfc1413,
+  author="M. St. Johns",
+  title="{Identification Protocol}",
+  series="Request for Comments",
+  number="1413",
+  howpublished="RFC 1413 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1413.txt",
+}
+
+ at misc{rfc1414,
+  author="M. St. Johns and M. Rose",
+  title="{Identification MIB}",
+  series="Request for Comments",
+  number="1414",
+  howpublished="RFC 1414 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1414.txt",
+}
+
+ at misc{rfc1415,
+  author="J. Mindel and R. Slaski",
+  title="{FTP-FTAM Gateway Specification}",
+  series="Request for Comments",
+  number="1415",
+  howpublished="RFC 1415 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1415.txt",
+}
+
+ at misc{rfc1416,
+  author="D. Borman",
+  title="{Telnet Authentication Option}",
+  series="Request for Comments",
+  number="1416",
+  howpublished="RFC 1416 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    note="Obsoleted by RFC 2941",
+  url="http://www.ietf.org/rfc/rfc1416.txt",
+}
+
+ at misc{rfc1417,
+  author="The North American Directory Forum",
+  title="{NADF Standing Documents: A Brief Overview}",
+  series="Request for Comments",
+  number="1417",
+  howpublished="RFC 1417 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    note="Obsoleted by RFC 1758",
+  url="http://www.ietf.org/rfc/rfc1417.txt",
+}
+
+ at misc{rfc1418,
+  author="M. Rose",
+  title="{SNMP over OSI}",
+  series="Request for Comments",
+  number="1418",
+  howpublished="RFC 1418 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1418.txt",
+}
+
+ at misc{rfc1419,
+  author="G. Minshall and M. Ritter",
+  title="{SNMP over AppleTalk}",
+  series="Request for Comments",
+  number="1419",
+  howpublished="RFC 1419 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1419.txt",
+}
+
+ at misc{rfc1420,
+  author="S. Bostock",
+  title="{SNMP over IPX}",
+  series="Request for Comments",
+  number="1420",
+  howpublished="RFC 1420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1420.txt",
+}
+
+ at misc{rfc1421,
+  author="J. Linn",
+  title="{Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures}",
+  series="Request for Comments",
+  number="1421",
+  howpublished="RFC 1421 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1421.txt",
+}
+
+ at misc{rfc1422,
+  author="S. Kent",
+  title="{Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management}",
+  series="Request for Comments",
+  number="1422",
+  howpublished="RFC 1422 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1422.txt",
+}
+
+ at misc{rfc1423,
+  author="D. Balenson",
+  title="{Privacy Enhancement for Internet Electronic Mail: Part III: Algorithms, Modes, and Identifiers}",
+  series="Request for Comments",
+  number="1423",
+  howpublished="RFC 1423 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1423.txt",
+}
+
+ at misc{rfc1424,
+  author="B. Kaliski",
+  title="{Privacy Enhancement for Internet Electronic Mail: Part IV: Key Certification and Related Services}",
+  series="Request for Comments",
+  number="1424",
+  howpublished="RFC 1424 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1424.txt",
+}
+
+ at misc{rfc1425,
+  author="J. Klensin and N. Freed and M. Rose and E. Stefferud and D. Crocker",
+  title="{SMTP Service Extensions}",
+  series="Request for Comments",
+  number="1425",
+  howpublished="RFC 1425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    note="Obsoleted by RFC 1651",
+  url="http://www.ietf.org/rfc/rfc1425.txt",
+}
+
+ at misc{rfc1426,
+  author="J. Klensin and N. Freed and M. Rose and E. Stefferud and D. Crocker",
+  title="{SMTP Service Extension for 8bit-MIMEtransport}",
+  series="Request for Comments",
+  number="1426",
+  howpublished="RFC 1426 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    note="Obsoleted by RFC 1652",
+  url="http://www.ietf.org/rfc/rfc1426.txt",
+}
+
+ at misc{rfc1427,
+  author="J. Klensin and N. Freed and K. Moore",
+  title="{SMTP Service Extension for Message Size Declaration}",
+  series="Request for Comments",
+  number="1427",
+  howpublished="RFC 1427 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    note="Obsoleted by RFC 1653",
+  url="http://www.ietf.org/rfc/rfc1427.txt",
+}
+
+ at misc{rfc1428,
+  author="G. Vaudreuil",
+  title="{Transition of Internet Mail from Just-Send-8 to 8bit-SMTP/MIME}",
+  series="Request for Comments",
+  number="1428",
+  howpublished="RFC 1428 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1428.txt",
+}
+
+ at misc{rfc1429,
+  author="E. Thomas",
+  title="{Listserv Distribute Protocol}",
+  series="Request for Comments",
+  number="1429",
+  howpublished="RFC 1429 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1429.txt",
+}
+
+ at misc{rfc1430,
+  author="S. Hardcastle-Kille and E. Huizer and V. Cerf and R. Hobby and S. Kent",
+  title="{A Strategic Plan for Deploying an Internet X.500 Directory Service}",
+  series="Request for Comments",
+  number="1430",
+  howpublished="RFC 1430 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1430.txt",
+}
+
+ at misc{rfc1431,
+  author="P. Barker",
+  title="{DUA Metrics (OSI-DS 33 (v2))}",
+  series="Request for Comments",
+  number="1431",
+  howpublished="RFC 1431 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1431.txt",
+}
+
+ at misc{rfc1432,
+  author="J. Quarterman",
+  title="{Recent Internet Books}",
+  series="Request for Comments",
+  number="1432",
+  howpublished="RFC 1432 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1432.txt",
+}
+
+ at misc{rfc1433,
+  author="J. Garrett and J. Hagan and J. Wong",
+  title="{Directed ARP}",
+  series="Request for Comments",
+  number="1433",
+  howpublished="RFC 1433 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1433.txt",
+}
+
+ at misc{rfc1434,
+  author="R. Dixon and D. Kushi",
+  title="{Data Link Switching: Switch-to-Switch Protocol}",
+  series="Request for Comments",
+  number="1434",
+  howpublished="RFC 1434 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    note="Obsoleted by RFC 1795",
+  url="http://www.ietf.org/rfc/rfc1434.txt",
+}
+
+ at misc{rfc1435,
+  author="S. Knowles",
+  title="{IESG Advice from Experience with Path MTU Discovery}",
+  series="Request for Comments",
+  number="1435",
+  howpublished="RFC 1435 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1435.txt",
+}
+
+ at misc{rfc1436,
+  author="F. Anklesaria and M. McCahill and P. Lindner and D. Johnson and D. Torrey and B. Albert",
+  title="{The Internet Gopher Protocol (a distributed document search and retrieval protocol)}",
+  series="Request for Comments",
+  number="1436",
+  howpublished="RFC 1436 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1436.txt",
+}
+
+ at misc{rfc1437,
+  author="N. Borenstein and M. Linimon",
+  title="{The Extension of MIME Content-Types to a New Medium}",
+  series="Request for Comments",
+  number="1437",
+  howpublished="RFC 1437 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1437.txt",
+}
+
+ at misc{rfc1438,
+  author="A. Lyman Chapin and C. Huitema",
+  title="{Internet Engineering Task Force Statements Of Boredom (SOBs)}",
+  series="Request for Comments",
+  number="1438",
+  howpublished="RFC 1438 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1438.txt",
+}
+
+ at misc{rfc1439,
+  author="C. Finseth",
+  title="{The Uniqueness of Unique Identifiers}",
+  series="Request for Comments",
+  number="1439",
+  howpublished="RFC 1439 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1439.txt",
+}
+
+ at misc{rfc1440,
+  author="R. Troth",
+  title="{SIFT/UFT: Sender-Initiated/Unsolicited File Transfer}",
+  series="Request for Comments",
+  number="1440",
+  howpublished="RFC 1440 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1440.txt",
+}
+
+ at misc{rfc1441,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Introduction to version 2 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="1441",
+  howpublished="RFC 1441 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1441.txt",
+}
+
+ at misc{rfc1442,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Structure of Management Information for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1442",
+  howpublished="RFC 1442 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1902",
+  url="http://www.ietf.org/rfc/rfc1442.txt",
+}
+
+ at misc{rfc1443,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Textual Conventions for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1443",
+  howpublished="RFC 1443 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1903",
+  url="http://www.ietf.org/rfc/rfc1443.txt",
+}
+
+ at misc{rfc1444,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Conformance Statements for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1444",
+  howpublished="RFC 1444 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1904",
+  url="http://www.ietf.org/rfc/rfc1444.txt",
+}
+
+ at misc{rfc1445,
+  author="J. Galvin and K. McCloghrie",
+  title="{Administrative Model for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1445",
+  howpublished="RFC 1445 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1445.txt",
+}
+
+ at misc{rfc1446,
+  author="J. Galvin and K. McCloghrie",
+  title="{Security Protocols for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1446",
+  howpublished="RFC 1446 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1446.txt",
+}
+
+ at misc{rfc1447,
+  author="K. McCloghrie and J. Galvin",
+  title="{Party MIB for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1447",
+  howpublished="RFC 1447 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1447.txt",
+}
+
+ at misc{rfc1448,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Protocol Operations for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1448",
+  howpublished="RFC 1448 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1905",
+  url="http://www.ietf.org/rfc/rfc1448.txt",
+}
+
+ at misc{rfc1449,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Transport Mappings for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1449",
+  howpublished="RFC 1449 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1906",
+  url="http://www.ietf.org/rfc/rfc1449.txt",
+}
+
+ at misc{rfc1450,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Management Information Base for version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1450",
+  howpublished="RFC 1450 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1907",
+  url="http://www.ietf.org/rfc/rfc1450.txt",
+}
+
+ at misc{rfc1451,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Manager-to-Manager Management Information Base}",
+  series="Request for Comments",
+  number="1451",
+  howpublished="RFC 1451 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1451.txt",
+}
+
+ at misc{rfc1452,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Coexistence between version 1 and version 2 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="1452",
+  howpublished="RFC 1452 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    note="Obsoleted by RFC 1908",
+  url="http://www.ietf.org/rfc/rfc1452.txt",
+}
+
+ at misc{rfc1453,
+  author="W. Chimiak",
+  title="{A Comment on Packet Video Remote Conferencing and the Transport/Network Layers}",
+  series="Request for Comments",
+  number="1453",
+  howpublished="RFC 1453 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1453.txt",
+}
+
+ at misc{rfc1454,
+  author="T. Dixon",
+  title="{Comparison of Proposals for Next Version of IP}",
+  series="Request for Comments",
+  number="1454",
+  howpublished="RFC 1454 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1454.txt",
+}
+
+ at misc{rfc1455,
+  author="D. Eastlake 3rd",
+  title="{Physical Link Security Type of Service}",
+  series="Request for Comments",
+  number="1455",
+  howpublished="RFC 1455 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    note="Obsoleted by RFC 2474",
+  url="http://www.ietf.org/rfc/rfc1455.txt",
+}
+
+ at misc{rfc1456,
+  author="Vietnamese Standardization Working Group",
+  title="{Conventions for Encoding the Vietnamese Language  VISCII: VIetnamese Standard Code for Information Interchange VIQR: VIetnamese Quoted-Readable Specification}",
+  series="Request for Comments",
+  number="1456",
+  howpublished="RFC 1456 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1456.txt",
+}
+
+ at misc{rfc1457,
+  author="R. Housley",
+  title="{Security Label Framework for the Internet}",
+  series="Request for Comments",
+  number="1457",
+  howpublished="RFC 1457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1457.txt",
+}
+
+ at misc{rfc1458,
+  author="R. Braudes and S. Zabele",
+  title="{Requirements for Multicast Protocols}",
+  series="Request for Comments",
+  number="1458",
+  howpublished="RFC 1458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1458.txt",
+}
+
+ at misc{rfc1459,
+  author="J. Oikarinen and D. Reed",
+  title="{Internet Relay Chat Protocol}",
+  series="Request for Comments",
+  number="1459",
+  howpublished="RFC 1459 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    note="Updated by RFCs 2810, 2811, 2812, 2813, 7194",
+  url="http://www.ietf.org/rfc/rfc1459.txt",
+}
+
+ at misc{rfc1460,
+  author="M. Rose",
+  title="{Post Office Protocol - Version 3}",
+  series="Request for Comments",
+  number="1460",
+  howpublished="RFC 1460 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    note="Obsoleted by RFC 1725",
+  url="http://www.ietf.org/rfc/rfc1460.txt",
+}
+
+ at misc{rfc1461,
+  author="D. Throop",
+  title="{SNMP MIB extension for Multiprotocol Interconnect over X.25}",
+  series="Request for Comments",
+  number="1461",
+  howpublished="RFC 1461 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1461.txt",
+}
+
+ at misc{rfc1462,
+  author="E. Krol and E. Hoffman",
+  title="{FYI on "What is the Internet?"}",
+  series="Request for Comments",
+  number="1462",
+  howpublished="RFC 1462 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1462.txt",
+}
+
+ at misc{rfc1463,
+  author="E. Hoffman and L. Jackson",
+  title="{FYI on Introducing the Internet-- A Short Bibliography of Introductory Internetworking Readings}",
+  series="Request for Comments",
+  number="1463",
+  howpublished="RFC 1463 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1463.txt",
+}
+
+ at misc{rfc1464,
+  author="R. Rosenbaum",
+  title="{Using the Domain Name System To Store Arbitrary String Attributes}",
+  series="Request for Comments",
+  number="1464",
+  howpublished="RFC 1464 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1464.txt",
+}
+
+ at misc{rfc1465,
+  author="D. Eppenberger",
+  title="{Routing Coordination for X.400 MHS Services Within a Multi Protocol / Multi Network Environment Table Format V3 for Static Routing}",
+  series="Request for Comments",
+  number="1465",
+  howpublished="RFC 1465 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1465.txt",
+}
+
+ at misc{rfc1466,
+  author="E. Gerich",
+  title="{Guidelines for Management of IP Address Space}",
+  series="Request for Comments",
+  number="1466",
+  howpublished="RFC 1466 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=may,
+    note="Obsoleted by RFC 2050",
+  url="http://www.ietf.org/rfc/rfc1466.txt",
+}
+
+ at misc{rfc1467,
+  author="C. Topolcic",
+  title="{Status of CIDR Deployment in the Internet}",
+  series="Request for Comments",
+  number="1467",
+  howpublished="RFC 1467 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1467.txt",
+}
+
+ at misc{rfc1468,
+  author="J. Murai and M. Crispin and E. van der Poel",
+  title="{Japanese Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="1468",
+  howpublished="RFC 1468 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1468.txt",
+}
+
+ at misc{rfc1469,
+  author="T. Pusateri",
+  title="{IP Multicast over Token-Ring Local Area Networks}",
+  series="Request for Comments",
+  number="1469",
+  howpublished="RFC 1469 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1469.txt",
+}
+
+ at misc{rfc1470,
+  author="R. Enger and J. Reynolds",
+  title="{FYI on a Network Management Tool Catalog: Tools for Monitoring and Debugging TCP/IP Internets and Interconnected Devices}",
+  series="Request for Comments",
+  number="1470",
+  howpublished="RFC 1470 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1470.txt",
+}
+
+ at misc{rfc1471,
+  author="F. Kastenholz",
+  title="{The Definitions of Managed Objects for the Link Control Protocol of the Point-to-Point Protocol}",
+  series="Request for Comments",
+  number="1471",
+  howpublished="RFC 1471 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1471.txt",
+}
+
+ at misc{rfc1472,
+  author="F. Kastenholz",
+  title="{The Definitions of Managed Objects for the Security Protocols of the Point-to-Point Protocol}",
+  series="Request for Comments",
+  number="1472",
+  howpublished="RFC 1472 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1472.txt",
+}
+
+ at misc{rfc1473,
+  author="F. Kastenholz",
+  title="{The Definitions of Managed Objects for the IP Network Control Protocol of the Point-to-Point Protocol}",
+  series="Request for Comments",
+  number="1473",
+  howpublished="RFC 1473 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1473.txt",
+}
+
+ at misc{rfc1474,
+  author="F. Kastenholz",
+  title="{The Definitions of Managed Objects for the Bridge Network Control Protocol of the Point-to-Point Protocol}",
+  series="Request for Comments",
+  number="1474",
+  howpublished="RFC 1474 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1474.txt",
+}
+
+ at misc{rfc1475,
+  author="R. Ullmann",
+  title="{TP/IX: The Next Internet}",
+  series="Request for Comments",
+  number="1475",
+  howpublished="RFC 1475 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    note="Obsoleted by RFC 6814",
+  url="http://www.ietf.org/rfc/rfc1475.txt",
+}
+
+ at misc{rfc1476,
+  author="R. Ullmann",
+  title="{RAP: Internet Route Access Protocol}",
+  series="Request for Comments",
+  number="1476",
+  howpublished="RFC 1476 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1476.txt",
+}
+
+ at misc{rfc1477,
+  author="M. Steenstrup",
+  title="{IDPR as a Proposed Standard}",
+  series="Request for Comments",
+  number="1477",
+  howpublished="RFC 1477 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1477.txt",
+}
+
+ at misc{rfc1478,
+  author="M. Steenstrup",
+  title="{An Architecture for Inter-Domain Policy Routing}",
+  series="Request for Comments",
+  number="1478",
+  howpublished="RFC 1478 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1478.txt",
+}
+
+ at misc{rfc1479,
+  author="M. Steenstrup",
+  title="{Inter-Domain Policy Routing Protocol Specification: Version 1}",
+  series="Request for Comments",
+  number="1479",
+  howpublished="RFC 1479 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1479.txt",
+}
+
+ at misc{rfc1480,
+  author="A. Cooper and J. Postel",
+  title="{The US Domain}",
+  series="Request for Comments",
+  number="1480",
+  howpublished="RFC 1480 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1480.txt",
+}
+
+ at misc{rfc1481,
+  author="C. Huitema",
+  title="{IAB Recommendation for an Intermediate Strategy to Address the Issue of Scaling}",
+  series="Request for Comments",
+  number="1481",
+  howpublished="RFC 1481 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1481.txt",
+}
+
+ at misc{rfc1482,
+  author="M. Knopper and S. Richardson",
+  title="{Aggregation Support in the NSFNET Policy-Based Routing Database}",
+  series="Request for Comments",
+  number="1482",
+  howpublished="RFC 1482 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1482.txt",
+}
+
+ at misc{rfc1483,
+  author="Juha Heinanen",
+  title="{Multiprotocol Encapsulation over ATM Adaptation Layer 5}",
+  series="Request for Comments",
+  number="1483",
+  howpublished="RFC 1483 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFC 2684",
+  url="http://www.ietf.org/rfc/rfc1483.txt",
+}
+
+ at misc{rfc1484,
+  author="S. Hardcastle-Kille",
+  title="{Using the OSI Directory to achieve User Friendly Naming (OSI-DS 24 (v1.2))}",
+  series="Request for Comments",
+  number="1484",
+  howpublished="RFC 1484 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFCs 1781, 3494",
+  url="http://www.ietf.org/rfc/rfc1484.txt",
+}
+
+ at misc{rfc1485,
+  author="S. Hardcastle-Kille",
+  title="{A String Representation of Distinguished Names (OSI-DS 23 (v5))}",
+  series="Request for Comments",
+  number="1485",
+  howpublished="RFC 1485 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFCs 1779, 3494",
+  url="http://www.ietf.org/rfc/rfc1485.txt",
+}
+
+ at misc{rfc1486,
+  author="M. Rose and C. Malamud",
+  title="{An Experiment in Remote Printing}",
+  series="Request for Comments",
+  number="1486",
+  howpublished="RFC 1486 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFCs 1528, 1529",
+  url="http://www.ietf.org/rfc/rfc1486.txt",
+}
+
+ at misc{rfc1487,
+  author="W. Yeong and T. Howes and S. Kille",
+  title="{X.500 Lightweight Directory Access Protocol}",
+  series="Request for Comments",
+  number="1487",
+  howpublished="RFC 1487 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFCs 1777, 3494",
+  url="http://www.ietf.org/rfc/rfc1487.txt",
+}
+
+ at misc{rfc1488,
+  author="T. Howes and S. Kille and W. Yeong and C. Robbins",
+  title="{The X.500 String Representation of Standard Attribute Syntaxes}",
+  series="Request for Comments",
+  number="1488",
+  howpublished="RFC 1488 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFC 1778",
+  url="http://www.ietf.org/rfc/rfc1488.txt",
+}
+
+ at misc{rfc1489,
+  author="A. Chernov",
+  title="{Registration of a Cyrillic Character Set}",
+  series="Request for Comments",
+  number="1489",
+  howpublished="RFC 1489 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1489.txt",
+}
+
+ at misc{rfc1490,
+  author="T. Bradley and C. Brown and A. Malis",
+  title="{Multiprotocol Interconnect over Frame Relay}",
+  series="Request for Comments",
+  number="1490",
+  howpublished="RFC 1490 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFC 2427",
+  url="http://www.ietf.org/rfc/rfc1490.txt",
+}
+
+ at misc{rfc1491,
+  author="C. Weider and R. Wright",
+  title="{A Survey of Advanced Usages of X.500}",
+  series="Request for Comments",
+  number="1491",
+  howpublished="RFC 1491 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1491.txt",
+}
+
+ at misc{rfc1492,
+  author="C. Finseth",
+  title="{An Access Control Protocol, Sometimes Called TACACS}",
+  series="Request for Comments",
+  number="1492",
+  howpublished="RFC 1492 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1492.txt",
+}
+
+ at misc{rfc1493,
+  author="E. Decker and P. Langille and A. Rijsinghani and K. McCloghrie",
+  title="{Definitions of Managed Objects for Bridges}",
+  series="Request for Comments",
+  number="1493",
+  howpublished="RFC 1493 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=jul,
+    note="Obsoleted by RFC 4188",
+  url="http://www.ietf.org/rfc/rfc1493.txt",
+}
+
+ at misc{rfc1494,
+  author="H. Alvestrand and S. Thompson",
+  title="{Equivalences between 1988 X.400 and RFC-822 Message Bodies}",
+  series="Request for Comments",
+  number="1494",
+  howpublished="RFC 1494 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1494.txt",
+}
+
+ at misc{rfc1495,
+  author="H. Alvestrand and S. Kille and R. Miles and M. Rose and S. Thompson",
+  title="{Mapping between X.400 and RFC-822 Message Bodies}",
+  series="Request for Comments",
+  number="1495",
+  howpublished="RFC 1495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    note="Obsoleted by RFC 2156",
+  url="http://www.ietf.org/rfc/rfc1495.txt",
+}
+
+ at misc{rfc1496,
+  author="H. Alvestrand and J. Romaguera and K. Jordan",
+  title="{Rules for downgrading messages from X.400/88 to X.400/84 when MIME content-types are present in the messages}",
+  series="Request for Comments",
+  number="1496",
+  howpublished="RFC 1496 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1496.txt",
+}
+
+ at misc{rfc1497,
+  author="J. Reynolds",
+  title="{BOOTP Vendor Information Extensions}",
+  series="Request for Comments",
+  number="1497",
+  howpublished="RFC 1497 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    note="Obsoleted by RFC 1533",
+  url="http://www.ietf.org/rfc/rfc1497.txt",
+}
+
+ at misc{rfc1498,
+  author="J. Saltzer",
+  title="{On the Naming and Binding of Network Destinations}",
+  series="Request for Comments",
+  number="1498",
+  howpublished="RFC 1498 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1498.txt",
+}
+
+ at misc{rfc1499,
+  author="J. Elliott",
+  title="{Summary of 1400-1499}",
+  series="Request for Comments",
+  number="1499",
+  howpublished="RFC 1499 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1499.txt",
+}
+
+ at misc{rfc1500,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1500",
+  howpublished="RFC 1500 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    note="Obsoleted by RFC 1540",
+  url="http://www.ietf.org/rfc/rfc1500.txt",
+}
+
+ at misc{rfc1501,
+  author="E. Brunsen",
+  title="{OS/2 User Group}",
+  series="Request for Comments",
+  number="1501",
+  howpublished="RFC 1501 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1501.txt",
+}
+
+ at misc{rfc1502,
+  author="H. Alvestrand",
+  title="{X.400 Use of Extended Character Sets}",
+  series="Request for Comments",
+  number="1502",
+  howpublished="RFC 1502 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1502.txt",
+}
+
+ at misc{rfc1503,
+  author="K. McCloghrie and M. Rose",
+  title="{Algorithms for Automating Administration in SNMPv2 Managers}",
+  series="Request for Comments",
+  number="1503",
+  howpublished="RFC 1503 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1503.txt",
+}
+
+ at misc{rfc1504,
+  author="A. Oppenheimer",
+  title="{Appletalk Update-Based Routing Protocol: Enhanced Appletalk Routing}",
+  series="Request for Comments",
+  number="1504",
+  howpublished="RFC 1504 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1504.txt",
+}
+
+ at misc{rfc1505,
+  author="A. Costanzo and D. Robinson and R. Ullmann",
+  title="{Encoding Header Field for Internet Messages}",
+  series="Request for Comments",
+  number="1505",
+  howpublished="RFC 1505 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1505.txt",
+}
+
+ at misc{rfc1506,
+  author="J. Houttuin",
+  title="{A Tutorial on Gatewaying between X.400 and Internet Mail}",
+  series="Request for Comments",
+  number="1506",
+  howpublished="RFC 1506 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1506.txt",
+}
+
+ at misc{rfc1507,
+  author="C. Kaufman",
+  title="{DASS - Distributed Authentication Security Service}",
+  series="Request for Comments",
+  number="1507",
+  howpublished="RFC 1507 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1507.txt",
+}
+
+ at misc{rfc1508,
+  author="J. Linn",
+  title="{Generic Security Service Application Program Interface}",
+  series="Request for Comments",
+  number="1508",
+  howpublished="RFC 1508 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 2078",
+  url="http://www.ietf.org/rfc/rfc1508.txt",
+}
+
+ at misc{rfc1509,
+  author="J. Wray",
+  title="{Generic Security Service API : C-bindings}",
+  series="Request for Comments",
+  number="1509",
+  howpublished="RFC 1509 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 2744",
+  url="http://www.ietf.org/rfc/rfc1509.txt",
+}
+
+ at misc{rfc1510,
+  author="J. Kohl and C. Neuman",
+  title="{The Kerberos Network Authentication Service (V5)}",
+  series="Request for Comments",
+  number="1510",
+  howpublished="RFC 1510 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFCs 4120, 6649",
+  url="http://www.ietf.org/rfc/rfc1510.txt",
+}
+
+ at misc{rfc1511,
+  author="J. Linn",
+  title="{Common Authentication Technology Overview}",
+  series="Request for Comments",
+  number="1511",
+  howpublished="RFC 1511 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1511.txt",
+}
+
+ at misc{rfc1512,
+  author="J. Case and A. Rijsinghani",
+  title="{FDDI Management Information Base}",
+  series="Request for Comments",
+  number="1512",
+  howpublished="RFC 1512 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1512.txt",
+}
+
+ at misc{rfc1513,
+  author="S. Waldbusser",
+  title="{Token Ring Extensions to the Remote Network Monitoring MIB}",
+  series="Request for Comments",
+  number="1513",
+  howpublished="RFC 1513 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1513.txt",
+}
+
+ at misc{rfc1514,
+  author="P. Grillo and S. Waldbusser",
+  title="{Host Resources MIB}",
+  series="Request for Comments",
+  number="1514",
+  howpublished="RFC 1514 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 2790",
+  url="http://www.ietf.org/rfc/rfc1514.txt",
+}
+
+ at misc{rfc1515,
+  author="D. McMaster and K. McCloghrie and S. Roberts",
+  title="{Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs)}",
+  series="Request for Comments",
+  number="1515",
+  howpublished="RFC 1515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 3636",
+  url="http://www.ietf.org/rfc/rfc1515.txt",
+}
+
+ at misc{rfc1516,
+  author="D. McMaster and K. McCloghrie",
+  title="{Definitions of Managed Objects for IEEE 802.3 Repeater Devices}",
+  series="Request for Comments",
+  number="1516",
+  howpublished="RFC 1516 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 2108",
+  url="http://www.ietf.org/rfc/rfc1516.txt",
+}
+
+ at misc{rfc1517,
+  author="Internet Engineering Steering Group and R. Hinden",
+  title="{Applicability Statement for the Implementation of Classless Inter-Domain Routing (CIDR)}",
+  series="Request for Comments",
+  number="1517",
+  howpublished="RFC 1517 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1517.txt",
+}
+
+ at misc{rfc1518,
+  author="Y. Rekhter and T. Li",
+  title="{An Architecture for IP Address Allocation with CIDR}",
+  series="Request for Comments",
+  number="1518",
+  howpublished="RFC 1518 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1518.txt",
+}
+
+ at misc{rfc1519,
+  author="V. Fuller and T. Li and J. Yu and K. Varadhan",
+  title="{Classless Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy}",
+  series="Request for Comments",
+  number="1519",
+  howpublished="RFC 1519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFC 4632",
+  url="http://www.ietf.org/rfc/rfc1519.txt",
+}
+
+ at misc{rfc1520,
+  author="Y. Rekhter and C. Topolcic",
+  title="{Exchanging Routing Information Across Provider Boundaries in the CIDR Environment}",
+  series="Request for Comments",
+  number="1520",
+  howpublished="RFC 1520 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1520.txt",
+}
+
+ at misc{rfc1521,
+  author="N. Borenstein and N. Freed",
+  title="{MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the Format of Internet Message Bodies}",
+  series="Request for Comments",
+  number="1521",
+  howpublished="RFC 1521 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFCs 2045, 2046, 2047, 2048, 2049, updated by RFC 1590",
+  url="http://www.ietf.org/rfc/rfc1521.txt",
+}
+
+ at misc{rfc1522,
+  author="K. Moore",
+  title="{MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text}",
+  series="Request for Comments",
+  number="1522",
+  howpublished="RFC 1522 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFCs 2045, 2046, 2047, 2048, 2049",
+  url="http://www.ietf.org/rfc/rfc1522.txt",
+}
+
+ at misc{rfc1523,
+  author="N. Borenstein",
+  title="{The text/enriched MIME Content-type}",
+  series="Request for Comments",
+  number="1523",
+  howpublished="RFC 1523 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    note="Obsoleted by RFCs 1563, 1896",
+  url="http://www.ietf.org/rfc/rfc1523.txt",
+}
+
+ at misc{rfc1524,
+  author="N. Borenstein",
+  title="{A User Agent Configuration Mechanism For Multimedia Mail Format Information}",
+  series="Request for Comments",
+  number="1524",
+  howpublished="RFC 1524 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1524.txt",
+}
+
+ at misc{rfc1525,
+  author="E. Decker and K. McCloghrie and P. Langille and A. Rijsinghani",
+  title="{Definitions of Managed Objects for Source Routing Bridges}",
+  series="Request for Comments",
+  number="1525",
+  howpublished="RFC 1525 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1525.txt",
+}
+
+ at misc{rfc1526,
+  author="D. Piscitello",
+  title="{Assignment of System Identifiers for TUBA/CLNP Hosts}",
+  series="Request for Comments",
+  number="1526",
+  howpublished="RFC 1526 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1526.txt",
+}
+
+ at misc{rfc1527,
+  author="G. Cook",
+  title="{What Should We Plan Given the Dilemma of the Network?}",
+  series="Request for Comments",
+  number="1527",
+  howpublished="RFC 1527 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1527.txt",
+}
+
+ at misc{rfc1528,
+  author="C. Malamud and M. Rose",
+  title="{Principles of Operation for the TPC.INT Subdomain: Remote Printing -- Technical Procedures}",
+  series="Request for Comments",
+  number="1528",
+  howpublished="RFC 1528 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1528.txt",
+}
+
+ at misc{rfc1529,
+  author="C. Malamud and M. Rose",
+  title="{Principles of Operation for the TPC.INT Subdomain: Remote Printing -- Administrative Policies}",
+  series="Request for Comments",
+  number="1529",
+  howpublished="RFC 1529 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1529.txt",
+}
+
+ at misc{rfc1530,
+  author="C. Malamud and M. Rose",
+  title="{Principles of Operation for the TPC.INT Subdomain: General Principles and Policy}",
+  series="Request for Comments",
+  number="1530",
+  howpublished="RFC 1530 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1530.txt",
+}
+
+ at misc{rfc1531,
+  author="R. Droms",
+  title="{Dynamic Host Configuration Protocol}",
+  series="Request for Comments",
+  number="1531",
+  howpublished="RFC 1531 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 1541",
+  url="http://www.ietf.org/rfc/rfc1531.txt",
+}
+
+ at misc{rfc1532,
+  author="W. Wimer",
+  title="{Clarifications and Extensions for the Bootstrap Protocol}",
+  series="Request for Comments",
+  number="1532",
+  howpublished="RFC 1532 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 1542",
+  url="http://www.ietf.org/rfc/rfc1532.txt",
+}
+
+ at misc{rfc1533,
+  author="S. Alexander and R. Droms",
+  title="{DHCP Options and BOOTP Vendor Extensions}",
+  series="Request for Comments",
+  number="1533",
+  howpublished="RFC 1533 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 2132",
+  url="http://www.ietf.org/rfc/rfc1533.txt",
+}
+
+ at misc{rfc1534,
+  author="R. Droms",
+  title="{Interoperation Between DHCP and BOOTP}",
+  series="Request for Comments",
+  number="1534",
+  howpublished="RFC 1534 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1534.txt",
+}
+
+ at misc{rfc1535,
+  author="E. Gavron",
+  title="{A Security Problem and Proposed Correction With Widely Deployed DNS Software}",
+  series="Request for Comments",
+  number="1535",
+  howpublished="RFC 1535 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1535.txt",
+}
+
+ at misc{rfc1536,
+  author="A. Kumar and J. Postel and C. Neuman and P. Danzig and S. Miller",
+  title="{Common DNS Implementation Errors and Suggested Fixes}",
+  series="Request for Comments",
+  number="1536",
+  howpublished="RFC 1536 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1536.txt",
+}
+
+ at misc{rfc1537,
+  author="P. Beertema",
+  title="{Common DNS Data File Configuration Errors}",
+  series="Request for Comments",
+  number="1537",
+  howpublished="RFC 1537 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 1912",
+  url="http://www.ietf.org/rfc/rfc1537.txt",
+}
+
+ at misc{rfc1538,
+  author="W. Behl and B. Sterling and W. Teskey",
+  title="{Advanced SNA/IP : A Simple SNA Transport Protocol}",
+  series="Request for Comments",
+  number="1538",
+  howpublished="RFC 1538 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1538.txt",
+}
+
+ at misc{rfc1539,
+  author="G. Malkin",
+  title="{The Tao of IETF - A Guide for New Attendees of the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="1539",
+  howpublished="RFC 1539 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 1718",
+  url="http://www.ietf.org/rfc/rfc1539.txt",
+}
+
+ at misc{rfc1540,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1540",
+  howpublished="RFC 1540 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 1600",
+  url="http://www.ietf.org/rfc/rfc1540.txt",
+}
+
+ at misc{rfc1541,
+  author="R. Droms",
+  title="{Dynamic Host Configuration Protocol}",
+  series="Request for Comments",
+  number="1541",
+  howpublished="RFC 1541 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 2131",
+  url="http://www.ietf.org/rfc/rfc1541.txt",
+}
+
+ at misc{rfc1542,
+  author="W. Wimer",
+  title="{Clarifications and Extensions for the Bootstrap Protocol}",
+  series="Request for Comments",
+  number="1542",
+  howpublished="RFC 1542 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1542.txt",
+}
+
+ at misc{rfc1543,
+  author="J. Postel",
+  title="{Instructions to RFC Authors}",
+  series="Request for Comments",
+  number="1543",
+  howpublished="RFC 1543 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=oct,
+    note="Obsoleted by RFC 2223",
+  url="http://www.ietf.org/rfc/rfc1543.txt",
+}
+
+ at misc{rfc1544,
+  author="M. Rose",
+  title="{The Content-MD5 Header Field}",
+  series="Request for Comments",
+  number="1544",
+  howpublished="RFC 1544 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=nov,
+    note="Obsoleted by RFC 1864",
+  url="http://www.ietf.org/rfc/rfc1544.txt",
+}
+
+ at misc{rfc1545,
+  author="D. Piscitello",
+  title="{FTP Operation Over Big Address Records (FOOBAR)}",
+  series="Request for Comments",
+  number="1545",
+  howpublished="RFC 1545 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=nov,
+    note="Obsoleted by RFC 1639",
+  url="http://www.ietf.org/rfc/rfc1545.txt",
+}
+
+ at misc{rfc1546,
+  author="C. Partridge and T. Mendez and W. Milliken",
+  title="{Host Anycasting Service}",
+  series="Request for Comments",
+  number="1546",
+  howpublished="RFC 1546 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1546.txt",
+}
+
+ at misc{rfc1547,
+  author="D. Perkins",
+  title="{Requirements for an Internet Standard Point-to-Point Protocol}",
+  series="Request for Comments",
+  number="1547",
+  howpublished="RFC 1547 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1547.txt",
+}
+
+ at misc{rfc1548,
+  author="W. Simpson",
+  title="{The Point-to-Point Protocol (PPP)}",
+  series="Request for Comments",
+  number="1548",
+  howpublished="RFC 1548 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    note="Obsoleted by RFC 1661, updated by RFC 1570",
+  url="http://www.ietf.org/rfc/rfc1548.txt",
+}
+
+ at misc{rfc1549,
+  author="W. Simpson",
+  title="{PPP in HDLC Framing}",
+  series="Request for Comments",
+  number="1549",
+  howpublished="RFC 1549 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    note="Obsoleted by RFC 1662",
+  url="http://www.ietf.org/rfc/rfc1549.txt",
+}
+
+ at misc{rfc1550,
+  author="S. Bradner and A. Mankin",
+  title="{IP: Next Generation (IPng) White Paper Solicitation}",
+  series="Request for Comments",
+  number="1550",
+  howpublished="RFC 1550 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1550.txt",
+}
+
+ at misc{rfc1551,
+  author="M. Allen",
+  title="{Novell IPX Over Various WAN Media (IPXWAN)}",
+  series="Request for Comments",
+  number="1551",
+  howpublished="RFC 1551 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    note="Obsoleted by RFC 1634",
+  url="http://www.ietf.org/rfc/rfc1551.txt",
+}
+
+ at misc{rfc1552,
+  author="W. Simpson",
+  title="{The PPP Internetworking Packet Exchange Control Protocol (IPXCP)}",
+  series="Request for Comments",
+  number="1552",
+  howpublished="RFC 1552 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1552.txt",
+}
+
+ at misc{rfc1553,
+  author="S. Mathur and M. Lewis",
+  title="{Compressing IPX Headers Over WAN Media (CIPX)}",
+  series="Request for Comments",
+  number="1553",
+  howpublished="RFC 1553 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1553.txt",
+}
+
+ at misc{rfc1554,
+  author="M. Ohta and K. Handa",
+  title="{ISO-2022-JP-2: Multilingual Extension of ISO-2022-JP}",
+  series="Request for Comments",
+  number="1554",
+  howpublished="RFC 1554 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1554.txt",
+}
+
+ at misc{rfc1555,
+  author="H. Nussbacher and Y. Bourvine",
+  title="{Hebrew Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="1555",
+  howpublished="RFC 1555 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1555.txt",
+}
+
+ at misc{rfc1556,
+  author="H. Nussbacher",
+  title="{Handling of Bi-directional Texts in MIME}",
+  series="Request for Comments",
+  number="1556",
+  howpublished="RFC 1556 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1556.txt",
+}
+
+ at misc{rfc1557,
+  author="U. Choi and K. Chon and H. Park",
+  title="{Korean Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="1557",
+  howpublished="RFC 1557 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1557.txt",
+}
+
+ at misc{rfc1558,
+  author="T. Howes",
+  title="{A String Representation of LDAP Search Filters}",
+  series="Request for Comments",
+  number="1558",
+  howpublished="RFC 1558 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    note="Obsoleted by RFC 1960",
+  url="http://www.ietf.org/rfc/rfc1558.txt",
+}
+
+ at misc{rfc1559,
+  author="J. Saperia",
+  title="{DECnet Phase IV MIB Extensions}",
+  series="Request for Comments",
+  number="1559",
+  howpublished="RFC 1559 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1559.txt",
+}
+
+ at misc{rfc1560,
+  author="B. Leiner and Y. Rekhter",
+  title="{The MultiProtocol Internet}",
+  series="Request for Comments",
+  number="1560",
+  howpublished="RFC 1560 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1560.txt",
+}
+
+ at misc{rfc1561,
+  author="D. Piscitello",
+  title="{Use of ISO CLNP in TUBA Environments}",
+  series="Request for Comments",
+  number="1561",
+  howpublished="RFC 1561 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1561.txt",
+}
+
+ at misc{rfc1562,
+  author="G. Michaelson and M. Prior",
+  title="{Naming Guidelines for the AARNet X.500 Directory Service}",
+  series="Request for Comments",
+  number="1562",
+  howpublished="RFC 1562 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1993,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1562.txt",
+}
+
+ at misc{rfc1563,
+  author="N. Borenstein",
+  title="{The text/enriched MIME Content-type}",
+  series="Request for Comments",
+  number="1563",
+  howpublished="RFC 1563 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 1896",
+  url="http://www.ietf.org/rfc/rfc1563.txt",
+}
+
+ at misc{rfc1564,
+  author="P. Barker and R. Hedberg",
+  title="{DSA Metrics (OSI-DS 34 (v3))}",
+  series="Request for Comments",
+  number="1564",
+  howpublished="RFC 1564 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1564.txt",
+}
+
+ at misc{rfc1565,
+  author="S. Kille and N. Freed",
+  title="{Network Services Monitoring MIB}",
+  series="Request for Comments",
+  number="1565",
+  howpublished="RFC 1565 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 2248",
+  url="http://www.ietf.org/rfc/rfc1565.txt",
+}
+
+ at misc{rfc1566,
+  author="S. Kille and N. Freed",
+  title="{Mail Monitoring MIB}",
+  series="Request for Comments",
+  number="1566",
+  howpublished="RFC 1566 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFCs 2249, 2789",
+  url="http://www.ietf.org/rfc/rfc1566.txt",
+}
+
+ at misc{rfc1567,
+  author="G. Mansfield and S. Kille",
+  title="{X.500 Directory Monitoring MIB}",
+  series="Request for Comments",
+  number="1567",
+  howpublished="RFC 1567 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 2605",
+  url="http://www.ietf.org/rfc/rfc1567.txt",
+}
+
+ at misc{rfc1568,
+  author="A. Gwinn",
+  title="{Simple Network Paging Protocol - Version 1(b)}",
+  series="Request for Comments",
+  number="1568",
+  howpublished="RFC 1568 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 1645",
+  url="http://www.ietf.org/rfc/rfc1568.txt",
+}
+
+ at misc{rfc1569,
+  author="M. Rose",
+  title="{Principles of Operation for the TPC.INT Subdomain: Radio Paging -- Technical Procedures}",
+  series="Request for Comments",
+  number="1569",
+  howpublished="RFC 1569 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 1703",
+  url="http://www.ietf.org/rfc/rfc1569.txt",
+}
+
+ at misc{rfc1570,
+  author="W. Simpson",
+  title="{PPP LCP Extensions}",
+  series="Request for Comments",
+  number="1570",
+  howpublished="RFC 1570 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Updated by RFC 2484",
+  url="http://www.ietf.org/rfc/rfc1570.txt",
+}
+
+ at misc{rfc1571,
+  author="D. Borman",
+  title="{Telnet Environment Option Interoperability Issues}",
+  series="Request for Comments",
+  number="1571",
+  howpublished="RFC 1571 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1571.txt",
+}
+
+ at misc{rfc1572,
+  author="S. Alexander",
+  title="{Telnet Environment Option}",
+  series="Request for Comments",
+  number="1572",
+  howpublished="RFC 1572 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1572.txt",
+}
+
+ at misc{rfc1573,
+  author="K. McCloghrie and F. Kastenholz",
+  title="{Evolution of the Interfaces Group of MIB-II}",
+  series="Request for Comments",
+  number="1573",
+  howpublished="RFC 1573 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 2233",
+  url="http://www.ietf.org/rfc/rfc1573.txt",
+}
+
+ at misc{rfc1574,
+  author="S. Hares and C. Wittbrodt",
+  title="{Essential Tools for the OSI Internet}",
+  series="Request for Comments",
+  number="1574",
+  howpublished="RFC 1574 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1574.txt",
+}
+
+ at misc{rfc1575,
+  author="S. Hares and C. Wittbrodt",
+  title="{An Echo Function for CLNP (ISO 8473)}",
+  series="Request for Comments",
+  number="1575",
+  howpublished="RFC 1575 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1575.txt",
+}
+
+ at misc{rfc1576,
+  author="J. Penner",
+  title="{TN3270 Current Practices}",
+  series="Request for Comments",
+  number="1576",
+  howpublished="RFC 1576 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1576.txt",
+}
+
+ at misc{rfc1577,
+  author="M. Laubach",
+  title="{Classical IP and ARP over ATM}",
+  series="Request for Comments",
+  number="1577",
+  howpublished="RFC 1577 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jan,
+    note="Obsoleted by RFC 2225",
+  url="http://www.ietf.org/rfc/rfc1577.txt",
+}
+
+ at misc{rfc1578,
+  author="J. Sellers",
+  title="{FYI on Questions and Answers - Answers to Commonly Asked "Primary and Secondary School Internet User" Questions}",
+  series="Request for Comments",
+  number="1578",
+  howpublished="RFC 1578 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    note="Obsoleted by RFC 1941",
+  url="http://www.ietf.org/rfc/rfc1578.txt",
+}
+
+ at misc{rfc1579,
+  author="S. Bellovin",
+  title="{Firewall-Friendly FTP}",
+  series="Request for Comments",
+  number="1579",
+  howpublished="RFC 1579 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1579.txt",
+}
+
+ at misc{rfc1580,
+  author="EARN Staff",
+  title="{Guide to Network Resource Tools}",
+  series="Request for Comments",
+  number="1580",
+  howpublished="RFC 1580 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1580.txt",
+}
+
+ at misc{rfc1581,
+  author="G. Meyer",
+  title="{Protocol Analysis for Extensions to RIP to Support Demand Circuits}",
+  series="Request for Comments",
+  number="1581",
+  howpublished="RFC 1581 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1581.txt",
+}
+
+ at misc{rfc1582,
+  author="G. Meyer",
+  title="{Extensions to RIP to Support Demand Circuits}",
+  series="Request for Comments",
+  number="1582",
+  howpublished="RFC 1582 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1582.txt",
+}
+
+ at misc{rfc1583,
+  author="J. Moy",
+  title="{OSPF Version 2}",
+  series="Request for Comments",
+  number="1583",
+  howpublished="RFC 1583 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2178",
+  url="http://www.ietf.org/rfc/rfc1583.txt",
+}
+
+ at misc{rfc1584,
+  author="J. Moy",
+  title="{Multicast Extensions to OSPF}",
+  series="Request for Comments",
+  number="1584",
+  howpublished="RFC 1584 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1584.txt",
+}
+
+ at misc{rfc1585,
+  author="J. Moy",
+  title="{MOSPF: Analysis and Experience}",
+  series="Request for Comments",
+  number="1585",
+  howpublished="RFC 1585 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1585.txt",
+}
+
+ at misc{rfc1586,
+  author="O. deSouza and M. Rodrigues",
+  title="{Guidelines for Running OSPF Over Frame Relay Networks}",
+  series="Request for Comments",
+  number="1586",
+  howpublished="RFC 1586 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1586.txt",
+}
+
+ at misc{rfc1587,
+  author="R. Coltun and V. Fuller",
+  title="{The OSPF NSSA Option}",
+  series="Request for Comments",
+  number="1587",
+  howpublished="RFC 1587 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 3101",
+  url="http://www.ietf.org/rfc/rfc1587.txt",
+}
+
+ at misc{rfc1588,
+  author="J. Postel and C. Anderson",
+  title="{White Pages Meeting Report}",
+  series="Request for Comments",
+  number="1588",
+  howpublished="RFC 1588 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1588.txt",
+}
+
+ at misc{rfc1589,
+  author="D. Mills",
+  title="{A Kernel Model for Precision Timekeeping}",
+  series="Request for Comments",
+  number="1589",
+  howpublished="RFC 1589 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1589.txt",
+}
+
+ at misc{rfc1590,
+  author="J. Postel",
+  title="{Media Type Registration Procedure}",
+  series="Request for Comments",
+  number="1590",
+  howpublished="RFC 1590 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFCs 2045, 2046, 2047, 2048, 2049",
+  url="http://www.ietf.org/rfc/rfc1590.txt",
+}
+
+ at misc{rfc1591,
+  author="J. Postel",
+  title="{Domain Name System Structure and Delegation}",
+  series="Request for Comments",
+  number="1591",
+  howpublished="RFC 1591 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1591.txt",
+}
+
+ at misc{rfc1592,
+  author="B. Wijnen and G. Carpenter and K. Curran and A. Sehgal and G. Waters",
+  title="{Simple Network Management Protocol Distributed Protocol Interface Version 2.0}",
+  series="Request for Comments",
+  number="1592",
+  howpublished="RFC 1592 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1592.txt",
+}
+
+ at misc{rfc1593,
+  author="W. McKenzie and J. Cheng",
+  title="{SNA APPN Node MIB}",
+  series="Request for Comments",
+  number="1593",
+  howpublished="RFC 1593 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1593.txt",
+}
+
+ at misc{rfc1594,
+  author="A. Marine and J. Reynolds and G. Malkin",
+  title="{FYI on Questions and Answers - Answers to Commonly asked "New Internet User" Questions}",
+  series="Request for Comments",
+  number="1594",
+  howpublished="RFC 1594 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2664",
+  url="http://www.ietf.org/rfc/rfc1594.txt",
+}
+
+ at misc{rfc1595,
+  author="T. Brown and K. Tesink",
+  title="{Definitions of Managed Objects for the SONET/SDH Interface Type}",
+  series="Request for Comments",
+  number="1595",
+  howpublished="RFC 1595 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2558",
+  url="http://www.ietf.org/rfc/rfc1595.txt",
+}
+
+ at misc{rfc1596,
+  author="T. Brown",
+  title="{Definitions of Managed Objects for Frame Relay Service}",
+  series="Request for Comments",
+  number="1596",
+  howpublished="RFC 1596 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 1604",
+  url="http://www.ietf.org/rfc/rfc1596.txt",
+}
+
+ at misc{rfc1597,
+  author="Y. Rekhter and B. Moskowitz and D. Karrenberg and G. de Groot",
+  title="{Address Allocation for Private Internets}",
+  series="Request for Comments",
+  number="1597",
+  howpublished="RFC 1597 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 1918",
+  url="http://www.ietf.org/rfc/rfc1597.txt",
+}
+
+ at misc{rfc1598,
+  author="W. Simpson",
+  title="{PPP in X.25}",
+  series="Request for Comments",
+  number="1598",
+  howpublished="RFC 1598 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1598.txt",
+}
+
+ at misc{rfc1599,
+  author="M. Kennedy",
+  title="{Summary of 1500-1599}",
+  series="Request for Comments",
+  number="1599",
+  howpublished="RFC 1599 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1599.txt",
+}
+
+ at misc{rfc1600,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1600",
+  howpublished="RFC 1600 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 1610",
+  url="http://www.ietf.org/rfc/rfc1600.txt",
+}
+
+ at misc{rfc1601,
+  author="C. Huitema",
+  title="{Charter of the Internet Architecture Board (IAB)}",
+  series="Request for Comments",
+  number="1601",
+  howpublished="RFC 1601 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2850",
+  url="http://www.ietf.org/rfc/rfc1601.txt",
+}
+
+ at misc{rfc1602,
+  author="Internet Architecture Board and Internet Engineering Steering Group",
+  title="{The Internet Standards Process -- Revision 2}",
+  series="Request for Comments",
+  number="1602",
+  howpublished="RFC 1602 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2026, updated by RFC 1871",
+  url="http://www.ietf.org/rfc/rfc1602.txt",
+}
+
+ at misc{rfc1603,
+  author="E. Huizer and D. Crocker",
+  title="{IETF Working Group Guidelines and Procedures}",
+  series="Request for Comments",
+  number="1603",
+  howpublished="RFC 1603 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2418, updated by RFC 1871",
+  url="http://www.ietf.org/rfc/rfc1603.txt",
+}
+
+ at misc{rfc1604,
+  author="T. Brown",
+  title="{Definitions of Managed Objects for Frame Relay Service}",
+  series="Request for Comments",
+  number="1604",
+  howpublished="RFC 1604 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    note="Obsoleted by RFC 2954",
+  url="http://www.ietf.org/rfc/rfc1604.txt",
+}
+
+ at misc{rfc1605,
+  author="W. Shakespeare",
+  title="{SONET to Sonnet Translation}",
+  series="Request for Comments",
+  number="1605",
+  howpublished="RFC 1605 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1605.txt",
+}
+
+ at misc{rfc1606,
+  author="J. Onions",
+  title="{A Historical Perspective On The Usage Of IP Version 9}",
+  series="Request for Comments",
+  number="1606",
+  howpublished="RFC 1606 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1606.txt",
+}
+
+ at misc{rfc1607,
+  author="V. Cerf",
+  title="{A VIEW FROM THE 21ST CENTURY}",
+  series="Request for Comments",
+  number="1607",
+  howpublished="RFC 1607 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1607.txt",
+}
+
+ at misc{rfc1608,
+  author="T. Johannsen and G. Mansfield and M. Kosters and S. Sataluri",
+  title="{Representing IP Information in the X.500 Directory}",
+  series="Request for Comments",
+  number="1608",
+  howpublished="RFC 1608 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1608.txt",
+}
+
+ at misc{rfc1609,
+  author="G. Mansfield and T. Johannsen and M. Knopper",
+  title="{Charting Networks in the X.500 Directory}",
+  series="Request for Comments",
+  number="1609",
+  howpublished="RFC 1609 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1609.txt",
+}
+
+ at misc{rfc1610,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1610",
+  howpublished="RFC 1610 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1720",
+  url="http://www.ietf.org/rfc/rfc1610.txt",
+}
+
+ at misc{rfc1611,
+  author="R. Austein and J. Saperia",
+  title="{DNS Server MIB Extensions}",
+  series="Request for Comments",
+  number="1611",
+  howpublished="RFC 1611 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1611.txt",
+}
+
+ at misc{rfc1612,
+  author="R. Austein and J. Saperia",
+  title="{DNS Resolver MIB Extensions}",
+  series="Request for Comments",
+  number="1612",
+  howpublished="RFC 1612 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1612.txt",
+}
+
+ at misc{rfc1613,
+  author="J. Forster and G. Satz and G. Glick and R. Day",
+  title="{cisco Systems X.25 over TCP (XOT)}",
+  series="Request for Comments",
+  number="1613",
+  howpublished="RFC 1613 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1613.txt",
+}
+
+ at misc{rfc1614,
+  author="C. Adie",
+  title="{Network Access to Multimedia Information}",
+  series="Request for Comments",
+  number="1614",
+  howpublished="RFC 1614 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1614.txt",
+}
+
+ at misc{rfc1615,
+  author="J. Houttuin and J. Craigie",
+  title="{Migrating from X.400(84) to X.400(88)}",
+  series="Request for Comments",
+  number="1615",
+  howpublished="RFC 1615 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1615.txt",
+}
+
+ at misc{rfc1616,
+  author="RARE WG-MSG Task Force 88 and E. Huizer and J. Romaguera",
+  title="{X.400(1988) for the Academic and Research Community in Europe}",
+  series="Request for Comments",
+  number="1616",
+  howpublished="RFC 1616 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1616.txt",
+}
+
+ at misc{rfc1617,
+  author="P. Barker and S. Kille and T. Lenggenhager",
+  title="{Naming and Structuring Guidelines for X.500 Directory Pilots}",
+  series="Request for Comments",
+  number="1617",
+  howpublished="RFC 1617 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1617.txt",
+}
+
+ at misc{rfc1618,
+  author="W. Simpson",
+  title="{PPP over ISDN}",
+  series="Request for Comments",
+  number="1618",
+  howpublished="RFC 1618 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1618.txt",
+}
+
+ at misc{rfc1619,
+  author="W. Simpson",
+  title="{PPP over SONET/SDH}",
+  series="Request for Comments",
+  number="1619",
+  howpublished="RFC 1619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    note="Obsoleted by RFC 2615",
+  url="http://www.ietf.org/rfc/rfc1619.txt",
+}
+
+ at misc{rfc1620,
+  author="B. Braden and J. Postel and Y. Rekhter",
+  title="{Internet Architecture Extensions for Shared Media}",
+  series="Request for Comments",
+  number="1620",
+  howpublished="RFC 1620 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1620.txt",
+}
+
+ at misc{rfc1621,
+  author="P. Francis",
+  title="{Pip Near-term Architecture}",
+  series="Request for Comments",
+  number="1621",
+  howpublished="RFC 1621 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1621.txt",
+}
+
+ at misc{rfc1622,
+  author="P. Francis",
+  title="{Pip Header Processing}",
+  series="Request for Comments",
+  number="1622",
+  howpublished="RFC 1622 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1622.txt",
+}
+
+ at misc{rfc1623,
+  author="F. Kastenholz",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="1623",
+  howpublished="RFC 1623 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    note="Obsoleted by RFC 1643",
+  url="http://www.ietf.org/rfc/rfc1623.txt",
+}
+
+ at misc{rfc1624,
+  author="A. Rijsinghani",
+  title="{Computation of the Internet Checksum via Incremental Update}",
+  series="Request for Comments",
+  number="1624",
+  howpublished="RFC 1624 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1624.txt",
+}
+
+ at misc{rfc1625,
+  author="M. St. Pierre and J. Fullton and K. Gamiel and J. Goldman and B. Kahle and J. Kunze and H. Morris and F. Schiettecatte",
+  title="{WAIS over Z39.50-1988}",
+  series="Request for Comments",
+  number="1625",
+  howpublished="RFC 1625 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1625.txt",
+}
+
+ at misc{rfc1626,
+  author="R. Atkinson",
+  title="{Default IP MTU for use over ATM AAL5}",
+  series="Request for Comments",
+  number="1626",
+  howpublished="RFC 1626 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    note="Obsoleted by RFC 2225",
+  url="http://www.ietf.org/rfc/rfc1626.txt",
+}
+
+ at misc{rfc1627,
+  author="E. Lear and E. Fair and D. Crocker and T. Kessler",
+  title="{Network 10 Considered Harmful (Some Practices Shouldn't be Codified)}",
+  series="Request for Comments",
+  number="1627",
+  howpublished="RFC 1627 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1918",
+  url="http://www.ietf.org/rfc/rfc1627.txt",
+}
+
+ at misc{rfc1628,
+  author="J. Case",
+  title="{UPS Management Information Base}",
+  series="Request for Comments",
+  number="1628",
+  howpublished="RFC 1628 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1628.txt",
+}
+
+ at misc{rfc1629,
+  author="R. Colella and R. Callon and E. Gardner and Y. Rekhter",
+  title="{Guidelines for OSI NSAP Allocation in the Internet}",
+  series="Request for Comments",
+  number="1629",
+  howpublished="RFC 1629 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1629.txt",
+}
+
+ at misc{rfc1630,
+  author="T. Berners-Lee",
+  title="{Universal Resource Identifiers in WWW: A Unifying Syntax for the Expression of Names and Addresses of Objects on the Network as used in the World-Wide Web}",
+  series="Request for Comments",
+  number="1630",
+  howpublished="RFC 1630 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1630.txt",
+}
+
+ at misc{rfc1631,
+  author="K. Egevang and P. Francis",
+  title="{The IP Network Address Translator (NAT)}",
+  series="Request for Comments",
+  number="1631",
+  howpublished="RFC 1631 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    note="Obsoleted by RFC 3022",
+  url="http://www.ietf.org/rfc/rfc1631.txt",
+}
+
+ at misc{rfc1632,
+  author="A. Getchell and S. Sataluri",
+  title="{A Revised Catalog of Available X.500 Implementations}",
+  series="Request for Comments",
+  number="1632",
+  howpublished="RFC 1632 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    note="Obsoleted by RFC 2116",
+  url="http://www.ietf.org/rfc/rfc1632.txt",
+}
+
+ at misc{rfc1633,
+  author="R. Braden and D. Clark and S. Shenker",
+  title="{Integrated Services in the Internet Architecture: an Overview}",
+  series="Request for Comments",
+  number="1633",
+  howpublished="RFC 1633 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1633.txt",
+}
+
+ at misc{rfc1634,
+  author="M. Allen",
+  title="{Novell IPX Over Various WAN Media (IPXWAN)}",
+  series="Request for Comments",
+  number="1634",
+  howpublished="RFC 1634 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1634.txt",
+}
+
+ at misc{rfc1635,
+  author="P. Deutsch and A. Emtage and A. Marine",
+  title="{How to Use Anonymous FTP}",
+  series="Request for Comments",
+  number="1635",
+  howpublished="RFC 1635 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1635.txt",
+}
+
+ at misc{rfc1636,
+  author="R. Braden and D. Clark and S. Crocker and C. Huitema",
+  title="{Report of IAB Workshop on Security in the Internet Architecture - February 8-10, 1994}",
+  series="Request for Comments",
+  number="1636",
+  howpublished="RFC 1636 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1636.txt",
+}
+
+ at misc{rfc1637,
+  author="B. Manning and R. Colella",
+  title="{DNS NSAP Resource Records}",
+  series="Request for Comments",
+  number="1637",
+  howpublished="RFC 1637 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    note="Obsoleted by RFC 1706",
+  url="http://www.ietf.org/rfc/rfc1637.txt",
+}
+
+ at misc{rfc1638,
+  author="F. Baker and R. Bowen",
+  title="{PPP Bridging Control Protocol (BCP)}",
+  series="Request for Comments",
+  number="1638",
+  howpublished="RFC 1638 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    note="Obsoleted by RFC 2878",
+  url="http://www.ietf.org/rfc/rfc1638.txt",
+}
+
+ at misc{rfc1639,
+  author="D. Piscitello",
+  title="{FTP Operation Over Big Address Records (FOOBAR)}",
+  series="Request for Comments",
+  number="1639",
+  howpublished="RFC 1639 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1639.txt",
+}
+
+ at misc{rfc1640,
+  author="S. Crocker",
+  title="{The Process for Organization of Internet Standards Working Group (POISED)}",
+  series="Request for Comments",
+  number="1640",
+  howpublished="RFC 1640 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1640.txt",
+}
+
+ at misc{rfc1641,
+  author="D. Goldsmith and M. Davis",
+  title="{Using Unicode with MIME}",
+  series="Request for Comments",
+  number="1641",
+  howpublished="RFC 1641 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1641.txt",
+}
+
+ at misc{rfc1642,
+  author="D. Goldsmith and M. Davis",
+  title="{UTF-7 - A Mail-Safe Transformation Format of Unicode}",
+  series="Request for Comments",
+  number="1642",
+  howpublished="RFC 1642 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 2152",
+  url="http://www.ietf.org/rfc/rfc1642.txt",
+}
+
+ at misc{rfc1643,
+  author="F. Kastenholz",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="1643",
+  howpublished="RFC 1643 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 3638",
+  url="http://www.ietf.org/rfc/rfc1643.txt",
+}
+
+ at misc{rfc1644,
+  author="R. Braden",
+  title="{T/TCP -- TCP Extensions for Transactions Functional Specification}",
+  series="Request for Comments",
+  number="1644",
+  howpublished="RFC 1644 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc1644.txt",
+}
+
+ at misc{rfc1645,
+  author="A. Gwinn",
+  title="{Simple Network Paging Protocol - Version 2}",
+  series="Request for Comments",
+  number="1645",
+  howpublished="RFC 1645 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1861",
+  url="http://www.ietf.org/rfc/rfc1645.txt",
+}
+
+ at misc{rfc1646,
+  author="C. Graves and T. Butts and M. Angel",
+  title="{TN3270 Extensions for LUname and Printer Selection}",
+  series="Request for Comments",
+  number="1646",
+  howpublished="RFC 1646 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1646.txt",
+}
+
+ at misc{rfc1647,
+  author="B. Kelly",
+  title="{TN3270 Enhancements}",
+  series="Request for Comments",
+  number="1647",
+  howpublished="RFC 1647 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 2355",
+  url="http://www.ietf.org/rfc/rfc1647.txt",
+}
+
+ at misc{rfc1648,
+  author="A. Cargille",
+  title="{Postmaster Convention for X.400 Operations}",
+  series="Request for Comments",
+  number="1648",
+  howpublished="RFC 1648 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1648.txt",
+}
+
+ at misc{rfc1649,
+  author="R. Hagens and A. Hansen",
+  title="{Operational Requirements for X.400 Management Domains in the GO-MHS Community}",
+  series="Request for Comments",
+  number="1649",
+  howpublished="RFC 1649 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1649.txt",
+}
+
+ at misc{rfc1650,
+  author="F. Kastenholz",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types using SMIv2}",
+  series="Request for Comments",
+  number="1650",
+  howpublished="RFC 1650 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    note="Obsoleted by RFC 2358",
+  url="http://www.ietf.org/rfc/rfc1650.txt",
+}
+
+ at misc{rfc1651,
+  author="J. Klensin and N. Freed and M. Rose and E. Stefferud and D. Crocker",
+  title="{SMTP Service Extensions}",
+  series="Request for Comments",
+  number="1651",
+  howpublished="RFC 1651 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1869",
+  url="http://www.ietf.org/rfc/rfc1651.txt",
+}
+
+ at misc{rfc1652,
+  author="J. Klensin and N. Freed and M. Rose and E. Stefferud and D. Crocker",
+  title="{SMTP Service Extension for 8bit-MIMEtransport}",
+  series="Request for Comments",
+  number="1652",
+  howpublished="RFC 1652 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 6152",
+  url="http://www.ietf.org/rfc/rfc1652.txt",
+}
+
+ at misc{rfc1653,
+  author="J. Klensin and N. Freed and K. Moore",
+  title="{SMTP Service Extension for Message Size Declaration}",
+  series="Request for Comments",
+  number="1653",
+  howpublished="RFC 1653 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1870",
+  url="http://www.ietf.org/rfc/rfc1653.txt",
+}
+
+ at misc{rfc1654,
+  author="Y. Rekhter and T. Li",
+  title="{A Border Gateway Protocol 4 (BGP-4)}",
+  series="Request for Comments",
+  number="1654",
+  howpublished="RFC 1654 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1771",
+  url="http://www.ietf.org/rfc/rfc1654.txt",
+}
+
+ at misc{rfc1655,
+  author="Y. Rekhter and P. Gross",
+  title="{Application of the Border Gateway Protocol in the Internet}",
+  series="Request for Comments",
+  number="1655",
+  howpublished="RFC 1655 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1772",
+  url="http://www.ietf.org/rfc/rfc1655.txt",
+}
+
+ at misc{rfc1656,
+  author="P. Traina",
+  title="{BGP-4 Protocol Document Roadmap and Implementation Experience}",
+  series="Request for Comments",
+  number="1656",
+  howpublished="RFC 1656 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1773",
+  url="http://www.ietf.org/rfc/rfc1656.txt",
+}
+
+ at misc{rfc1657,
+  author="S. Willis and J. Burruss and J. Chu",
+  title="{Definitions of Managed Objects for the Fourth Version of the Border Gateway Protocol (BGP-4) using SMIv2}",
+  series="Request for Comments",
+  number="1657",
+  howpublished="RFC 1657 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 4273",
+  url="http://www.ietf.org/rfc/rfc1657.txt",
+}
+
+ at misc{rfc1658,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for Character Stream Devices using SMIv2}",
+  series="Request for Comments",
+  number="1658",
+  howpublished="RFC 1658 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1658.txt",
+}
+
+ at misc{rfc1659,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for RS-232-like Hardware Devices using SMIv2}",
+  series="Request for Comments",
+  number="1659",
+  howpublished="RFC 1659 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1659.txt",
+}
+
+ at misc{rfc1660,
+  author="B. Stewart",
+  title="{Definitions of Managed Objects for Parallel-printer-like Hardware Devices using SMIv2}",
+  series="Request for Comments",
+  number="1660",
+  howpublished="RFC 1660 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1660.txt",
+}
+
+ at misc{rfc1661,
+  author="W. Simpson",
+  title="{The Point-to-Point Protocol (PPP)}",
+  series="Request for Comments",
+  number="1661",
+  howpublished="RFC 1661 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Updated by RFC 2153",
+  url="http://www.ietf.org/rfc/rfc1661.txt",
+}
+
+ at misc{rfc1662,
+  author="W. Simpson",
+  title="{PPP in HDLC-like Framing}",
+  series="Request for Comments",
+  number="1662",
+  howpublished="RFC 1662 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1662.txt",
+}
+
+ at misc{rfc1663,
+  author="D. Rand",
+  title="{PPP Reliable Transmission}",
+  series="Request for Comments",
+  number="1663",
+  howpublished="RFC 1663 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1663.txt",
+}
+
+ at misc{rfc1664,
+  author="C. Allocchio and A. Bonito and B. Cole and S. Giordano and R. Hagens",
+  title="{Using the Internet DNS to Distribute RFC1327 Mail Address Mapping Tables}",
+  series="Request for Comments",
+  number="1664",
+  howpublished="RFC 1664 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    note="Obsoleted by RFC 2163",
+  url="http://www.ietf.org/rfc/rfc1664.txt",
+}
+
+ at misc{rfc1665,
+  author="Z. Kielczewski and D. Kostick and K. Shih",
+  title="{Definitions of Managed Objects for SNA NAUs using SMIv2}",
+  series="Request for Comments",
+  number="1665",
+  howpublished="RFC 1665 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=jul,
+    note="Obsoleted by RFC 1666",
+  url="http://www.ietf.org/rfc/rfc1665.txt",
+}
+
+ at misc{rfc1666,
+  author="Z. Kielczewski and D. Kostick and K. Shih",
+  title="{Definitions of Managed Objects for SNA NAUs using SMIv2}",
+  series="Request for Comments",
+  number="1666",
+  howpublished="RFC 1666 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1666.txt",
+}
+
+ at misc{rfc1667,
+  author="S. Symington and D. Wood and M. Pullen",
+  title="{Modeling and Simulation Requirements for IPng}",
+  series="Request for Comments",
+  number="1667",
+  howpublished="RFC 1667 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1667.txt",
+}
+
+ at misc{rfc1668,
+  author="D. Estrin and T. Li and Y. Rekhter",
+  title="{Unified Routing Requirements for IPng}",
+  series="Request for Comments",
+  number="1668",
+  howpublished="RFC 1668 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1668.txt",
+}
+
+ at misc{rfc1669,
+  author="J. Curran",
+  title="{Market Viability as a IPng Criteria}",
+  series="Request for Comments",
+  number="1669",
+  howpublished="RFC 1669 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1669.txt",
+}
+
+ at misc{rfc1670,
+  author="D. Heagerty",
+  title="{Input to IPng Engineering Considerations}",
+  series="Request for Comments",
+  number="1670",
+  howpublished="RFC 1670 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1670.txt",
+}
+
+ at misc{rfc1671,
+  author="B. Carpenter",
+  title="{IPng White Paper on Transition and Other Considerations}",
+  series="Request for Comments",
+  number="1671",
+  howpublished="RFC 1671 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1671.txt",
+}
+
+ at misc{rfc1672,
+  author="N. Brownlee",
+  title="{Accounting Requirements for IPng}",
+  series="Request for Comments",
+  number="1672",
+  howpublished="RFC 1672 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1672.txt",
+}
+
+ at misc{rfc1673,
+  author="R. Skelton",
+  title="{Electric Power Research Institute Comments on IPng}",
+  series="Request for Comments",
+  number="1673",
+  howpublished="RFC 1673 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1673.txt",
+}
+
+ at misc{rfc1674,
+  author="M. Taylor",
+  title="{A Cellular Industry View of IPng}",
+  series="Request for Comments",
+  number="1674",
+  howpublished="RFC 1674 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1674.txt",
+}
+
+ at misc{rfc1675,
+  author="S. Bellovin",
+  title="{Security Concerns for IPng}",
+  series="Request for Comments",
+  number="1675",
+  howpublished="RFC 1675 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1675.txt",
+}
+
+ at misc{rfc1676,
+  author="A. Ghiselli and D. Salomoni and C. Vistoli",
+  title="{INFN Requirements for an IPng}",
+  series="Request for Comments",
+  number="1676",
+  howpublished="RFC 1676 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1676.txt",
+}
+
+ at misc{rfc1677,
+  author="B. Adamson",
+  title="{Tactical Radio Frequency Communication Requirements for IPng}",
+  series="Request for Comments",
+  number="1677",
+  howpublished="RFC 1677 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1677.txt",
+}
+
+ at misc{rfc1678,
+  author="E. Britton and J. Tavs",
+  title="{IPng Requirements of Large Corporate Networks}",
+  series="Request for Comments",
+  number="1678",
+  howpublished="RFC 1678 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1678.txt",
+}
+
+ at misc{rfc1679,
+  author="D. Green and P. Irey and D. Marlow and K. O'Donoghue",
+  title="{HPN Working Group Input to the IPng Requirements Solicitation}",
+  series="Request for Comments",
+  number="1679",
+  howpublished="RFC 1679 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1679.txt",
+}
+
+ at misc{rfc1680,
+  author="C. Brazdziunas",
+  title="{IPng Support for ATM Services}",
+  series="Request for Comments",
+  number="1680",
+  howpublished="RFC 1680 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1680.txt",
+}
+
+ at misc{rfc1681,
+  author="S. Bellovin",
+  title="{On Many Addresses per Host}",
+  series="Request for Comments",
+  number="1681",
+  howpublished="RFC 1681 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1681.txt",
+}
+
+ at misc{rfc1682,
+  author="J. Bound",
+  title="{IPng BSD Host Implementation Analysis}",
+  series="Request for Comments",
+  number="1682",
+  howpublished="RFC 1682 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1682.txt",
+}
+
+ at misc{rfc1683,
+  author="R. Clark and M. Ammar and K. Calvert",
+  title="{Multiprotocol Interoperability In IPng}",
+  series="Request for Comments",
+  number="1683",
+  howpublished="RFC 1683 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1683.txt",
+}
+
+ at misc{rfc1684,
+  author="P. Jurg",
+  title="{Introduction to White Pages Services based on X.500}",
+  series="Request for Comments",
+  number="1684",
+  howpublished="RFC 1684 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1684.txt",
+}
+
+ at misc{rfc1685,
+  author="H. Alvestrand",
+  title="{Writing X.400 O/R Names}",
+  series="Request for Comments",
+  number="1685",
+  howpublished="RFC 1685 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1685.txt",
+}
+
+ at misc{rfc1686,
+  author="M. Vecchi",
+  title="{IPng Requirements: A Cable Television Industry Viewpoint}",
+  series="Request for Comments",
+  number="1686",
+  howpublished="RFC 1686 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1686.txt",
+}
+
+ at misc{rfc1687,
+  author="E. Fleischman",
+  title="{A Large Corporate User's View of IPng}",
+  series="Request for Comments",
+  number="1687",
+  howpublished="RFC 1687 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1687.txt",
+}
+
+ at misc{rfc1688,
+  author="W. Simpson",
+  title="{IPng Mobility Considerations}",
+  series="Request for Comments",
+  number="1688",
+  howpublished="RFC 1688 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1688.txt",
+}
+
+ at misc{rfc1689,
+  author="J. Foster",
+  title="{A Status Report on Networked Information Retrieval: Tools and Groups}",
+  series="Request for Comments",
+  number="1689",
+  howpublished="RFC 1689 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1689.txt",
+}
+
+ at misc{rfc1690,
+  author="G. Huston",
+  title="{Introducing the Internet Engineering and Planning Group (IEPG)}",
+  series="Request for Comments",
+  number="1690",
+  howpublished="RFC 1690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1690.txt",
+}
+
+ at misc{rfc1691,
+  author="W. Turner",
+  title="{The Document Architecture for the Cornell Digital Library}",
+  series="Request for Comments",
+  number="1691",
+  howpublished="RFC 1691 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1691.txt",
+}
+
+ at misc{rfc1692,
+  author="P. Cameron and D. Crocker and D. Cohen and J. Postel",
+  title="{Transport Multiplexing Protocol (TMux)}",
+  series="Request for Comments",
+  number="1692",
+  howpublished="RFC 1692 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1692.txt",
+}
+
+ at misc{rfc1693,
+  author="T.  Connolly and P. Amer and P. Conrad",
+  title="{An Extension to TCP : Partial Order Service}",
+  series="Request for Comments",
+  number="1693",
+  howpublished="RFC 1693 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc1693.txt",
+}
+
+ at misc{rfc1694,
+  author="T. Brown and K. Tesink",
+  title="{Definitions of Managed Objects for SMDS Interfaces using SMIv2}",
+  series="Request for Comments",
+  number="1694",
+  howpublished="RFC 1694 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1694.txt",
+}
+
+ at misc{rfc1695,
+  author="M. Ahmed and K. Tesink",
+  title="{Definitions of Managed Objects for ATM Management Version 8.0 using SMIv2}",
+  series="Request for Comments",
+  number="1695",
+  howpublished="RFC 1695 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    note="Obsoleted by RFC 2515",
+  url="http://www.ietf.org/rfc/rfc1695.txt",
+}
+
+ at misc{rfc1696,
+  author="J. Barnes and L. Brown and R. Royston and S. Waldbusser",
+  title="{Modem Management Information Base (MIB) using SMIv2}",
+  series="Request for Comments",
+  number="1696",
+  howpublished="RFC 1696 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1696.txt",
+}
+
+ at misc{rfc1697,
+  author="D. Brower and B. Purvy and A. Daniel and M. Sinykin and J. Smith",
+  title="{Relational Database Management System (RDBMS) Management Information Base (MIB) using SMIv2}",
+  series="Request for Comments",
+  number="1697",
+  howpublished="RFC 1697 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1697.txt",
+}
+
+ at misc{rfc1698,
+  author="P. Furniss",
+  title="{Octet Sequences for Upper-Layer OSI to Support Basic Communications Applications}",
+  series="Request for Comments",
+  number="1698",
+  howpublished="RFC 1698 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1698.txt",
+}
+
+ at misc{rfc1699,
+  author="J. Elliott",
+  title="{Summary of 1600-1699}",
+  series="Request for Comments",
+  number="1699",
+  howpublished="RFC 1699 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1699.txt",
+}
+
+ at misc{rfc1700,
+  author="J. Reynolds and J. Postel",
+  title="{Assigned Numbers}",
+  series="Request for Comments",
+  number="1700",
+  howpublished="RFC 1700 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    note="Obsoleted by RFC 3232",
+  url="http://www.ietf.org/rfc/rfc1700.txt",
+}
+
+ at misc{rfc1701,
+  author="S. Hanks and T. Li and D. Farinacci and P. Traina",
+  title="{Generic Routing Encapsulation (GRE)}",
+  series="Request for Comments",
+  number="1701",
+  howpublished="RFC 1701 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1701.txt",
+}
+
+ at misc{rfc1702,
+  author="S. Hanks and T. Li and D. Farinacci and P. Traina",
+  title="{Generic Routing Encapsulation over IPv4 networks}",
+  series="Request for Comments",
+  number="1702",
+  howpublished="RFC 1702 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1702.txt",
+}
+
+ at misc{rfc1703,
+  author="M. Rose",
+  title="{Principles of Operation for the TPC.INT Subdomain: Radio Paging -- Technical Procedures}",
+  series="Request for Comments",
+  number="1703",
+  howpublished="RFC 1703 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1703.txt",
+}
+
+ at misc{rfc1704,
+  author="N. Haller and R. Atkinson",
+  title="{On Internet Authentication}",
+  series="Request for Comments",
+  number="1704",
+  howpublished="RFC 1704 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1704.txt",
+}
+
+ at misc{rfc1705,
+  author="R. Carlson and D. Ficarella",
+  title="{Six Virtual Inches to the Left: The Problem with IPng}",
+  series="Request for Comments",
+  number="1705",
+  howpublished="RFC 1705 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1705.txt",
+}
+
+ at misc{rfc1706,
+  author="B. Manning and R. Colella",
+  title="{DNS NSAP Resource Records}",
+  series="Request for Comments",
+  number="1706",
+  howpublished="RFC 1706 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1706.txt",
+}
+
+ at misc{rfc1707,
+  author="M. McGovern and R. Ullmann",
+  title="{CATNIP: Common Architecture for the Internet}",
+  series="Request for Comments",
+  number="1707",
+  howpublished="RFC 1707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1707.txt",
+}
+
+ at misc{rfc1708,
+  author="D. Gowin",
+  title="{NTP PICS PROFORMA - For the Network Time Protocol Version 3}",
+  series="Request for Comments",
+  number="1708",
+  howpublished="RFC 1708 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1708.txt",
+}
+
+ at misc{rfc1709,
+  author="J. Gargano and D. Wasley",
+  title="{K-12 Internetworking Guidelines}",
+  series="Request for Comments",
+  number="1709",
+  howpublished="RFC 1709 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1709.txt",
+}
+
+ at misc{rfc1710,
+  author="R. Hinden",
+  title="{Simple Internet Protocol Plus White Paper}",
+  series="Request for Comments",
+  number="1710",
+  howpublished="RFC 1710 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1710.txt",
+}
+
+ at misc{rfc1711,
+  author="J. Houttuin",
+  title="{Classifications in E-mail Routing}",
+  series="Request for Comments",
+  number="1711",
+  howpublished="RFC 1711 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1711.txt",
+}
+
+ at misc{rfc1712,
+  author="C. Farrell and M. Schulze and S. Pleitner and D. Baldoni",
+  title="{DNS Encoding of Geographical Location}",
+  series="Request for Comments",
+  number="1712",
+  howpublished="RFC 1712 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1712.txt",
+}
+
+ at misc{rfc1713,
+  author="A. Romao",
+  title="{Tools for DNS debugging}",
+  series="Request for Comments",
+  number="1713",
+  howpublished="RFC 1713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1713.txt",
+}
+
+ at misc{rfc1714,
+  author="S. Williamson and M. Kosters",
+  title="{Referral Whois Protocol (RWhois)}",
+  series="Request for Comments",
+  number="1714",
+  howpublished="RFC 1714 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 2167",
+  url="http://www.ietf.org/rfc/rfc1714.txt",
+}
+
+ at misc{rfc1715,
+  author="C. Huitema",
+  title="{The H Ratio for Address Assignment Efficiency}",
+  series="Request for Comments",
+  number="1715",
+  howpublished="RFC 1715 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Updated by RFC 3194",
+  url="http://www.ietf.org/rfc/rfc1715.txt",
+}
+
+ at misc{rfc1716,
+  author="P. Almquist and F. Kastenholz",
+  title="{Towards Requirements for IP Routers}",
+  series="Request for Comments",
+  number="1716",
+  howpublished="RFC 1716 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 1812",
+  url="http://www.ietf.org/rfc/rfc1716.txt",
+}
+
+ at misc{rfc1717,
+  author="K. Sklower and B. Lloyd and G. McGregor and D. Carr",
+  title="{The PPP Multilink Protocol (MP)}",
+  series="Request for Comments",
+  number="1717",
+  howpublished="RFC 1717 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 1990",
+  url="http://www.ietf.org/rfc/rfc1717.txt",
+}
+
+ at misc{rfc1718,
+  author="IETF Secretariat and G. Malkin",
+  title="{The Tao of IETF - A Guide for New Attendees of the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="1718",
+  howpublished="RFC 1718 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 3160",
+  url="http://www.ietf.org/rfc/rfc1718.txt",
+}
+
+ at misc{rfc1719,
+  author="P. Gross",
+  title="{A Direction for IPng}",
+  series="Request for Comments",
+  number="1719",
+  howpublished="RFC 1719 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1719.txt",
+}
+
+ at misc{rfc1720,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1720",
+  howpublished="RFC 1720 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 1780",
+  url="http://www.ietf.org/rfc/rfc1720.txt",
+}
+
+ at misc{rfc1721,
+  author="G. Malkin",
+  title="{RIP Version 2 Protocol Analysis}",
+  series="Request for Comments",
+  number="1721",
+  howpublished="RFC 1721 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1721.txt",
+}
+
+ at misc{rfc1722,
+  author="G. Malkin",
+  title="{RIP Version 2 Protocol Applicability Statement}",
+  series="Request for Comments",
+  number="1722",
+  howpublished="RFC 1722 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1722.txt",
+}
+
+ at misc{rfc1723,
+  author="G. Malkin",
+  title="{RIP Version 2 - Carrying Additional Information}",
+  series="Request for Comments",
+  number="1723",
+  howpublished="RFC 1723 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 2453",
+  url="http://www.ietf.org/rfc/rfc1723.txt",
+}
+
+ at misc{rfc1724,
+  author="G. Malkin and F. Baker",
+  title="{RIP Version 2 MIB Extension}",
+  series="Request for Comments",
+  number="1724",
+  howpublished="RFC 1724 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1724.txt",
+}
+
+ at misc{rfc1725,
+  author="J. Myers and M. Rose",
+  title="{Post Office Protocol - Version 3}",
+  series="Request for Comments",
+  number="1725",
+  howpublished="RFC 1725 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=nov,
+    note="Obsoleted by RFC 1939",
+  url="http://www.ietf.org/rfc/rfc1725.txt",
+}
+
+ at misc{rfc1726,
+  author="C. Partridge and F. Kastenholz",
+  title="{Technical Criteria for Choosing IP The Next Generation (IPng)}",
+  series="Request for Comments",
+  number="1726",
+  howpublished="RFC 1726 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1726.txt",
+}
+
+ at misc{rfc1727,
+  author="C. Weider and P. Deutsch",
+  title="{A Vision of an Integrated Internet Information Service}",
+  series="Request for Comments",
+  number="1727",
+  howpublished="RFC 1727 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1727.txt",
+}
+
+ at misc{rfc1728,
+  author="C. Weider",
+  title="{Resource Transponders}",
+  series="Request for Comments",
+  number="1728",
+  howpublished="RFC 1728 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1728.txt",
+}
+
+ at misc{rfc1729,
+  author="C. Lynch",
+  title="{Using the Z39.50 Information Retrieval Protocol}",
+  series="Request for Comments",
+  number="1729",
+  howpublished="RFC 1729 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1729.txt",
+}
+
+ at misc{rfc1730,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol - Version 4}",
+  series="Request for Comments",
+  number="1730",
+  howpublished="RFC 1730 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFCs 2060, 2061",
+  url="http://www.ietf.org/rfc/rfc1730.txt",
+}
+
+ at misc{rfc1731,
+  author="J. Myers",
+  title="{IMAP4 Authentication Mechanisms}",
+  series="Request for Comments",
+  number="1731",
+  howpublished="RFC 1731 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1731.txt",
+}
+
+ at misc{rfc1732,
+  author="M. Crispin",
+  title="{IMAP4 Compatibility with IMAP2 and IMAP2bis}",
+  series="Request for Comments",
+  number="1732",
+  howpublished="RFC 1732 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1732.txt",
+}
+
+ at misc{rfc1733,
+  author="M. Crispin",
+  title="{Distributed Electronic Mail Models in IMAP4}",
+  series="Request for Comments",
+  number="1733",
+  howpublished="RFC 1733 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1733.txt",
+}
+
+ at misc{rfc1734,
+  author="J. Myers",
+  title="{POP3 AUTHentication command}",
+  series="Request for Comments",
+  number="1734",
+  howpublished="RFC 1734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFC 5034",
+  url="http://www.ietf.org/rfc/rfc1734.txt",
+}
+
+ at misc{rfc1735,
+  author="J. Heinanen and R. Govindan",
+  title="{NBMA Address Resolution Protocol (NARP)}",
+  series="Request for Comments",
+  number="1735",
+  howpublished="RFC 1735 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1735.txt",
+}
+
+ at misc{rfc1736,
+  author="J. Kunze",
+  title="{Functional Recommendations for Internet Resource Locators}",
+  series="Request for Comments",
+  number="1736",
+  howpublished="RFC 1736 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1736.txt",
+}
+
+ at misc{rfc1737,
+  author="K. Sollins and L. Masinter",
+  title="{Functional Requirements for Uniform Resource Names}",
+  series="Request for Comments",
+  number="1737",
+  howpublished="RFC 1737 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1737.txt",
+}
+
+ at misc{rfc1738,
+  author="T. Berners-Lee and L. Masinter and M. McCahill",
+  title="{Uniform Resource Locators (URL)}",
+  series="Request for Comments",
+  number="1738",
+  howpublished="RFC 1738 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFCs 4248, 4266, updated by RFCs 1808, 2368, 2396, 3986, 6196, 6270",
+  url="http://www.ietf.org/rfc/rfc1738.txt",
+}
+
+ at misc{rfc1739,
+  author="G. Kessler and S. Shepard",
+  title="{A Primer On Internet and TCP/IP Tools}",
+  series="Request for Comments",
+  number="1739",
+  howpublished="RFC 1739 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFC 2151",
+  url="http://www.ietf.org/rfc/rfc1739.txt",
+}
+
+ at misc{rfc1740,
+  author="P. Faltstrom and D. Crocker and E. Fair",
+  title="{MIME Encapsulation of Macintosh Files - MacMIME}",
+  series="Request for Comments",
+  number="1740",
+  howpublished="RFC 1740 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1740.txt",
+}
+
+ at misc{rfc1741,
+  author="P. Faltstrom and D. Crocker and E. Fair",
+  title="{MIME Content Type for BinHex Encoded Files}",
+  series="Request for Comments",
+  number="1741",
+  howpublished="RFC 1741 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1741.txt",
+}
+
+ at misc{rfc1742,
+  author="S. Waldbusser and K. Frisa",
+  title="{AppleTalk Management Information Base II}",
+  series="Request for Comments",
+  number="1742",
+  howpublished="RFC 1742 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1742.txt",
+}
+
+ at misc{rfc1743,
+  author="K. McCloghrie and E. Decker",
+  title="{IEEE 802.5 MIB using SMIv2}",
+  series="Request for Comments",
+  number="1743",
+  howpublished="RFC 1743 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFC 1748",
+  url="http://www.ietf.org/rfc/rfc1743.txt",
+}
+
+ at misc{rfc1744,
+  author="G. Huston",
+  title="{Observations on the Management of the Internet Address Space}",
+  series="Request for Comments",
+  number="1744",
+  howpublished="RFC 1744 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1744.txt",
+}
+
+ at misc{rfc1745,
+  author="K. Varadhan and S. Hares and Y. Rekhter",
+  title="{BGP4/IDRP for IP---OSPF Interaction}",
+  series="Request for Comments",
+  number="1745",
+  howpublished="RFC 1745 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1745.txt",
+}
+
+ at misc{rfc1746,
+  author="B. Manning and D. Perkins",
+  title="{Ways to Define User Expectations}",
+  series="Request for Comments",
+  number="1746",
+  howpublished="RFC 1746 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1746.txt",
+}
+
+ at misc{rfc1747,
+  author="J. Hilgeman and S. Nix and A. Bartky and W. Clark",
+  title="{Definitions of Managed Objects for SNA Data Link Control (SDLC) using SMIv2}",
+  series="Request for Comments",
+  number="1747",
+  howpublished="RFC 1747 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1747.txt",
+}
+
+ at misc{rfc1748,
+  author="K. McCloghrie and E. Decker",
+  title="{IEEE 802.5 MIB using SMIv2}",
+  series="Request for Comments",
+  number="1748",
+  howpublished="RFC 1748 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Updated by RFC 1749",
+  url="http://www.ietf.org/rfc/rfc1748.txt",
+}
+
+ at misc{rfc1749,
+  author="K. McCloghrie and F. Baker and E. Decker",
+  title="{IEEE 802.5 Station Source Routing MIB using SMIv2}",
+  series="Request for Comments",
+  number="1749",
+  howpublished="RFC 1749 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1749.txt",
+}
+
+ at misc{rfc1750,
+  author="D. Eastlake 3rd and S. Crocker and J. Schiller",
+  title="{Randomness Recommendations for Security}",
+  series="Request for Comments",
+  number="1750",
+  howpublished="RFC 1750 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    note="Obsoleted by RFC 4086",
+  url="http://www.ietf.org/rfc/rfc1750.txt",
+}
+
+ at misc{rfc1751,
+  author="D. McDonald",
+  title="{A Convention for Human-Readable 128-bit Keys}",
+  series="Request for Comments",
+  number="1751",
+  howpublished="RFC 1751 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1751.txt",
+}
+
+ at misc{rfc1752,
+  author="S. Bradner and A. Mankin",
+  title="{The Recommendation for the IP Next Generation Protocol}",
+  series="Request for Comments",
+  number="1752",
+  howpublished="RFC 1752 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1752.txt",
+}
+
+ at misc{rfc1753,
+  author="N. Chiappa",
+  title="{IPng Technical Requirements Of the Nimrod Routing and Addressing Architecture}",
+  series="Request for Comments",
+  number="1753",
+  howpublished="RFC 1753 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1994,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1753.txt",
+}
+
+ at misc{rfc1754,
+  author="M. Laubach",
+  title="{IP over ATM Working Group's Recommendations for the ATM Forum's Multiprotocol BOF Version 1}",
+  series="Request for Comments",
+  number="1754",
+  howpublished="RFC 1754 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1754.txt",
+}
+
+ at misc{rfc1755,
+  author="M. Perez and F. Liaw and A. Mankin and E. Hoffman and D. Grossman and A. Malis",
+  title="{ATM Signaling Support for IP over ATM}",
+  series="Request for Comments",
+  number="1755",
+  howpublished="RFC 1755 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1755.txt",
+}
+
+ at misc{rfc1756,
+  author="T. Rinne",
+  title="{Remote Write Protocol - Version 1.0}",
+  series="Request for Comments",
+  number="1756",
+  howpublished="RFC 1756 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1756.txt",
+}
+
+ at misc{rfc1757,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base}",
+  series="Request for Comments",
+  number="1757",
+  howpublished="RFC 1757 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    note="Obsoleted by RFC 2819",
+  url="http://www.ietf.org/rfc/rfc1757.txt",
+}
+
+ at misc{rfc1758,
+  author="The North American Directory Forum",
+  title="{NADF Standing Documents: A Brief Overview}",
+  series="Request for Comments",
+  number="1758",
+  howpublished="RFC 1758 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1758.txt",
+}
+
+ at misc{rfc1759,
+  author="R. Smith and F. Wright and T. Hastings and S. Zilles and J. Gyllenskog",
+  title="{Printer MIB}",
+  series="Request for Comments",
+  number="1759",
+  howpublished="RFC 1759 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 3805",
+  url="http://www.ietf.org/rfc/rfc1759.txt",
+}
+
+ at misc{rfc1760,
+  author="N. Haller",
+  title="{The S/KEY One-Time Password System}",
+  series="Request for Comments",
+  number="1760",
+  howpublished="RFC 1760 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1760.txt",
+}
+
+ at misc{rfc1761,
+  author="B. Callaghan and R. Gilligan",
+  title="{Snoop Version 2 Packet Capture File Format}",
+  series="Request for Comments",
+  number="1761",
+  howpublished="RFC 1761 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1761.txt",
+}
+
+ at misc{rfc1762,
+  author="S. Senum",
+  title="{The PPP DECnet Phase IV Control Protocol (DNCP)}",
+  series="Request for Comments",
+  number="1762",
+  howpublished="RFC 1762 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1762.txt",
+}
+
+ at misc{rfc1763,
+  author="S. Senum",
+  title="{The PPP Banyan Vines Control Protocol (BVCP)}",
+  series="Request for Comments",
+  number="1763",
+  howpublished="RFC 1763 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1763.txt",
+}
+
+ at misc{rfc1764,
+  author="S. Senum",
+  title="{The PPP XNS IDP Control Protocol (XNSCP)}",
+  series="Request for Comments",
+  number="1764",
+  howpublished="RFC 1764 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1764.txt",
+}
+
+ at misc{rfc1765,
+  author="J. Moy",
+  title="{OSPF Database Overflow}",
+  series="Request for Comments",
+  number="1765",
+  howpublished="RFC 1765 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1765.txt",
+}
+
+ at misc{rfc1766,
+  author="H. Alvestrand",
+  title="{Tags for the Identification of Languages}",
+  series="Request for Comments",
+  number="1766",
+  howpublished="RFC 1766 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFCs 3066, 3282",
+  url="http://www.ietf.org/rfc/rfc1766.txt",
+}
+
+ at misc{rfc1767,
+  author="D. Crocker",
+  title="{MIME Encapsulation of EDI Objects}",
+  series="Request for Comments",
+  number="1767",
+  howpublished="RFC 1767 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1767.txt",
+}
+
+ at misc{rfc1768,
+  author="D. Marlow",
+  title="{Host Group Extensions for CLNP Multicasting}",
+  series="Request for Comments",
+  number="1768",
+  howpublished="RFC 1768 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1768.txt",
+}
+
+ at misc{rfc1769,
+  author="D. Mills",
+  title="{Simple Network Time Protocol (SNTP)}",
+  series="Request for Comments",
+  number="1769",
+  howpublished="RFC 1769 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFCs 2030, 4330",
+  url="http://www.ietf.org/rfc/rfc1769.txt",
+}
+
+ at misc{rfc1770,
+  author="C. Graff",
+  title="{IPv4 Option for Sender Directed Multi-Destination Delivery}",
+  series="Request for Comments",
+  number="1770",
+  howpublished="RFC 1770 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 6814",
+  url="http://www.ietf.org/rfc/rfc1770.txt",
+}
+
+ at misc{rfc1771,
+  author="Y. Rekhter and T. Li",
+  title="{A Border Gateway Protocol 4 (BGP-4)}",
+  series="Request for Comments",
+  number="1771",
+  howpublished="RFC 1771 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 4271",
+  url="http://www.ietf.org/rfc/rfc1771.txt",
+}
+
+ at misc{rfc1772,
+  author="Y. Rekhter and P. Gross",
+  title="{Application of the Border Gateway Protocol in the Internet}",
+  series="Request for Comments",
+  number="1772",
+  howpublished="RFC 1772 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1772.txt",
+}
+
+ at misc{rfc1773,
+  author="P. Traina",
+  title="{Experience with the BGP-4 protocol}",
+  series="Request for Comments",
+  number="1773",
+  howpublished="RFC 1773 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1773.txt",
+}
+
+ at misc{rfc1774,
+  author="P. Traina",
+  title="{BGP-4 Protocol Analysis}",
+  series="Request for Comments",
+  number="1774",
+  howpublished="RFC 1774 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1774.txt",
+}
+
+ at misc{rfc1775,
+  author="D. Crocker",
+  title="{To Be "On" the Internet}",
+  series="Request for Comments",
+  number="1775",
+  howpublished="RFC 1775 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1775.txt",
+}
+
+ at misc{rfc1776,
+  author="S. Crocker",
+  title="{The Address is the Message}",
+  series="Request for Comments",
+  number="1776",
+  howpublished="RFC 1776 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1776.txt",
+}
+
+ at misc{rfc1777,
+  author="W. Yeong and T. Howes and S. Kille",
+  title="{Lightweight Directory Access Protocol}",
+  series="Request for Comments",
+  number="1777",
+  howpublished="RFC 1777 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 3494",
+  url="http://www.ietf.org/rfc/rfc1777.txt",
+}
+
+ at misc{rfc1778,
+  author="T. Howes and S. Kille and W. Yeong and C. Robbins",
+  title="{The String Representation of Standard Attribute Syntaxes}",
+  series="Request for Comments",
+  number="1778",
+  howpublished="RFC 1778 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 3494, updated by RFC 2559",
+  url="http://www.ietf.org/rfc/rfc1778.txt",
+}
+
+ at misc{rfc1779,
+  author="S. Kille",
+  title="{A String Representation of Distinguished Names}",
+  series="Request for Comments",
+  number="1779",
+  howpublished="RFC 1779 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFCs 2253, 3494",
+  url="http://www.ietf.org/rfc/rfc1779.txt",
+}
+
+ at misc{rfc1780,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1780",
+  howpublished="RFC 1780 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 1800",
+  url="http://www.ietf.org/rfc/rfc1780.txt",
+}
+
+ at misc{rfc1781,
+  author="S. Kille",
+  title="{Using the OSI Directory to Achieve User Friendly Naming}",
+  series="Request for Comments",
+  number="1781",
+  howpublished="RFC 1781 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 3494",
+  url="http://www.ietf.org/rfc/rfc1781.txt",
+}
+
+ at misc{rfc1782,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Option Extension}",
+  series="Request for Comments",
+  number="1782",
+  howpublished="RFC 1782 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 2347",
+  url="http://www.ietf.org/rfc/rfc1782.txt",
+}
+
+ at misc{rfc1783,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Blocksize Option}",
+  series="Request for Comments",
+  number="1783",
+  howpublished="RFC 1783 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 2348",
+  url="http://www.ietf.org/rfc/rfc1783.txt",
+}
+
+ at misc{rfc1784,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Timeout Interval and Transfer Size Options}",
+  series="Request for Comments",
+  number="1784",
+  howpublished="RFC 1784 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    note="Obsoleted by RFC 2349",
+  url="http://www.ietf.org/rfc/rfc1784.txt",
+}
+
+ at misc{rfc1785,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Option Negotiation Analysis}",
+  series="Request for Comments",
+  number="1785",
+  howpublished="RFC 1785 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1785.txt",
+}
+
+ at misc{rfc1786,
+  author="T. Bates and E. Gerich and L. Joncheray and J-M. Jouanigot and D. Karrenberg and M. Terpstra and J. Yu",
+  title="{Representation of IP Routing Policies in a Routing Registry (ripe-81++)}",
+  series="Request for Comments",
+  number="1786",
+  howpublished="RFC 1786 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1786.txt",
+}
+
+ at misc{rfc1787,
+  author="Y. Rekhter",
+  title="{Routing in a Multi-provider Internet}",
+  series="Request for Comments",
+  number="1787",
+  howpublished="RFC 1787 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1787.txt",
+}
+
+ at misc{rfc1788,
+  author="W. Simpson",
+  title="{ICMP Domain Name Messages}",
+  series="Request for Comments",
+  number="1788",
+  howpublished="RFC 1788 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    note="Obsoleted by RFC 6918",
+  url="http://www.ietf.org/rfc/rfc1788.txt",
+}
+
+ at misc{rfc1789,
+  author="C. Yang",
+  title="{INETPhone: Telephone Services and Servers on Internet}",
+  series="Request for Comments",
+  number="1789",
+  howpublished="RFC 1789 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1789.txt",
+}
+
+ at misc{rfc1790,
+  author="V. Cerf",
+  title="{An Agreement between the Internet Society and Sun Microsystems, Inc. in the Matter of ONC RPC and XDR Protocols}",
+  series="Request for Comments",
+  number="1790",
+  howpublished="RFC 1790 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1790.txt",
+}
+
+ at misc{rfc1791,
+  author="T. Sung",
+  title="{TCP And UDP Over IPX Networks With Fixed Path MTU}",
+  series="Request for Comments",
+  number="1791",
+  howpublished="RFC 1791 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1791.txt",
+}
+
+ at misc{rfc1792,
+  author="T. Sung",
+  title="{TCP/IPX Connection Mib Specification}",
+  series="Request for Comments",
+  number="1792",
+  howpublished="RFC 1792 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1792.txt",
+}
+
+ at misc{rfc1793,
+  author="J. Moy",
+  title="{Extending OSPF to Support Demand Circuits}",
+  series="Request for Comments",
+  number="1793",
+  howpublished="RFC 1793 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    note="Updated by RFC 3883",
+  url="http://www.ietf.org/rfc/rfc1793.txt",
+}
+
+ at misc{rfc1794,
+  author="T. Brisco",
+  title="{DNS Support for Load Balancing}",
+  series="Request for Comments",
+  number="1794",
+  howpublished="RFC 1794 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1794.txt",
+}
+
+ at misc{rfc1795,
+  author="L. Wells and A. Bartky",
+  title="{Data Link Switching: Switch-to-Switch Protocol AIW DLSw RIG: DLSw Closed Pages, DLSw Standard Version 1}",
+  series="Request for Comments",
+  number="1795",
+  howpublished="RFC 1795 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1795.txt",
+}
+
+ at misc{rfc1796,
+  author="C. Huitema and J. Postel and S. Crocker",
+  title="{Not All RFCs are Standards}",
+  series="Request for Comments",
+  number="1796",
+  howpublished="RFC 1796 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1796.txt",
+}
+
+ at misc{rfc1797,
+  author="Internet Assigned Numbers Authority (IANA)",
+  title="{Class A Subnet Experiment}",
+  series="Request for Comments",
+  number="1797",
+  howpublished="RFC 1797 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1797.txt",
+}
+
+ at misc{rfc1798,
+  author="A. Young",
+  title="{Connection-less Lightweight X.500 Directory Access Protocol}",
+  series="Request for Comments",
+  number="1798",
+  howpublished="RFC 1798 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    note="Obsoleted by RFC 3352",
+  url="http://www.ietf.org/rfc/rfc1798.txt",
+}
+
+ at misc{rfc1799,
+  author="M. Kennedy",
+  title="{Request for Comments Summary RFC Numbers 1700-1799}",
+  series="Request for Comments",
+  number="1799",
+  howpublished="RFC 1799 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1799.txt",
+}
+
+ at misc{rfc1800,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1800",
+  howpublished="RFC 1800 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jul,
+    note="Obsoleted by RFC 1880",
+  url="http://www.ietf.org/rfc/rfc1800.txt",
+}
+
+ at misc{rfc1801,
+  author="S. Kille",
+  title="{MHS use of the X.500 Directory to support MHS Routing}",
+  series="Request for Comments",
+  number="1801",
+  howpublished="RFC 1801 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1801.txt",
+}
+
+ at misc{rfc1802,
+  author="H. Alvestrand and K. Jordan and S. Langlois and J. Romaguera",
+  title="{Introducing Project Long Bud: Internet Pilot Project for the Deployment of X.500 Directory Information in Support of X.400 Routing}",
+  series="Request for Comments",
+  number="1802",
+  howpublished="RFC 1802 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1802.txt",
+}
+
+ at misc{rfc1803,
+  author="R. Wright and A. Getchell and T. Howes and S. Sataluri and P. Yee and W. Yeong",
+  title="{Recommendations for an X.500 Production Directory Service}",
+  series="Request for Comments",
+  number="1803",
+  howpublished="RFC 1803 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1803.txt",
+}
+
+ at misc{rfc1804,
+  author="G. Mansfield and P. Rajeev and S. Raghavan and T. Howes",
+  title="{Schema Publishing in X.500 Directory}",
+  series="Request for Comments",
+  number="1804",
+  howpublished="RFC 1804 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1804.txt",
+}
+
+ at misc{rfc1805,
+  author="A. Rubin",
+  title="{Location-Independent Data/Software Integrity Protocol}",
+  series="Request for Comments",
+  number="1805",
+  howpublished="RFC 1805 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1805.txt",
+}
+
+ at misc{rfc1806,
+  author="R. Troost and S. Dorner",
+  title="{Communicating Presentation Information in Internet Messages: The Content-Disposition Header}",
+  series="Request for Comments",
+  number="1806",
+  howpublished="RFC 1806 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    note="Obsoleted by RFC 2183",
+  url="http://www.ietf.org/rfc/rfc1806.txt",
+}
+
+ at misc{rfc1807,
+  author="R. Lasher and D. Cohen",
+  title="{A Format for Bibliographic Records}",
+  series="Request for Comments",
+  number="1807",
+  howpublished="RFC 1807 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1807.txt",
+}
+
+ at misc{rfc1808,
+  author="R. Fielding",
+  title="{Relative Uniform Resource Locators}",
+  series="Request for Comments",
+  number="1808",
+  howpublished="RFC 1808 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    note="Obsoleted by RFC 3986, updated by RFCs 2368, 2396",
+  url="http://www.ietf.org/rfc/rfc1808.txt",
+}
+
+ at misc{rfc1809,
+  author="C. Partridge",
+  title="{Using the Flow Label Field in IPv6}",
+  series="Request for Comments",
+  number="1809",
+  howpublished="RFC 1809 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1809.txt",
+}
+
+ at misc{rfc1810,
+  author="J. Touch",
+  title="{Report on MD5 Performance}",
+  series="Request for Comments",
+  number="1810",
+  howpublished="RFC 1810 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1810.txt",
+}
+
+ at misc{rfc1811,
+  author="Federal Networking Council",
+  title="{U.S. Government Internet Domain Names}",
+  series="Request for Comments",
+  number="1811",
+  howpublished="RFC 1811 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    note="Obsoleted by RFC 1816",
+  url="http://www.ietf.org/rfc/rfc1811.txt",
+}
+
+ at misc{rfc1812,
+  author="F. Baker",
+  title="{Requirements for IP Version 4 Routers}",
+  series="Request for Comments",
+  number="1812",
+  howpublished="RFC 1812 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    note="Updated by RFCs 2644, 6633",
+  url="http://www.ietf.org/rfc/rfc1812.txt",
+}
+
+ at misc{rfc1813,
+  author="B. Callaghan and B. Pawlowski and P. Staubach",
+  title="{NFS Version 3 Protocol Specification}",
+  series="Request for Comments",
+  number="1813",
+  howpublished="RFC 1813 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1813.txt",
+}
+
+ at misc{rfc1814,
+  author="E. Gerich",
+  title="{Unique Addresses are Good}",
+  series="Request for Comments",
+  number="1814",
+  howpublished="RFC 1814 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1814.txt",
+}
+
+ at misc{rfc1815,
+  author="M. Ohta",
+  title="{Character Sets ISO-10646 and ISO-10646-J-1}",
+  series="Request for Comments",
+  number="1815",
+  howpublished="RFC 1815 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc1815.txt",
+}
+
+ at misc{rfc1816,
+  author="Federal Networking Council",
+  title="{U.S. Government Internet Domain Names}",
+  series="Request for Comments",
+  number="1816",
+  howpublished="RFC 1816 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2146",
+  url="http://www.ietf.org/rfc/rfc1816.txt",
+}
+
+ at misc{rfc1817,
+  author="Y. Rekhter",
+  title="{CIDR and Classful Routing}",
+  series="Request for Comments",
+  number="1817",
+  howpublished="RFC 1817 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1817.txt",
+}
+
+ at misc{rfc1818,
+  author="J. Postel and T. Li and Y. Rekhter",
+  title="{Best Current Practices}",
+  series="Request for Comments",
+  number="1818",
+  howpublished="RFC 1818 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1818.txt",
+}
+
+ at misc{rfc1819,
+  author="L. Delgrossi and L. Berger",
+  title="{Internet Stream Protocol Version 2 (ST2) Protocol Specification - Version ST2+}",
+  series="Request for Comments",
+  number="1819",
+  howpublished="RFC 1819 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1819.txt",
+}
+
+ at misc{rfc1820,
+  author="E. Huizer",
+  title="{Multimedia E-mail (MIME) User Agent Checklist}",
+  series="Request for Comments",
+  number="1820",
+  howpublished="RFC 1820 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 1844",
+  url="http://www.ietf.org/rfc/rfc1820.txt",
+}
+
+ at misc{rfc1821,
+  author="M. Borden and E. Crawley and B. Davie and S. Batsell",
+  title="{Integration of Real-time Services in an IP-ATM Network Architecture}",
+  series="Request for Comments",
+  number="1821",
+  howpublished="RFC 1821 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1821.txt",
+}
+
+ at misc{rfc1822,
+  author="J. Lowe",
+  title="{A Grant of Rights to Use a Specific IBM patent with Photuris}",
+  series="Request for Comments",
+  number="1822",
+  howpublished="RFC 1822 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1822.txt",
+}
+
+ at misc{rfc1823,
+  author="T. Howes and M. Smith",
+  title="{The LDAP Application Program Interface}",
+  series="Request for Comments",
+  number="1823",
+  howpublished="RFC 1823 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1823.txt",
+}
+
+ at misc{rfc1824,
+  author="H. Danisch",
+  title="{The Exponential Security System TESS: An Identity-Based Cryptographic Protocol for Authenticated Key-Exchange (E.I.S.S.-Report 1995/4)}",
+  series="Request for Comments",
+  number="1824",
+  howpublished="RFC 1824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1824.txt",
+}
+
+ at misc{rfc1825,
+  author="R. Atkinson",
+  title="{Security Architecture for the Internet Protocol}",
+  series="Request for Comments",
+  number="1825",
+  howpublished="RFC 1825 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2401",
+  url="http://www.ietf.org/rfc/rfc1825.txt",
+}
+
+ at misc{rfc1826,
+  author="R. Atkinson",
+  title="{IP Authentication Header}",
+  series="Request for Comments",
+  number="1826",
+  howpublished="RFC 1826 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2402",
+  url="http://www.ietf.org/rfc/rfc1826.txt",
+}
+
+ at misc{rfc1827,
+  author="R. Atkinson",
+  title="{IP Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="1827",
+  howpublished="RFC 1827 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2406",
+  url="http://www.ietf.org/rfc/rfc1827.txt",
+}
+
+ at misc{rfc1828,
+  author="P. Metzger and W. Simpson",
+  title="{IP Authentication using Keyed MD5}",
+  series="Request for Comments",
+  number="1828",
+  howpublished="RFC 1828 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1828.txt",
+}
+
+ at misc{rfc1829,
+  author="P. Karn and P. Metzger and W. Simpson",
+  title="{The ESP DES-CBC Transform}",
+  series="Request for Comments",
+  number="1829",
+  howpublished="RFC 1829 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1829.txt",
+}
+
+ at misc{rfc1830,
+  author="G. Vaudreuil",
+  title="{SMTP Service Extensions for Transmission of Large and Binary MIME Messages}",
+  series="Request for Comments",
+  number="1830",
+  howpublished="RFC 1830 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 3030",
+  url="http://www.ietf.org/rfc/rfc1830.txt",
+}
+
+ at misc{rfc1831,
+  author="R. Srinivasan",
+  title="{RPC: Remote Procedure Call Protocol Specification Version 2}",
+  series="Request for Comments",
+  number="1831",
+  howpublished="RFC 1831 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 5531",
+  url="http://www.ietf.org/rfc/rfc1831.txt",
+}
+
+ at misc{rfc1832,
+  author="R. Srinivasan",
+  title="{XDR: External Data Representation Standard}",
+  series="Request for Comments",
+  number="1832",
+  howpublished="RFC 1832 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 4506",
+  url="http://www.ietf.org/rfc/rfc1832.txt",
+}
+
+ at misc{rfc1833,
+  author="R. Srinivasan",
+  title="{Binding Protocols for ONC RPC Version 2}",
+  series="Request for Comments",
+  number="1833",
+  howpublished="RFC 1833 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Updated by RFC 5665",
+  url="http://www.ietf.org/rfc/rfc1833.txt",
+}
+
+ at misc{rfc1834,
+  author="J. Gargano and K. Weiss",
+  title="{Whois and Network Information Lookup Service, Whois++}",
+  series="Request for Comments",
+  number="1834",
+  howpublished="RFC 1834 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1834.txt",
+}
+
+ at misc{rfc1835,
+  author="P. Deutsch and R. Schoultz and P. Faltstrom and C. Weider",
+  title="{Architecture of the WHOIS++ service}",
+  series="Request for Comments",
+  number="1835",
+  howpublished="RFC 1835 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1835.txt",
+}
+
+ at misc{rfc1836,
+  author="S. Kille",
+  title="{Representing the O/R Address hierarchy in the X.500 Directory Information Tree}",
+  series="Request for Comments",
+  number="1836",
+  howpublished="RFC 1836 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2294",
+  url="http://www.ietf.org/rfc/rfc1836.txt",
+}
+
+ at misc{rfc1837,
+  author="S. Kille",
+  title="{Representing Tables and Subtrees in the X.500 Directory}",
+  series="Request for Comments",
+  number="1837",
+  howpublished="RFC 1837 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2293",
+  url="http://www.ietf.org/rfc/rfc1837.txt",
+}
+
+ at misc{rfc1838,
+  author="S. Kille",
+  title="{Use of the X.500 Directory to support mapping between X.400 and RFC 822 Addresses}",
+  series="Request for Comments",
+  number="1838",
+  howpublished="RFC 1838 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    note="Obsoleted by RFC 2164",
+  url="http://www.ietf.org/rfc/rfc1838.txt",
+}
+
+ at misc{rfc1841,
+  author="J. Chapman and D. Coli and A. Harvey and B. Jensen and K. Rowett",
+  title="{PPP Network Control Protocol for LAN Extension}",
+  series="Request for Comments",
+  number="1841",
+  howpublished="RFC 1841 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1841.txt",
+}
+
+ at misc{rfc1842,
+  author="Y. Wei and Y. Zhang and J. Li and J. Ding and Y. Jiang",
+  title="{ASCII Printable Characters-Based Chinese Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="1842",
+  howpublished="RFC 1842 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1842.txt",
+}
+
+ at misc{rfc1843,
+  author="F. Lee",
+  title="{HZ - A Data Format for Exchanging Files of Arbitrarily Mixed Chinese and ASCII characters}",
+  series="Request for Comments",
+  number="1843",
+  howpublished="RFC 1843 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1843.txt",
+}
+
+ at misc{rfc1844,
+  author="E. Huizer",
+  title="{Multimedia E-mail (MIME) User Agent Checklist}",
+  series="Request for Comments",
+  number="1844",
+  howpublished="RFC 1844 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1844.txt",
+}
+
+ at misc{rfc1845,
+  author="D. Crocker and N. Freed and A. Cargille",
+  title="{SMTP Service Extension for Checkpoint/Restart}",
+  series="Request for Comments",
+  number="1845",
+  howpublished="RFC 1845 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1845.txt",
+}
+
+ at misc{rfc1846,
+  author="A. Durand and F. Dupont",
+  title="{SMTP 521 Reply Code}",
+  series="Request for Comments",
+  number="1846",
+  howpublished="RFC 1846 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    note="Updated by RFC 7504",
+  url="http://www.ietf.org/rfc/rfc1846.txt",
+}
+
+ at misc{rfc1847,
+  author="J. Galvin and S. Murphy and S. Crocker and N. Freed",
+  title="{Security Multiparts for MIME: Multipart/Signed and Multipart/Encrypted}",
+  series="Request for Comments",
+  number="1847",
+  howpublished="RFC 1847 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1847.txt",
+}
+
+ at misc{rfc1848,
+  author="S. Crocker and N. Freed and J. Galvin and S. Murphy",
+  title="{MIME Object Security Services}",
+  series="Request for Comments",
+  number="1848",
+  howpublished="RFC 1848 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1848.txt",
+}
+
+ at misc{rfc1849,
+  author="H. Spencer",
+  title="{"Son of 1036": News Article Format and Transmission}",
+  series="Request for Comments",
+  number="1849",
+  howpublished="RFC 1849 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Obsoleted by RFCs 5536, 5537",
+  url="http://www.ietf.org/rfc/rfc1849.txt",
+}
+
+ at misc{rfc1850,
+  author="F. Baker and R. Coltun",
+  title="{OSPF Version 2 Management Information Base}",
+  series="Request for Comments",
+  number="1850",
+  howpublished="RFC 1850 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 4750",
+  url="http://www.ietf.org/rfc/rfc1850.txt",
+}
+
+ at misc{rfc1851,
+  author="P. Karn and P. Metzger and W. Simpson",
+  title="{The ESP Triple DES Transform}",
+  series="Request for Comments",
+  number="1851",
+  howpublished="RFC 1851 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1851.txt",
+}
+
+ at misc{rfc1852,
+  author="P. Metzger and W. Simpson",
+  title="{IP Authentication using Keyed SHA}",
+  series="Request for Comments",
+  number="1852",
+  howpublished="RFC 1852 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    note="Obsoleted by RFC 2841",
+  url="http://www.ietf.org/rfc/rfc1852.txt",
+}
+
+ at misc{rfc1853,
+  author="W. Simpson",
+  title="{IP in IP Tunneling}",
+  series="Request for Comments",
+  number="1853",
+  howpublished="RFC 1853 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1853.txt",
+}
+
+ at misc{rfc1854,
+  author="N. Freed",
+  title="{SMTP Service Extension for Command Pipelining}",
+  series="Request for Comments",
+  number="1854",
+  howpublished="RFC 1854 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    note="Obsoleted by RFC 2197",
+  url="http://www.ietf.org/rfc/rfc1854.txt",
+}
+
+ at misc{rfc1855,
+  author="S. Hambridge",
+  title="{Netiquette Guidelines}",
+  series="Request for Comments",
+  number="1855",
+  howpublished="RFC 1855 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1855.txt",
+}
+
+ at misc{rfc1856,
+  author="H. Clark",
+  title="{The Opstat Client-Server Model for Statistics Retrieval}",
+  series="Request for Comments",
+  number="1856",
+  howpublished="RFC 1856 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc1856.txt",
+}
+
+ at misc{rfc1857,
+  author="M. Lambert",
+  title="{A Model for Common Operational Statistics}",
+  series="Request for Comments",
+  number="1857",
+  howpublished="RFC 1857 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1857.txt",
+}
+
+ at misc{rfc1858,
+  author="G. Ziemba and D. Reed and P. Traina",
+  title="{Security Considerations for IP Fragment Filtering}",
+  series="Request for Comments",
+  number="1858",
+  howpublished="RFC 1858 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    note="Updated by RFC 3128",
+  url="http://www.ietf.org/rfc/rfc1858.txt",
+}
+
+ at misc{rfc1859,
+  author="Y. Pouffary",
+  title="{ISO Transport Class 2 Non-use of Explicit Flow Control over TCP RFC1006 extension}",
+  series="Request for Comments",
+  number="1859",
+  howpublished="RFC 1859 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1859.txt",
+}
+
+ at misc{rfc1860,
+  author="T. Pummill and B. Manning",
+  title="{Variable Length Subnet Table For IPv4}",
+  series="Request for Comments",
+  number="1860",
+  howpublished="RFC 1860 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    note="Obsoleted by RFC 1878",
+  url="http://www.ietf.org/rfc/rfc1860.txt",
+}
+
+ at misc{rfc1861,
+  author="A. Gwinn",
+  title="{Simple Network Paging Protocol - Version 3 -Two-Way Enhanced}",
+  series="Request for Comments",
+  number="1861",
+  howpublished="RFC 1861 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1861.txt",
+}
+
+ at misc{rfc1862,
+  author="M. McCahill and J. Romkey and M. Schwartz and K. Sollins and T. Verschuren and C. Weider",
+  title="{Report of the IAB Workshop on Internet Information Infrastructure, October 12-14, 1994}",
+  series="Request for Comments",
+  number="1862",
+  howpublished="RFC 1862 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1862.txt",
+}
+
+ at misc{rfc1863,
+  author="D. Haskin",
+  title="{A BGP/IDRP Route Server alternative to a full mesh routing}",
+  series="Request for Comments",
+  number="1863",
+  howpublished="RFC 1863 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    note="Obsoleted by RFC 4223",
+  url="http://www.ietf.org/rfc/rfc1863.txt",
+}
+
+ at misc{rfc1864,
+  author="J. Myers and M. Rose",
+  title="{The Content-MD5 Header Field}",
+  series="Request for Comments",
+  number="1864",
+  howpublished="RFC 1864 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc1864.txt",
+}
+
+ at misc{rfc1865,
+  author="W. Houser and J. Griffin and C. Hage",
+  title="{EDI Meets the Internet Frequently Asked Questions about Electronic Data Interchange (EDI) on the Internet}",
+  series="Request for Comments",
+  number="1865",
+  howpublished="RFC 1865 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1865.txt",
+}
+
+ at misc{rfc1866,
+  author="T. Berners-Lee and D. Connolly",
+  title="{Hypertext Markup Language - 2.0}",
+  series="Request for Comments",
+  number="1866",
+  howpublished="RFC 1866 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 2854",
+  url="http://www.ietf.org/rfc/rfc1866.txt",
+}
+
+ at misc{rfc1867,
+  author="E. Nebel and L. Masinter",
+  title="{Form-based File Upload in HTML}",
+  series="Request for Comments",
+  number="1867",
+  howpublished="RFC 1867 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 2854",
+  url="http://www.ietf.org/rfc/rfc1867.txt",
+}
+
+ at misc{rfc1868,
+  author="G. Malkin",
+  title="{ARP Extension - UNARP}",
+  series="Request for Comments",
+  number="1868",
+  howpublished="RFC 1868 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1868.txt",
+}
+
+ at misc{rfc1869,
+  author="J. Klensin and N. Freed and M. Rose and E. Stefferud and D. Crocker",
+  title="{SMTP Service Extensions}",
+  series="Request for Comments",
+  number="1869",
+  howpublished="RFC 1869 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 2821",
+  url="http://www.ietf.org/rfc/rfc1869.txt",
+}
+
+ at misc{rfc1870,
+  author="J. Klensin and N. Freed and K. Moore",
+  title="{SMTP Service Extension for Message Size Declaration}",
+  series="Request for Comments",
+  number="1870",
+  howpublished="RFC 1870 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc1870.txt",
+}
+
+ at misc{rfc1871,
+  author="J. Postel",
+  title="{Addendum to RFC 1602 -- Variance Procedure}",
+  series="Request for Comments",
+  number="1871",
+  howpublished="RFC 1871 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 2026",
+  url="http://www.ietf.org/rfc/rfc1871.txt",
+}
+
+ at misc{rfc1872,
+  author="E. Levinson",
+  title="{The MIME Multipart/Related Content-type}",
+  series="Request for Comments",
+  number="1872",
+  howpublished="RFC 1872 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    note="Obsoleted by RFC 2112",
+  url="http://www.ietf.org/rfc/rfc1872.txt",
+}
+
+ at misc{rfc1873,
+  author="E. Levinson",
+  title="{Message/External-Body Content-ID Access Type}",
+  series="Request for Comments",
+  number="1873",
+  howpublished="RFC 1873 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1873.txt",
+}
+
+ at misc{rfc1874,
+  author="E. Levinson",
+  title="{SGML Media Types}",
+  series="Request for Comments",
+  number="1874",
+  howpublished="RFC 1874 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1874.txt",
+}
+
+ at misc{rfc1875,
+  author="N. Berge",
+  title="{UNINETT PCA Policy Statements}",
+  series="Request for Comments",
+  number="1875",
+  howpublished="RFC 1875 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1875.txt",
+}
+
+ at misc{rfc1876,
+  author="C. Davis and P. Vixie and T. Goodwin and I. Dickinson",
+  title="{A Means for Expressing Location Information in the Domain Name System}",
+  series="Request for Comments",
+  number="1876",
+  howpublished="RFC 1876 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1876.txt",
+}
+
+ at misc{rfc1877,
+  author="S. Cobb",
+  title="{PPP Internet Protocol Control Protocol Extensions for Name Server Addresses}",
+  series="Request for Comments",
+  number="1877",
+  howpublished="RFC 1877 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1877.txt",
+}
+
+ at misc{rfc1878,
+  author="T. Pummill and B. Manning",
+  title="{Variable Length Subnet Table For IPv4}",
+  series="Request for Comments",
+  number="1878",
+  howpublished="RFC 1878 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1878.txt",
+}
+
+ at misc{rfc1879,
+  author="B. Manning",
+  title="{Class A Subnet Experiment Results and Recommendations}",
+  series="Request for Comments",
+  number="1879",
+  howpublished="RFC 1879 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1879.txt",
+}
+
+ at misc{rfc1880,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1880",
+  howpublished="RFC 1880 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=nov,
+    note="Obsoleted by RFC 1920",
+  url="http://www.ietf.org/rfc/rfc1880.txt",
+}
+
+ at misc{rfc1881,
+  author="IAB and IESG",
+  title="{IPv6 Address Allocation Management}",
+  series="Request for Comments",
+  number="1881",
+  howpublished="RFC 1881 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1881.txt",
+}
+
+ at misc{rfc1882,
+  author="B. Hancock",
+  title="{The 12-Days of Technology Before Christmas}",
+  series="Request for Comments",
+  number="1882",
+  howpublished="RFC 1882 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1882.txt",
+}
+
+ at misc{rfc1883,
+  author="S. Deering and R. Hinden",
+  title="{Internet Protocol, Version 6 (IPv6) Specification}",
+  series="Request for Comments",
+  number="1883",
+  howpublished="RFC 1883 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    note="Obsoleted by RFC 2460",
+  url="http://www.ietf.org/rfc/rfc1883.txt",
+}
+
+ at misc{rfc1884,
+  author="R. Hinden and S. Deering",
+  title="{IP Version 6 Addressing Architecture}",
+  series="Request for Comments",
+  number="1884",
+  howpublished="RFC 1884 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    note="Obsoleted by RFC 2373",
+  url="http://www.ietf.org/rfc/rfc1884.txt",
+}
+
+ at misc{rfc1885,
+  author="A. Conta and S. Deering",
+  title="{Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6)}",
+  series="Request for Comments",
+  number="1885",
+  howpublished="RFC 1885 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    note="Obsoleted by RFC 2463",
+  url="http://www.ietf.org/rfc/rfc1885.txt",
+}
+
+ at misc{rfc1886,
+  author="S. Thomson and C. Huitema",
+  title="{DNS Extensions to support IP version 6}",
+  series="Request for Comments",
+  number="1886",
+  howpublished="RFC 1886 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    note="Obsoleted by RFC 3596, updated by RFCs 2874, 3152",
+  url="http://www.ietf.org/rfc/rfc1886.txt",
+}
+
+ at misc{rfc1887,
+  author="Y. Rekhter and T. Li",
+  title="{An Architecture for IPv6 Unicast Address Allocation}",
+  series="Request for Comments",
+  number="1887",
+  howpublished="RFC 1887 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1995,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc1887.txt",
+}
+
+ at misc{rfc1888,
+  author="J. Bound and B. Carpenter and D. Harrington and J. Houldsworth and A. Lloyd",
+  title="{OSI NSAPs and IPv6}",
+  series="Request for Comments",
+  number="1888",
+  howpublished="RFC 1888 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 4048, updated by RFC 4548",
+  url="http://www.ietf.org/rfc/rfc1888.txt",
+}
+
+ at misc{rfc1889,
+  author="Audio-Video Transport Working Group and H. Schulzrinne and S. Casner and R. Frederick and V. Jacobson",
+  title="{RTP: A Transport Protocol for Real-Time Applications}",
+  series="Request for Comments",
+  number="1889",
+  howpublished="RFC 1889 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3550",
+  url="http://www.ietf.org/rfc/rfc1889.txt",
+}
+
+ at misc{rfc1890,
+  author="Audio-Video Transport Working Group and H. Schulzrinne",
+  title="{RTP Profile for Audio and Video Conferences with Minimal Control}",
+  series="Request for Comments",
+  number="1890",
+  howpublished="RFC 1890 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3551",
+  url="http://www.ietf.org/rfc/rfc1890.txt",
+}
+
+ at misc{rfc1891,
+  author="K. Moore",
+  title="{SMTP Service Extension for Delivery Status Notifications}",
+  series="Request for Comments",
+  number="1891",
+  howpublished="RFC 1891 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3461",
+  url="http://www.ietf.org/rfc/rfc1891.txt",
+}
+
+ at misc{rfc1892,
+  author="G. Vaudreuil",
+  title="{The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages}",
+  series="Request for Comments",
+  number="1892",
+  howpublished="RFC 1892 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3462",
+  url="http://www.ietf.org/rfc/rfc1892.txt",
+}
+
+ at misc{rfc1893,
+  author="G. Vaudreuil",
+  title="{Enhanced Mail System Status Codes}",
+  series="Request for Comments",
+  number="1893",
+  howpublished="RFC 1893 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3463",
+  url="http://www.ietf.org/rfc/rfc1893.txt",
+}
+
+ at misc{rfc1894,
+  author="K. Moore and G. Vaudreuil",
+  title="{An Extensible Message Format for Delivery Status Notifications}",
+  series="Request for Comments",
+  number="1894",
+  howpublished="RFC 1894 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3464, updated by RFC 2852",
+  url="http://www.ietf.org/rfc/rfc1894.txt",
+}
+
+ at misc{rfc1895,
+  author="E. Levinson",
+  title="{The Application/CALS-1840 Content-type}",
+  series="Request for Comments",
+  number="1895",
+  howpublished="RFC 1895 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1895.txt",
+}
+
+ at misc{rfc1896,
+  author="P. Resnick and A. Walker",
+  title="{The text/enriched MIME Content-type}",
+  series="Request for Comments",
+  number="1896",
+  howpublished="RFC 1896 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1896.txt",
+}
+
+ at misc{rfc1897,
+  author="R. Hinden and J. Postel",
+  title="{IPv6 Testing Address Allocation}",
+  series="Request for Comments",
+  number="1897",
+  howpublished="RFC 1897 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 2471",
+  url="http://www.ietf.org/rfc/rfc1897.txt",
+}
+
+ at misc{rfc1898,
+  author="D. Eastlake 3rd and B. Boesch and S. Crocker and M. Yesil",
+  title="{CyberCash Credit Card Protocol Version 0.8}",
+  series="Request for Comments",
+  number="1898",
+  howpublished="RFC 1898 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1898.txt",
+}
+
+ at misc{rfc1899,
+  author="J. Elliott",
+  title="{Request for Comments Summary RFC Numbers 1800-1899}",
+  series="Request for Comments",
+  number="1899",
+  howpublished="RFC 1899 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1899.txt",
+}
+
+ at misc{rfc1900,
+  author="B. Carpenter and Y. Rekhter",
+  title="{Renumbering Needs Work}",
+  series="Request for Comments",
+  number="1900",
+  howpublished="RFC 1900 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1900.txt",
+}
+
+ at misc{rfc1901,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Introduction to Community-based SNMPv2}",
+  series="Request for Comments",
+  number="1901",
+  howpublished="RFC 1901 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1901.txt",
+}
+
+ at misc{rfc1902,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Structure of Management Information for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1902",
+  howpublished="RFC 1902 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 2578",
+  url="http://www.ietf.org/rfc/rfc1902.txt",
+}
+
+ at misc{rfc1903,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Textual Conventions for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1903",
+  howpublished="RFC 1903 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 2579",
+  url="http://www.ietf.org/rfc/rfc1903.txt",
+}
+
+ at misc{rfc1904,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Conformance Statements for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1904",
+  howpublished="RFC 1904 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 2580",
+  url="http://www.ietf.org/rfc/rfc1904.txt",
+}
+
+ at misc{rfc1905,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Protocol Operations for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1905",
+  howpublished="RFC 1905 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3416",
+  url="http://www.ietf.org/rfc/rfc1905.txt",
+}
+
+ at misc{rfc1906,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Transport Mappings for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1906",
+  howpublished="RFC 1906 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3417",
+  url="http://www.ietf.org/rfc/rfc1906.txt",
+}
+
+ at misc{rfc1907,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Management Information Base for Version 2 of the Simple Network Management Protocol (SNMPv2)}",
+  series="Request for Comments",
+  number="1907",
+  howpublished="RFC 1907 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 3418",
+  url="http://www.ietf.org/rfc/rfc1907.txt",
+}
+
+ at misc{rfc1908,
+  author="J. Case and K. McCloghrie and M. Rose and S. Waldbusser",
+  title="{Coexistence between Version 1 and Version 2 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="1908",
+  howpublished="RFC 1908 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jan,
+    note="Obsoleted by RFC 2576",
+  url="http://www.ietf.org/rfc/rfc1908.txt",
+}
+
+ at misc{rfc1909,
+  author="K. McCloghrie",
+  title="{An Administrative Infrastructure for SNMPv2}",
+  series="Request for Comments",
+  number="1909",
+  howpublished="RFC 1909 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1909.txt",
+}
+
+ at misc{rfc1910,
+  author="G. Waters",
+  title="{User-based Security Model for SNMPv2}",
+  series="Request for Comments",
+  number="1910",
+  howpublished="RFC 1910 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1910.txt",
+}
+
+ at misc{rfc1911,
+  author="G. Vaudreuil",
+  title="{Voice Profile for Internet Mail}",
+  series="Request for Comments",
+  number="1911",
+  howpublished="RFC 1911 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    note="Obsoleted by RFCs 2421, 2422, 2423",
+  url="http://www.ietf.org/rfc/rfc1911.txt",
+}
+
+ at misc{rfc1912,
+  author="D. Barr",
+  title="{Common DNS Operational and Configuration Errors}",
+  series="Request for Comments",
+  number="1912",
+  howpublished="RFC 1912 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1912.txt",
+}
+
+ at misc{rfc1913,
+  author="C. Weider and J. Fullton and S. Spero",
+  title="{Architecture of the Whois++ Index Service}",
+  series="Request for Comments",
+  number="1913",
+  howpublished="RFC 1913 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1913.txt",
+}
+
+ at misc{rfc1914,
+  author="P. Faltstrom and R. Schoultz and C. Weider",
+  title="{How to Interact with a Whois++ Mesh}",
+  series="Request for Comments",
+  number="1914",
+  howpublished="RFC 1914 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1914.txt",
+}
+
+ at misc{rfc1915,
+  author="F. Kastenholz",
+  title="{Variance for The PPP Compression Control Protocol and The PPP Encryption Control Protocol}",
+  series="Request for Comments",
+  number="1915",
+  howpublished="RFC 1915 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1915.txt",
+}
+
+ at misc{rfc1916,
+  author="H. Berkowitz and P. Ferguson and W. Leland and P. Nesser",
+  title="{Enterprise Renumbering: Experience and Information Solicitation}",
+  series="Request for Comments",
+  number="1916",
+  howpublished="RFC 1916 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1916.txt",
+}
+
+ at misc{rfc1917,
+  author="P. Nesser II",
+  title="{An Appeal to the Internet Community to Return Unused IP Networks (Prefixes) to the IANA}",
+  series="Request for Comments",
+  number="1917",
+  howpublished="RFC 1917 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc1917.txt",
+}
+
+ at misc{rfc1918,
+  author="Y. Rekhter and B. Moskowitz and D. Karrenberg and G. J. de Groot and E. Lear",
+  title="{Address Allocation for Private Internets}",
+  series="Request for Comments",
+  number="1918",
+  howpublished="RFC 1918 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=feb,
+    note="Updated by RFC 6761",
+  url="http://www.ietf.org/rfc/rfc1918.txt",
+}
+
+ at misc{rfc1919,
+  author="M. Chatel",
+  title="{Classical versus Transparent IP Proxies}",
+  series="Request for Comments",
+  number="1919",
+  howpublished="RFC 1919 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1919.txt",
+}
+
+ at misc{rfc1920,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="1920",
+  howpublished="RFC 1920 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    note="Obsoleted by RFC 2000",
+  url="http://www.ietf.org/rfc/rfc1920.txt",
+}
+
+ at misc{rfc1921,
+  author="J. Dujonc",
+  title="{TNVIP Protocol}",
+  series="Request for Comments",
+  number="1921",
+  howpublished="RFC 1921 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1921.txt",
+}
+
+ at misc{rfc1922,
+  author="HF. Zhu and DY. Hu and ZG. Wang and TC. Kao and WCH. Chang and M. Crispin",
+  title="{Chinese Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="1922",
+  howpublished="RFC 1922 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1922.txt",
+}
+
+ at misc{rfc1923,
+  author="J. Halpern and S. Bradner",
+  title="{RIPv1 Applicability Statement for Historic Status}",
+  series="Request for Comments",
+  number="1923",
+  howpublished="RFC 1923 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1923.txt",
+}
+
+ at misc{rfc1924,
+  author="R. Elz",
+  title="{A Compact Representation of IPv6 Addresses}",
+  series="Request for Comments",
+  number="1924",
+  howpublished="RFC 1924 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1924.txt",
+}
+
+ at misc{rfc1925,
+  author="R. Callon",
+  title="{The Twelve Networking Truths}",
+  series="Request for Comments",
+  number="1925",
+  howpublished="RFC 1925 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1925.txt",
+}
+
+ at misc{rfc1926,
+  author="J. Eriksson",
+  title="{An Experimental Encapsulation of IP Datagrams on Top of ATM}",
+  series="Request for Comments",
+  number="1926",
+  howpublished="RFC 1926 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1926.txt",
+}
+
+ at misc{rfc1927,
+  author="C. Rogers",
+  title="{Suggested Additional MIME Types for Associating Documents}",
+  series="Request for Comments",
+  number="1927",
+  howpublished="RFC 1927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc1927.txt",
+}
+
+ at misc{rfc1928,
+  author="M. Leech and M. Ganis and Y. Lee and R. Kuris and D. Koblas and L. Jones",
+  title="{SOCKS Protocol Version 5}",
+  series="Request for Comments",
+  number="1928",
+  howpublished="RFC 1928 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1928.txt",
+}
+
+ at misc{rfc1929,
+  author="M. Leech",
+  title="{Username/Password Authentication for SOCKS V5}",
+  series="Request for Comments",
+  number="1929",
+  howpublished="RFC 1929 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc1929.txt",
+}
+
+ at misc{rfc1930,
+  author="J. Hawkinson and T. Bates",
+  title="{Guidelines for creation, selection, and registration of an Autonomous System (AS)}",
+  series="Request for Comments",
+  number="1930",
+  howpublished="RFC 1930 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=mar,
+    note="Updated by RFCs 6996, 7300",
+  url="http://www.ietf.org/rfc/rfc1930.txt",
+}
+
+ at misc{rfc1931,
+  author="D. Brownell",
+  title="{Dynamic RARP Extensions for Automatic Network Address Acquisition}",
+  series="Request for Comments",
+  number="1931",
+  howpublished="RFC 1931 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1931.txt",
+}
+
+ at misc{rfc1932,
+  author="R. Cole and D. Shur and C. Villamizar",
+  title="{IP over ATM: A Framework Document}",
+  series="Request for Comments",
+  number="1932",
+  howpublished="RFC 1932 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1932.txt",
+}
+
+ at misc{rfc1933,
+  author="R. Gilligan and E. Nordmark",
+  title="{Transition Mechanisms for IPv6 Hosts and Routers}",
+  series="Request for Comments",
+  number="1933",
+  howpublished="RFC 1933 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    note="Obsoleted by RFC 2893",
+  url="http://www.ietf.org/rfc/rfc1933.txt",
+}
+
+ at misc{rfc1934,
+  author="K. Smith",
+  title="{Ascend's Multilink Protocol Plus (MP+)}",
+  series="Request for Comments",
+  number="1934",
+  howpublished="RFC 1934 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1934.txt",
+}
+
+ at misc{rfc1935,
+  author="J. Quarterman and S. Carl-Mitchell",
+  title="{What is the Internet, Anyway?}",
+  series="Request for Comments",
+  number="1935",
+  howpublished="RFC 1935 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1935.txt",
+}
+
+ at misc{rfc1936,
+  author="J. Touch and B. Parham",
+  title="{Implementing the Internet Checksum in Hardware}",
+  series="Request for Comments",
+  number="1936",
+  howpublished="RFC 1936 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc1936.txt",
+}
+
+ at misc{rfc1937,
+  author="Y. Rekhter and D. Kandlur",
+  title="{"Local/Remote" Forwarding Decision in Switched Data Link Subnetworks}",
+  series="Request for Comments",
+  number="1937",
+  howpublished="RFC 1937 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1937.txt",
+}
+
+ at misc{rfc1938,
+  author="N. Haller and C. Metz",
+  title="{A One-Time Password System}",
+  series="Request for Comments",
+  number="1938",
+  howpublished="RFC 1938 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    note="Obsoleted by RFC 2289",
+  url="http://www.ietf.org/rfc/rfc1938.txt",
+}
+
+ at misc{rfc1939,
+  author="J. Myers and M. Rose",
+  title="{Post Office Protocol - Version 3}",
+  series="Request for Comments",
+  number="1939",
+  howpublished="RFC 1939 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    note="Updated by RFCs 1957, 2449, 6186",
+  url="http://www.ietf.org/rfc/rfc1939.txt",
+}
+
+ at misc{rfc1940,
+  author="D. Estrin and T. Li and Y. Rekhter and K. Varadhan and D. Zappala",
+  title="{Source Demand Routing: Packet Format and Forwarding Specification (Version 1)}",
+  series="Request for Comments",
+  number="1940",
+  howpublished="RFC 1940 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1940.txt",
+}
+
+ at misc{rfc1941,
+  author="J. Sellers and J. Robichaux",
+  title="{Frequently Asked Questions for Schools}",
+  series="Request for Comments",
+  number="1941",
+  howpublished="RFC 1941 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1941.txt",
+}
+
+ at misc{rfc1942,
+  author="D. Raggett",
+  title="{HTML Tables}",
+  series="Request for Comments",
+  number="1942",
+  howpublished="RFC 1942 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    note="Obsoleted by RFC 2854",
+  url="http://www.ietf.org/rfc/rfc1942.txt",
+}
+
+ at misc{rfc1943,
+  author="B. Jennings",
+  title="{Building an X.500 Directory Service in the US}",
+  series="Request for Comments",
+  number="1943",
+  howpublished="RFC 1943 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1943.txt",
+}
+
+ at misc{rfc1944,
+  author="S. Bradner and J. McQuaid",
+  title="{Benchmarking Methodology for Network Interconnect Devices}",
+  series="Request for Comments",
+  number="1944",
+  howpublished="RFC 1944 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    note="Obsoleted by RFC 2544",
+  url="http://www.ietf.org/rfc/rfc1944.txt",
+}
+
+ at misc{rfc1945,
+  author="T. Berners-Lee and R. Fielding and H. Frystyk",
+  title="{Hypertext Transfer Protocol -- HTTP/1.0}",
+  series="Request for Comments",
+  number="1945",
+  howpublished="RFC 1945 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1945.txt",
+}
+
+ at misc{rfc1946,
+  author="S. Jackowski",
+  title="{Native ATM Support for ST2+}",
+  series="Request for Comments",
+  number="1946",
+  howpublished="RFC 1946 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1946.txt",
+}
+
+ at misc{rfc1947,
+  author="D. Spinellis",
+  title="{Greek Character Encoding for Electronic Mail Messages}",
+  series="Request for Comments",
+  number="1947",
+  howpublished="RFC 1947 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1947.txt",
+}
+
+ at misc{rfc1948,
+  author="S. Bellovin",
+  title="{Defending Against Sequence Number Attacks}",
+  series="Request for Comments",
+  number="1948",
+  howpublished="RFC 1948 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    note="Obsoleted by RFC 6528",
+  url="http://www.ietf.org/rfc/rfc1948.txt",
+}
+
+ at misc{rfc1949,
+  author="A. Ballardie",
+  title="{Scalable Multicast Key Distribution}",
+  series="Request for Comments",
+  number="1949",
+  howpublished="RFC 1949 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1949.txt",
+}
+
+ at misc{rfc1950,
+  author="P. Deutsch and J-L. Gailly",
+  title="{ZLIB Compressed Data Format Specification version 3.3}",
+  series="Request for Comments",
+  number="1950",
+  howpublished="RFC 1950 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1950.txt",
+}
+
+ at misc{rfc1951,
+  author="P. Deutsch",
+  title="{DEFLATE Compressed Data Format Specification version 1.3}",
+  series="Request for Comments",
+  number="1951",
+  howpublished="RFC 1951 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1951.txt",
+}
+
+ at misc{rfc1952,
+  author="P. Deutsch",
+  title="{GZIP file format specification version 4.3}",
+  series="Request for Comments",
+  number="1952",
+  howpublished="RFC 1952 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1952.txt",
+}
+
+ at misc{rfc1953,
+  author="P. Newman and W. Edwards and R. Hinden and E. Hoffman and F. Ching Liaw and T. Lyon and G. Minshall",
+  title="{Ipsilon Flow Management Protocol Specification for IPv4 Version 1.0}",
+  series="Request for Comments",
+  number="1953",
+  howpublished="RFC 1953 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1953.txt",
+}
+
+ at misc{rfc1954,
+  author="P. Newman and W. Edwards and R. Hinden and E. Hoffman and F. Ching Liaw and T. Lyon and G. Minshall",
+  title="{Transmission of Flow Labelled IPv4 on ATM Data Links Ipsilon Version 1.0}",
+  series="Request for Comments",
+  number="1954",
+  howpublished="RFC 1954 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc1954.txt",
+}
+
+ at misc{rfc1955,
+  author="R. Hinden",
+  title="{New Scheme for Internet Routing and Addressing (ENCAPS) for IPNG}",
+  series="Request for Comments",
+  number="1955",
+  howpublished="RFC 1955 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1955.txt",
+}
+
+ at misc{rfc1956,
+  author="D. Engebretson and R. Plzak",
+  title="{Registration in the MIL Domain}",
+  series="Request for Comments",
+  number="1956",
+  howpublished="RFC 1956 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1956.txt",
+}
+
+ at misc{rfc1957,
+  author="R. Nelson",
+  title="{Some Observations on Implementations of the Post Office Protocol (POP3)}",
+  series="Request for Comments",
+  number="1957",
+  howpublished="RFC 1957 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1957.txt",
+}
+
+ at misc{rfc1958,
+  author="B. Carpenter",
+  title="{Architectural Principles of the Internet}",
+  series="Request for Comments",
+  number="1958",
+  howpublished="RFC 1958 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Updated by RFC 3439",
+  url="http://www.ietf.org/rfc/rfc1958.txt",
+}
+
+ at misc{rfc1959,
+  author="T. Howes and M. Smith",
+  title="{An LDAP URL Format}",
+  series="Request for Comments",
+  number="1959",
+  howpublished="RFC 1959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Obsoleted by RFC 2255",
+  url="http://www.ietf.org/rfc/rfc1959.txt",
+}
+
+ at misc{rfc1960,
+  author="T. Howes",
+  title="{A String Representation of LDAP Search Filters}",
+  series="Request for Comments",
+  number="1960",
+  howpublished="RFC 1960 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Obsoleted by RFC 2254",
+  url="http://www.ietf.org/rfc/rfc1960.txt",
+}
+
+ at misc{rfc1961,
+  author="P. McMahon",
+  title="{GSS-API Authentication Method for SOCKS Version 5}",
+  series="Request for Comments",
+  number="1961",
+  howpublished="RFC 1961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1961.txt",
+}
+
+ at misc{rfc1962,
+  author="D. Rand",
+  title="{The PPP Compression Control Protocol (CCP)}",
+  series="Request for Comments",
+  number="1962",
+  howpublished="RFC 1962 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Updated by RFC 2153",
+  url="http://www.ietf.org/rfc/rfc1962.txt",
+}
+
+ at misc{rfc1963,
+  author="K. Schneider and S. Venters",
+  title="{PPP Serial Data Transport Protocol (SDTP)}",
+  series="Request for Comments",
+  number="1963",
+  howpublished="RFC 1963 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1963.txt",
+}
+
+ at misc{rfc1964,
+  author="J. Linn",
+  title="{The Kerberos Version 5 GSS-API Mechanism}",
+  series="Request for Comments",
+  number="1964",
+  howpublished="RFC 1964 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Updated by RFCs 4121, 6649",
+  url="http://www.ietf.org/rfc/rfc1964.txt",
+}
+
+ at misc{rfc1965,
+  author="P. Traina",
+  title="{Autonomous System Confederations for BGP}",
+  series="Request for Comments",
+  number="1965",
+  howpublished="RFC 1965 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Obsoleted by RFC 3065",
+  url="http://www.ietf.org/rfc/rfc1965.txt",
+}
+
+ at misc{rfc1966,
+  author="T. Bates and R. Chandra",
+  title="{BGP Route Reflection An alternative to full mesh IBGP}",
+  series="Request for Comments",
+  number="1966",
+  howpublished="RFC 1966 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Obsoleted by RFC 4456, updated by RFC 2796",
+  url="http://www.ietf.org/rfc/rfc1966.txt",
+}
+
+ at misc{rfc1967,
+  author="K. Schneider and R. Friend",
+  title="{PPP LZS-DCP Compression Protocol (LZS-DCP)}",
+  series="Request for Comments",
+  number="1967",
+  howpublished="RFC 1967 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1967.txt",
+}
+
+ at misc{rfc1968,
+  author="G. Meyer",
+  title="{The PPP Encryption Control Protocol (ECP)}",
+  series="Request for Comments",
+  number="1968",
+  howpublished="RFC 1968 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1968.txt",
+}
+
+ at misc{rfc1969,
+  author="K. Sklower and G. Meyer",
+  title="{The PPP DES Encryption Protocol (DESE)}",
+  series="Request for Comments",
+  number="1969",
+  howpublished="RFC 1969 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    note="Obsoleted by RFC 2419",
+  url="http://www.ietf.org/rfc/rfc1969.txt",
+}
+
+ at misc{rfc1970,
+  author="T. Narten and E. Nordmark and W. Simpson",
+  title="{Neighbor Discovery for IP Version 6 (IPv6)}",
+  series="Request for Comments",
+  number="1970",
+  howpublished="RFC 1970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 2461",
+  url="http://www.ietf.org/rfc/rfc1970.txt",
+}
+
+ at misc{rfc1971,
+  author="S. Thomson and T. Narten",
+  title="{IPv6 Stateless Address Autoconfiguration}",
+  series="Request for Comments",
+  number="1971",
+  howpublished="RFC 1971 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 2462",
+  url="http://www.ietf.org/rfc/rfc1971.txt",
+}
+
+ at misc{rfc1972,
+  author="M. Crawford",
+  title="{A Method for the Transmission of IPv6 Packets over Ethernet Networks}",
+  series="Request for Comments",
+  number="1972",
+  howpublished="RFC 1972 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 2464",
+  url="http://www.ietf.org/rfc/rfc1972.txt",
+}
+
+ at misc{rfc1973,
+  author="W. Simpson",
+  title="{PPP in Frame Relay}",
+  series="Request for Comments",
+  number="1973",
+  howpublished="RFC 1973 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc1973.txt",
+}
+
+ at misc{rfc1974,
+  author="R. Friend and W. Simpson",
+  title="{PPP Stac LZS Compression Protocol}",
+  series="Request for Comments",
+  number="1974",
+  howpublished="RFC 1974 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1974.txt",
+}
+
+ at misc{rfc1975,
+  author="D. Schremp and J. Black and J. Weiss",
+  title="{PPP Magnalink Variable Resource Compression}",
+  series="Request for Comments",
+  number="1975",
+  howpublished="RFC 1975 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1975.txt",
+}
+
+ at misc{rfc1976,
+  author="K. Schneider and S. Venters",
+  title="{PPP for Data Compression in Data Circuit-Terminating Equipment (DCE)}",
+  series="Request for Comments",
+  number="1976",
+  howpublished="RFC 1976 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1976.txt",
+}
+
+ at misc{rfc1977,
+  author="V. Schryver",
+  title="{PPP BSD Compression Protocol}",
+  series="Request for Comments",
+  number="1977",
+  howpublished="RFC 1977 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1977.txt",
+}
+
+ at misc{rfc1978,
+  author="D. Rand",
+  title="{PPP Predictor Compression Protocol}",
+  series="Request for Comments",
+  number="1978",
+  howpublished="RFC 1978 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1978.txt",
+}
+
+ at misc{rfc1979,
+  author="J. Woods",
+  title="{PPP Deflate Protocol}",
+  series="Request for Comments",
+  number="1979",
+  howpublished="RFC 1979 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1979.txt",
+}
+
+ at misc{rfc1980,
+  author="J. Seidman",
+  title="{A Proposed Extension to HTML : Client-Side Image Maps}",
+  series="Request for Comments",
+  number="1980",
+  howpublished="RFC 1980 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 2854",
+  url="http://www.ietf.org/rfc/rfc1980.txt",
+}
+
+ at misc{rfc1981,
+  author="J. McCann and S. Deering and J. Mogul",
+  title="{Path MTU Discovery for IP version 6}",
+  series="Request for Comments",
+  number="1981",
+  howpublished="RFC 1981 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1981.txt",
+}
+
+ at misc{rfc1982,
+  author="R. Elz and R. Bush",
+  title="{Serial Number Arithmetic}",
+  series="Request for Comments",
+  number="1982",
+  howpublished="RFC 1982 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1982.txt",
+}
+
+ at misc{rfc1983,
+  author="G. Malkin",
+  title="{Internet Users' Glossary}",
+  series="Request for Comments",
+  number="1983",
+  howpublished="RFC 1983 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1983.txt",
+}
+
+ at misc{rfc1984,
+  author="IAB and IESG",
+  title="{IAB and IESG Statement on Cryptographic Technology and the Internet}",
+  series="Request for Comments",
+  number="1984",
+  howpublished="RFC 1984 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1984.txt",
+}
+
+ at misc{rfc1985,
+  author="J. De Winter",
+  title="{SMTP Service Extension for Remote Message Queue Starting}",
+  series="Request for Comments",
+  number="1985",
+  howpublished="RFC 1985 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1985.txt",
+}
+
+ at misc{rfc1986,
+  author="W. Polites and W. Wollman and D. Woo and R. Langan",
+  title="{Experiments with a Simple File Transfer Protocol for Radio Links using Enhanced Trivial File Transfer Protocol (ETFTP)}",
+  series="Request for Comments",
+  number="1986",
+  howpublished="RFC 1986 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1986.txt",
+}
+
+ at misc{rfc1987,
+  author="P. Newman and W. Edwards and R. Hinden and E. Hoffman and F. Ching Liaw and T. Lyon and G. Minshall",
+  title="{Ipsilon's General Switch Management Protocol Specification Version 1.1}",
+  series="Request for Comments",
+  number="1987",
+  howpublished="RFC 1987 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Updated by RFC 2297",
+  url="http://www.ietf.org/rfc/rfc1987.txt",
+}
+
+ at misc{rfc1988,
+  author="G. McAnally and D. Gilbert and J. Flick",
+  title="{Conditional Grant of Rights to Specific Hewlett-Packard Patents In Conjunction With the Internet Engineering Task Force's Internet-Standard Network Management Framework}",
+  series="Request for Comments",
+  number="1988",
+  howpublished="RFC 1988 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1988.txt",
+}
+
+ at misc{rfc1989,
+  author="W. Simpson",
+  title="{PPP Link Quality Monitoring}",
+  series="Request for Comments",
+  number="1989",
+  howpublished="RFC 1989 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1989.txt",
+}
+
+ at misc{rfc1990,
+  author="K. Sklower and B. Lloyd and G. McGregor and D. Carr and T. Coradetti",
+  title="{The PPP Multilink Protocol (MP)}",
+  series="Request for Comments",
+  number="1990",
+  howpublished="RFC 1990 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1990.txt",
+}
+
+ at misc{rfc1991,
+  author="D. Atkins and W. Stallings and P. Zimmermann",
+  title="{PGP Message Exchange Formats}",
+  series="Request for Comments",
+  number="1991",
+  howpublished="RFC 1991 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Obsoleted by RFC 4880",
+  url="http://www.ietf.org/rfc/rfc1991.txt",
+}
+
+ at misc{rfc1992,
+  author="I. Castineyra and N. Chiappa and M. Steenstrup",
+  title="{The Nimrod Routing Architecture}",
+  series="Request for Comments",
+  number="1992",
+  howpublished="RFC 1992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1992.txt",
+}
+
+ at misc{rfc1993,
+  author="A. Barbir and D. Carr and W. Simpson",
+  title="{PPP Gandalf FZA Compression Protocol}",
+  series="Request for Comments",
+  number="1993",
+  howpublished="RFC 1993 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1993.txt",
+}
+
+ at misc{rfc1994,
+  author="W. Simpson",
+  title="{PPP Challenge Handshake Authentication Protocol (CHAP)}",
+  series="Request for Comments",
+  number="1994",
+  howpublished="RFC 1994 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Updated by RFC 2484",
+  url="http://www.ietf.org/rfc/rfc1994.txt",
+}
+
+ at misc{rfc1995,
+  author="M. Ohta",
+  title="{Incremental Zone Transfer in DNS}",
+  series="Request for Comments",
+  number="1995",
+  howpublished="RFC 1995 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1995.txt",
+}
+
+ at misc{rfc1996,
+  author="P. Vixie",
+  title="{A Mechanism for Prompt Notification of Zone Changes (DNS NOTIFY)}",
+  series="Request for Comments",
+  number="1996",
+  howpublished="RFC 1996 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1996.txt",
+}
+
+ at misc{rfc1997,
+  author="R. Chandra and P. Traina and T. Li",
+  title="{BGP Communities Attribute}",
+  series="Request for Comments",
+  number="1997",
+  howpublished="RFC 1997 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    note="Updated by RFC 7606",
+  url="http://www.ietf.org/rfc/rfc1997.txt",
+}
+
+ at misc{rfc1998,
+  author="E. Chen and T. Bates",
+  title="{An Application of the BGP Community Attribute in Multi-home Routing}",
+  series="Request for Comments",
+  number="1998",
+  howpublished="RFC 1998 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc1998.txt",
+}
+
+ at misc{rfc1999,
+  author="J. Elliott",
+  title="{Request for Comments Summary RFC Numbers 1900-1999}",
+  series="Request for Comments",
+  number="1999",
+  howpublished="RFC 1999 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc1999.txt",
+}
+
+ at misc{rfc2000,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2000",
+  howpublished="RFC 2000 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    note="Obsoleted by RFC 2200",
+  url="http://www.ietf.org/rfc/rfc2000.txt",
+}
+
+ at misc{rfc2001,
+  author="W. Stevens",
+  title="{TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms}",
+  series="Request for Comments",
+  number="2001",
+  howpublished="RFC 2001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2581",
+  url="http://www.ietf.org/rfc/rfc2001.txt",
+}
+
+ at misc{rfc2002,
+  author="C. Perkins",
+  title="{IP Mobility Support}",
+  series="Request for Comments",
+  number="2002",
+  howpublished="RFC 2002 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 3220, updated by RFC 2290",
+  url="http://www.ietf.org/rfc/rfc2002.txt",
+}
+
+ at misc{rfc2003,
+  author="C. Perkins",
+  title="{IP Encapsulation within IP}",
+  series="Request for Comments",
+  number="2003",
+  howpublished="RFC 2003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Updated by RFCs 3168, 6864",
+  url="http://www.ietf.org/rfc/rfc2003.txt",
+}
+
+ at misc{rfc2004,
+  author="C. Perkins",
+  title="{Minimal Encapsulation within IP}",
+  series="Request for Comments",
+  number="2004",
+  howpublished="RFC 2004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2004.txt",
+}
+
+ at misc{rfc2005,
+  author="J. Solomon",
+  title="{Applicability Statement for IP Mobility Support}",
+  series="Request for Comments",
+  number="2005",
+  howpublished="RFC 2005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2005.txt",
+}
+
+ at misc{rfc2006,
+  author="D. Cong and M. Hamlen and C. Perkins",
+  title="{The Definitions of Managed Objects for IP Mobility Support using SMIv2}",
+  series="Request for Comments",
+  number="2006",
+  howpublished="RFC 2006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2006.txt",
+}
+
+ at misc{rfc2007,
+  author="J. Foster and M. Isaacs and M. Prior",
+  title="{Catalogue of Network Training Materials}",
+  series="Request for Comments",
+  number="2007",
+  howpublished="RFC 2007 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2007.txt",
+}
+
+ at misc{rfc2008,
+  author="Y. Rekhter and T. Li",
+  title="{Implications of Various Address Allocation Policies for Internet Routing}",
+  series="Request for Comments",
+  number="2008",
+  howpublished="RFC 2008 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2008.txt",
+}
+
+ at misc{rfc2009,
+  author="T. Imielinski and J. Navas",
+  title="{GPS-Based Addressing and Routing}",
+  series="Request for Comments",
+  number="2009",
+  howpublished="RFC 2009 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2009.txt",
+}
+
+ at misc{rfc2010,
+  author="B. Manning and P. Vixie",
+  title="{Operational Criteria for Root Name Servers}",
+  series="Request for Comments",
+  number="2010",
+  howpublished="RFC 2010 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2870",
+  url="http://www.ietf.org/rfc/rfc2010.txt",
+}
+
+ at misc{rfc2011,
+  author="K. McCloghrie",
+  title="{SNMPv2 Management Information Base for the Internet Protocol using SMIv2}",
+  series="Request for Comments",
+  number="2011",
+  howpublished="RFC 2011 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Obsoleted by RFC 4293",
+  url="http://www.ietf.org/rfc/rfc2011.txt",
+}
+
+ at misc{rfc2012,
+  author="K. McCloghrie",
+  title="{SNMPv2 Management Information Base for the Transmission Control Protocol using SMIv2}",
+  series="Request for Comments",
+  number="2012",
+  howpublished="RFC 2012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Obsoleted by RFC 4022",
+  url="http://www.ietf.org/rfc/rfc2012.txt",
+}
+
+ at misc{rfc2013,
+  author="K. McCloghrie",
+  title="{SNMPv2 Management Information Base for the User Datagram Protocol using SMIv2}",
+  series="Request for Comments",
+  number="2013",
+  howpublished="RFC 2013 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Obsoleted by RFC 4113",
+  url="http://www.ietf.org/rfc/rfc2013.txt",
+}
+
+ at misc{rfc2014,
+  author="A. Weinrib and J. Postel",
+  title="{IRTF Research Group Guidelines and Procedures}",
+  series="Request for Comments",
+  number="2014",
+  howpublished="RFC 2014 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2014.txt",
+}
+
+ at misc{rfc2015,
+  author="M. Elkins",
+  title="{MIME Security with Pretty Good Privacy (PGP)}",
+  series="Request for Comments",
+  number="2015",
+  howpublished="RFC 2015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Updated by RFC 3156",
+  url="http://www.ietf.org/rfc/rfc2015.txt",
+}
+
+ at misc{rfc2016,
+  author="L. Daigle and P. Deutsch and B. Heelan and C. Alpaugh and M. Maclachlan",
+  title="{Uniform Resource Agents (URAs)}",
+  series="Request for Comments",
+  number="2016",
+  howpublished="RFC 2016 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2016.txt",
+}
+
+ at misc{rfc2017,
+  author="N. Freed and K. Moore and A. Cargille",
+  title="{Definition of the URL MIME External-Body Access-Type}",
+  series="Request for Comments",
+  number="2017",
+  howpublished="RFC 2017 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2017.txt",
+}
+
+ at misc{rfc2018,
+  author="M. Mathis and J. Mahdavi and S. Floyd and A. Romanow",
+  title="{TCP Selective Acknowledgment Options}",
+  series="Request for Comments",
+  number="2018",
+  howpublished="RFC 2018 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2018.txt",
+}
+
+ at misc{rfc2019,
+  author="M. Crawford",
+  title="{Transmission of IPv6 Packets Over FDDI}",
+  series="Request for Comments",
+  number="2019",
+  howpublished="RFC 2019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2467",
+  url="http://www.ietf.org/rfc/rfc2019.txt",
+}
+
+ at misc{rfc2020,
+  author="J. Flick",
+  title="{IEEE 802.12 Interface MIB}",
+  series="Request for Comments",
+  number="2020",
+  howpublished="RFC 2020 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2020.txt",
+}
+
+ at misc{rfc2021,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base Version 2 using SMIv2}",
+  series="Request for Comments",
+  number="2021",
+  howpublished="RFC 2021 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 4502",
+  url="http://www.ietf.org/rfc/rfc2021.txt",
+}
+
+ at misc{rfc2022,
+  author="G. Armitage",
+  title="{Support for Multicast over UNI 3.0/3.1 based ATM Networks}",
+  series="Request for Comments",
+  number="2022",
+  howpublished="RFC 2022 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2022.txt",
+}
+
+ at misc{rfc2023,
+  author="D. Haskin and E. Allen",
+  title="{IP Version 6 over PPP}",
+  series="Request for Comments",
+  number="2023",
+  howpublished="RFC 2023 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2472",
+  url="http://www.ietf.org/rfc/rfc2023.txt",
+}
+
+ at misc{rfc2024,
+  author="D. Chen and P. Gayek and S. Nix",
+  title="{Definitions of Managed Objects for Data Link Switching using SMIv2}",
+  series="Request for Comments",
+  number="2024",
+  howpublished="RFC 2024 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2024.txt",
+}
+
+ at misc{rfc2025,
+  author="C. Adams",
+  title="{The Simple Public-Key GSS-API Mechanism (SPKM)}",
+  series="Request for Comments",
+  number="2025",
+  howpublished="RFC 2025 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2025.txt",
+}
+
+ at misc{rfc2026,
+  author="S. Bradner",
+  title="{The Internet Standards Process -- Revision 3}",
+  series="Request for Comments",
+  number="2026",
+  howpublished="RFC 2026 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Updated by RFCs 3667, 3668, 3932, 3978, 3979, 5378, 5657, 5742, 6410, 7100, 7127, 7475",
+  url="http://www.ietf.org/rfc/rfc2026.txt",
+}
+
+ at misc{rfc2027,
+  author="J. Galvin",
+  title="{IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees}",
+  series="Request for Comments",
+  number="2027",
+  howpublished="RFC 2027 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2282",
+  url="http://www.ietf.org/rfc/rfc2027.txt",
+}
+
+ at misc{rfc2028,
+  author="R. Hovey and S. Bradner",
+  title="{The Organizations Involved in the IETF Standards Process}",
+  series="Request for Comments",
+  number="2028",
+  howpublished="RFC 2028 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Updated by RFCs 3668, 3979",
+  url="http://www.ietf.org/rfc/rfc2028.txt",
+}
+
+ at misc{rfc2029,
+  author="M. Speer and D. Hoffman",
+  title="{RTP Payload Format of Sun's CellB Video Encoding}",
+  series="Request for Comments",
+  number="2029",
+  howpublished="RFC 2029 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2029.txt",
+}
+
+ at misc{rfc2030,
+  author="D. Mills",
+  title="{Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and OSI}",
+  series="Request for Comments",
+  number="2030",
+  howpublished="RFC 2030 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 4330",
+  url="http://www.ietf.org/rfc/rfc2030.txt",
+}
+
+ at misc{rfc2031,
+  author="E. Huizer",
+  title="{IETF-ISOC relationship}",
+  series="Request for Comments",
+  number="2031",
+  howpublished="RFC 2031 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2031.txt",
+}
+
+ at misc{rfc2032,
+  author="T. Turletti and C. Huitema",
+  title="{RTP Payload Format for H.261 Video Streams}",
+  series="Request for Comments",
+  number="2032",
+  howpublished="RFC 2032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 4587",
+  url="http://www.ietf.org/rfc/rfc2032.txt",
+}
+
+ at misc{rfc2033,
+  author="J. Myers",
+  title="{Local Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="2033",
+  howpublished="RFC 2033 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2033.txt",
+}
+
+ at misc{rfc2034,
+  author="N. Freed",
+  title="{SMTP Service Extension for Returning Enhanced Error Codes}",
+  series="Request for Comments",
+  number="2034",
+  howpublished="RFC 2034 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2034.txt",
+}
+
+ at misc{rfc2035,
+  author="L. Berc and W. Fenner and R. Frederick and S. McCanne",
+  title="{RTP Payload Format for JPEG-compressed Video}",
+  series="Request for Comments",
+  number="2035",
+  howpublished="RFC 2035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2435",
+  url="http://www.ietf.org/rfc/rfc2035.txt",
+}
+
+ at misc{rfc2036,
+  author="G. Huston",
+  title="{Observations on the use of Components of the Class A Address Space within the Internet}",
+  series="Request for Comments",
+  number="2036",
+  howpublished="RFC 2036 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2036.txt",
+}
+
+ at misc{rfc2037,
+  author="K. McCloghrie and A. Bierman",
+  title="{Entity MIB using SMIv2}",
+  series="Request for Comments",
+  number="2037",
+  howpublished="RFC 2037 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2737",
+  url="http://www.ietf.org/rfc/rfc2037.txt",
+}
+
+ at misc{rfc2038,
+  author="D. Hoffman and G. Fernando and V. Goyal",
+  title="{RTP Payload Format for MPEG1/MPEG2 Video}",
+  series="Request for Comments",
+  number="2038",
+  howpublished="RFC 2038 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2250",
+  url="http://www.ietf.org/rfc/rfc2038.txt",
+}
+
+ at misc{rfc2039,
+  author="C. Kalbfleisch",
+  title="{Applicability of Standards Track MIBs to Management of World Wide Web Servers}",
+  series="Request for Comments",
+  number="2039",
+  howpublished="RFC 2039 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2039.txt",
+}
+
+ at misc{rfc2040,
+  author="R. Baldwin and R. Rivest",
+  title="{The RC5, RC5-CBC, RC5-CBC-Pad, and RC5-CTS Algorithms}",
+  series="Request for Comments",
+  number="2040",
+  howpublished="RFC 2040 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2040.txt",
+}
+
+ at misc{rfc2041,
+  author="B. Noble and G. Nguyen and M. Satyanarayanan and R. Katz",
+  title="{Mobile Network Tracing}",
+  series="Request for Comments",
+  number="2041",
+  howpublished="RFC 2041 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2041.txt",
+}
+
+ at misc{rfc2042,
+  author="B. Manning",
+  title="{Registering New BGP Attribute Types}",
+  series="Request for Comments",
+  number="2042",
+  howpublished="RFC 2042 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2042.txt",
+}
+
+ at misc{rfc2043,
+  author="A. Fuqua",
+  title="{The PPP SNA Control Protocol (SNACP)}",
+  series="Request for Comments",
+  number="2043",
+  howpublished="RFC 2043 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2043.txt",
+}
+
+ at misc{rfc2044,
+  author="F. Yergeau",
+  title="{UTF-8, a transformation format of Unicode and ISO 10646}",
+  series="Request for Comments",
+  number="2044",
+  howpublished="RFC 2044 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2279",
+  url="http://www.ietf.org/rfc/rfc2044.txt",
+}
+
+ at misc{rfc2045,
+  author="N. Freed and N. Borenstein",
+  title="{Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies}",
+  series="Request for Comments",
+  number="2045",
+  howpublished="RFC 2045 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Updated by RFCs 2184, 2231, 5335, 6532",
+  url="http://www.ietf.org/rfc/rfc2045.txt",
+}
+
+ at misc{rfc2046,
+  author="N. Freed and N. Borenstein",
+  title="{Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types}",
+  series="Request for Comments",
+  number="2046",
+  howpublished="RFC 2046 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Updated by RFCs 2646, 3798, 5147, 6657",
+  url="http://www.ietf.org/rfc/rfc2046.txt",
+}
+
+ at misc{rfc2047,
+  author="K. Moore",
+  title="{MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text}",
+  series="Request for Comments",
+  number="2047",
+  howpublished="RFC 2047 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Updated by RFCs 2184, 2231",
+  url="http://www.ietf.org/rfc/rfc2047.txt",
+}
+
+ at misc{rfc2048,
+  author="N. Freed and J. Klensin and J. Postel",
+  title="{Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures}",
+  series="Request for Comments",
+  number="2048",
+  howpublished="RFC 2048 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Obsoleted by RFCs 4288, 4289, updated by RFC 3023",
+  url="http://www.ietf.org/rfc/rfc2048.txt",
+}
+
+ at misc{rfc2049,
+  author="N. Freed and N. Borenstein",
+  title="{Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples}",
+  series="Request for Comments",
+  number="2049",
+  howpublished="RFC 2049 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2049.txt",
+}
+
+ at misc{rfc2050,
+  author="K. Hubbard and M. Kosters and D. Conrad and D. Karrenberg and J. Postel",
+  title="{Internet Registry IP Allocation Guidelines}",
+  series="Request for Comments",
+  number="2050",
+  howpublished="RFC 2050 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    note="Obsoleted by RFC 7020",
+  url="http://www.ietf.org/rfc/rfc2050.txt",
+}
+
+ at misc{rfc2051,
+  author="M. Allen and B. Clouston and Z. Kielczewski and W. Kwan and B. Moore",
+  title="{Definitions of Managed Objects for APPC using SMIv2}",
+  series="Request for Comments",
+  number="2051",
+  howpublished="RFC 2051 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2051.txt",
+}
+
+ at misc{rfc2052,
+  author="A. Gulbrandsen and P. Vixie",
+  title="{A DNS RR for specifying the location of services (DNS SRV)}",
+  series="Request for Comments",
+  number="2052",
+  howpublished="RFC 2052 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    note="Obsoleted by RFC 2782",
+  url="http://www.ietf.org/rfc/rfc2052.txt",
+}
+
+ at misc{rfc2053,
+  author="E. Der-Danieliantz",
+  title="{The AM (Armenia) Domain}",
+  series="Request for Comments",
+  number="2053",
+  howpublished="RFC 2053 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2053.txt",
+}
+
+ at misc{rfc2054,
+  author="B. Callaghan",
+  title="{WebNFS Client Specification}",
+  series="Request for Comments",
+  number="2054",
+  howpublished="RFC 2054 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2054.txt",
+}
+
+ at misc{rfc2055,
+  author="B. Callaghan",
+  title="{WebNFS Server Specification}",
+  series="Request for Comments",
+  number="2055",
+  howpublished="RFC 2055 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2055.txt",
+}
+
+ at misc{rfc2056,
+  author="R. Denenberg and J. Kunze and D. Lynch",
+  title="{Uniform Resource Locators for Z39.50}",
+  series="Request for Comments",
+  number="2056",
+  howpublished="RFC 2056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2056.txt",
+}
+
+ at misc{rfc2057,
+  author="S. Bradner",
+  title="{Source Directed Access Control on the Internet}",
+  series="Request for Comments",
+  number="2057",
+  howpublished="RFC 2057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2057.txt",
+}
+
+ at misc{rfc2058,
+  author="C. Rigney and A. Rubens and W. Simpson and S. Willens",
+  title="{Remote Authentication Dial In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="2058",
+  howpublished="RFC 2058 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2138",
+  url="http://www.ietf.org/rfc/rfc2058.txt",
+}
+
+ at misc{rfc2059,
+  author="C. Rigney",
+  title="{RADIUS Accounting}",
+  series="Request for Comments",
+  number="2059",
+  howpublished="RFC 2059 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2139",
+  url="http://www.ietf.org/rfc/rfc2059.txt",
+}
+
+ at misc{rfc2060,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol - Version 4rev1}",
+  series="Request for Comments",
+  number="2060",
+  howpublished="RFC 2060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=dec,
+    note="Obsoleted by RFC 3501",
+  url="http://www.ietf.org/rfc/rfc2060.txt",
+}
+
+ at misc{rfc2061,
+  author="M. Crispin",
+  title="{IMAP4 Compatibility with IMAP2bis}",
+  series="Request for Comments",
+  number="2061",
+  howpublished="RFC 2061 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2061.txt",
+}
+
+ at misc{rfc2062,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol - Obsolete Syntax}",
+  series="Request for Comments",
+  number="2062",
+  howpublished="RFC 2062 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1996,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2062.txt",
+}
+
+ at misc{rfc2063,
+  author="N. Brownlee and C. Mills and G. Ruth",
+  title="{Traffic Flow Measurement:  Architecture}",
+  series="Request for Comments",
+  number="2063",
+  howpublished="RFC 2063 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2722",
+  url="http://www.ietf.org/rfc/rfc2063.txt",
+}
+
+ at misc{rfc2064,
+  author="N. Brownlee",
+  title="{Traffic Flow Measurement:  Meter MIB}",
+  series="Request for Comments",
+  number="2064",
+  howpublished="RFC 2064 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2720",
+  url="http://www.ietf.org/rfc/rfc2064.txt",
+}
+
+ at misc{rfc2065,
+  author="D. Eastlake 3rd and C. Kaufman",
+  title="{Domain Name System Security Extensions}",
+  series="Request for Comments",
+  number="2065",
+  howpublished="RFC 2065 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2535",
+  url="http://www.ietf.org/rfc/rfc2065.txt",
+}
+
+ at misc{rfc2066,
+  author="R. Gellens",
+  title="{TELNET CHARSET Option}",
+  series="Request for Comments",
+  number="2066",
+  howpublished="RFC 2066 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2066.txt",
+}
+
+ at misc{rfc2067,
+  author="J. Renwick",
+  title="{IP over HIPPI}",
+  series="Request for Comments",
+  number="2067",
+  howpublished="RFC 2067 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2067.txt",
+}
+
+ at misc{rfc2068,
+  author="R. Fielding and J. Gettys and J. Mogul and H. Frystyk and T. Berners-Lee",
+  title="{Hypertext Transfer Protocol -- HTTP/1.1}",
+  series="Request for Comments",
+  number="2068",
+  howpublished="RFC 2068 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2616",
+  url="http://www.ietf.org/rfc/rfc2068.txt",
+}
+
+ at misc{rfc2069,
+  author="J. Franks and P. Hallam-Baker and J. Hostetler and P. Leach and A. Luotonen and E. Sink and L. Stewart",
+  title="{An Extension to HTTP : Digest Access Authentication}",
+  series="Request for Comments",
+  number="2069",
+  howpublished="RFC 2069 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2617",
+  url="http://www.ietf.org/rfc/rfc2069.txt",
+}
+
+ at misc{rfc2070,
+  author="F. Yergeau and G. Nicol and G. Adams and M. Duerst",
+  title="{Internationalization of the Hypertext Markup Language}",
+  series="Request for Comments",
+  number="2070",
+  howpublished="RFC 2070 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2854",
+  url="http://www.ietf.org/rfc/rfc2070.txt",
+}
+
+ at misc{rfc2071,
+  author="P. Ferguson and H. Berkowitz",
+  title="{Network Renumbering Overview: Why would I want it and what is it anyway?}",
+  series="Request for Comments",
+  number="2071",
+  howpublished="RFC 2071 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2071.txt",
+}
+
+ at misc{rfc2072,
+  author="H. Berkowitz",
+  title="{Router Renumbering Guide}",
+  series="Request for Comments",
+  number="2072",
+  howpublished="RFC 2072 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Updated by RFC 4192",
+  url="http://www.ietf.org/rfc/rfc2072.txt",
+}
+
+ at misc{rfc2073,
+  author="Y. Rekhter and P. Lothberg and R. Hinden and S. Deering and J. Postel",
+  title="{An IPv6 Provider-Based Unicast Address Format}",
+  series="Request for Comments",
+  number="2073",
+  howpublished="RFC 2073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2374",
+  url="http://www.ietf.org/rfc/rfc2073.txt",
+}
+
+ at misc{rfc2074,
+  author="A. Bierman and R. Iddon",
+  title="{Remote Network Monitoring MIB Protocol Identifiers}",
+  series="Request for Comments",
+  number="2074",
+  howpublished="RFC 2074 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2895",
+  url="http://www.ietf.org/rfc/rfc2074.txt",
+}
+
+ at misc{rfc2075,
+  author="C. Partridge",
+  title="{IP Echo Host Service}",
+  series="Request for Comments",
+  number="2075",
+  howpublished="RFC 2075 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2075.txt",
+}
+
+ at misc{rfc2076,
+  author="J. Palme",
+  title="{Common Internet Message Headers}",
+  series="Request for Comments",
+  number="2076",
+  howpublished="RFC 2076 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2076.txt",
+}
+
+ at misc{rfc2077,
+  author="S. Nelson and C. Parks and Mitra",
+  title="{The Model Primary Content Type for Multipurpose Internet Mail Extensions}",
+  series="Request for Comments",
+  number="2077",
+  howpublished="RFC 2077 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2077.txt",
+}
+
+ at misc{rfc2078,
+  author="J. Linn",
+  title="{Generic Security Service Application Program Interface, Version 2}",
+  series="Request for Comments",
+  number="2078",
+  howpublished="RFC 2078 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2743",
+  url="http://www.ietf.org/rfc/rfc2078.txt",
+}
+
+ at misc{rfc2079,
+  author="M. Smith",
+  title="{Definition of an X.500 Attribute Type and an Object Class to Hold Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="2079",
+  howpublished="RFC 2079 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2079.txt",
+}
+
+ at misc{rfc2080,
+  author="G. Malkin and R. Minnear",
+  title="{RIPng for IPv6}",
+  series="Request for Comments",
+  number="2080",
+  howpublished="RFC 2080 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2080.txt",
+}
+
+ at misc{rfc2081,
+  author="G. Malkin",
+  title="{RIPng Protocol Applicability Statement}",
+  series="Request for Comments",
+  number="2081",
+  howpublished="RFC 2081 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2081.txt",
+}
+
+ at misc{rfc2082,
+  author="F. Baker and R. Atkinson",
+  title="{RIP-2 MD5 Authentication}",
+  series="Request for Comments",
+  number="2082",
+  howpublished="RFC 2082 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 4822",
+  url="http://www.ietf.org/rfc/rfc2082.txt",
+}
+
+ at misc{rfc2083,
+  author="T. Boutell",
+  title="{PNG (Portable Network Graphics) Specification Version 1.0}",
+  series="Request for Comments",
+  number="2083",
+  howpublished="RFC 2083 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2083.txt",
+}
+
+ at misc{rfc2084,
+  author="G. Bossert and S. Cooper and W. Drummond",
+  title="{Considerations for Web Transaction Security}",
+  series="Request for Comments",
+  number="2084",
+  howpublished="RFC 2084 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2084.txt",
+}
+
+ at misc{rfc2085,
+  author="M. Oehler and R. Glenn",
+  title="{HMAC-MD5 IP Authentication with Replay Prevention}",
+  series="Request for Comments",
+  number="2085",
+  howpublished="RFC 2085 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2085.txt",
+}
+
+ at misc{rfc2086,
+  author="J. Myers",
+  title="{IMAP4 ACL extension}",
+  series="Request for Comments",
+  number="2086",
+  howpublished="RFC 2086 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 4314",
+  url="http://www.ietf.org/rfc/rfc2086.txt",
+}
+
+ at misc{rfc2087,
+  author="J. Myers",
+  title="{IMAP4 QUOTA extension}",
+  series="Request for Comments",
+  number="2087",
+  howpublished="RFC 2087 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2087.txt",
+}
+
+ at misc{rfc2088,
+  author="J. Myers",
+  title="{IMAP4 non-synchronizing literals}",
+  series="Request for Comments",
+  number="2088",
+  howpublished="RFC 2088 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 7888, updated by RFC 4466",
+  url="http://www.ietf.org/rfc/rfc2088.txt",
+}
+
+ at misc{rfc2089,
+  author="B. Wijnen and D. Levi",
+  title="{V2ToV1 Mapping SNMPv2 onto SNMPv1 within a bi-lingual SNMP agent}",
+  series="Request for Comments",
+  number="2089",
+  howpublished="RFC 2089 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2576",
+  url="http://www.ietf.org/rfc/rfc2089.txt",
+}
+
+ at misc{rfc2090,
+  author="A. Emberson",
+  title="{TFTP Multicast Option}",
+  series="Request for Comments",
+  number="2090",
+  howpublished="RFC 2090 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2090.txt",
+}
+
+ at misc{rfc2091,
+  author="G. Meyer and S. Sherry",
+  title="{Triggered Extensions to RIP to Support Demand Circuits}",
+  series="Request for Comments",
+  number="2091",
+  howpublished="RFC 2091 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2091.txt",
+}
+
+ at misc{rfc2092,
+  author="S. Sherry and G. Meyer",
+  title="{Protocol Analysis for Triggered RIP}",
+  series="Request for Comments",
+  number="2092",
+  howpublished="RFC 2092 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2092.txt",
+}
+
+ at misc{rfc2093,
+  author="H. Harney and C. Muckenhirn",
+  title="{Group Key Management Protocol (GKMP) Specification}",
+  series="Request for Comments",
+  number="2093",
+  howpublished="RFC 2093 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2093.txt",
+}
+
+ at misc{rfc2094,
+  author="H. Harney and C. Muckenhirn",
+  title="{Group Key Management Protocol (GKMP) Architecture}",
+  series="Request for Comments",
+  number="2094",
+  howpublished="RFC 2094 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2094.txt",
+}
+
+ at misc{rfc2095,
+  author="J. Klensin and R. Catoe and P. Krumviede",
+  title="{IMAP/POP AUTHorize Extension for Simple Challenge/Response}",
+  series="Request for Comments",
+  number="2095",
+  howpublished="RFC 2095 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 2195",
+  url="http://www.ietf.org/rfc/rfc2095.txt",
+}
+
+ at misc{rfc2096,
+  author="F. Baker",
+  title="{IP Forwarding Table MIB}",
+  series="Request for Comments",
+  number="2096",
+  howpublished="RFC 2096 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    note="Obsoleted by RFC 4292",
+  url="http://www.ietf.org/rfc/rfc2096.txt",
+}
+
+ at misc{rfc2097,
+  author="G. Pall",
+  title="{The PPP NetBIOS Frames Control Protocol (NBFCP)}",
+  series="Request for Comments",
+  number="2097",
+  howpublished="RFC 2097 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2097.txt",
+}
+
+ at misc{rfc2098,
+  author="Y. Katsube and K. Nagami and H. Esaki",
+  title="{Toshiba's Router Architecture Extensions for ATM : Overview}",
+  series="Request for Comments",
+  number="2098",
+  howpublished="RFC 2098 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2098.txt",
+}
+
+ at misc{rfc2099,
+  author="J. Elliott",
+  title="{Request for Comments Summary RFC Numbers 2000-2099}",
+  series="Request for Comments",
+  number="2099",
+  howpublished="RFC 2099 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2099.txt",
+}
+
+ at misc{rfc2100,
+  author="J. Ashworth",
+  title="{The Naming of Hosts}",
+  series="Request for Comments",
+  number="2100",
+  howpublished="RFC 2100 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2100.txt",
+}
+
+ at misc{rfc2101,
+  author="B. Carpenter and J. Crowcroft and Y. Rekhter",
+  title="{IPv4 Address Behaviour Today}",
+  series="Request for Comments",
+  number="2101",
+  howpublished="RFC 2101 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2101.txt",
+}
+
+ at misc{rfc2102,
+  author="R. Ramanathan",
+  title="{Multicast Support for Nimrod :  Requirements and Solution Approaches}",
+  series="Request for Comments",
+  number="2102",
+  howpublished="RFC 2102 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2102.txt",
+}
+
+ at misc{rfc2103,
+  author="R. Ramanathan",
+  title="{Mobility Support for Nimrod :  Challenges and Solution Approaches}",
+  series="Request for Comments",
+  number="2103",
+  howpublished="RFC 2103 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2103.txt",
+}
+
+ at misc{rfc2104,
+  author="H. Krawczyk and M. Bellare and R. Canetti",
+  title="{HMAC: Keyed-Hashing for Message Authentication}",
+  series="Request for Comments",
+  number="2104",
+  howpublished="RFC 2104 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    note="Updated by RFC 6151",
+  url="http://www.ietf.org/rfc/rfc2104.txt",
+}
+
+ at misc{rfc2105,
+  author="Y. Rekhter and B. Davie and D. Katz and E. Rosen and G. Swallow",
+  title="{Cisco Systems' Tag Switching Architecture Overview}",
+  series="Request for Comments",
+  number="2105",
+  howpublished="RFC 2105 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2105.txt",
+}
+
+ at misc{rfc2106,
+  author="S. Chiang and J. Lee and H. Yasuda",
+  title="{Data Link Switching Remote Access Protocol}",
+  series="Request for Comments",
+  number="2106",
+  howpublished="RFC 2106 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    note="Obsoleted by RFC 2114",
+  url="http://www.ietf.org/rfc/rfc2106.txt",
+}
+
+ at misc{rfc2107,
+  author="K. Hamzeh",
+  title="{Ascend Tunnel Management Protocol - ATMP}",
+  series="Request for Comments",
+  number="2107",
+  howpublished="RFC 2107 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2107.txt",
+}
+
+ at misc{rfc2108,
+  author="K. de Graaf and D. Romascanu and D. McMaster and K. McCloghrie",
+  title="{Definitions of Managed Objects for IEEE 802.3 Repeater Devices using SMIv2}",
+  series="Request for Comments",
+  number="2108",
+  howpublished="RFC 2108 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2108.txt",
+}
+
+ at misc{rfc2109,
+  author="D. Kristol and L. Montulli",
+  title="{HTTP State Management Mechanism}",
+  series="Request for Comments",
+  number="2109",
+  howpublished="RFC 2109 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    note="Obsoleted by RFC 2965",
+  url="http://www.ietf.org/rfc/rfc2109.txt",
+}
+
+ at misc{rfc2110,
+  author="J. Palme and A. Hopmann",
+  title="{MIME E-mail Encapsulation of Aggregate Documents, such as HTML (MHTML)}",
+  series="Request for Comments",
+  number="2110",
+  howpublished="RFC 2110 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    note="Obsoleted by RFC 2557",
+  url="http://www.ietf.org/rfc/rfc2110.txt",
+}
+
+ at misc{rfc2111,
+  author="E. Levinson",
+  title="{Content-ID and Message-ID Uniform Resource Locators}",
+  series="Request for Comments",
+  number="2111",
+  howpublished="RFC 2111 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    note="Obsoleted by RFC 2392",
+  url="http://www.ietf.org/rfc/rfc2111.txt",
+}
+
+ at misc{rfc2112,
+  author="E. Levinson",
+  title="{The MIME Multipart/Related Content-type}",
+  series="Request for Comments",
+  number="2112",
+  howpublished="RFC 2112 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    note="Obsoleted by RFC 2387",
+  url="http://www.ietf.org/rfc/rfc2112.txt",
+}
+
+ at misc{rfc2113,
+  author="D. Katz",
+  title="{IP Router Alert Option}",
+  series="Request for Comments",
+  number="2113",
+  howpublished="RFC 2113 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    note="Updated by RFCs 5350, 6398",
+  url="http://www.ietf.org/rfc/rfc2113.txt",
+}
+
+ at misc{rfc2114,
+  author="S. Chiang and J. Lee and H. Yasuda",
+  title="{Data Link Switching Client Access Protocol}",
+  series="Request for Comments",
+  number="2114",
+  howpublished="RFC 2114 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2114.txt",
+}
+
+ at misc{rfc2115,
+  author="C. Brown and F. Baker",
+  title="{Management Information Base for Frame Relay DTEs Using SMIv2}",
+  series="Request for Comments",
+  number="2115",
+  howpublished="RFC 2115 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2115.txt",
+}
+
+ at misc{rfc2116,
+  author="C. Apple and K. Rossen",
+  title="{X.500 Implementations Catalog-96}",
+  series="Request for Comments",
+  number="2116",
+  howpublished="RFC 2116 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2116.txt",
+}
+
+ at misc{rfc2117,
+  author="D. Estrin and D. Farinacci and A. Helmy and D. Thaler and S. Deering and M. Handley and V. Jacobson and C. Liu and P. Sharma and L. Wei",
+  title="{Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol Specification}",
+  series="Request for Comments",
+  number="2117",
+  howpublished="RFC 2117 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Obsoleted by RFC 2362",
+  url="http://www.ietf.org/rfc/rfc2117.txt",
+}
+
+ at misc{rfc2118,
+  author="G. Pall",
+  title="{Microsoft Point-To-Point Compression (MPPC) Protocol}",
+  series="Request for Comments",
+  number="2118",
+  howpublished="RFC 2118 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2118.txt",
+}
+
+ at misc{rfc2119,
+  author="S. Bradner",
+  title="{Key words for use in RFCs to Indicate Requirement Levels}",
+  series="Request for Comments",
+  number="2119",
+  howpublished="RFC 2119 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2119.txt",
+}
+
+ at misc{rfc2120,
+  author="D. Chadwick",
+  title="{Managing the X.500 Root Naming Context}",
+  series="Request for Comments",
+  number="2120",
+  howpublished="RFC 2120 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2120.txt",
+}
+
+ at misc{rfc2121,
+  author="G. Armitage",
+  title="{Issues affecting MARS Cluster Size}",
+  series="Request for Comments",
+  number="2121",
+  howpublished="RFC 2121 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2121.txt",
+}
+
+ at misc{rfc2122,
+  author="D. Mavrakis and H. Layec and K. Kartmann",
+  title="{VEMMI URL Specification}",
+  series="Request for Comments",
+  number="2122",
+  howpublished="RFC 2122 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2122.txt",
+}
+
+ at misc{rfc2123,
+  author="N. Brownlee",
+  title="{Traffic Flow Measurement: Experiences with NeTraMet}",
+  series="Request for Comments",
+  number="2123",
+  howpublished="RFC 2123 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2123.txt",
+}
+
+ at misc{rfc2124,
+  author="P. Amsden and J. Amweg and P. Calato and S. Bensley and G. Lyons",
+  title="{Cabletron's Light-weight Flow Admission Protocol Specification Version 1.0}",
+  series="Request for Comments",
+  number="2124",
+  howpublished="RFC 2124 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2124.txt",
+}
+
+ at misc{rfc2125,
+  author="C. Richards and K. Smith",
+  title="{The PPP Bandwidth Allocation Protocol (BAP) / The PPP Bandwidth Allocation Control Protocol (BACP)}",
+  series="Request for Comments",
+  number="2125",
+  howpublished="RFC 2125 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2125.txt",
+}
+
+ at misc{rfc2126,
+  author="Y. Pouffary and A. Young",
+  title="{ISO Transport Service on top of TCP (ITOT)}",
+  series="Request for Comments",
+  number="2126",
+  howpublished="RFC 2126 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2126.txt",
+}
+
+ at misc{rfc2127,
+  author="G. Roeck",
+  title="{ISDN Management Information Base using SMIv2}",
+  series="Request for Comments",
+  number="2127",
+  howpublished="RFC 2127 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2127.txt",
+}
+
+ at misc{rfc2128,
+  author="G. Roeck",
+  title="{Dial Control Management Information Base using SMIv2}",
+  series="Request for Comments",
+  number="2128",
+  howpublished="RFC 2128 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2128.txt",
+}
+
+ at misc{rfc2129,
+  author="K. Nagami and Y. Katsube and Y. Shobatake and A. Mogi and S. Matsuzawa and T. Jinmei and H. Esaki",
+  title="{Toshiba's Flow Attribute Notification Protocol (FANP) Specification}",
+  series="Request for Comments",
+  number="2129",
+  howpublished="RFC 2129 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2129.txt",
+}
+
+ at misc{rfc2130,
+  author="C. Weider and C. Preston and K. Simonsen and H. Alvestrand and R. Atkinson and M. Crispin and P. Svanberg",
+  title="{The Report of the IAB Character Set Workshop held 29 February - 1 March, 1996}",
+  series="Request for Comments",
+  number="2130",
+  howpublished="RFC 2130 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Updated by RFC 6055",
+  url="http://www.ietf.org/rfc/rfc2130.txt",
+}
+
+ at misc{rfc2131,
+  author="R. Droms",
+  title="{Dynamic Host Configuration Protocol}",
+  series="Request for Comments",
+  number="2131",
+  howpublished="RFC 2131 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    note="Updated by RFCs 3396, 4361, 5494, 6842",
+  url="http://www.ietf.org/rfc/rfc2131.txt",
+}
+
+ at misc{rfc2132,
+  author="S. Alexander and R. Droms",
+  title="{DHCP Options and BOOTP Vendor Extensions}",
+  series="Request for Comments",
+  number="2132",
+  howpublished="RFC 2132 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=mar,
+    note="Updated by RFCs 3442, 3942, 4361, 4833, 5494",
+  url="http://www.ietf.org/rfc/rfc2132.txt",
+}
+
+ at misc{rfc2133,
+  author="R. Gilligan and S. Thomson and J. Bound and W. Stevens",
+  title="{Basic Socket Interface Extensions for IPv6}",
+  series="Request for Comments",
+  number="2133",
+  howpublished="RFC 2133 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Obsoleted by RFC 2553",
+  url="http://www.ietf.org/rfc/rfc2133.txt",
+}
+
+ at misc{rfc2134,
+  author="ISOC Board of Trustees",
+  title="{Articles of Incorporation of Internet Society}",
+  series="Request for Comments",
+  number="2134",
+  howpublished="RFC 2134 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2134.txt",
+}
+
+ at misc{rfc2135,
+  author="ISOC Board of Trustees",
+  title="{Internet Society By-Laws}",
+  series="Request for Comments",
+  number="2135",
+  howpublished="RFC 2135 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2135.txt",
+}
+
+ at misc{rfc2136,
+  author="P. Vixie and S. Thomson and Y. Rekhter and J. Bound",
+  title="{Dynamic Updates in the Domain Name System (DNS UPDATE)}",
+  series="Request for Comments",
+  number="2136",
+  howpublished="RFC 2136 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Updated by RFCs 3007, 4035, 4033, 4034",
+  url="http://www.ietf.org/rfc/rfc2136.txt",
+}
+
+ at misc{rfc2137,
+  author="D. Eastlake 3rd",
+  title="{Secure Domain Name System Dynamic Update}",
+  series="Request for Comments",
+  number="2137",
+  howpublished="RFC 2137 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Obsoleted by RFC 3007",
+  url="http://www.ietf.org/rfc/rfc2137.txt",
+}
+
+ at misc{rfc2138,
+  author="C. Rigney and A. Rubens and W. Simpson and S. Willens",
+  title="{Remote Authentication Dial In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="2138",
+  howpublished="RFC 2138 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Obsoleted by RFC 2865",
+  url="http://www.ietf.org/rfc/rfc2138.txt",
+}
+
+ at misc{rfc2139,
+  author="C. Rigney",
+  title="{RADIUS Accounting}",
+  series="Request for Comments",
+  number="2139",
+  howpublished="RFC 2139 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    note="Obsoleted by RFC 2866",
+  url="http://www.ietf.org/rfc/rfc2139.txt",
+}
+
+ at misc{rfc2140,
+  author="J. Touch",
+  title="{TCP Control Block Interdependence}",
+  series="Request for Comments",
+  number="2140",
+  howpublished="RFC 2140 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2140.txt",
+}
+
+ at misc{rfc2141,
+  author="R. Moats",
+  title="{URN Syntax}",
+  series="Request for Comments",
+  number="2141",
+  howpublished="RFC 2141 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2141.txt",
+}
+
+ at misc{rfc2142,
+  author="D. Crocker",
+  title="{Mailbox Names for Common Services, Roles and Functions}",
+  series="Request for Comments",
+  number="2142",
+  howpublished="RFC 2142 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2142.txt",
+}
+
+ at misc{rfc2143,
+  author="B. Elliston",
+  title="{Encapsulating IP with the Small Computer System Interface}",
+  series="Request for Comments",
+  number="2143",
+  howpublished="RFC 2143 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2143.txt",
+}
+
+ at misc{rfc2144,
+  author="C. Adams",
+  title="{The CAST-128 Encryption Algorithm}",
+  series="Request for Comments",
+  number="2144",
+  howpublished="RFC 2144 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2144.txt",
+}
+
+ at misc{rfc2145,
+  author="J. C. Mogul and R. Fielding and J. Gettys and H. Frystyk",
+  title="{Use and Interpretation of HTTP Version Numbers}",
+  series="Request for Comments",
+  number="2145",
+  howpublished="RFC 2145 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    note="Obsoleted by RFC 7230",
+  url="http://www.ietf.org/rfc/rfc2145.txt",
+}
+
+ at misc{rfc2146,
+  author="Federal Networking Council",
+  title="{U.S. Government Internet Domain Names}",
+  series="Request for Comments",
+  number="2146",
+  howpublished="RFC 2146 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2146.txt",
+}
+
+ at misc{rfc2147,
+  author="D. Borman",
+  title="{TCP and UDP over IPv6 Jumbograms}",
+  series="Request for Comments",
+  number="2147",
+  howpublished="RFC 2147 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    note="Obsoleted by RFC 2675",
+  url="http://www.ietf.org/rfc/rfc2147.txt",
+}
+
+ at misc{rfc2148,
+  author="H. Alvestrand and P. Jurg",
+  title="{Deployment of the Internet White Pages Service}",
+  series="Request for Comments",
+  number="2148",
+  howpublished="RFC 2148 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2148.txt",
+}
+
+ at misc{rfc2149,
+  author="R. Talpade and M. Ammar",
+  title="{Multicast Server Architectures for MARS-based ATM multicasting}",
+  series="Request for Comments",
+  number="2149",
+  howpublished="RFC 2149 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2149.txt",
+}
+
+ at misc{rfc2150,
+  author="J. Max and W. Stickle",
+  title="{Humanities and Arts: Sharing Center Stage on the Internet}",
+  series="Request for Comments",
+  number="2150",
+  howpublished="RFC 2150 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2150.txt",
+}
+
+ at misc{rfc2151,
+  author="G. Kessler and S. Shepard",
+  title="{A Primer On Internet and TCP/IP Tools and Utilities}",
+  series="Request for Comments",
+  number="2151",
+  howpublished="RFC 2151 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2151.txt",
+}
+
+ at misc{rfc2152,
+  author="D. Goldsmith and M. Davis",
+  title="{UTF-7 A Mail-Safe Transformation Format of Unicode}",
+  series="Request for Comments",
+  number="2152",
+  howpublished="RFC 2152 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2152.txt",
+}
+
+ at misc{rfc2153,
+  author="W. Simpson",
+  title="{PPP Vendor Extensions}",
+  series="Request for Comments",
+  number="2153",
+  howpublished="RFC 2153 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=may,
+    note="Updated by RFCs 5342, 7042",
+  url="http://www.ietf.org/rfc/rfc2153.txt",
+}
+
+ at misc{rfc2154,
+  author="S. Murphy and M. Badger and B. Wellington",
+  title="{OSPF with Digital Signatures}",
+  series="Request for Comments",
+  number="2154",
+  howpublished="RFC 2154 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2154.txt",
+}
+
+ at misc{rfc2155,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for APPN using SMIv2}",
+  series="Request for Comments",
+  number="2155",
+  howpublished="RFC 2155 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Obsoleted by RFC 2455",
+  url="http://www.ietf.org/rfc/rfc2155.txt",
+}
+
+ at misc{rfc2156,
+  author="S. Kille",
+  title="{MIXER (Mime Internet X.400 Enhanced Relay): Mapping between X.400 and RFC 822/MIME}",
+  series="Request for Comments",
+  number="2156",
+  howpublished="RFC 2156 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2156.txt",
+}
+
+ at misc{rfc2157,
+  author="H. Alvestrand",
+  title="{Mapping between X.400 and RFC-822/MIME Message Bodies}",
+  series="Request for Comments",
+  number="2157",
+  howpublished="RFC 2157 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2157.txt",
+}
+
+ at misc{rfc2158,
+  author="H. Alvestrand",
+  title="{X.400 Image Body Parts}",
+  series="Request for Comments",
+  number="2158",
+  howpublished="RFC 2158 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2158.txt",
+}
+
+ at misc{rfc2159,
+  author="H. Alvestrand",
+  title="{A MIME Body Part for FAX}",
+  series="Request for Comments",
+  number="2159",
+  howpublished="RFC 2159 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2159.txt",
+}
+
+ at misc{rfc2160,
+  author="H. Alvestrand",
+  title="{Carrying PostScript in X.400 and MIME}",
+  series="Request for Comments",
+  number="2160",
+  howpublished="RFC 2160 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2160.txt",
+}
+
+ at misc{rfc2161,
+  author="H. Alvestrand",
+  title="{A MIME Body Part for ODA}",
+  series="Request for Comments",
+  number="2161",
+  howpublished="RFC 2161 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2161.txt",
+}
+
+ at misc{rfc2162,
+  author="C. Allocchio",
+  title="{MaXIM-11 - Mapping between X.400 / Internet mail and  Mail-11 mail}",
+  series="Request for Comments",
+  number="2162",
+  howpublished="RFC 2162 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2162.txt",
+}
+
+ at misc{rfc2163,
+  author="C. Allocchio",
+  title="{Using the Internet DNS to Distribute MIXER Conformant Global Address Mapping (MCGAM)}",
+  series="Request for Comments",
+  number="2163",
+  howpublished="RFC 2163 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Updated by RFC 3597",
+  url="http://www.ietf.org/rfc/rfc2163.txt",
+}
+
+ at misc{rfc2164,
+  author="S. Kille",
+  title="{Use of an X.500/LDAP directory to support MIXER address mapping}",
+  series="Request for Comments",
+  number="2164",
+  howpublished="RFC 2164 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2164.txt",
+}
+
+ at misc{rfc2165,
+  author="J. Veizades and E. Guttman and C. Perkins and S. Kaplan",
+  title="{Service Location Protocol}",
+  series="Request for Comments",
+  number="2165",
+  howpublished="RFC 2165 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Updated by RFCs 2608, 2609",
+  url="http://www.ietf.org/rfc/rfc2165.txt",
+}
+
+ at misc{rfc2166,
+  author="D. Bryant and P. Brittain",
+  title="{APPN Implementer's Workshop Closed Pages Document DLSw v2.0 Enhancements}",
+  series="Request for Comments",
+  number="2166",
+  howpublished="RFC 2166 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2166.txt",
+}
+
+ at misc{rfc2167,
+  author="S. Williamson and M. Kosters and D. Blacka and J. Singh and K. Zeilstra",
+  title="{Referral Whois (RWhois) Protocol V1.5}",
+  series="Request for Comments",
+  number="2167",
+  howpublished="RFC 2167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2167.txt",
+}
+
+ at misc{rfc2168,
+  author="R. Daniel and M. Mealling",
+  title="{Resolution of Uniform Resource Identifiers using the Domain Name System}",
+  series="Request for Comments",
+  number="2168",
+  howpublished="RFC 2168 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Obsoleted by RFCs 3401, 3402, 3403, 3404, updated by RFC 2915",
+  url="http://www.ietf.org/rfc/rfc2168.txt",
+}
+
+ at misc{rfc2169,
+  author="R. Daniel",
+  title="{A Trivial Convention for using HTTP in URN Resolution}",
+  series="Request for Comments",
+  number="2169",
+  howpublished="RFC 2169 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2169.txt",
+}
+
+ at misc{rfc2170,
+  author="W. Almesberger and J. Le Boudec and P. Oechslin",
+  title="{Application REQuested IP over ATM (AREQUIPA)}",
+  series="Request for Comments",
+  number="2170",
+  howpublished="RFC 2170 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2170.txt",
+}
+
+ at misc{rfc2171,
+  author="K. Murakami and M. Maruyama",
+  title="{MAPOS - Multiple Access Protocol over SONET/SDH Version 1}",
+  series="Request for Comments",
+  number="2171",
+  howpublished="RFC 2171 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2171.txt",
+}
+
+ at misc{rfc2172,
+  author="M. Maruyama and K. Murakami",
+  title="{MAPOS Version 1 Assigned Numbers}",
+  series="Request for Comments",
+  number="2172",
+  howpublished="RFC 2172 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2172.txt",
+}
+
+ at misc{rfc2173,
+  author="K. Murakami and M. Maruyama",
+  title="{A MAPOS version 1 Extension - Node Switch Protocol}",
+  series="Request for Comments",
+  number="2173",
+  howpublished="RFC 2173 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2173.txt",
+}
+
+ at misc{rfc2174,
+  author="K. Murakami and M. Maruyama",
+  title="{A MAPOS version 1 Extension - Switch-Switch Protocol}",
+  series="Request for Comments",
+  number="2174",
+  howpublished="RFC 2174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2174.txt",
+}
+
+ at misc{rfc2175,
+  author="K. Murakami and M. Maruyama",
+  title="{MAPOS 16 - Multiple Access Protocol over SONET/SDH with 16 Bit Addressing}",
+  series="Request for Comments",
+  number="2175",
+  howpublished="RFC 2175 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2175.txt",
+}
+
+ at misc{rfc2176,
+  author="K. Murakami and M. Maruyama",
+  title="{IPv4 over MAPOS Version 1}",
+  series="Request for Comments",
+  number="2176",
+  howpublished="RFC 2176 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc2176.txt",
+}
+
+ at misc{rfc2177,
+  author="B. Leiba",
+  title="{IMAP4 IDLE command}",
+  series="Request for Comments",
+  number="2177",
+  howpublished="RFC 2177 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2177.txt",
+}
+
+ at misc{rfc2178,
+  author="J. Moy",
+  title="{OSPF Version 2}",
+  series="Request for Comments",
+  number="2178",
+  howpublished="RFC 2178 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    note="Obsoleted by RFC 2328",
+  url="http://www.ietf.org/rfc/rfc2178.txt",
+}
+
+ at misc{rfc2179,
+  author="A. Gwinn",
+  title="{Network Security For Trade Shows}",
+  series="Request for Comments",
+  number="2179",
+  howpublished="RFC 2179 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2179.txt",
+}
+
+ at misc{rfc2180,
+  author="M. Gahrns",
+  title="{IMAP4 Multi-Accessed Mailbox Practice}",
+  series="Request for Comments",
+  number="2180",
+  howpublished="RFC 2180 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2180.txt",
+}
+
+ at misc{rfc2181,
+  author="R. Elz and R. Bush",
+  title="{Clarifications to the DNS Specification}",
+  series="Request for Comments",
+  number="2181",
+  howpublished="RFC 2181 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    note="Updated by RFCs 4035, 2535, 4343, 4033, 4034, 5452",
+  url="http://www.ietf.org/rfc/rfc2181.txt",
+}
+
+ at misc{rfc2182,
+  author="R. Elz and R. Bush and S. Bradner and M. Patton",
+  title="{Selection and Operation of Secondary DNS Servers}",
+  series="Request for Comments",
+  number="2182",
+  howpublished="RFC 2182 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2182.txt",
+}
+
+ at misc{rfc2183,
+  author="R. Troost and S. Dorner and K. Moore",
+  title="{Communicating Presentation Information in Internet Messages: The Content-Disposition Header Field}",
+  series="Request for Comments",
+  number="2183",
+  howpublished="RFC 2183 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=aug,
+    note="Updated by RFCs 2184, 2231",
+  url="http://www.ietf.org/rfc/rfc2183.txt",
+}
+
+ at misc{rfc2184,
+  author="N. Freed and K. Moore",
+  title="{MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations}",
+  series="Request for Comments",
+  number="2184",
+  howpublished="RFC 2184 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=aug,
+    note="Obsoleted by RFC 2231",
+  url="http://www.ietf.org/rfc/rfc2184.txt",
+}
+
+ at misc{rfc2185,
+  author="R. Callon and D. Haskin",
+  title="{Routing Aspects of IPv6 Transition}",
+  series="Request for Comments",
+  number="2185",
+  howpublished="RFC 2185 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2185.txt",
+}
+
+ at misc{rfc2186,
+  author="D. Wessels and K. Claffy",
+  title="{Internet Cache Protocol (ICP), version 2}",
+  series="Request for Comments",
+  number="2186",
+  howpublished="RFC 2186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2186.txt",
+}
+
+ at misc{rfc2187,
+  author="D. Wessels and K. Claffy",
+  title="{Application of Internet Cache Protocol (ICP), version 2}",
+  series="Request for Comments",
+  number="2187",
+  howpublished="RFC 2187 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2187.txt",
+}
+
+ at misc{rfc2188,
+  author="M. Banan and M. Taylor and J. Cheng",
+  title="{AT\&T/Neda's Efficient Short Remote Operations (ESRO) Protocol Specification Version 1.2}",
+  series="Request for Comments",
+  number="2188",
+  howpublished="RFC 2188 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2188.txt",
+}
+
+ at misc{rfc2189,
+  author="A. Ballardie",
+  title="{Core Based Trees (CBT version 2) Multicast Routing -- Protocol Specification --}",
+  series="Request for Comments",
+  number="2189",
+  howpublished="RFC 2189 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2189.txt",
+}
+
+ at misc{rfc2190,
+  author="C. Zhu",
+  title="{RTP Payload Format for H.263 Video Streams}",
+  series="Request for Comments",
+  number="2190",
+  howpublished="RFC 2190 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2190.txt",
+}
+
+ at misc{rfc2191,
+  author="G. Armitage",
+  title="{VENUS - Very Extensive Non-Unicast Service}",
+  series="Request for Comments",
+  number="2191",
+  howpublished="RFC 2191 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2191.txt",
+}
+
+ at misc{rfc2192,
+  author="C. Newman",
+  title="{IMAP URL Scheme}",
+  series="Request for Comments",
+  number="2192",
+  howpublished="RFC 2192 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Obsoleted by RFC 5092",
+  url="http://www.ietf.org/rfc/rfc2192.txt",
+}
+
+ at misc{rfc2193,
+  author="M. Gahrns",
+  title="{IMAP4 Mailbox Referrals}",
+  series="Request for Comments",
+  number="2193",
+  howpublished="RFC 2193 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2193.txt",
+}
+
+ at misc{rfc2194,
+  author="B. Aboba and J. Lu and J. Alsop and J. Ding and W. Wang",
+  title="{Review of Roaming Implementations}",
+  series="Request for Comments",
+  number="2194",
+  howpublished="RFC 2194 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2194.txt",
+}
+
+ at misc{rfc2195,
+  author="J. Klensin and R. Catoe and P. Krumviede",
+  title="{IMAP/POP AUTHorize Extension for Simple Challenge/Response}",
+  series="Request for Comments",
+  number="2195",
+  howpublished="RFC 2195 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2195.txt",
+}
+
+ at misc{rfc2196,
+  author="B. Fraser",
+  title="{Site Security Handbook}",
+  series="Request for Comments",
+  number="2196",
+  howpublished="RFC 2196 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2196.txt",
+}
+
+ at misc{rfc2197,
+  author="N. Freed",
+  title="{SMTP Service Extension for Command Pipelining}",
+  series="Request for Comments",
+  number="2197",
+  howpublished="RFC 2197 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Obsoleted by RFC 2920",
+  url="http://www.ietf.org/rfc/rfc2197.txt",
+}
+
+ at misc{rfc2198,
+  author="C. Perkins and I. Kouvelas and O. Hodson and V. Hardman and M. Handley and J.C. Bolot and A. Vega-Garcia and S. Fosse-Parisis",
+  title="{RTP Payload for Redundant Audio Data}",
+  series="Request for Comments",
+  number="2198",
+  howpublished="RFC 2198 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Updated by RFC 6354",
+  url="http://www.ietf.org/rfc/rfc2198.txt",
+}
+
+ at misc{rfc2199,
+  author="A. Ramos",
+  title="{Request for Comments Summary RFC Numbers 2100-2199}",
+  series="Request for Comments",
+  number="2199",
+  howpublished="RFC 2199 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2199.txt",
+}
+
+ at misc{rfc2200,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2200",
+  howpublished="RFC 2200 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=jun,
+    note="Obsoleted by RFC 2300",
+  url="http://www.ietf.org/rfc/rfc2200.txt",
+}
+
+ at misc{rfc2201,
+  author="A. Ballardie",
+  title="{Core Based Trees (CBT) Multicast Routing Architecture}",
+  series="Request for Comments",
+  number="2201",
+  howpublished="RFC 2201 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2201.txt",
+}
+
+ at misc{rfc2202,
+  author="P. Cheng and R. Glenn",
+  title="{Test Cases for HMAC-MD5 and HMAC-SHA-1}",
+  series="Request for Comments",
+  number="2202",
+  howpublished="RFC 2202 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2202.txt",
+}
+
+ at misc{rfc2203,
+  author="M. Eisler and A. Chiu and L. Ling",
+  title="{RPCSEC\_GSS Protocol Specification}",
+  series="Request for Comments",
+  number="2203",
+  howpublished="RFC 2203 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Updated by RFC 5403",
+  url="http://www.ietf.org/rfc/rfc2203.txt",
+}
+
+ at misc{rfc2204,
+  author="D. Nash",
+  title="{ODETTE File Transfer Protocol}",
+  series="Request for Comments",
+  number="2204",
+  howpublished="RFC 2204 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Obsoleted by RFC 5024",
+  url="http://www.ietf.org/rfc/rfc2204.txt",
+}
+
+ at misc{rfc2205,
+  author="R. Braden and L. Zhang and S. Berson and S. Herzog and S. Jamin",
+  title="{Resource ReSerVation Protocol (RSVP) -- Version 1 Functional Specification}",
+  series="Request for Comments",
+  number="2205",
+  howpublished="RFC 2205 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    note="Updated by RFCs 2750, 3936, 4495, 5946, 6437, 6780",
+  url="http://www.ietf.org/rfc/rfc2205.txt",
+}
+
+ at misc{rfc2206,
+  author="F. Baker and J. Krawczyk and A. Sastry",
+  title="{RSVP Management Information Base using SMIv2}",
+  series="Request for Comments",
+  number="2206",
+  howpublished="RFC 2206 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2206.txt",
+}
+
+ at misc{rfc2207,
+  author="L. Berger and T. O'Malley",
+  title="{RSVP Extensions for IPSEC Data Flows}",
+  series="Request for Comments",
+  number="2207",
+  howpublished="RFC 2207 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2207.txt",
+}
+
+ at misc{rfc2208,
+  author="A. Mankin and F. Baker and B. Braden and S. Bradner and M. O'Dell and A. Romanow and A. Weinrib and L. Zhang",
+  title="{Resource ReSerVation Protocol (RSVP) -- Version 1 Applicability Statement Some Guidelines on Deployment}",
+  series="Request for Comments",
+  number="2208",
+  howpublished="RFC 2208 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2208.txt",
+}
+
+ at misc{rfc2209,
+  author="R. Braden and L. Zhang",
+  title="{Resource ReSerVation Protocol (RSVP) -- Version 1 Message Processing Rules}",
+  series="Request for Comments",
+  number="2209",
+  howpublished="RFC 2209 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2209.txt",
+}
+
+ at misc{rfc2210,
+  author="J. Wroclawski",
+  title="{The Use of RSVP with IETF Integrated Services}",
+  series="Request for Comments",
+  number="2210",
+  howpublished="RFC 2210 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2210.txt",
+}
+
+ at misc{rfc2211,
+  author="J. Wroclawski",
+  title="{Specification of the Controlled-Load Network Element Service}",
+  series="Request for Comments",
+  number="2211",
+  howpublished="RFC 2211 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2211.txt",
+}
+
+ at misc{rfc2212,
+  author="S. Shenker and C. Partridge and R. Guerin",
+  title="{Specification of Guaranteed Quality of Service}",
+  series="Request for Comments",
+  number="2212",
+  howpublished="RFC 2212 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2212.txt",
+}
+
+ at misc{rfc2213,
+  author="F. Baker and J. Krawczyk and A. Sastry",
+  title="{Integrated Services Management Information Base using SMIv2}",
+  series="Request for Comments",
+  number="2213",
+  howpublished="RFC 2213 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2213.txt",
+}
+
+ at misc{rfc2214,
+  author="F. Baker and J. Krawczyk and A. Sastry",
+  title="{Integrated Services Management Information Base Guaranteed Service Extensions using SMIv2}",
+  series="Request for Comments",
+  number="2214",
+  howpublished="RFC 2214 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2214.txt",
+}
+
+ at misc{rfc2215,
+  author="S. Shenker and J. Wroclawski",
+  title="{General Characterization Parameters for Integrated Service Network Elements}",
+  series="Request for Comments",
+  number="2215",
+  howpublished="RFC 2215 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2215.txt",
+}
+
+ at misc{rfc2216,
+  author="S. Shenker and J. Wroclawski",
+  title="{Network Element Service Specification Template}",
+  series="Request for Comments",
+  number="2216",
+  howpublished="RFC 2216 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2216.txt",
+}
+
+ at misc{rfc2217,
+  author="G. Clark",
+  title="{Telnet Com Port Control Option}",
+  series="Request for Comments",
+  number="2217",
+  howpublished="RFC 2217 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2217.txt",
+}
+
+ at misc{rfc2218,
+  author="T. Genovese and B. Jennings",
+  title="{A Common Schema for the Internet White Pages Service}",
+  series="Request for Comments",
+  number="2218",
+  howpublished="RFC 2218 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2218.txt",
+}
+
+ at misc{rfc2219,
+  author="M. Hamilton and R. Wright",
+  title="{Use of DNS Aliases for Network Services}",
+  series="Request for Comments",
+  number="2219",
+  howpublished="RFC 2219 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2219.txt",
+}
+
+ at misc{rfc2220,
+  author="R. Guenther",
+  title="{The Application/MARC Content-type}",
+  series="Request for Comments",
+  number="2220",
+  howpublished="RFC 2220 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2220.txt",
+}
+
+ at misc{rfc2221,
+  author="M. Gahrns",
+  title="{IMAP4 Login Referrals}",
+  series="Request for Comments",
+  number="2221",
+  howpublished="RFC 2221 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2221.txt",
+}
+
+ at misc{rfc2222,
+  author="J. Myers",
+  title="{Simple Authentication and Security Layer (SASL)}",
+  series="Request for Comments",
+  number="2222",
+  howpublished="RFC 2222 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    note="Obsoleted by RFCs 4422, 4752, updated by RFC 2444",
+  url="http://www.ietf.org/rfc/rfc2222.txt",
+}
+
+ at misc{rfc2223,
+  author="J. Postel and J. Reynolds",
+  title="{Instructions to RFC Authors}",
+  series="Request for Comments",
+  number="2223",
+  howpublished="RFC 2223 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    note="Obsoleted by RFC 7322, updated by RFCs 5741, 6949",
+  url="http://www.ietf.org/rfc/rfc2223.txt",
+}
+
+ at misc{rfc2224,
+  author="B. Callaghan",
+  title="{NFS URL Scheme}",
+  series="Request for Comments",
+  number="2224",
+  howpublished="RFC 2224 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2224.txt",
+}
+
+ at misc{rfc2225,
+  author="M. Laubach and J. Halpern",
+  title="{Classical IP and ARP over ATM}",
+  series="Request for Comments",
+  number="2225",
+  howpublished="RFC 2225 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc2225.txt",
+}
+
+ at misc{rfc2226,
+  author="T. Smith and G. Armitage",
+  title="{IP Broadcast over ATM Networks}",
+  series="Request for Comments",
+  number="2226",
+  howpublished="RFC 2226 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2226.txt",
+}
+
+ at misc{rfc2227,
+  author="J. Mogul and P. Leach",
+  title="{Simple Hit-Metering and Usage-Limiting for HTTP}",
+  series="Request for Comments",
+  number="2227",
+  howpublished="RFC 2227 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2227.txt",
+}
+
+ at misc{rfc2228,
+  author="M. Horowitz and S. Lunt",
+  title="{FTP Security Extensions}",
+  series="Request for Comments",
+  number="2228",
+  howpublished="RFC 2228 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2228.txt",
+}
+
+ at misc{rfc2229,
+  author="R. Faith and B. Martin",
+  title="{A Dictionary Server Protocol}",
+  series="Request for Comments",
+  number="2229",
+  howpublished="RFC 2229 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2229.txt",
+}
+
+ at misc{rfc2230,
+  author="R. Atkinson",
+  title="{Key Exchange Delegation Record for the DNS}",
+  series="Request for Comments",
+  number="2230",
+  howpublished="RFC 2230 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2230.txt",
+}
+
+ at misc{rfc2231,
+  author="N. Freed and K. Moore",
+  title="{MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations}",
+  series="Request for Comments",
+  number="2231",
+  howpublished="RFC 2231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2231.txt",
+}
+
+ at misc{rfc2232,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for DLUR using SMIv2}",
+  series="Request for Comments",
+  number="2232",
+  howpublished="RFC 2232 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2232.txt",
+}
+
+ at misc{rfc2233,
+  author="K. McCloghrie and F. Kastenholz",
+  title="{The Interfaces Group MIB using SMIv2}",
+  series="Request for Comments",
+  number="2233",
+  howpublished="RFC 2233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Obsoleted by RFC 2863",
+  url="http://www.ietf.org/rfc/rfc2233.txt",
+}
+
+ at misc{rfc2234,
+  author="D. Crocker and P. Overell",
+  title="{Augmented BNF for Syntax Specifications: ABNF}",
+  series="Request for Comments",
+  number="2234",
+  howpublished="RFC 2234 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Obsoleted by RFC 4234",
+  url="http://www.ietf.org/rfc/rfc2234.txt",
+}
+
+ at misc{rfc2235,
+  author="R. Zakon",
+  title="{Hobbes' Internet Timeline}",
+  series="Request for Comments",
+  number="2235",
+  howpublished="RFC 2235 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2235.txt",
+}
+
+ at misc{rfc2236,
+  author="W. Fenner",
+  title="{Internet Group Management Protocol, Version 2}",
+  series="Request for Comments",
+  number="2236",
+  howpublished="RFC 2236 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Updated by RFC 3376",
+  url="http://www.ietf.org/rfc/rfc2236.txt",
+}
+
+ at misc{rfc2237,
+  author="K. Tamaru",
+  title="{Japanese Character Encoding for Internet Messages}",
+  series="Request for Comments",
+  number="2237",
+  howpublished="RFC 2237 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2237.txt",
+}
+
+ at misc{rfc2238,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for HPR using SMIv2}",
+  series="Request for Comments",
+  number="2238",
+  howpublished="RFC 2238 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2238.txt",
+}
+
+ at misc{rfc2239,
+  author="K. de Graaf and D. Romascanu and D. McMaster and K. McCloghrie and S. Roberts",
+  title="{Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs) using SMIv2}",
+  series="Request for Comments",
+  number="2239",
+  howpublished="RFC 2239 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Obsoleted by RFC 2668",
+  url="http://www.ietf.org/rfc/rfc2239.txt",
+}
+
+ at misc{rfc2240,
+  author="O. Vaughan",
+  title="{A Legal Basis for Domain Name Allocation}",
+  series="Request for Comments",
+  number="2240",
+  howpublished="RFC 2240 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Obsoleted by RFC 2352",
+  url="http://www.ietf.org/rfc/rfc2240.txt",
+}
+
+ at misc{rfc2241,
+  author="D. Provan",
+  title="{DHCP Options for Novell Directory Services}",
+  series="Request for Comments",
+  number="2241",
+  howpublished="RFC 2241 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2241.txt",
+}
+
+ at misc{rfc2242,
+  author="R. Droms and K. Fong",
+  title="{NetWare/IP Domain Name and Information}",
+  series="Request for Comments",
+  number="2242",
+  howpublished="RFC 2242 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2242.txt",
+}
+
+ at misc{rfc2243,
+  author="C. Metz",
+  title="{OTP Extended Responses}",
+  series="Request for Comments",
+  number="2243",
+  howpublished="RFC 2243 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2243.txt",
+}
+
+ at misc{rfc2244,
+  author="C. Newman and J. G. Myers",
+  title="{ACAP -- Application Configuration Access Protocol}",
+  series="Request for Comments",
+  number="2244",
+  howpublished="RFC 2244 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Updated by RFC 6075",
+  url="http://www.ietf.org/rfc/rfc2244.txt",
+}
+
+ at misc{rfc2245,
+  author="C. Newman",
+  title="{Anonymous SASL Mechanism}",
+  series="Request for Comments",
+  number="2245",
+  howpublished="RFC 2245 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=nov,
+    note="Obsoleted by RFC 4505",
+  url="http://www.ietf.org/rfc/rfc2245.txt",
+}
+
+ at misc{rfc2246,
+  author="T. Dierks and C. Allen",
+  title="{The TLS Protocol Version 1.0}",
+  series="Request for Comments",
+  number="2246",
+  howpublished="RFC 2246 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 4346, updated by RFCs 3546, 5746, 6176, 7465, 7507, 7919",
+  url="http://www.ietf.org/rfc/rfc2246.txt",
+}
+
+ at misc{rfc2247,
+  author="S. Kille and M. Wahl and A. Grimstad and R. Huber and S. Sataluri",
+  title="{Using Domains in LDAP/X.500 Distinguished Names}",
+  series="Request for Comments",
+  number="2247",
+  howpublished="RFC 2247 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Updated by RFCs 4519, 4524",
+  url="http://www.ietf.org/rfc/rfc2247.txt",
+}
+
+ at misc{rfc2248,
+  author="N. Freed and S. Kille",
+  title="{Network Services Monitoring MIB}",
+  series="Request for Comments",
+  number="2248",
+  howpublished="RFC 2248 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2788",
+  url="http://www.ietf.org/rfc/rfc2248.txt",
+}
+
+ at misc{rfc2249,
+  author="N. Freed and S. Kille",
+  title="{Mail Monitoring MIB}",
+  series="Request for Comments",
+  number="2249",
+  howpublished="RFC 2249 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2789",
+  url="http://www.ietf.org/rfc/rfc2249.txt",
+}
+
+ at misc{rfc2250,
+  author="D. Hoffman and G. Fernando and V. Goyal and M. Civanlar",
+  title="{RTP Payload Format for MPEG1/MPEG2 Video}",
+  series="Request for Comments",
+  number="2250",
+  howpublished="RFC 2250 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2250.txt",
+}
+
+ at misc{rfc2251,
+  author="M. Wahl and T. Howes and S. Kille",
+  title="{Lightweight Directory Access Protocol (v3)}",
+  series="Request for Comments",
+  number="2251",
+  howpublished="RFC 2251 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4510, 4511, 4513, 4512, updated by RFCs 3377, 3771",
+  url="http://www.ietf.org/rfc/rfc2251.txt",
+}
+
+ at misc{rfc2252,
+  author="M. Wahl and A. Coulbeck and T. Howes and S. Kille",
+  title="{Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions}",
+  series="Request for Comments",
+  number="2252",
+  howpublished="RFC 2252 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4510, 4517, 4523, 4512, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2252.txt",
+}
+
+ at misc{rfc2253,
+  author="M. Wahl and S. Kille and T. Howes",
+  title="{Lightweight Directory Access Protocol (v3): UTF-8 String Representation of Distinguished Names}",
+  series="Request for Comments",
+  number="2253",
+  howpublished="RFC 2253 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4510, 4514, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2253.txt",
+}
+
+ at misc{rfc2254,
+  author="T. Howes",
+  title="{The String Representation of LDAP Search Filters}",
+  series="Request for Comments",
+  number="2254",
+  howpublished="RFC 2254 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4510, 4515, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2254.txt",
+}
+
+ at misc{rfc2255,
+  author="T. Howes and M. Smith",
+  title="{The LDAP URL Format}",
+  series="Request for Comments",
+  number="2255",
+  howpublished="RFC 2255 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4510, 4516, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2255.txt",
+}
+
+ at misc{rfc2256,
+  author="M. Wahl",
+  title="{A Summary of the X.500(96) User Schema for use with LDAPv3}",
+  series="Request for Comments",
+  number="2256",
+  howpublished="RFC 2256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1997,
+  month=dec,
+    note="Obsoleted by RFCs 4517, 4519, 4523, 4512, 4510, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2256.txt",
+}
+
+ at misc{rfc2257,
+  author="M. Daniele and B. Wijnen and D. Francisco",
+  title="{Agent Extensibility (AgentX) Protocol Version 1}",
+  series="Request for Comments",
+  number="2257",
+  howpublished="RFC 2257 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2741",
+  url="http://www.ietf.org/rfc/rfc2257.txt",
+}
+
+ at misc{rfc2258,
+  author="J. Ordille",
+  title="{Internet Nomenclator Project}",
+  series="Request for Comments",
+  number="2258",
+  howpublished="RFC 2258 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2258.txt",
+}
+
+ at misc{rfc2259,
+  author="J. Elliott and J. Ordille",
+  title="{Simple Nomenclator Query Protocol (SNQP)}",
+  series="Request for Comments",
+  number="2259",
+  howpublished="RFC 2259 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2259.txt",
+}
+
+ at misc{rfc2260,
+  author="T. Bates and Y. Rekhter",
+  title="{Scalable Support for Multi-homed Multi-provider Connectivity}",
+  series="Request for Comments",
+  number="2260",
+  howpublished="RFC 2260 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2260.txt",
+}
+
+ at misc{rfc2261,
+  author="D. Harrington and R. Presuhn and B. Wijnen",
+  title="{An Architecture for Describing SNMP Management Frameworks}",
+  series="Request for Comments",
+  number="2261",
+  howpublished="RFC 2261 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2271",
+  url="http://www.ietf.org/rfc/rfc2261.txt",
+}
+
+ at misc{rfc2262,
+  author="J. Case and D. Harrington and R. Presuhn and B. Wijnen",
+  title="{Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2262",
+  howpublished="RFC 2262 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2272",
+  url="http://www.ietf.org/rfc/rfc2262.txt",
+}
+
+ at misc{rfc2263,
+  author="D. Levi and P. Meyer and B. Stewart",
+  title="{SNMPv3 Applications}",
+  series="Request for Comments",
+  number="2263",
+  howpublished="RFC 2263 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2273",
+  url="http://www.ietf.org/rfc/rfc2263.txt",
+}
+
+ at misc{rfc2264,
+  author="U. Blumenthal and B. Wijnen",
+  title="{User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)}",
+  series="Request for Comments",
+  number="2264",
+  howpublished="RFC 2264 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2274",
+  url="http://www.ietf.org/rfc/rfc2264.txt",
+}
+
+ at misc{rfc2265,
+  author="B. Wijnen and R. Presuhn and K. McCloghrie",
+  title="{View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2265",
+  howpublished="RFC 2265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2275",
+  url="http://www.ietf.org/rfc/rfc2265.txt",
+}
+
+ at misc{rfc2266,
+  author="J. Flick",
+  title="{Definitions of Managed Objects for IEEE 802.12 Repeater Devices}",
+  series="Request for Comments",
+  number="2266",
+  howpublished="RFC 2266 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2266.txt",
+}
+
+ at misc{rfc2267,
+  author="P. Ferguson and D. Senie",
+  title="{Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing}",
+  series="Request for Comments",
+  number="2267",
+  howpublished="RFC 2267 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2827",
+  url="http://www.ietf.org/rfc/rfc2267.txt",
+}
+
+ at misc{rfc2268,
+  author="R. Rivest",
+  title="{A Description of the RC2(r) Encryption Algorithm}",
+  series="Request for Comments",
+  number="2268",
+  howpublished="RFC 2268 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2268.txt",
+}
+
+ at misc{rfc2269,
+  author="G. Armitage",
+  title="{Using the MARS Model in non-ATM NBMA Networks}",
+  series="Request for Comments",
+  number="2269",
+  howpublished="RFC 2269 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2269.txt",
+}
+
+ at misc{rfc2270,
+  author="J. Stewart and T. Bates and R. Chandra and E. Chen",
+  title="{Using a Dedicated AS for Sites  Homed to a Single Provider}",
+  series="Request for Comments",
+  number="2270",
+  howpublished="RFC 2270 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2270.txt",
+}
+
+ at misc{rfc2271,
+  author="D. Harrington and R. Presuhn and B. Wijnen",
+  title="{An Architecture for Describing SNMP Management Frameworks}",
+  series="Request for Comments",
+  number="2271",
+  howpublished="RFC 2271 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2571",
+  url="http://www.ietf.org/rfc/rfc2271.txt",
+}
+
+ at misc{rfc2272,
+  author="J. Case and D. Harrington and R. Presuhn and B. Wijnen",
+  title="{Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2272",
+  howpublished="RFC 2272 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2572",
+  url="http://www.ietf.org/rfc/rfc2272.txt",
+}
+
+ at misc{rfc2273,
+  author="D. Levi and P. Meyer and B. Stewart",
+  title="{SNMPv3 Applications}",
+  series="Request for Comments",
+  number="2273",
+  howpublished="RFC 2273 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2573",
+  url="http://www.ietf.org/rfc/rfc2273.txt",
+}
+
+ at misc{rfc2274,
+  author="U. Blumenthal and B. Wijnen",
+  title="{User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)}",
+  series="Request for Comments",
+  number="2274",
+  howpublished="RFC 2274 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2574",
+  url="http://www.ietf.org/rfc/rfc2274.txt",
+}
+
+ at misc{rfc2275,
+  author="B. Wijnen and R. Presuhn and K. McCloghrie",
+  title="{View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2275",
+  howpublished="RFC 2275 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2575",
+  url="http://www.ietf.org/rfc/rfc2275.txt",
+}
+
+ at misc{rfc2276,
+  author="K. Sollins",
+  title="{Architectural Principles of Uniform Resource Name Resolution}",
+  series="Request for Comments",
+  number="2276",
+  howpublished="RFC 2276 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Updated by RFC 3401",
+  url="http://www.ietf.org/rfc/rfc2276.txt",
+}
+
+ at misc{rfc2277,
+  author="H. Alvestrand",
+  title="{IETF Policy on Character Sets and Languages}",
+  series="Request for Comments",
+  number="2277",
+  howpublished="RFC 2277 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2277.txt",
+}
+
+ at misc{rfc2278,
+  author="N. Freed and J. Postel",
+  title="{IANA Charset Registration Procedures}",
+  series="Request for Comments",
+  number="2278",
+  howpublished="RFC 2278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2978",
+  url="http://www.ietf.org/rfc/rfc2278.txt",
+}
+
+ at misc{rfc2279,
+  author="F. Yergeau",
+  title="{UTF-8, a transformation format of ISO 10646}",
+  series="Request for Comments",
+  number="2279",
+  howpublished="RFC 2279 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 3629",
+  url="http://www.ietf.org/rfc/rfc2279.txt",
+}
+
+ at misc{rfc2280,
+  author="C. Alaettinoglu and T. Bates and E. Gerich and D. Karrenberg and D. Meyer and M. Terpstra and C. Villamizar",
+  title="{Routing Policy Specification Language (RPSL)}",
+  series="Request for Comments",
+  number="2280",
+  howpublished="RFC 2280 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jan,
+    note="Obsoleted by RFC 2622",
+  url="http://www.ietf.org/rfc/rfc2280.txt",
+}
+
+ at misc{rfc2281,
+  author="T. Li and B. Cole and P. Morton and D. Li",
+  title="{Cisco Hot Standby Router Protocol (HSRP)}",
+  series="Request for Comments",
+  number="2281",
+  howpublished="RFC 2281 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2281.txt",
+}
+
+ at misc{rfc2282,
+  author="J. Galvin",
+  title="{IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees}",
+  series="Request for Comments",
+  number="2282",
+  howpublished="RFC 2282 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    note="Obsoleted by RFC 2727",
+  url="http://www.ietf.org/rfc/rfc2282.txt",
+}
+
+ at misc{rfc2283,
+  author="T. Bates and R. Chandra and D. Katz and Y. Rekhter",
+  title="{Multiprotocol Extensions for BGP-4}",
+  series="Request for Comments",
+  number="2283",
+  howpublished="RFC 2283 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    note="Obsoleted by RFC 2858",
+  url="http://www.ietf.org/rfc/rfc2283.txt",
+}
+
+ at misc{rfc2284,
+  author="L. Blunk and J. Vollbrecht",
+  title="{PPP Extensible Authentication Protocol (EAP)}",
+  series="Request for Comments",
+  number="2284",
+  howpublished="RFC 2284 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3748, updated by RFC 2484",
+  url="http://www.ietf.org/rfc/rfc2284.txt",
+}
+
+ at misc{rfc2285,
+  author="R. Mandeville",
+  title="{Benchmarking Terminology for LAN Switching Devices}",
+  series="Request for Comments",
+  number="2285",
+  howpublished="RFC 2285 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2285.txt",
+}
+
+ at misc{rfc2286,
+  author="J. Kapp",
+  title="{Test Cases for HMAC-RIPEMD160 and HMAC-RIPEMD128}",
+  series="Request for Comments",
+  number="2286",
+  howpublished="RFC 2286 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2286.txt",
+}
+
+ at misc{rfc2287,
+  author="C. Krupczak and J. Saperia",
+  title="{Definitions of System-Level Managed Objects for Applications}",
+  series="Request for Comments",
+  number="2287",
+  howpublished="RFC 2287 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2287.txt",
+}
+
+ at misc{rfc2288,
+  author="C. Lynch and C. Preston and R. Daniel",
+  title="{Using Existing Bibliographic Identifiers as Uniform Resource Names}",
+  series="Request for Comments",
+  number="2288",
+  howpublished="RFC 2288 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2288.txt",
+}
+
+ at misc{rfc2289,
+  author="N. Haller and C. Metz and P. Nesser and M. Straw",
+  title="{A One-Time Password System}",
+  series="Request for Comments",
+  number="2289",
+  howpublished="RFC 2289 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2289.txt",
+}
+
+ at misc{rfc2290,
+  author="J. Solomon and S. Glass",
+  title="{Mobile-IPv4 Configuration Option for PPP IPCP}",
+  series="Request for Comments",
+  number="2290",
+  howpublished="RFC 2290 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    note="Updated by RFC 2794",
+  url="http://www.ietf.org/rfc/rfc2290.txt",
+}
+
+ at misc{rfc2291,
+  author="J. Slein and F. Vitali and E. Whitehead and D. Durand",
+  title="{Requirements for a Distributed Authoring and Versioning Protocol for the World Wide Web}",
+  series="Request for Comments",
+  number="2291",
+  howpublished="RFC 2291 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2291.txt",
+}
+
+ at misc{rfc2292,
+  author="W. Stevens and M. Thomas",
+  title="{Advanced Sockets API for IPv6}",
+  series="Request for Comments",
+  number="2292",
+  howpublished="RFC 2292 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=feb,
+    note="Obsoleted by RFC 3542",
+  url="http://www.ietf.org/rfc/rfc2292.txt",
+}
+
+ at misc{rfc2293,
+  author="S. Kille",
+  title="{Representing Tables and Subtrees in the X.500 Directory}",
+  series="Request for Comments",
+  number="2293",
+  howpublished="RFC 2293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2293.txt",
+}
+
+ at misc{rfc2294,
+  author="S. Kille",
+  title="{Representing the O/R Address hierarchy in the X.500 Directory Information Tree}",
+  series="Request for Comments",
+  number="2294",
+  howpublished="RFC 2294 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2294.txt",
+}
+
+ at misc{rfc2295,
+  author="K. Holtman and A. Mutz",
+  title="{Transparent Content Negotiation in HTTP}",
+  series="Request for Comments",
+  number="2295",
+  howpublished="RFC 2295 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2295.txt",
+}
+
+ at misc{rfc2296,
+  author="K. Holtman and A. Mutz",
+  title="{HTTP Remote Variant Selection Algorithm -- RVSA/1.0}",
+  series="Request for Comments",
+  number="2296",
+  howpublished="RFC 2296 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2296.txt",
+}
+
+ at misc{rfc2297,
+  author="P. Newman and W. Edwards and R. Hinden and E. Hoffman and F. Ching Liaw and T. Lyon and G. Minshall",
+  title="{Ipsilon's General Switch Management Protocol Specification Version 2.0}",
+  series="Request for Comments",
+  number="2297",
+  howpublished="RFC 2297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2297.txt",
+}
+
+ at misc{rfc2298,
+  author="R. Fajman",
+  title="{An Extensible Message Format for Message Disposition Notifications}",
+  series="Request for Comments",
+  number="2298",
+  howpublished="RFC 2298 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3798",
+  url="http://www.ietf.org/rfc/rfc2298.txt",
+}
+
+ at misc{rfc2299,
+  author="A. Ramos",
+  title="{Request for Comments Summary}",
+  series="Request for Comments",
+  number="2299",
+  howpublished="RFC 2299 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2299.txt",
+}
+
+ at misc{rfc2300,
+  author="J. Postel",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2300",
+  howpublished="RFC 2300 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    note="Obsoleted by RFC 2400",
+  url="http://www.ietf.org/rfc/rfc2300.txt",
+}
+
+ at misc{rfc2301,
+  author="L. McIntyre and S. Zilles and R. Buckley and D. Venable and G. Parsons and J. Rafferty",
+  title="{File Format for Internet Fax}",
+  series="Request for Comments",
+  number="2301",
+  howpublished="RFC 2301 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3949",
+  url="http://www.ietf.org/rfc/rfc2301.txt",
+}
+
+ at misc{rfc2302,
+  author="G. Parsons and J. Rafferty and S. Zilles",
+  title="{Tag Image File Format (TIFF) - image/tiff MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="2302",
+  howpublished="RFC 2302 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3302",
+  url="http://www.ietf.org/rfc/rfc2302.txt",
+}
+
+ at misc{rfc2303,
+  author="C. Allocchio",
+  title="{Minimal PSTN address format in Internet Mail}",
+  series="Request for Comments",
+  number="2303",
+  howpublished="RFC 2303 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3191",
+  url="http://www.ietf.org/rfc/rfc2303.txt",
+}
+
+ at misc{rfc2304,
+  author="C. Allocchio",
+  title="{Minimal FAX address format in Internet Mail}",
+  series="Request for Comments",
+  number="2304",
+  howpublished="RFC 2304 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3192",
+  url="http://www.ietf.org/rfc/rfc2304.txt",
+}
+
+ at misc{rfc2305,
+  author="K. Toyoda and H. Ohno and J. Murai and D. Wing",
+  title="{A Simple Mode of Facsimile Using Internet Mail}",
+  series="Request for Comments",
+  number="2305",
+  howpublished="RFC 2305 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 3965",
+  url="http://www.ietf.org/rfc/rfc2305.txt",
+}
+
+ at misc{rfc2306,
+  author="G. Parsons and J. Rafferty",
+  title="{Tag Image File Format (TIFF) - F Profile for Facsimile}",
+  series="Request for Comments",
+  number="2306",
+  howpublished="RFC 2306 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2306.txt",
+}
+
+ at misc{rfc2307,
+  author="L. Howard",
+  title="{An Approach for Using LDAP as a Network Information Service}",
+  series="Request for Comments",
+  number="2307",
+  howpublished="RFC 2307 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2307.txt",
+}
+
+ at misc{rfc2308,
+  author="M. Andrews",
+  title="{Negative Caching of DNS Queries (DNS NCACHE)}",
+  series="Request for Comments",
+  number="2308",
+  howpublished="RFC 2308 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Updated by RFCs 4035, 4033, 4034, 6604, 8020",
+  url="http://www.ietf.org/rfc/rfc2308.txt",
+}
+
+ at misc{rfc2309,
+  author="B. Braden and D. Clark and J. Crowcroft and B. Davie and S. Deering and D. Estrin and S. Floyd and V. Jacobson and G. Minshall and C. Partridge and L. Peterson and K. Ramakrishnan and S. Shenker and J. Wroclawski and L. Zhang",
+  title="{Recommendations on Queue Management and Congestion Avoidance in the Internet}",
+  series="Request for Comments",
+  number="2309",
+  howpublished="RFC 2309 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Obsoleted by RFC 7567, updated by RFC 7141",
+  url="http://www.ietf.org/rfc/rfc2309.txt",
+}
+
+ at misc{rfc2310,
+  author="K. Holtman",
+  title="{The Safe Response Header Field}",
+  series="Request for Comments",
+  number="2310",
+  howpublished="RFC 2310 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2310.txt",
+}
+
+ at misc{rfc2311,
+  author="S. Dusse and P. Hoffman and B. Ramsdell and L. Lundblade and L. Repka",
+  title="{S/MIME Version 2 Message Specification}",
+  series="Request for Comments",
+  number="2311",
+  howpublished="RFC 2311 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2311.txt",
+}
+
+ at misc{rfc2312,
+  author="S. Dusse and P. Hoffman and B. Ramsdell and J. Weinstein",
+  title="{S/MIME Version 2 Certificate Handling}",
+  series="Request for Comments",
+  number="2312",
+  howpublished="RFC 2312 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2312.txt",
+}
+
+ at misc{rfc2313,
+  author="B. Kaliski",
+  title="{PKCS \#1: RSA Encryption Version 1.5}",
+  series="Request for Comments",
+  number="2313",
+  howpublished="RFC 2313 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 2437",
+  url="http://www.ietf.org/rfc/rfc2313.txt",
+}
+
+ at misc{rfc2314,
+  author="B. Kaliski",
+  title="{PKCS \#10: Certification Request Syntax Version 1.5}",
+  series="Request for Comments",
+  number="2314",
+  howpublished="RFC 2314 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    note="Obsoleted by RFC 2986",
+  url="http://www.ietf.org/rfc/rfc2314.txt",
+}
+
+ at misc{rfc2315,
+  author="B. Kaliski",
+  title="{PKCS \#7: Cryptographic Message Syntax Version 1.5}",
+  series="Request for Comments",
+  number="2315",
+  howpublished="RFC 2315 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2315.txt",
+}
+
+ at misc{rfc2316,
+  author="S. Bellovin",
+  title="{Report of the IAB Security Architecture Workshop}",
+  series="Request for Comments",
+  number="2316",
+  howpublished="RFC 2316 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2316.txt",
+}
+
+ at misc{rfc2317,
+  author="H. Eidnes and G. de Groot and P. Vixie",
+  title="{Classless IN-ADDR.ARPA delegation}",
+  series="Request for Comments",
+  number="2317",
+  howpublished="RFC 2317 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2317.txt",
+}
+
+ at misc{rfc2318,
+  author="H. Lie and B. Bos and C. Lilley",
+  title="{The text/css Media Type}",
+  series="Request for Comments",
+  number="2318",
+  howpublished="RFC 2318 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2318.txt",
+}
+
+ at misc{rfc2319,
+  author="KOI8-U Working Group",
+  title="{Ukrainian Character Set KOI8-U}",
+  series="Request for Comments",
+  number="2319",
+  howpublished="RFC 2319 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2319.txt",
+}
+
+ at misc{rfc2320,
+  author="M. Greene and J. Luciani and K. White and T. Kuo",
+  title="{Definitions of Managed Objects for Classical IP and ARP Over ATM Using SMIv2 (IPOA-MIB)}",
+  series="Request for Comments",
+  number="2320",
+  howpublished="RFC 2320 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2320.txt",
+}
+
+ at misc{rfc2321,
+  author="A. Bressen",
+  title="{RITA -- The Reliable Internetwork Troubleshooting Agent}",
+  series="Request for Comments",
+  number="2321",
+  howpublished="RFC 2321 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2321.txt",
+}
+
+ at misc{rfc2322,
+  author="K. van den Hout and A. Koopal and R. van Mook",
+  title="{Management of IP numbers by peg-dhcp}",
+  series="Request for Comments",
+  number="2322",
+  howpublished="RFC 2322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2322.txt",
+}
+
+ at misc{rfc2323,
+  author="A. Ramos",
+  title="{IETF Identification and Security Guidelines}",
+  series="Request for Comments",
+  number="2323",
+  howpublished="RFC 2323 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2323.txt",
+}
+
+ at misc{rfc2324,
+  author="L. Masinter",
+  title="{Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)}",
+  series="Request for Comments",
+  number="2324",
+  howpublished="RFC 2324 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+  day="1",  
+  note="Updated by RFC 7168",
+  url="http://www.ietf.org/rfc/rfc2324.txt",
+}
+
+ at misc{rfc2325,
+  author="M. Slavitch",
+  title="{Definitions of Managed Objects for Drip-Type Heated Beverage Hardware Devices using SMIv2}",
+  series="Request for Comments",
+  number="2325",
+  howpublished="RFC 2325 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2325.txt",
+}
+
+ at misc{rfc2326,
+  author="H. Schulzrinne and A. Rao and R. Lanphier",
+  title="{Real Time Streaming Protocol (RTSP)}",
+  series="Request for Comments",
+  number="2326",
+  howpublished="RFC 2326 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Obsoleted by RFC 7826",
+  url="http://www.ietf.org/rfc/rfc2326.txt",
+}
+
+ at misc{rfc2327,
+  author="M. Handley and V. Jacobson",
+  title="{SDP: Session Description Protocol}",
+  series="Request for Comments",
+  number="2327",
+  howpublished="RFC 2327 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Obsoleted by RFC 4566, updated by RFC 3266",
+  url="http://www.ietf.org/rfc/rfc2327.txt",
+}
+
+ at misc{rfc2328,
+  author="J. Moy",
+  title="{OSPF Version 2}",
+  series="Request for Comments",
+  number="2328",
+  howpublished="RFC 2328 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Updated by RFCs 5709, 6549, 6845, 6860, 7474, 8042",
+  url="http://www.ietf.org/rfc/rfc2328.txt",
+}
+
+ at misc{rfc2329,
+  author="J. Moy",
+  title="{OSPF Standardization Report}",
+  series="Request for Comments",
+  number="2329",
+  howpublished="RFC 2329 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2329.txt",
+}
+
+ at misc{rfc2330,
+  author="V. Paxson and G. Almes and J. Mahdavi and M. Mathis",
+  title="{Framework for IP Performance Metrics}",
+  series="Request for Comments",
+  number="2330",
+  howpublished="RFC 2330 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    note="Updated by RFC 7312",
+  url="http://www.ietf.org/rfc/rfc2330.txt",
+}
+
+ at misc{rfc2331,
+  author="M. Maher",
+  title="{ATM Signalling Support for IP over ATM - UNI Signalling 4.0 Update}",
+  series="Request for Comments",
+  number="2331",
+  howpublished="RFC 2331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2331.txt",
+}
+
+ at misc{rfc2332,
+  author="J. Luciani and D. Katz and D. Piscitello and B. Cole and N. Doraswamy",
+  title="{NBMA Next Hop Resolution Protocol (NHRP)}",
+  series="Request for Comments",
+  number="2332",
+  howpublished="RFC 2332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2332.txt",
+}
+
+ at misc{rfc2333,
+  author="D. Cansever",
+  title="{NHRP Protocol Applicability Statement}",
+  series="Request for Comments",
+  number="2333",
+  howpublished="RFC 2333 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2333.txt",
+}
+
+ at misc{rfc2334,
+  author="J. Luciani and G. Armitage and J. Halpern and N. Doraswamy",
+  title="{Server Cache Synchronization Protocol (SCSP)}",
+  series="Request for Comments",
+  number="2334",
+  howpublished="RFC 2334 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2334.txt",
+}
+
+ at misc{rfc2335,
+  author="J. Luciani",
+  title="{A Distributed NHRP Service Using SCSP}",
+  series="Request for Comments",
+  number="2335",
+  howpublished="RFC 2335 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2335.txt",
+}
+
+ at misc{rfc2336,
+  author="J. Luciani",
+  title="{Classical IP and ARP over ATM to NHRP Transition}",
+  series="Request for Comments",
+  number="2336",
+  howpublished="RFC 2336 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2336.txt",
+}
+
+ at misc{rfc2337,
+  author="D. Farinacci and D. Meyer and Y. Rekhter",
+  title="{Intra-LIS IP multicast among routers over ATM using Sparse Mode PIM}",
+  series="Request for Comments",
+  number="2337",
+  howpublished="RFC 2337 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2337.txt",
+}
+
+ at misc{rfc2338,
+  author="S. Knight and D. Weaver and D. Whipple and R. Hinden and D. Mitzel and P. Hunt and P. Higginson and M. Shand and A. Lindem",
+  title="{Virtual Router Redundancy Protocol}",
+  series="Request for Comments",
+  number="2338",
+  howpublished="RFC 2338 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=apr,
+    note="Obsoleted by RFC 3768",
+  url="http://www.ietf.org/rfc/rfc2338.txt",
+}
+
+ at misc{rfc2339,
+  author="The Internet Society and Sun Microsystems",
+  title="{An Agreement Between the Internet Society, the IETF, and Sun Microsystems, Inc. in the matter of NFS V.4 Protocols}",
+  series="Request for Comments",
+  number="2339",
+  howpublished="RFC 2339 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2339.txt",
+}
+
+ at misc{rfc2340,
+  author="B. Jamoussi and D. Jamieson and D. Williston and S. Gabe",
+  title="{Nortel's Virtual Network Switching (VNS) Overview}",
+  series="Request for Comments",
+  number="2340",
+  howpublished="RFC 2340 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2340.txt",
+}
+
+ at misc{rfc2341,
+  author="A. Valencia and M. Littlewood and T. Kolar",
+  title="{Cisco Layer Two Forwarding (Protocol) "L2F"}",
+  series="Request for Comments",
+  number="2341",
+  howpublished="RFC 2341 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2341.txt",
+}
+
+ at misc{rfc2342,
+  author="M. Gahrns and C. Newman",
+  title="{IMAP4 Namespace}",
+  series="Request for Comments",
+  number="2342",
+  howpublished="RFC 2342 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    note="Updated by RFC 4466",
+  url="http://www.ietf.org/rfc/rfc2342.txt",
+}
+
+ at misc{rfc2343,
+  author="M. Civanlar and G. Cash and B. Haskell",
+  title="{RTP Payload Format for Bundled MPEG}",
+  series="Request for Comments",
+  number="2343",
+  howpublished="RFC 2343 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2343.txt",
+}
+
+ at misc{rfc2344,
+  author="G. Montenegro",
+  title="{Reverse Tunneling for Mobile IP}",
+  series="Request for Comments",
+  number="2344",
+  howpublished="RFC 2344 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    note="Obsoleted by RFC 3024",
+  url="http://www.ietf.org/rfc/rfc2344.txt",
+}
+
+ at misc{rfc2345,
+  author="J. Klensin and T. Wolf and G. Oglesby",
+  title="{Domain Names and Company Name Retrieval}",
+  series="Request for Comments",
+  number="2345",
+  howpublished="RFC 2345 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2345.txt",
+}
+
+ at misc{rfc2346,
+  author="J. Palme",
+  title="{Making Postscript and PDF International}",
+  series="Request for Comments",
+  number="2346",
+  howpublished="RFC 2346 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2346.txt",
+}
+
+ at misc{rfc2347,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Option Extension}",
+  series="Request for Comments",
+  number="2347",
+  howpublished="RFC 2347 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2347.txt",
+}
+
+ at misc{rfc2348,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Blocksize Option}",
+  series="Request for Comments",
+  number="2348",
+  howpublished="RFC 2348 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2348.txt",
+}
+
+ at misc{rfc2349,
+  author="G. Malkin and A. Harkin",
+  title="{TFTP Timeout Interval and Transfer Size Options}",
+  series="Request for Comments",
+  number="2349",
+  howpublished="RFC 2349 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2349.txt",
+}
+
+ at misc{rfc2350,
+  author="N. Brownlee and E. Guttman",
+  title="{Expectations for Computer Security Incident Response}",
+  series="Request for Comments",
+  number="2350",
+  howpublished="RFC 2350 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2350.txt",
+}
+
+ at misc{rfc2351,
+  author="A. Robert",
+  title="{Mapping of Airline Reservation, Ticketing, and Messaging Traffic over IP}",
+  series="Request for Comments",
+  number="2351",
+  howpublished="RFC 2351 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2351.txt",
+}
+
+ at misc{rfc2352,
+  author="O. Vaughan",
+  title="{A Convention For Using Legal Names as Domain Names}",
+  series="Request for Comments",
+  number="2352",
+  howpublished="RFC 2352 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2352.txt",
+}
+
+ at misc{rfc2353,
+  author="G. Dudley",
+  title="{APPN/HPR in IP Networks APPN Implementers' Workshop Closed Pages Document}",
+  series="Request for Comments",
+  number="2353",
+  howpublished="RFC 2353 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2353.txt",
+}
+
+ at misc{rfc2354,
+  author="C. Perkins and O. Hodson",
+  title="{Options for Repair of Streaming Media}",
+  series="Request for Comments",
+  number="2354",
+  howpublished="RFC 2354 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2354.txt",
+}
+
+ at misc{rfc2355,
+  author="B. Kelly",
+  title="{TN3270 Enhancements}",
+  series="Request for Comments",
+  number="2355",
+  howpublished="RFC 2355 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    note="Updated by RFC 6270",
+  url="http://www.ietf.org/rfc/rfc2355.txt",
+}
+
+ at misc{rfc2356,
+  author="G. Montenegro and V. Gupta",
+  title="{Sun's SKIP Firewall Traversal for Mobile IP}",
+  series="Request for Comments",
+  number="2356",
+  howpublished="RFC 2356 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2356.txt",
+}
+
+ at misc{rfc2357,
+  author="A. Mankin and A. Romanow and S. Bradner and V. Paxson",
+  title="{IETF Criteria for Evaluating Reliable Multicast Transport and Application Protocols}",
+  series="Request for Comments",
+  number="2357",
+  howpublished="RFC 2357 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2357.txt",
+}
+
+ at misc{rfc2358,
+  author="J. Flick and J. Johnson",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="2358",
+  howpublished="RFC 2358 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    note="Obsoleted by RFC 2665",
+  url="http://www.ietf.org/rfc/rfc2358.txt",
+}
+
+ at misc{rfc2359,
+  author="J. Myers",
+  title="{IMAP4 UIDPLUS extension}",
+  series="Request for Comments",
+  number="2359",
+  howpublished="RFC 2359 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    note="Obsoleted by RFC 4315",
+  url="http://www.ietf.org/rfc/rfc2359.txt",
+}
+
+ at misc{rfc2360,
+  author="G. Scott",
+  title="{Guide for Internet Standards Writers}",
+  series="Request for Comments",
+  number="2360",
+  howpublished="RFC 2360 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2360.txt",
+}
+
+ at misc{rfc2361,
+  author="E. Fleischman",
+  title="{WAVE and AVI Codec Registries}",
+  series="Request for Comments",
+  number="2361",
+  howpublished="RFC 2361 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2361.txt",
+}
+
+ at misc{rfc2362,
+  author="D.  Estrin and D. Farinacci and A. Helmy and D. Thaler and S. Deering and M. Handley and V. Jacobson and C. Liu and P. Sharma and L. Wei",
+  title="{Protocol Independent Multicast-Sparse Mode (PIM-SM): Protocol Specification}",
+  series="Request for Comments",
+  number="2362",
+  howpublished="RFC 2362 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jun,
+    note="Obsoleted by RFCs 4601, 5059",
+  url="http://www.ietf.org/rfc/rfc2362.txt",
+}
+
+ at misc{rfc2363,
+  author="G. Gross and M. Kaycee and A. Li and A. Malis and J. Stephens",
+  title="{PPP Over FUNI}",
+  series="Request for Comments",
+  number="2363",
+  howpublished="RFC 2363 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2363.txt",
+}
+
+ at misc{rfc2364,
+  author="G. Gross and M. Kaycee and A. Li and A. Malis and J. Stephens",
+  title="{PPP Over AAL5}",
+  series="Request for Comments",
+  number="2364",
+  howpublished="RFC 2364 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2364.txt",
+}
+
+ at misc{rfc2365,
+  author="D. Meyer",
+  title="{Administratively Scoped IP Multicast}",
+  series="Request for Comments",
+  number="2365",
+  howpublished="RFC 2365 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2365.txt",
+}
+
+ at misc{rfc2366,
+  author="C. Chung and M. Greene",
+  title="{Definitions of Managed Objects for Multicast over UNI 3.0/3.1 based ATM Networks}",
+  series="Request for Comments",
+  number="2366",
+  howpublished="RFC 2366 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 2417",
+  url="http://www.ietf.org/rfc/rfc2366.txt",
+}
+
+ at misc{rfc2367,
+  author="D. McDonald and C. Metz and B. Phan",
+  title="{PF\_KEY Key Management API, Version 2}",
+  series="Request for Comments",
+  number="2367",
+  howpublished="RFC 2367 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2367.txt",
+}
+
+ at misc{rfc2368,
+  author="P. Hoffman and L. Masinter and J. Zawinski",
+  title="{The mailto URL scheme}",
+  series="Request for Comments",
+  number="2368",
+  howpublished="RFC 2368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 6068",
+  url="http://www.ietf.org/rfc/rfc2368.txt",
+}
+
+ at misc{rfc2369,
+  author="G. Neufeld and J. Baer",
+  title="{The Use of URLs as Meta-Syntax for Core Mail List Commands and their Transport through Message Header Fields}",
+  series="Request for Comments",
+  number="2369",
+  howpublished="RFC 2369 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2369.txt",
+}
+
+ at misc{rfc2370,
+  author="R. Coltun",
+  title="{The OSPF Opaque LSA Option}",
+  series="Request for Comments",
+  number="2370",
+  howpublished="RFC 2370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 5250, updated by RFC 3630",
+  url="http://www.ietf.org/rfc/rfc2370.txt",
+}
+
+ at misc{rfc2371,
+  author="J. Lyon and K. Evans and J. Klein",
+  title="{Transaction Internet Protocol Version 3.0}",
+  series="Request for Comments",
+  number="2371",
+  howpublished="RFC 2371 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2371.txt",
+}
+
+ at misc{rfc2372,
+  author="K. Evans and J. Klein and J. Lyon",
+  title="{Transaction Internet Protocol - Requirements and Supplemental Information}",
+  series="Request for Comments",
+  number="2372",
+  howpublished="RFC 2372 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2372.txt",
+}
+
+ at misc{rfc2373,
+  author="R. Hinden and S. Deering",
+  title="{IP Version 6 Addressing Architecture}",
+  series="Request for Comments",
+  number="2373",
+  howpublished="RFC 2373 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 3513",
+  url="http://www.ietf.org/rfc/rfc2373.txt",
+}
+
+ at misc{rfc2374,
+  author="R. Hinden and M. O'Dell and S. Deering",
+  title="{An IPv6 Aggregatable Global Unicast Address Format}",
+  series="Request for Comments",
+  number="2374",
+  howpublished="RFC 2374 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 3587",
+  url="http://www.ietf.org/rfc/rfc2374.txt",
+}
+
+ at misc{rfc2375,
+  author="R. Hinden and S. Deering",
+  title="{IPv6 Multicast Address Assignments}",
+  series="Request for Comments",
+  number="2375",
+  howpublished="RFC 2375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2375.txt",
+}
+
+ at misc{rfc2376,
+  author="E. Whitehead and M. Murata",
+  title="{XML Media Types}",
+  series="Request for Comments",
+  number="2376",
+  howpublished="RFC 2376 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=jul,
+    note="Obsoleted by RFC 3023",
+  url="http://www.ietf.org/rfc/rfc2376.txt",
+}
+
+ at misc{rfc2377,
+  author="A. Grimstad and R. Huber and S. Sataluri and M. Wahl",
+  title="{Naming Plan for Internet Directory-Enabled Applications}",
+  series="Request for Comments",
+  number="2377",
+  howpublished="RFC 2377 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Updated by RFC 4519",
+  url="http://www.ietf.org/rfc/rfc2377.txt",
+}
+
+ at misc{rfc2378,
+  author="R. Hedberg and P. Pomes",
+  title="{The CCSO Nameserver (Ph) Architecture}",
+  series="Request for Comments",
+  number="2378",
+  howpublished="RFC 2378 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2378.txt",
+}
+
+ at misc{rfc2379,
+  author="L. Berger",
+  title="{RSVP over ATM Implementation Guidelines}",
+  series="Request for Comments",
+  number="2379",
+  howpublished="RFC 2379 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2379.txt",
+}
+
+ at misc{rfc2380,
+  author="L. Berger",
+  title="{RSVP over ATM Implementation Requirements}",
+  series="Request for Comments",
+  number="2380",
+  howpublished="RFC 2380 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2380.txt",
+}
+
+ at misc{rfc2381,
+  author="M. Garrett and M. Borden",
+  title="{Interoperation of Controlled-Load Service and Guaranteed Service with ATM}",
+  series="Request for Comments",
+  number="2381",
+  howpublished="RFC 2381 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2381.txt",
+}
+
+ at misc{rfc2382,
+  author="E. Crawley and L. Berger and S. Berson and F. Baker and M. Borden and J. Krawczyk",
+  title="{A Framework for Integrated Services and RSVP over ATM}",
+  series="Request for Comments",
+  number="2382",
+  howpublished="RFC 2382 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2382.txt",
+}
+
+ at misc{rfc2383,
+  author="M. Suzuki",
+  title="{ST2+ over ATM Protocol Specification - UNI 3.1 Version}",
+  series="Request for Comments",
+  number="2383",
+  howpublished="RFC 2383 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2383.txt",
+}
+
+ at misc{rfc2384,
+  author="R. Gellens",
+  title="{POP URL Scheme}",
+  series="Request for Comments",
+  number="2384",
+  howpublished="RFC 2384 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2384.txt",
+}
+
+ at misc{rfc2385,
+  author="A. Heffernan",
+  title="{Protection of BGP Sessions via the TCP MD5 Signature Option}",
+  series="Request for Comments",
+  number="2385",
+  howpublished="RFC 2385 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    note="Obsoleted by RFC 5925, updated by RFC 6691",
+  url="http://www.ietf.org/rfc/rfc2385.txt",
+}
+
+ at misc{rfc2386,
+  author="E. Crawley and R. Nair and B. Rajagopalan and H. Sandick",
+  title="{A Framework for QoS-based Routing in the Internet}",
+  series="Request for Comments",
+  number="2386",
+  howpublished="RFC 2386 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2386.txt",
+}
+
+ at misc{rfc2387,
+  author="E. Levinson",
+  title="{The MIME Multipart/Related Content-type}",
+  series="Request for Comments",
+  number="2387",
+  howpublished="RFC 2387 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2387.txt",
+}
+
+ at misc{rfc2388,
+  author="L. Masinter",
+  title="{Returning Values from Forms: multipart/form-data}",
+  series="Request for Comments",
+  number="2388",
+  howpublished="RFC 2388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    note="Obsoleted by RFC 7578",
+  url="http://www.ietf.org/rfc/rfc2388.txt",
+}
+
+ at misc{rfc2389,
+  author="P. Hethmon and R. Elz",
+  title="{Feature negotiation mechanism for the File Transfer Protocol}",
+  series="Request for Comments",
+  number="2389",
+  howpublished="RFC 2389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2389.txt",
+}
+
+ at misc{rfc2390,
+  author="T. Bradley and C. Brown and A. Malis",
+  title="{Inverse Address Resolution Protocol}",
+  series="Request for Comments",
+  number="2390",
+  howpublished="RFC 2390 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2390.txt",
+}
+
+ at misc{rfc2391,
+  author="P. Srisuresh and D. Gan",
+  title="{Load Sharing using IP Network Address Translation (LSNAT)}",
+  series="Request for Comments",
+  number="2391",
+  howpublished="RFC 2391 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2391.txt",
+}
+
+ at misc{rfc2392,
+  author="E. Levinson",
+  title="{Content-ID and Message-ID Uniform Resource Locators}",
+  series="Request for Comments",
+  number="2392",
+  howpublished="RFC 2392 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2392.txt",
+}
+
+ at misc{rfc2393,
+  author="A. Shacham and R. Monsour and R. Pereira and M. Thomas",
+  title="{IP Payload Compression Protocol (IPComp)}",
+  series="Request for Comments",
+  number="2393",
+  howpublished="RFC 2393 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 3173",
+  url="http://www.ietf.org/rfc/rfc2393.txt",
+}
+
+ at misc{rfc2394,
+  author="R. Pereira",
+  title="{IP Payload Compression Using DEFLATE}",
+  series="Request for Comments",
+  number="2394",
+  howpublished="RFC 2394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2394.txt",
+}
+
+ at misc{rfc2395,
+  author="R. Friend and R. Monsour",
+  title="{IP Payload Compression Using LZS}",
+  series="Request for Comments",
+  number="2395",
+  howpublished="RFC 2395 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2395.txt",
+}
+
+ at misc{rfc2396,
+  author="T. Berners-Lee and R. Fielding and L. Masinter",
+  title="{Uniform Resource Identifiers (URI): Generic Syntax}",
+  series="Request for Comments",
+  number="2396",
+  howpublished="RFC 2396 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    note="Obsoleted by RFC 3986, updated by RFC 2732",
+  url="http://www.ietf.org/rfc/rfc2396.txt",
+}
+
+ at misc{rfc2397,
+  author="L. Masinter",
+  title="{The "data" URL scheme}",
+  series="Request for Comments",
+  number="2397",
+  howpublished="RFC 2397 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2397.txt",
+}
+
+ at misc{rfc2398,
+  author="S. Parker and C. Schmechel",
+  title="{Some Testing Tools for TCP Implementors}",
+  series="Request for Comments",
+  number="2398",
+  howpublished="RFC 2398 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2398.txt",
+}
+
+ at misc{rfc2399,
+  author="A. Ramos",
+  title="{Request for Comments Summary}",
+  series="Request for Comments",
+  number="2399",
+  howpublished="RFC 2399 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2399.txt",
+}
+
+ at misc{rfc2400,
+  author="J. Postel and J. Reynolds",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2400",
+  howpublished="RFC 2400 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 2500",
+  url="http://www.ietf.org/rfc/rfc2400.txt",
+}
+
+ at misc{rfc2401,
+  author="S. Kent and R. Atkinson",
+  title="{Security Architecture for the Internet Protocol}",
+  series="Request for Comments",
+  number="2401",
+  howpublished="RFC 2401 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 4301, updated by RFC 3168",
+  url="http://www.ietf.org/rfc/rfc2401.txt",
+}
+
+ at misc{rfc2402,
+  author="S. Kent and R. Atkinson",
+  title="{IP Authentication Header}",
+  series="Request for Comments",
+  number="2402",
+  howpublished="RFC 2402 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFCs 4302, 4305",
+  url="http://www.ietf.org/rfc/rfc2402.txt",
+}
+
+ at misc{rfc2403,
+  author="C. Madson and R. Glenn",
+  title="{The Use of HMAC-MD5-96 within ESP and AH}",
+  series="Request for Comments",
+  number="2403",
+  howpublished="RFC 2403 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2403.txt",
+}
+
+ at misc{rfc2404,
+  author="C. Madson and R. Glenn",
+  title="{The Use of HMAC-SHA-1-96 within ESP and AH}",
+  series="Request for Comments",
+  number="2404",
+  howpublished="RFC 2404 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2404.txt",
+}
+
+ at misc{rfc2405,
+  author="C. Madson and N. Doraswamy",
+  title="{The ESP DES-CBC Cipher Algorithm With Explicit IV}",
+  series="Request for Comments",
+  number="2405",
+  howpublished="RFC 2405 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2405.txt",
+}
+
+ at misc{rfc2406,
+  author="S. Kent and R. Atkinson",
+  title="{IP Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="2406",
+  howpublished="RFC 2406 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFCs 4303, 4305",
+  url="http://www.ietf.org/rfc/rfc2406.txt",
+}
+
+ at misc{rfc2407,
+  author="D. Piper",
+  title="{The Internet IP Security Domain of Interpretation for ISAKMP}",
+  series="Request for Comments",
+  number="2407",
+  howpublished="RFC 2407 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 4306",
+  url="http://www.ietf.org/rfc/rfc2407.txt",
+}
+
+ at misc{rfc2408,
+  author="D. Maughan and M. Schertler and M. Schneider and J. Turner",
+  title="{Internet Security Association and Key Management Protocol (ISAKMP)}",
+  series="Request for Comments",
+  number="2408",
+  howpublished="RFC 2408 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 4306",
+  url="http://www.ietf.org/rfc/rfc2408.txt",
+}
+
+ at misc{rfc2409,
+  author="D. Harkins and D. Carrel",
+  title="{The Internet Key Exchange (IKE)}",
+  series="Request for Comments",
+  number="2409",
+  howpublished="RFC 2409 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 4306, updated by RFC 4109",
+  url="http://www.ietf.org/rfc/rfc2409.txt",
+}
+
+ at misc{rfc2410,
+  author="R. Glenn and S. Kent",
+  title="{The NULL Encryption Algorithm and Its Use With IPsec}",
+  series="Request for Comments",
+  number="2410",
+  howpublished="RFC 2410 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2410.txt",
+}
+
+ at misc{rfc2411,
+  author="R. Thayer and N. Doraswamy and R. Glenn",
+  title="{IP Security Document Roadmap}",
+  series="Request for Comments",
+  number="2411",
+  howpublished="RFC 2411 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 6071",
+  url="http://www.ietf.org/rfc/rfc2411.txt",
+}
+
+ at misc{rfc2412,
+  author="H. Orman",
+  title="{The OAKLEY Key Determination Protocol}",
+  series="Request for Comments",
+  number="2412",
+  howpublished="RFC 2412 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2412.txt",
+}
+
+ at misc{rfc2413,
+  author="S. Weibel and J. Kunze and C. Lagoze and M. Wolf",
+  title="{Dublin Core Metadata for Resource Discovery}",
+  series="Request for Comments",
+  number="2413",
+  howpublished="RFC 2413 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 5013",
+  url="http://www.ietf.org/rfc/rfc2413.txt",
+}
+
+ at misc{rfc2414,
+  author="M. Allman and S. Floyd and C. Partridge",
+  title="{Increasing TCP's Initial Window}",
+  series="Request for Comments",
+  number="2414",
+  howpublished="RFC 2414 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 3390",
+  url="http://www.ietf.org/rfc/rfc2414.txt",
+}
+
+ at misc{rfc2415,
+  author="K. Poduri and K. Nichols",
+  title="{Simulation Studies of Increased Initial TCP Window Size}",
+  series="Request for Comments",
+  number="2415",
+  howpublished="RFC 2415 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2415.txt",
+}
+
+ at misc{rfc2416,
+  author="T. Shepard and C. Partridge",
+  title="{When TCP Starts Up With Four Packets Into Only Three Buffers}",
+  series="Request for Comments",
+  number="2416",
+  howpublished="RFC 2416 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2416.txt",
+}
+
+ at misc{rfc2417,
+  author="C. Chung and M. Greene",
+  title="{Definitions of Managed Objects for Multicast over UNI 3.0/3.1 based ATM Networks}",
+  series="Request for Comments",
+  number="2417",
+  howpublished="RFC 2417 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2417.txt",
+}
+
+ at misc{rfc2418,
+  author="S. Bradner",
+  title="{IETF Working Group Guidelines and Procedures}",
+  series="Request for Comments",
+  number="2418",
+  howpublished="RFC 2418 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Updated by RFCs 3934, 7475, 7776",
+  url="http://www.ietf.org/rfc/rfc2418.txt",
+}
+
+ at misc{rfc2419,
+  author="K. Sklower and G. Meyer",
+  title="{The PPP DES Encryption Protocol, Version 2 (DESE-bis)}",
+  series="Request for Comments",
+  number="2419",
+  howpublished="RFC 2419 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2419.txt",
+}
+
+ at misc{rfc2420,
+  author="H. Kummert",
+  title="{The PPP Triple-DES Encryption Protocol (3DESE)}",
+  series="Request for Comments",
+  number="2420",
+  howpublished="RFC 2420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2420.txt",
+}
+
+ at misc{rfc2421,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Voice Profile for Internet Mail - version 2}",
+  series="Request for Comments",
+  number="2421",
+  howpublished="RFC 2421 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 3801",
+  url="http://www.ietf.org/rfc/rfc2421.txt",
+}
+
+ at misc{rfc2422,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Toll Quality Voice - 32 kbit/s ADPCM MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="2422",
+  howpublished="RFC 2422 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 3802",
+  url="http://www.ietf.org/rfc/rfc2422.txt",
+}
+
+ at misc{rfc2423,
+  author="G. Vaudreuil and G. Parsons",
+  title="{VPIM Voice Message MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="2423",
+  howpublished="RFC 2423 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 3801",
+  url="http://www.ietf.org/rfc/rfc2423.txt",
+}
+
+ at misc{rfc2424,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Content Duration MIME Header Definition}",
+  series="Request for Comments",
+  number="2424",
+  howpublished="RFC 2424 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 3803",
+  url="http://www.ietf.org/rfc/rfc2424.txt",
+}
+
+ at misc{rfc2425,
+  author="T. Howes and M. Smith and F. Dawson",
+  title="{A MIME Content-Type for Directory Information}",
+  series="Request for Comments",
+  number="2425",
+  howpublished="RFC 2425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 6350",
+  url="http://www.ietf.org/rfc/rfc2425.txt",
+}
+
+ at misc{rfc2426,
+  author="F. Dawson and T. Howes",
+  title="{vCard MIME Directory Profile}",
+  series="Request for Comments",
+  number="2426",
+  howpublished="RFC 2426 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    note="Obsoleted by RFC 6350",
+  url="http://www.ietf.org/rfc/rfc2426.txt",
+}
+
+ at misc{rfc2427,
+  author="C. Brown and A. Malis",
+  title="{Multiprotocol Interconnect over Frame Relay}",
+  series="Request for Comments",
+  number="2427",
+  howpublished="RFC 2427 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2427.txt",
+}
+
+ at misc{rfc2428,
+  author="M. Allman and S. Ostermann and C. Metz",
+  title="{FTP Extensions for IPv6 and NATs}",
+  series="Request for Comments",
+  number="2428",
+  howpublished="RFC 2428 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2428.txt",
+}
+
+ at misc{rfc2429,
+  author="C. Bormann and L. Cline and G. Deisher and T. Gardos and C. Maciocco and D. Newell and J. Ott and G. Sullivan and S. Wenger and C. Zhu",
+  title="{RTP Payload Format for the 1998 Version of ITU-T Rec. H.263 Video (H.263+)}",
+  series="Request for Comments",
+  number="2429",
+  howpublished="RFC 2429 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    note="Obsoleted by RFC 4629",
+  url="http://www.ietf.org/rfc/rfc2429.txt",
+}
+
+ at misc{rfc2430,
+  author="T. Li and Y. Rekhter",
+  title="{A Provider Architecture for Differentiated Services and Traffic Engineering (PASTE)}",
+  series="Request for Comments",
+  number="2430",
+  howpublished="RFC 2430 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2430.txt",
+}
+
+ at misc{rfc2431,
+  author="D. Tynan",
+  title="{RTP Payload Format for BT.656 Video Encoding}",
+  series="Request for Comments",
+  number="2431",
+  howpublished="RFC 2431 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2431.txt",
+}
+
+ at misc{rfc2432,
+  author="K. Dubray",
+  title="{Terminology for IP Multicast Benchmarking}",
+  series="Request for Comments",
+  number="2432",
+  howpublished="RFC 2432 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2432.txt",
+}
+
+ at misc{rfc2433,
+  author="G. Zorn and S. Cobb",
+  title="{Microsoft PPP CHAP Extensions}",
+  series="Request for Comments",
+  number="2433",
+  howpublished="RFC 2433 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2433.txt",
+}
+
+ at misc{rfc2434,
+  author="T. Narten and H. Alvestrand",
+  title="{Guidelines for Writing an IANA Considerations Section in RFCs}",
+  series="Request for Comments",
+  number="2434",
+  howpublished="RFC 2434 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    note="Obsoleted by RFC 5226, updated by RFC 3692",
+  url="http://www.ietf.org/rfc/rfc2434.txt",
+}
+
+ at misc{rfc2435,
+  author="L. Berc and W. Fenner and R. Frederick and S. McCanne and P. Stewart",
+  title="{RTP Payload Format for JPEG-compressed Video}",
+  series="Request for Comments",
+  number="2435",
+  howpublished="RFC 2435 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2435.txt",
+}
+
+ at misc{rfc2436,
+  author="R. Brett and S. Bradner and G. Parsons",
+  title="{Collaboration between ISOC/IETF and ITU-T}",
+  series="Request for Comments",
+  number="2436",
+  howpublished="RFC 2436 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    note="Obsoleted by RFC 3356",
+  url="http://www.ietf.org/rfc/rfc2436.txt",
+}
+
+ at misc{rfc2437,
+  author="B. Kaliski and J. Staddon",
+  title="{PKCS \#1: RSA Cryptography Specifications Version 2.0}",
+  series="Request for Comments",
+  number="2437",
+  howpublished="RFC 2437 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    note="Obsoleted by RFC 3447",
+  url="http://www.ietf.org/rfc/rfc2437.txt",
+}
+
+ at misc{rfc2438,
+  author="M. O'Dell and H. Alvestrand and B. Wijnen and S. Bradner",
+  title="{Advancement of MIB specifications on the IETF Standards Track}",
+  series="Request for Comments",
+  number="2438",
+  howpublished="RFC 2438 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2438.txt",
+}
+
+ at misc{rfc2439,
+  author="C. Villamizar and R. Chandra and R. Govindan",
+  title="{BGP Route Flap Damping}",
+  series="Request for Comments",
+  number="2439",
+  howpublished="RFC 2439 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2439.txt",
+}
+
+ at misc{rfc2440,
+  author="J. Callas and L. Donnerhacke and H. Finney and R. Thayer",
+  title="{OpenPGP Message Format}",
+  series="Request for Comments",
+  number="2440",
+  howpublished="RFC 2440 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 4880",
+  url="http://www.ietf.org/rfc/rfc2440.txt",
+}
+
+ at misc{rfc2441,
+  author="D. Cohen",
+  title="{Working with Jon, Tribute delivered at UCLA, October 30, 1998}",
+  series="Request for Comments",
+  number="2441",
+  howpublished="RFC 2441 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2441.txt",
+}
+
+ at misc{rfc2442,
+  author="N. Freed and D. Newman and J. Belissent and M. Hoy",
+  title="{The Batch SMTP Media Type}",
+  series="Request for Comments",
+  number="2442",
+  howpublished="RFC 2442 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2442.txt",
+}
+
+ at misc{rfc2443,
+  author="J. Luciani and A. Gallo",
+  title="{A Distributed MARS Service Using SCSP}",
+  series="Request for Comments",
+  number="2443",
+  howpublished="RFC 2443 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2443.txt",
+}
+
+ at misc{rfc2444,
+  author="C. Newman",
+  title="{The One-Time-Password SASL Mechanism}",
+  series="Request for Comments",
+  number="2444",
+  howpublished="RFC 2444 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2444.txt",
+}
+
+ at misc{rfc2445,
+  author="F. Dawson and D. Stenerson",
+  title="{Internet Calendaring and Scheduling Core Object Specification (iCalendar)}",
+  series="Request for Comments",
+  number="2445",
+  howpublished="RFC 2445 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 5545",
+  url="http://www.ietf.org/rfc/rfc2445.txt",
+}
+
+ at misc{rfc2446,
+  author="S. Silverberg and S. Mansour and F. Dawson and R. Hopson",
+  title="{iCalendar Transport-Independent Interoperability Protocol (iTIP) Scheduling Events, BusyTime, To-dos and Journal Entries}",
+  series="Request for Comments",
+  number="2446",
+  howpublished="RFC 2446 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 5546",
+  url="http://www.ietf.org/rfc/rfc2446.txt",
+}
+
+ at misc{rfc2447,
+  author="F. Dawson and S. Mansour and S. Silverberg",
+  title="{iCalendar Message-Based Interoperability Protocol (iMIP)}",
+  series="Request for Comments",
+  number="2447",
+  howpublished="RFC 2447 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Obsoleted by RFC 6047",
+  url="http://www.ietf.org/rfc/rfc2447.txt",
+}
+
+ at misc{rfc2448,
+  author="M. Civanlar and G. Cash and B. Haskell",
+  title="{AT\&T's Error Resilient Video Transmission Technique}",
+  series="Request for Comments",
+  number="2448",
+  howpublished="RFC 2448 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2448.txt",
+}
+
+ at misc{rfc2449,
+  author="R. Gellens and C. Newman and L. Lundblade",
+  title="{POP3 Extension Mechanism}",
+  series="Request for Comments",
+  number="2449",
+  howpublished="RFC 2449 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Updated by RFC 5034",
+  url="http://www.ietf.org/rfc/rfc2449.txt",
+}
+
+ at misc{rfc2450,
+  author="R. Hinden",
+  title="{Proposed TLA and NLA Assignment Rule}",
+  series="Request for Comments",
+  number="2450",
+  howpublished="RFC 2450 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2450.txt",
+}
+
+ at misc{rfc2451,
+  author="R. Pereira and R. Adams",
+  title="{The ESP CBC-Mode Cipher Algorithms}",
+  series="Request for Comments",
+  number="2451",
+  howpublished="RFC 2451 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2451.txt",
+}
+
+ at misc{rfc2452,
+  author="M. Daniele",
+  title="{IP Version 6 Management Information Base for the Transmission Control Protocol}",
+  series="Request for Comments",
+  number="2452",
+  howpublished="RFC 2452 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4022",
+  url="http://www.ietf.org/rfc/rfc2452.txt",
+}
+
+ at misc{rfc2453,
+  author="G. Malkin",
+  title="{RIP Version 2}",
+  series="Request for Comments",
+  number="2453",
+  howpublished="RFC 2453 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    note="Updated by RFC 4822",
+  url="http://www.ietf.org/rfc/rfc2453.txt",
+}
+
+ at misc{rfc2454,
+  author="M. Daniele",
+  title="{IP Version 6 Management Information Base for the User Datagram Protocol}",
+  series="Request for Comments",
+  number="2454",
+  howpublished="RFC 2454 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4113",
+  url="http://www.ietf.org/rfc/rfc2454.txt",
+}
+
+ at misc{rfc2455,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for APPN}",
+  series="Request for Comments",
+  number="2455",
+  howpublished="RFC 2455 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2455.txt",
+}
+
+ at misc{rfc2456,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for APPN TRAPS}",
+  series="Request for Comments",
+  number="2456",
+  howpublished="RFC 2456 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2456.txt",
+}
+
+ at misc{rfc2457,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for Extended Border Node}",
+  series="Request for Comments",
+  number="2457",
+  howpublished="RFC 2457 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2457.txt",
+}
+
+ at misc{rfc2458,
+  author="H. Lu and M. Krishnaswamy and L. Conroy and S. Bellovin and F. Burg and A. DeSimone and K. Tewani and P. Davidson and H. Schulzrinne and K. Vishwanathan",
+  title="{Toward the PSTN/Internet Inter-Networking--Pre-PINT Implementations}",
+  series="Request for Comments",
+  number="2458",
+  howpublished="RFC 2458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2458.txt",
+}
+
+ at misc{rfc2459,
+  author="R. Housley and W. Ford and W. Polk and D. Solo",
+  title="{Internet X.509 Public Key Infrastructure Certificate and CRL Profile}",
+  series="Request for Comments",
+  number="2459",
+  howpublished="RFC 2459 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3280",
+  url="http://www.ietf.org/rfc/rfc2459.txt",
+}
+
+ at misc{rfc2460,
+  author="S. Deering and R. Hinden",
+  title="{Internet Protocol, Version 6 (IPv6) Specification}",
+  series="Request for Comments",
+  number="2460",
+  howpublished="RFC 2460 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Updated by RFCs 5095, 5722, 5871, 6437, 6564, 6935, 6946, 7045, 7112",
+  url="http://www.ietf.org/rfc/rfc2460.txt",
+}
+
+ at misc{rfc2461,
+  author="T. Narten and E. Nordmark and W. Simpson",
+  title="{Neighbor Discovery for IP Version 6 (IPv6)}",
+  series="Request for Comments",
+  number="2461",
+  howpublished="RFC 2461 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4861, updated by RFC 4311",
+  url="http://www.ietf.org/rfc/rfc2461.txt",
+}
+
+ at misc{rfc2462,
+  author="S. Thomson and T. Narten",
+  title="{IPv6 Stateless Address Autoconfiguration}",
+  series="Request for Comments",
+  number="2462",
+  howpublished="RFC 2462 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4862",
+  url="http://www.ietf.org/rfc/rfc2462.txt",
+}
+
+ at misc{rfc2463,
+  author="A. Conta and S. Deering",
+  title="{Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification}",
+  series="Request for Comments",
+  number="2463",
+  howpublished="RFC 2463 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4443",
+  url="http://www.ietf.org/rfc/rfc2463.txt",
+}
+
+ at misc{rfc2464,
+  author="M. Crawford",
+  title="{Transmission of IPv6 Packets over Ethernet Networks}",
+  series="Request for Comments",
+  number="2464",
+  howpublished="RFC 2464 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Updated by RFC 6085",
+  url="http://www.ietf.org/rfc/rfc2464.txt",
+}
+
+ at misc{rfc2465,
+  author="D. Haskin and S. Onishi",
+  title="{Management Information Base for IP Version 6: Textual Conventions and General Group}",
+  series="Request for Comments",
+  number="2465",
+  howpublished="RFC 2465 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4293",
+  url="http://www.ietf.org/rfc/rfc2465.txt",
+}
+
+ at misc{rfc2466,
+  author="D. Haskin and S. Onishi",
+  title="{Management Information Base for IP Version 6: ICMPv6 Group}",
+  series="Request for Comments",
+  number="2466",
+  howpublished="RFC 2466 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4293",
+  url="http://www.ietf.org/rfc/rfc2466.txt",
+}
+
+ at misc{rfc2467,
+  author="M. Crawford",
+  title="{Transmission of IPv6 Packets over FDDI Networks}",
+  series="Request for Comments",
+  number="2467",
+  howpublished="RFC 2467 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2467.txt",
+}
+
+ at misc{rfc2468,
+  author="V. Cerf",
+  title="{I REMEMBER IANA}",
+  series="Request for Comments",
+  number="2468",
+  howpublished="RFC 2468 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2468.txt",
+}
+
+ at misc{rfc2469,
+  author="T. Narten and C. Burton",
+  title="{A Caution On The Canonical Ordering Of Link-Layer Addresses}",
+  series="Request for Comments",
+  number="2469",
+  howpublished="RFC 2469 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2469.txt",
+}
+
+ at misc{rfc2470,
+  author="M. Crawford and T. Narten and S. Thomas",
+  title="{Transmission of IPv6 Packets over Token Ring Networks}",
+  series="Request for Comments",
+  number="2470",
+  howpublished="RFC 2470 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2470.txt",
+}
+
+ at misc{rfc2471,
+  author="R. Hinden and R. Fink and J. Postel",
+  title="{IPv6 Testing Address Allocation}",
+  series="Request for Comments",
+  number="2471",
+  howpublished="RFC 2471 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 3701",
+  url="http://www.ietf.org/rfc/rfc2471.txt",
+}
+
+ at misc{rfc2472,
+  author="D. Haskin and E. Allen",
+  title="{IP Version 6 over PPP}",
+  series="Request for Comments",
+  number="2472",
+  howpublished="RFC 2472 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFCs 5072, 5172",
+  url="http://www.ietf.org/rfc/rfc2472.txt",
+}
+
+ at misc{rfc2473,
+  author="A. Conta and S. Deering",
+  title="{Generic Packet Tunneling in IPv6 Specification}",
+  series="Request for Comments",
+  number="2473",
+  howpublished="RFC 2473 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2473.txt",
+}
+
+ at misc{rfc2474,
+  author="K. Nichols and S. Blake and F. Baker and D. Black",
+  title="{Definition of the Differentiated Services Field (DS Field) in the IPv4 and IPv6 Headers}",
+  series="Request for Comments",
+  number="2474",
+  howpublished="RFC 2474 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Updated by RFCs 3168, 3260",
+  url="http://www.ietf.org/rfc/rfc2474.txt",
+}
+
+ at misc{rfc2475,
+  author="S. Blake and D. Black and M. Carlson and E. Davies and Z. Wang and W. Weiss",
+  title="{An Architecture for Differentiated Services}",
+  series="Request for Comments",
+  number="2475",
+  howpublished="RFC 2475 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Updated by RFC 3260",
+  url="http://www.ietf.org/rfc/rfc2475.txt",
+}
+
+ at misc{rfc2476,
+  author="R. Gellens and J. Klensin",
+  title="{Message Submission}",
+  series="Request for Comments",
+  number="2476",
+  howpublished="RFC 2476 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4409",
+  url="http://www.ietf.org/rfc/rfc2476.txt",
+}
+
+ at misc{rfc2477,
+  author="B. Aboba and G. Zorn",
+  title="{Criteria for Evaluating Roaming Protocols}",
+  series="Request for Comments",
+  number="2477",
+  howpublished="RFC 2477 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2477.txt",
+}
+
+ at misc{rfc2478,
+  author="E. Baize and D. Pinkas",
+  title="{The Simple and Protected GSS-API Negotiation Mechanism}",
+  series="Request for Comments",
+  number="2478",
+  howpublished="RFC 2478 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    note="Obsoleted by RFC 4178",
+  url="http://www.ietf.org/rfc/rfc2478.txt",
+}
+
+ at misc{rfc2479,
+  author="C. Adams",
+  title="{Independent Data Unit Protection Generic Security Service Application Program Interface (IDUP-GSS-API)}",
+  series="Request for Comments",
+  number="2479",
+  howpublished="RFC 2479 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1998,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2479.txt",
+}
+
+ at misc{rfc2480,
+  author="N. Freed",
+  title="{Gateways and MIME Security Multiparts}",
+  series="Request for Comments",
+  number="2480",
+  howpublished="RFC 2480 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2480.txt",
+}
+
+ at misc{rfc2481,
+  author="K. Ramakrishnan and S. Floyd",
+  title="{A Proposal to add Explicit Congestion Notification (ECN) to IP}",
+  series="Request for Comments",
+  number="2481",
+  howpublished="RFC 2481 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3168",
+  url="http://www.ietf.org/rfc/rfc2481.txt",
+}
+
+ at misc{rfc2482,
+  author="K. Whistler and G. Adams",
+  title="{Language Tagging in Unicode Plain Text}",
+  series="Request for Comments",
+  number="2482",
+  howpublished="RFC 2482 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 6082",
+  url="http://www.ietf.org/rfc/rfc2482.txt",
+}
+
+ at misc{rfc2483,
+  author="M. Mealling and R. Daniel",
+  title="{URI Resolution Services Necessary for URN Resolution}",
+  series="Request for Comments",
+  number="2483",
+  howpublished="RFC 2483 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2483.txt",
+}
+
+ at misc{rfc2484,
+  author="G. Zorn",
+  title="{PPP LCP Internationalization Configuration Option}",
+  series="Request for Comments",
+  number="2484",
+  howpublished="RFC 2484 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2484.txt",
+}
+
+ at misc{rfc2485,
+  author="S. Drach",
+  title="{DHCP Option for The Open Group's User Authentication Protocol}",
+  series="Request for Comments",
+  number="2485",
+  howpublished="RFC 2485 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2485.txt",
+}
+
+ at misc{rfc2486,
+  author="B. Aboba and M. Beadles",
+  title="{The Network Access Identifier}",
+  series="Request for Comments",
+  number="2486",
+  howpublished="RFC 2486 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 4282",
+  url="http://www.ietf.org/rfc/rfc2486.txt",
+}
+
+ at misc{rfc2487,
+  author="P. Hoffman",
+  title="{SMTP Service Extension for Secure SMTP over TLS}",
+  series="Request for Comments",
+  number="2487",
+  howpublished="RFC 2487 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3207",
+  url="http://www.ietf.org/rfc/rfc2487.txt",
+}
+
+ at misc{rfc2488,
+  author="M. Allman and D. Glover and L. Sanchez",
+  title="{Enhancing TCP Over Satellite Channels using Standard Mechanisms}",
+  series="Request for Comments",
+  number="2488",
+  howpublished="RFC 2488 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2488.txt",
+}
+
+ at misc{rfc2489,
+  author="R. Droms",
+  title="{Procedure for Defining New DHCP Options}",
+  series="Request for Comments",
+  number="2489",
+  howpublished="RFC 2489 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 2939",
+  url="http://www.ietf.org/rfc/rfc2489.txt",
+}
+
+ at misc{rfc2490,
+  author="M. Pullen and R. Malghan and L. Lavu and G. Duan and J. Ma and H. Nah",
+  title="{A Simulation Model for IP Multicast with RSVP}",
+  series="Request for Comments",
+  number="2490",
+  howpublished="RFC 2490 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2490.txt",
+}
+
+ at misc{rfc2491,
+  author="G. Armitage and P. Schulter and M. Jork and G. Harter",
+  title="{IPv6 over Non-Broadcast Multiple Access (NBMA) networks}",
+  series="Request for Comments",
+  number="2491",
+  howpublished="RFC 2491 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2491.txt",
+}
+
+ at misc{rfc2492,
+  author="G. Armitage and P. Schulter and M. Jork",
+  title="{IPv6 over ATM Networks}",
+  series="Request for Comments",
+  number="2492",
+  howpublished="RFC 2492 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2492.txt",
+}
+
+ at misc{rfc2493,
+  author="K. Tesink",
+  title="{Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals}",
+  series="Request for Comments",
+  number="2493",
+  howpublished="RFC 2493 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3593",
+  url="http://www.ietf.org/rfc/rfc2493.txt",
+}
+
+ at misc{rfc2494,
+  author="D. Fowler",
+  title="{Definitions of Managed Objects for the DS0 and DS0 Bundle Interface Type}",
+  series="Request for Comments",
+  number="2494",
+  howpublished="RFC 2494 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2494.txt",
+}
+
+ at misc{rfc2495,
+  author="D. Fowler",
+  title="{Definitions of Managed Objects for the DS1, E1, DS2 and E2 Interface Types}",
+  series="Request for Comments",
+  number="2495",
+  howpublished="RFC 2495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3895",
+  url="http://www.ietf.org/rfc/rfc2495.txt",
+}
+
+ at misc{rfc2496,
+  author="D. Fowler",
+  title="{Definitions of Managed Object for the DS3/E3 Interface Type}",
+  series="Request for Comments",
+  number="2496",
+  howpublished="RFC 2496 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 3896",
+  url="http://www.ietf.org/rfc/rfc2496.txt",
+}
+
+ at misc{rfc2497,
+  author="I. Souvatzis",
+  title="{Transmission of IPv6 Packets over ARCnet Networks}",
+  series="Request for Comments",
+  number="2497",
+  howpublished="RFC 2497 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2497.txt",
+}
+
+ at misc{rfc2498,
+  author="J. Mahdavi and V. Paxson",
+  title="{IPPM Metrics for Measuring Connectivity}",
+  series="Request for Comments",
+  number="2498",
+  howpublished="RFC 2498 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    note="Obsoleted by RFC 2678",
+  url="http://www.ietf.org/rfc/rfc2498.txt",
+}
+
+ at misc{rfc2499,
+  author="A. Ramos",
+  title="{Request for Comments Summary}",
+  series="Request for Comments",
+  number="2499",
+  howpublished="RFC 2499 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2499.txt",
+}
+
+ at misc{rfc2500,
+  author="J. Reynolds and R. Braden",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2500",
+  howpublished="RFC 2500 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 2600",
+  url="http://www.ietf.org/rfc/rfc2500.txt",
+}
+
+ at misc{rfc2501,
+  author="S. Corson and J. Macker",
+  title="{Mobile Ad hoc Networking (MANET): Routing Protocol Performance Issues and Evaluation Considerations}",
+  series="Request for Comments",
+  number="2501",
+  howpublished="RFC 2501 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2501.txt",
+}
+
+ at misc{rfc2502,
+  author="M. Pullen and M. Myjak and C. Bouwens",
+  title="{Limitations of Internet Protocol Suite for Distributed Simulation the Large Multicast Environment}",
+  series="Request for Comments",
+  number="2502",
+  howpublished="RFC 2502 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2502.txt",
+}
+
+ at misc{rfc2503,
+  author="R. Moulton and M. Needleman",
+  title="{MIME Types for Use with the ISO ILL Protocol}",
+  series="Request for Comments",
+  number="2503",
+  howpublished="RFC 2503 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2503.txt",
+}
+
+ at misc{rfc2504,
+  author="E. Guttman and L. Leong and G. Malkin",
+  title="{Users' Security Handbook}",
+  series="Request for Comments",
+  number="2504",
+  howpublished="RFC 2504 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2504.txt",
+}
+
+ at misc{rfc2505,
+  author="G. Lindberg",
+  title="{Anti-Spam Recommendations for SMTP MTAs}",
+  series="Request for Comments",
+  number="2505",
+  howpublished="RFC 2505 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2505.txt",
+}
+
+ at misc{rfc2506,
+  author="K. Holtman and A. Mutz and T. Hardie",
+  title="{Media Feature Tag Registration Procedure}",
+  series="Request for Comments",
+  number="2506",
+  howpublished="RFC 2506 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2506.txt",
+}
+
+ at misc{rfc2507,
+  author="M. Degermark and B. Nordgren and S. Pink",
+  title="{IP Header Compression}",
+  series="Request for Comments",
+  number="2507",
+  howpublished="RFC 2507 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2507.txt",
+}
+
+ at misc{rfc2508,
+  author="S. Casner and V. Jacobson",
+  title="{Compressing IP/UDP/RTP Headers for Low-Speed Serial Links}",
+  series="Request for Comments",
+  number="2508",
+  howpublished="RFC 2508 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2508.txt",
+}
+
+ at misc{rfc2509,
+  author="M. Engan and S. Casner and C. Bormann",
+  title="{IP Header Compression over PPP}",
+  series="Request for Comments",
+  number="2509",
+  howpublished="RFC 2509 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    note="Obsoleted by RFC 3544",
+  url="http://www.ietf.org/rfc/rfc2509.txt",
+}
+
+ at misc{rfc2510,
+  author="C. Adams and S. Farrell",
+  title="{Internet X.509 Public Key Infrastructure Certificate Management Protocols}",
+  series="Request for Comments",
+  number="2510",
+  howpublished="RFC 2510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4210",
+  url="http://www.ietf.org/rfc/rfc2510.txt",
+}
+
+ at misc{rfc2511,
+  author="M. Myers and C. Adams and D. Solo and D. Kemp",
+  title="{Internet X.509 Certificate Request Message Format}",
+  series="Request for Comments",
+  number="2511",
+  howpublished="RFC 2511 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4211",
+  url="http://www.ietf.org/rfc/rfc2511.txt",
+}
+
+ at misc{rfc2512,
+  author="K. McCloghrie and J. Heinanen and W. Greene and A. Prasad",
+  title="{Accounting Information for ATM Networks}",
+  series="Request for Comments",
+  number="2512",
+  howpublished="RFC 2512 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2512.txt",
+}
+
+ at misc{rfc2513,
+  author="K. McCloghrie and J. Heinanen and W. Greene and A. Prasad",
+  title="{Managed Objects for Controlling the Collection and Storage of Accounting Information for Connection-Oriented Networks}",
+  series="Request for Comments",
+  number="2513",
+  howpublished="RFC 2513 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2513.txt",
+}
+
+ at misc{rfc2514,
+  author="M. Noto and E. Spiegel and K. Tesink",
+  title="{Definitions of Textual Conventions and OBJECT-IDENTITIES for ATM Management}",
+  series="Request for Comments",
+  number="2514",
+  howpublished="RFC 2514 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2514.txt",
+}
+
+ at misc{rfc2515,
+  author="K. Tesink and Ed",
+  title="{Definitions of Managed Objects for ATM Management}",
+  series="Request for Comments",
+  number="2515",
+  howpublished="RFC 2515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2515.txt",
+}
+
+ at misc{rfc2516,
+  author="L. Mamakos and K. Lidl and J. Evarts and D. Carrel and D. Simone and R. Wheeler",
+  title="{A Method for Transmitting PPP Over Ethernet (PPPoE)}",
+  series="Request for Comments",
+  number="2516",
+  howpublished="RFC 2516 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2516.txt",
+}
+
+ at misc{rfc2517,
+  author="R. Moats and R. Huber",
+  title="{Building Directories from DNS: Experiences from WWWSeeker}",
+  series="Request for Comments",
+  number="2517",
+  howpublished="RFC 2517 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2517.txt",
+}
+
+ at misc{rfc2518,
+  author="Y. Goland and E. Whitehead and A. Faizi and S. Carter and D. Jensen",
+  title="{HTTP Extensions for Distributed Authoring -- WEBDAV}",
+  series="Request for Comments",
+  number="2518",
+  howpublished="RFC 2518 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    note="Obsoleted by RFC 4918",
+  url="http://www.ietf.org/rfc/rfc2518.txt",
+}
+
+ at misc{rfc2519,
+  author="E. Chen and J. Stewart",
+  title="{A Framework for Inter-Domain Route Aggregation}",
+  series="Request for Comments",
+  number="2519",
+  howpublished="RFC 2519 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2519.txt",
+}
+
+ at misc{rfc2520,
+  author="J. Luciani and H. Suzuki and N. Doraswamy and D. Horton",
+  title="{NHRP with Mobile NHCs}",
+  series="Request for Comments",
+  number="2520",
+  howpublished="RFC 2520 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2520.txt",
+}
+
+ at misc{rfc2521,
+  author="P. Karn and W. Simpson",
+  title="{ICMP Security Failures Messages}",
+  series="Request for Comments",
+  number="2521",
+  howpublished="RFC 2521 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2521.txt",
+}
+
+ at misc{rfc2522,
+  author="P. Karn and W. Simpson",
+  title="{Photuris: Session-Key Management Protocol}",
+  series="Request for Comments",
+  number="2522",
+  howpublished="RFC 2522 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2522.txt",
+}
+
+ at misc{rfc2523,
+  author="P. Karn and W. Simpson",
+  title="{Photuris: Extended Schemes and Attributes}",
+  series="Request for Comments",
+  number="2523",
+  howpublished="RFC 2523 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2523.txt",
+}
+
+ at misc{rfc2524,
+  author="M. Banan",
+  title="{Neda's Efficient Mail Submission and Delivery (EMSD) Protocol Specification Version 1.3}",
+  series="Request for Comments",
+  number="2524",
+  howpublished="RFC 2524 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2524.txt",
+}
+
+ at misc{rfc2525,
+  author="V. Paxson and M. Allman and S. Dawson and W. Fenner and J. Griner and I. Heavens and K. Lahey and J. Semke and B. Volz",
+  title="{Known TCP Implementation Problems}",
+  series="Request for Comments",
+  number="2525",
+  howpublished="RFC 2525 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2525.txt",
+}
+
+ at misc{rfc2526,
+  author="D. Johnson and S. Deering",
+  title="{Reserved IPv6 Subnet Anycast Addresses}",
+  series="Request for Comments",
+  number="2526",
+  howpublished="RFC 2526 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2526.txt",
+}
+
+ at misc{rfc2527,
+  author="S. Chokhani and W. Ford",
+  title="{Internet X.509 Public Key Infrastructure Certificate Policy and Certification Practices Framework}",
+  series="Request for Comments",
+  number="2527",
+  howpublished="RFC 2527 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 3647",
+  url="http://www.ietf.org/rfc/rfc2527.txt",
+}
+
+ at misc{rfc2528,
+  author="R. Housley and W. Polk",
+  title="{Internet X.509 Public Key Infrastructure Representation of Key Exchange Algorithm (KEA) Keys in Internet X.509 Public Key Infrastructure Certificates}",
+  series="Request for Comments",
+  number="2528",
+  howpublished="RFC 2528 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2528.txt",
+}
+
+ at misc{rfc2529,
+  author="B. Carpenter and C. Jung",
+  title="{Transmission of IPv6 over IPv4 Domains without Explicit Tunnels}",
+  series="Request for Comments",
+  number="2529",
+  howpublished="RFC 2529 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2529.txt",
+}
+
+ at misc{rfc2530,
+  author="D. Wing",
+  title="{Indicating Supported Media Features Using Extensions to DSN and MDN}",
+  series="Request for Comments",
+  number="2530",
+  howpublished="RFC 2530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2530.txt",
+}
+
+ at misc{rfc2531,
+  author="G. Klyne and L. McIntyre",
+  title="{Content Feature Schema for Internet Fax}",
+  series="Request for Comments",
+  number="2531",
+  howpublished="RFC 2531 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 2879",
+  url="http://www.ietf.org/rfc/rfc2531.txt",
+}
+
+ at misc{rfc2532,
+  author="L. Masinter and D. Wing",
+  title="{Extended Facsimile Using Internet Mail}",
+  series="Request for Comments",
+  number="2532",
+  howpublished="RFC 2532 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2532.txt",
+}
+
+ at misc{rfc2533,
+  author="G. Klyne",
+  title="{A Syntax for Describing Media Feature Sets}",
+  series="Request for Comments",
+  number="2533",
+  howpublished="RFC 2533 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Updated by RFCs 2738, 2938",
+  url="http://www.ietf.org/rfc/rfc2533.txt",
+}
+
+ at misc{rfc2534,
+  author="L. Masinter and D. Wing and A. Mutz and K. Holtman",
+  title="{Media Features for Display, Print, and Fax}",
+  series="Request for Comments",
+  number="2534",
+  howpublished="RFC 2534 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2534.txt",
+}
+
+ at misc{rfc2535,
+  author="D. Eastlake 3rd",
+  title="{Domain Name System Security Extensions}",
+  series="Request for Comments",
+  number="2535",
+  howpublished="RFC 2535 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFCs 4033, 4034, 4035, updated by RFCs 2931, 3007, 3008, 3090, 3226, 3445, 3597, 3655, 3658, 3755, 3757, 3845",
+  url="http://www.ietf.org/rfc/rfc2535.txt",
+}
+
+ at misc{rfc2536,
+  author="D. Eastlake 3rd",
+  title="{DSA KEYs and SIGs in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="2536",
+  howpublished="RFC 2536 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc2536.txt",
+}
+
+ at misc{rfc2537,
+  author="D. Eastlake 3rd",
+  title="{RSA/MD5 KEYs and SIGs in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="2537",
+  howpublished="RFC 2537 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 3110",
+  url="http://www.ietf.org/rfc/rfc2537.txt",
+}
+
+ at misc{rfc2538,
+  author="D. Eastlake 3rd and O. Gudmundsson",
+  title="{Storing Certificates in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="2538",
+  howpublished="RFC 2538 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4398",
+  url="http://www.ietf.org/rfc/rfc2538.txt",
+}
+
+ at misc{rfc2539,
+  author="D. Eastlake 3rd",
+  title="{Storage of Diffie-Hellman Keys in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="2539",
+  howpublished="RFC 2539 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc2539.txt",
+}
+
+ at misc{rfc2540,
+  author="D. Eastlake 3rd",
+  title="{Detached Domain Name System (DNS) Information}",
+  series="Request for Comments",
+  number="2540",
+  howpublished="RFC 2540 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2540.txt",
+}
+
+ at misc{rfc2541,
+  author="D. Eastlake 3rd",
+  title="{DNS Security Operational Considerations}",
+  series="Request for Comments",
+  number="2541",
+  howpublished="RFC 2541 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4641",
+  url="http://www.ietf.org/rfc/rfc2541.txt",
+}
+
+ at misc{rfc2542,
+  author="L. Masinter",
+  title="{Terminology and Goals for Internet Fax}",
+  series="Request for Comments",
+  number="2542",
+  howpublished="RFC 2542 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2542.txt",
+}
+
+ at misc{rfc2543,
+  author="M. Handley and H. Schulzrinne and E. Schooler and J. Rosenberg",
+  title="{SIP: Session Initiation Protocol}",
+  series="Request for Comments",
+  number="2543",
+  howpublished="RFC 2543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFCs 3261, 3262, 3263, 3264, 3265",
+  url="http://www.ietf.org/rfc/rfc2543.txt",
+}
+
+ at misc{rfc2544,
+  author="S. Bradner and J. McQuaid",
+  title="{Benchmarking Methodology for Network Interconnect Devices}",
+  series="Request for Comments",
+  number="2544",
+  howpublished="RFC 2544 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Updated by RFCs 6201, 6815",
+  url="http://www.ietf.org/rfc/rfc2544.txt",
+}
+
+ at misc{rfc2545,
+  author="P. Marques and F. Dupont",
+  title="{Use of BGP-4 Multiprotocol Extensions for IPv6 Inter-Domain Routing}",
+  series="Request for Comments",
+  number="2545",
+  howpublished="RFC 2545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2545.txt",
+}
+
+ at misc{rfc2546,
+  author="A. Durand and B. Buclin",
+  title="{6Bone Routing Practice}",
+  series="Request for Comments",
+  number="2546",
+  howpublished="RFC 2546 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 2772",
+  url="http://www.ietf.org/rfc/rfc2546.txt",
+}
+
+ at misc{rfc2547,
+  author="E. Rosen and Y. Rekhter",
+  title="{BGP/MPLS VPNs}",
+  series="Request for Comments",
+  number="2547",
+  howpublished="RFC 2547 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4364",
+  url="http://www.ietf.org/rfc/rfc2547.txt",
+}
+
+ at misc{rfc2548,
+  author="G. Zorn",
+  title="{Microsoft Vendor-specific RADIUS Attributes}",
+  series="Request for Comments",
+  number="2548",
+  howpublished="RFC 2548 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2548.txt",
+}
+
+ at misc{rfc2549,
+  author="D. Waitzman",
+  title="{IP over Avian Carriers with Quality of Service}",
+  series="Request for Comments",
+  number="2549",
+  howpublished="RFC 2549 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2549.txt",
+}
+
+ at misc{rfc2550,
+  author="S. Glassman and M. Manasse and J. Mogul",
+  title="{Y10K and Beyond}",
+  series="Request for Comments",
+  number="2550",
+  howpublished="RFC 2550 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2550.txt",
+}
+
+ at misc{rfc2551,
+  author="S. Bradner",
+  title="{The Roman Standards Process -- Revision III}",
+  series="Request for Comments",
+  number="2551",
+  howpublished="RFC 2551 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2551.txt",
+}
+
+ at misc{rfc2552,
+  author="M. Blinov and M. Bessonov and C. Clissmann",
+  title="{Architecture for the Information Brokerage in the ACTS Project GAIA}",
+  series="Request for Comments",
+  number="2552",
+  howpublished="RFC 2552 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2552.txt",
+}
+
+ at misc{rfc2553,
+  author="R. Gilligan and S. Thomson and J. Bound and W. Stevens",
+  title="{Basic Socket Interface Extensions for IPv6}",
+  series="Request for Comments",
+  number="2553",
+  howpublished="RFC 2553 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 3493, updated by RFC 3152",
+  url="http://www.ietf.org/rfc/rfc2553.txt",
+}
+
+ at misc{rfc2554,
+  author="J. Myers",
+  title="{SMTP Service Extension for Authentication}",
+  series="Request for Comments",
+  number="2554",
+  howpublished="RFC 2554 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 4954",
+  url="http://www.ietf.org/rfc/rfc2554.txt",
+}
+
+ at misc{rfc2555,
+  author="RFC Editor and et al.",
+  title="{30 Years of RFCs}",
+  series="Request for Comments",
+  number="2555",
+  howpublished="RFC 2555 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2555.txt",
+}
+
+ at misc{rfc2556,
+  author="S. Bradner",
+  title="{OSI connectionless transport services on top of UDP Applicability Statement for Historic Status}",
+  series="Request for Comments",
+  number="2556",
+  howpublished="RFC 2556 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2556.txt",
+}
+
+ at misc{rfc2557,
+  author="J. Palme and A. Hopmann and N. Shelness",
+  title="{MIME Encapsulation of Aggregate Documents, such as HTML (MHTML)}",
+  series="Request for Comments",
+  number="2557",
+  howpublished="RFC 2557 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2557.txt",
+}
+
+ at misc{rfc2558,
+  author="K. Tesink",
+  title="{Definitions of Managed Objects for the SONET/SDH Interface Type}",
+  series="Request for Comments",
+  number="2558",
+  howpublished="RFC 2558 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=mar,
+    note="Obsoleted by RFC 3592",
+  url="http://www.ietf.org/rfc/rfc2558.txt",
+}
+
+ at misc{rfc2559,
+  author="S. Boeyen and T. Howes and P. Richard",
+  title="{Internet X.509 Public Key Infrastructure Operational Protocols - LDAPv2}",
+  series="Request for Comments",
+  number="2559",
+  howpublished="RFC 2559 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3494",
+  url="http://www.ietf.org/rfc/rfc2559.txt",
+}
+
+ at misc{rfc2560,
+  author="M. Myers and R. Ankney and A. Malpani and S. Galperin and C. Adams",
+  title="{X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP}",
+  series="Request for Comments",
+  number="2560",
+  howpublished="RFC 2560 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 6960, updated by RFC 6277",
+  url="http://www.ietf.org/rfc/rfc2560.txt",
+}
+
+ at misc{rfc2561,
+  author="K. White and R. Moore",
+  title="{Base Definitions of Managed Objects for TN3270E Using SMIv2}",
+  series="Request for Comments",
+  number="2561",
+  howpublished="RFC 2561 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2561.txt",
+}
+
+ at misc{rfc2562,
+  author="K. White and R. Moore",
+  title="{Definitions of Protocol and Managed Objects for TN3270E Response Time Collection Using SMIv2 (TN3270E-RT-MIB)}",
+  series="Request for Comments",
+  number="2562",
+  howpublished="RFC 2562 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2562.txt",
+}
+
+ at misc{rfc2563,
+  author="R. Troll",
+  title="{DHCP Option to Disable Stateless Auto-Configuration in IPv4 Clients}",
+  series="Request for Comments",
+  number="2563",
+  howpublished="RFC 2563 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2563.txt",
+}
+
+ at misc{rfc2564,
+  author="C. Kalbfleisch and C. Krupczak and R. Presuhn and J. Saperia",
+  title="{Application Management MIB}",
+  series="Request for Comments",
+  number="2564",
+  howpublished="RFC 2564 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2564.txt",
+}
+
+ at misc{rfc2565,
+  author="R. Herriot and S. Butler and P. Moore and R. Turner",
+  title="{Internet Printing Protocol/1.0: Encoding and Transport}",
+  series="Request for Comments",
+  number="2565",
+  howpublished="RFC 2565 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 2910",
+  url="http://www.ietf.org/rfc/rfc2565.txt",
+}
+
+ at misc{rfc2566,
+  author="R. deBry and T. Hastings and R. Herriot and S. Isaacson and P. Powell",
+  title="{Internet Printing Protocol/1.0: Model and Semantics}",
+  series="Request for Comments",
+  number="2566",
+  howpublished="RFC 2566 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 2911",
+  url="http://www.ietf.org/rfc/rfc2566.txt",
+}
+
+ at misc{rfc2567,
+  author="F. Wright",
+  title="{Design Goals for an Internet Printing Protocol}",
+  series="Request for Comments",
+  number="2567",
+  howpublished="RFC 2567 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2567.txt",
+}
+
+ at misc{rfc2568,
+  author="S. Zilles",
+  title="{Rationale for the Structure of the Model and Protocol for the Internet Printing Protocol}",
+  series="Request for Comments",
+  number="2568",
+  howpublished="RFC 2568 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2568.txt",
+}
+
+ at misc{rfc2569,
+  author="R. Herriot and T. Hastings and N. Jacobs and J. Martin",
+  title="{Mapping between LPD and IPP Protocols}",
+  series="Request for Comments",
+  number="2569",
+  howpublished="RFC 2569 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2569.txt",
+}
+
+ at misc{rfc2570,
+  author="J. Case and R. Mundy and D. Partain and B. Stewart",
+  title="{Introduction to Version 3 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="2570",
+  howpublished="RFC 2570 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3410",
+  url="http://www.ietf.org/rfc/rfc2570.txt",
+}
+
+ at misc{rfc2571,
+  author="B. Wijnen and D. Harrington and R. Presuhn",
+  title="{An Architecture for Describing SNMP Management Frameworks}",
+  series="Request for Comments",
+  number="2571",
+  howpublished="RFC 2571 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3411",
+  url="http://www.ietf.org/rfc/rfc2571.txt",
+}
+
+ at misc{rfc2572,
+  author="J. Case and D. Harrington and R. Presuhn and B. Wijnen",
+  title="{Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2572",
+  howpublished="RFC 2572 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3412",
+  url="http://www.ietf.org/rfc/rfc2572.txt",
+}
+
+ at misc{rfc2573,
+  author="D. Levi and P. Meyer and B. Stewart",
+  title="{SNMP Applications}",
+  series="Request for Comments",
+  number="2573",
+  howpublished="RFC 2573 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3413",
+  url="http://www.ietf.org/rfc/rfc2573.txt",
+}
+
+ at misc{rfc2574,
+  author="U. Blumenthal and B. Wijnen",
+  title="{User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)}",
+  series="Request for Comments",
+  number="2574",
+  howpublished="RFC 2574 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3414",
+  url="http://www.ietf.org/rfc/rfc2574.txt",
+}
+
+ at misc{rfc2575,
+  author="B. Wijnen and R. Presuhn and K. McCloghrie",
+  title="{View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="2575",
+  howpublished="RFC 2575 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3415",
+  url="http://www.ietf.org/rfc/rfc2575.txt",
+}
+
+ at misc{rfc2576,
+  author="R. Frye and D. Levi and S. Routhier and B. Wijnen",
+  title="{Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="2576",
+  howpublished="RFC 2576 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    note="Obsoleted by RFC 3584",
+  url="http://www.ietf.org/rfc/rfc2576.txt",
+}
+
+ at misc{rfc2577,
+  author="M. Allman and S. Ostermann",
+  title="{FTP Security Considerations}",
+  series="Request for Comments",
+  number="2577",
+  howpublished="RFC 2577 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2577.txt",
+}
+
+ at misc{rfc2578,
+  author="K. McCloghrie and D. Perkins and J. Schoenwaelder",
+  title="{Structure of Management Information Version 2 (SMIv2)}",
+  series="Request for Comments",
+  number="2578",
+  howpublished="RFC 2578 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2578.txt",
+}
+
+ at misc{rfc2579,
+  author="K. McCloghrie and D. Perkins and J. Schoenwaelder",
+  title="{Textual Conventions for SMIv2}",
+  series="Request for Comments",
+  number="2579",
+  howpublished="RFC 2579 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2579.txt",
+}
+
+ at misc{rfc2580,
+  author="K. McCloghrie and D. Perkins and J. Schoenwaelder",
+  title="{Conformance Statements for SMIv2}",
+  series="Request for Comments",
+  number="2580",
+  howpublished="RFC 2580 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2580.txt",
+}
+
+ at misc{rfc2581,
+  author="M. Allman and V. Paxson and W. Stevens",
+  title="{TCP Congestion Control}",
+  series="Request for Comments",
+  number="2581",
+  howpublished="RFC 2581 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 5681, updated by RFC 3390",
+  url="http://www.ietf.org/rfc/rfc2581.txt",
+}
+
+ at misc{rfc2582,
+  author="S. Floyd and T. Henderson",
+  title="{The NewReno Modification to TCP's Fast Recovery Algorithm}",
+  series="Request for Comments",
+  number="2582",
+  howpublished="RFC 2582 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=apr,
+    note="Obsoleted by RFC 3782",
+  url="http://www.ietf.org/rfc/rfc2582.txt",
+}
+
+ at misc{rfc2583,
+  author="R. Carlson and L. Winkler",
+  title="{Guidelines for Next Hop Client (NHC) Developers}",
+  series="Request for Comments",
+  number="2583",
+  howpublished="RFC 2583 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2583.txt",
+}
+
+ at misc{rfc2584,
+  author="B. Clouston and B. Moore",
+  title="{Definitions of Managed Objects for APPN/HPR in IP Networks}",
+  series="Request for Comments",
+  number="2584",
+  howpublished="RFC 2584 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2584.txt",
+}
+
+ at misc{rfc2585,
+  author="R. Housley and P. Hoffman",
+  title="{Internet X.509 Public Key Infrastructure Operational Protocols: FTP and HTTP}",
+  series="Request for Comments",
+  number="2585",
+  howpublished="RFC 2585 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2585.txt",
+}
+
+ at misc{rfc2586,
+  author="J. Salsman and H. Alvestrand",
+  title="{The Audio/L16 MIME content type}",
+  series="Request for Comments",
+  number="2586",
+  howpublished="RFC 2586 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2586.txt",
+}
+
+ at misc{rfc2587,
+  author="S. Boeyen and T. Howes and P. Richard",
+  title="{Internet X.509 Public Key Infrastructure LDAPv2 Schema}",
+  series="Request for Comments",
+  number="2587",
+  howpublished="RFC 2587 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4523",
+  url="http://www.ietf.org/rfc/rfc2587.txt",
+}
+
+ at misc{rfc2588,
+  author="R. Finlayson",
+  title="{IP Multicast and Firewalls}",
+  series="Request for Comments",
+  number="2588",
+  howpublished="RFC 2588 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2588.txt",
+}
+
+ at misc{rfc2589,
+  author="Y. Yaacovi and M. Wahl and T. Genovese",
+  title="{Lightweight Directory Access Protocol (v3): Extensions for Dynamic Directory Services}",
+  series="Request for Comments",
+  number="2589",
+  howpublished="RFC 2589 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2589.txt",
+}
+
+ at misc{rfc2590,
+  author="A. Conta and A. Malis and M. Mueller",
+  title="{Transmission of IPv6 Packets over Frame Relay Networks Specification}",
+  series="Request for Comments",
+  number="2590",
+  howpublished="RFC 2590 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2590.txt",
+}
+
+ at misc{rfc2591,
+  author="D. Levi and J. Schoenwaelder",
+  title="{Definitions of Managed Objects for Scheduling Management Operations}",
+  series="Request for Comments",
+  number="2591",
+  howpublished="RFC 2591 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    note="Obsoleted by RFC 3231",
+  url="http://www.ietf.org/rfc/rfc2591.txt",
+}
+
+ at misc{rfc2592,
+  author="D. Levi and J. Schoenwaelder",
+  title="{Definitions of Managed Objects for the Delegation of Management Script}",
+  series="Request for Comments",
+  number="2592",
+  howpublished="RFC 2592 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    note="Obsoleted by RFC 3165",
+  url="http://www.ietf.org/rfc/rfc2592.txt",
+}
+
+ at misc{rfc2593,
+  author="J. Schoenwaelder and J. Quittek",
+  title="{Script MIB Extensibility Protocol Version 1.0}",
+  series="Request for Comments",
+  number="2593",
+  howpublished="RFC 2593 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    note="Obsoleted by RFC 3179",
+  url="http://www.ietf.org/rfc/rfc2593.txt",
+}
+
+ at misc{rfc2594,
+  author="H. Hazewinkel and C. Kalbfleisch and J. Schoenwaelder",
+  title="{Definitions of Managed Objects for WWW Services}",
+  series="Request for Comments",
+  number="2594",
+  howpublished="RFC 2594 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2594.txt",
+}
+
+ at misc{rfc2595,
+  author="C. Newman",
+  title="{Using TLS with IMAP, POP3 and ACAP}",
+  series="Request for Comments",
+  number="2595",
+  howpublished="RFC 2595 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFCs 4616, 7817",
+  url="http://www.ietf.org/rfc/rfc2595.txt",
+}
+
+ at misc{rfc2596,
+  author="M. Wahl and T. Howes",
+  title="{Use of Language Codes in LDAP}",
+  series="Request for Comments",
+  number="2596",
+  howpublished="RFC 2596 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=may,
+    note="Obsoleted by RFC 3866",
+  url="http://www.ietf.org/rfc/rfc2596.txt",
+}
+
+ at misc{rfc2597,
+  author="J. Heinanen and F. Baker and W. Weiss and J. Wroclawski",
+  title="{Assured Forwarding PHB Group}",
+  series="Request for Comments",
+  number="2597",
+  howpublished="RFC 2597 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFC 3260",
+  url="http://www.ietf.org/rfc/rfc2597.txt",
+}
+
+ at misc{rfc2598,
+  author="V. Jacobson and K. Nichols and K. Poduri",
+  title="{An Expedited Forwarding PHB}",
+  series="Request for Comments",
+  number="2598",
+  howpublished="RFC 2598 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 3246",
+  url="http://www.ietf.org/rfc/rfc2598.txt",
+}
+
+ at misc{rfc2599,
+  author="A. DeLaCruz",
+  title="{Request for Comments Summary RFC Numbers 2500-2599}",
+  series="Request for Comments",
+  number="2599",
+  howpublished="RFC 2599 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2599.txt",
+}
+
+ at misc{rfc2600,
+  author="J. Reynolds and R. Braden",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2600",
+  howpublished="RFC 2600 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    note="Obsoleted by RFC 2700",
+  url="http://www.ietf.org/rfc/rfc2600.txt",
+}
+
+ at misc{rfc2601,
+  author="M. Davison",
+  title="{ILMI-Based Server Discovery for ATMARP}",
+  series="Request for Comments",
+  number="2601",
+  howpublished="RFC 2601 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2601.txt",
+}
+
+ at misc{rfc2602,
+  author="M. Davison",
+  title="{ILMI-Based Server Discovery for MARS}",
+  series="Request for Comments",
+  number="2602",
+  howpublished="RFC 2602 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2602.txt",
+}
+
+ at misc{rfc2603,
+  author="M. Davison",
+  title="{ILMI-Based Server Discovery for NHRP}",
+  series="Request for Comments",
+  number="2603",
+  howpublished="RFC 2603 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2603.txt",
+}
+
+ at misc{rfc2604,
+  author="R. Gellens",
+  title="{Wireless Device Configuration (OTASP/OTAPA) via ACAP}",
+  series="Request for Comments",
+  number="2604",
+  howpublished="RFC 2604 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 2636",
+  url="http://www.ietf.org/rfc/rfc2604.txt",
+}
+
+ at misc{rfc2605,
+  author="G. Mansfield and S. Kille",
+  title="{Directory Server Monitoring MIB}",
+  series="Request for Comments",
+  number="2605",
+  howpublished="RFC 2605 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2605.txt",
+}
+
+ at misc{rfc2606,
+  author="D. Eastlake 3rd and A. Panitz",
+  title="{Reserved Top Level DNS Names}",
+  series="Request for Comments",
+  number="2606",
+  howpublished="RFC 2606 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFC 6761",
+  url="http://www.ietf.org/rfc/rfc2606.txt",
+}
+
+ at misc{rfc2607,
+  author="B. Aboba and J. Vollbrecht",
+  title="{Proxy Chaining and Policy Implementation in Roaming}",
+  series="Request for Comments",
+  number="2607",
+  howpublished="RFC 2607 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2607.txt",
+}
+
+ at misc{rfc2608,
+  author="E. Guttman and C. Perkins and J. Veizades and M. Day",
+  title="{Service Location Protocol, Version 2}",
+  series="Request for Comments",
+  number="2608",
+  howpublished="RFC 2608 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFC 3224",
+  url="http://www.ietf.org/rfc/rfc2608.txt",
+}
+
+ at misc{rfc2609,
+  author="E. Guttman and C. Perkins and J. Kempf",
+  title="{Service Templates and Service: Schemes}",
+  series="Request for Comments",
+  number="2609",
+  howpublished="RFC 2609 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2609.txt",
+}
+
+ at misc{rfc2610,
+  author="C. Perkins and E. Guttman",
+  title="{DHCP Options for Service Location Protocol}",
+  series="Request for Comments",
+  number="2610",
+  howpublished="RFC 2610 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2610.txt",
+}
+
+ at misc{rfc2611,
+  author="L. Daigle and D. van Gulik and R. Iannella and P. Faltstrom",
+  title="{URN Namespace Definition Mechanisms}",
+  series="Request for Comments",
+  number="2611",
+  howpublished="RFC 2611 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 3406",
+  url="http://www.ietf.org/rfc/rfc2611.txt",
+}
+
+ at misc{rfc2612,
+  author="C. Adams and J. Gilchrist",
+  title="{The CAST-256 Encryption Algorithm}",
+  series="Request for Comments",
+  number="2612",
+  howpublished="RFC 2612 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2612.txt",
+}
+
+ at misc{rfc2613,
+  author="R. Waterman and B. Lahaye and D. Romascanu and S. Waldbusser",
+  title="{Remote Network Monitoring MIB Extensions for Switched Networks Version 1.0}",
+  series="Request for Comments",
+  number="2613",
+  howpublished="RFC 2613 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2613.txt",
+}
+
+ at misc{rfc2614,
+  author="J. Kempf and E. Guttman",
+  title="{An API for Service Location}",
+  series="Request for Comments",
+  number="2614",
+  howpublished="RFC 2614 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2614.txt",
+}
+
+ at misc{rfc2615,
+  author="A. Malis and W. Simpson",
+  title="{PPP over SONET/SDH}",
+  series="Request for Comments",
+  number="2615",
+  howpublished="RFC 2615 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2615.txt",
+}
+
+ at misc{rfc2616,
+  author="R. Fielding and J. Gettys and J. Mogul and H. Frystyk and L. Masinter and P. Leach and T. Berners-Lee",
+  title="{Hypertext Transfer Protocol -- HTTP/1.1}",
+  series="Request for Comments",
+  number="2616",
+  howpublished="RFC 2616 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFCs 7230, 7231, 7232, 7233, 7234, 7235, updated by RFCs 2817, 5785, 6266, 6585",
+  url="http://www.ietf.org/rfc/rfc2616.txt",
+}
+
+ at misc{rfc2617,
+  author="J. Franks and P. Hallam-Baker and J. Hostetler and S. Lawrence and P. Leach and A. Luotonen and L. Stewart",
+  title="{HTTP Authentication: Basic and Digest Access Authentication}",
+  series="Request for Comments",
+  number="2617",
+  howpublished="RFC 2617 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFCs 7235, 7615, 7616, 7617",
+  url="http://www.ietf.org/rfc/rfc2617.txt",
+}
+
+ at misc{rfc2618,
+  author="B. Aboba and G. Zorn",
+  title="{RADIUS Authentication Client MIB}",
+  series="Request for Comments",
+  number="2618",
+  howpublished="RFC 2618 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4668",
+  url="http://www.ietf.org/rfc/rfc2618.txt",
+}
+
+ at misc{rfc2619,
+  author="G. Zorn and B. Aboba",
+  title="{RADIUS Authentication Server MIB}",
+  series="Request for Comments",
+  number="2619",
+  howpublished="RFC 2619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4669",
+  url="http://www.ietf.org/rfc/rfc2619.txt",
+}
+
+ at misc{rfc2620,
+  author="B. Aboba and G. Zorn",
+  title="{RADIUS Accounting Client MIB}",
+  series="Request for Comments",
+  number="2620",
+  howpublished="RFC 2620 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4670",
+  url="http://www.ietf.org/rfc/rfc2620.txt",
+}
+
+ at misc{rfc2621,
+  author="G. Zorn and B. Aboba",
+  title="{RADIUS Accounting Server MIB}",
+  series="Request for Comments",
+  number="2621",
+  howpublished="RFC 2621 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4671",
+  url="http://www.ietf.org/rfc/rfc2621.txt",
+}
+
+ at misc{rfc2622,
+  author="C. Alaettinoglu and C. Villamizar and E. Gerich and D. Kessens and D. Meyer and T. Bates and D. Karrenberg and M. Terpstra",
+  title="{Routing Policy Specification Language (RPSL)}",
+  series="Request for Comments",
+  number="2622",
+  howpublished="RFC 2622 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFCs 4012, 7909",
+  url="http://www.ietf.org/rfc/rfc2622.txt",
+}
+
+ at misc{rfc2623,
+  author="M. Eisler",
+  title="{NFS Version 2 and Version 3 Security Issues and the NFS Protocol's Use of RPCSEC\_GSS and Kerberos V5}",
+  series="Request for Comments",
+  number="2623",
+  howpublished="RFC 2623 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2623.txt",
+}
+
+ at misc{rfc2624,
+  author="S. Shepler",
+  title="{NFS Version 4 Design Considerations}",
+  series="Request for Comments",
+  number="2624",
+  howpublished="RFC 2624 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2624.txt",
+}
+
+ at misc{rfc2625,
+  author="M. Rajagopal and R. Bhagwat and W. Rickard",
+  title="{IP and ARP over Fibre Channel}",
+  series="Request for Comments",
+  number="2625",
+  howpublished="RFC 2625 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 4338",
+  url="http://www.ietf.org/rfc/rfc2625.txt",
+}
+
+ at misc{rfc2626,
+  author="P. Nesser II",
+  title="{The Internet and the Millennium Problem (Year 2000)}",
+  series="Request for Comments",
+  number="2626",
+  howpublished="RFC 2626 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2626.txt",
+}
+
+ at misc{rfc2627,
+  author="D. Wallner and E. Harder and R. Agee",
+  title="{Key Management for Multicast: Issues and Architectures}",
+  series="Request for Comments",
+  number="2627",
+  howpublished="RFC 2627 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2627.txt",
+}
+
+ at misc{rfc2628,
+  author="V. Smyslov",
+  title="{Simple Cryptographic Program Interface (Crypto API)}",
+  series="Request for Comments",
+  number="2628",
+  howpublished="RFC 2628 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2628.txt",
+}
+
+ at misc{rfc2629,
+  author="M. Rose",
+  title="{Writing I-Ds and RFCs using XML}",
+  series="Request for Comments",
+  number="2629",
+  howpublished="RFC 2629 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 7749",
+  url="http://www.ietf.org/rfc/rfc2629.txt",
+}
+
+ at misc{rfc2630,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax}",
+  series="Request for Comments",
+  number="2630",
+  howpublished="RFC 2630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFCs 3369, 3370",
+  url="http://www.ietf.org/rfc/rfc2630.txt",
+}
+
+ at misc{rfc2631,
+  author="E. Rescorla",
+  title="{Diffie-Hellman Key Agreement Method}",
+  series="Request for Comments",
+  number="2631",
+  howpublished="RFC 2631 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2631.txt",
+}
+
+ at misc{rfc2632,
+  author="B. Ramsdell",
+  title="{S/MIME Version 3 Certificate Handling}",
+  series="Request for Comments",
+  number="2632",
+  howpublished="RFC 2632 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 3850",
+  url="http://www.ietf.org/rfc/rfc2632.txt",
+}
+
+ at misc{rfc2633,
+  author="B. Ramsdell",
+  title="{S/MIME Version 3 Message Specification}",
+  series="Request for Comments",
+  number="2633",
+  howpublished="RFC 2633 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Obsoleted by RFC 3851",
+  url="http://www.ietf.org/rfc/rfc2633.txt",
+}
+
+ at misc{rfc2634,
+  author="P. Hoffman",
+  title="{Enhanced Security Services for S/MIME}",
+  series="Request for Comments",
+  number="2634",
+  howpublished="RFC 2634 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    note="Updated by RFC 5035",
+  url="http://www.ietf.org/rfc/rfc2634.txt",
+}
+
+ at misc{rfc2635,
+  author="S. Hambridge and A. Lunde",
+  title="{DON'T SPEW A Set of Guidelines for Mass Unsolicited Mailings and Postings (spam*)}",
+  series="Request for Comments",
+  number="2635",
+  howpublished="RFC 2635 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2635.txt",
+}
+
+ at misc{rfc2636,
+  author="R. Gellens",
+  title="{Wireless Device Configuration (OTASP/OTAPA) via ACAP}",
+  series="Request for Comments",
+  number="2636",
+  howpublished="RFC 2636 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2636.txt",
+}
+
+ at misc{rfc2637,
+  author="K. Hamzeh and G. Pall and W. Verthein and J. Taarud and W. Little and G. Zorn",
+  title="{Point-to-Point Tunneling Protocol (PPTP)}",
+  series="Request for Comments",
+  number="2637",
+  howpublished="RFC 2637 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2637.txt",
+}
+
+ at misc{rfc2638,
+  author="K. Nichols and V. Jacobson and L. Zhang",
+  title="{A Two-bit Differentiated Services Architecture for the Internet}",
+  series="Request for Comments",
+  number="2638",
+  howpublished="RFC 2638 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2638.txt",
+}
+
+ at misc{rfc2639,
+  author="T. Hastings and C. Manros",
+  title="{Internet Printing Protocol/1.0: Implementer's Guide}",
+  series="Request for Comments",
+  number="2639",
+  howpublished="RFC 2639 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    note="Obsoleted by RFC 3196",
+  url="http://www.ietf.org/rfc/rfc2639.txt",
+}
+
+ at misc{rfc2640,
+  author="B. Curtin",
+  title="{Internationalization of the File Transfer Protocol}",
+  series="Request for Comments",
+  number="2640",
+  howpublished="RFC 2640 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2640.txt",
+}
+
+ at misc{rfc2641,
+  author="D. Hamilton and D. Ruffen",
+  title="{Cabletron's VlanHello Protocol Specification Version 4}",
+  series="Request for Comments",
+  number="2641",
+  howpublished="RFC 2641 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2641.txt",
+}
+
+ at misc{rfc2642,
+  author="L. Kane",
+  title="{Cabletron's VLS Protocol Specification}",
+  series="Request for Comments",
+  number="2642",
+  howpublished="RFC 2642 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2642.txt",
+}
+
+ at misc{rfc2643,
+  author="D. Ruffen and T. Len and J. Yanacek",
+  title="{Cabletron's SecureFast VLAN Operational Model}",
+  series="Request for Comments",
+  number="2643",
+  howpublished="RFC 2643 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2643.txt",
+}
+
+ at misc{rfc2644,
+  author="D. Senie",
+  title="{Changing the Default for Directed Broadcasts in Routers}",
+  series="Request for Comments",
+  number="2644",
+  howpublished="RFC 2644 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2644.txt",
+}
+
+ at misc{rfc2645,
+  author="R. Gellens",
+  title="{ON-DEMAND MAIL RELAY (ODMR) SMTP with Dynamic IP Addresses}",
+  series="Request for Comments",
+  number="2645",
+  howpublished="RFC 2645 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2645.txt",
+}
+
+ at misc{rfc2646,
+  author="R. Gellens",
+  title="{The Text/Plain Format Parameter}",
+  series="Request for Comments",
+  number="2646",
+  howpublished="RFC 2646 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 3676",
+  url="http://www.ietf.org/rfc/rfc2646.txt",
+}
+
+ at misc{rfc2647,
+  author="D. Newman",
+  title="{Benchmarking Terminology for Firewall Performance}",
+  series="Request for Comments",
+  number="2647",
+  howpublished="RFC 2647 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2647.txt",
+}
+
+ at misc{rfc2648,
+  author="R. Moats",
+  title="{A URN Namespace for IETF Documents}",
+  series="Request for Comments",
+  number="2648",
+  howpublished="RFC 2648 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Updated by RFC 6924",
+  url="http://www.ietf.org/rfc/rfc2648.txt",
+}
+
+ at misc{rfc2649,
+  author="B. Greenblatt and P. Richard",
+  title="{An LDAP Control and Schema for Holding Operation Signatures}",
+  series="Request for Comments",
+  number="2649",
+  howpublished="RFC 2649 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2649.txt",
+}
+
+ at misc{rfc2650,
+  author="D. Meyer and J. Schmitz and C. Orange and M. Prior and C. Alaettinoglu",
+  title="{Using RPSL in Practice}",
+  series="Request for Comments",
+  number="2650",
+  howpublished="RFC 2650 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2650.txt",
+}
+
+ at misc{rfc2651,
+  author="J. Allen and M. Mealling",
+  title="{The Architecture of the Common Indexing Protocol (CIP)}",
+  series="Request for Comments",
+  number="2651",
+  howpublished="RFC 2651 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2651.txt",
+}
+
+ at misc{rfc2652,
+  author="J. Allen and M. Mealling",
+  title="{MIME Object Definitions for the Common Indexing Protocol (CIP)}",
+  series="Request for Comments",
+  number="2652",
+  howpublished="RFC 2652 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2652.txt",
+}
+
+ at misc{rfc2653,
+  author="J. Allen and P. Leach and R. Hedberg",
+  title="{CIP Transport Protocols}",
+  series="Request for Comments",
+  number="2653",
+  howpublished="RFC 2653 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2653.txt",
+}
+
+ at misc{rfc2654,
+  author="R. Hedberg and B. Greenblatt and R. Moats and M. Wahl",
+  title="{A Tagged Index Object for use in the Common Indexing Protocol}",
+  series="Request for Comments",
+  number="2654",
+  howpublished="RFC 2654 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2654.txt",
+}
+
+ at misc{rfc2655,
+  author="T. Hardie and M. Bowman and D. Hardy and M. Schwartz and D. Wessels",
+  title="{CIP Index Object Format for SOIF Objects}",
+  series="Request for Comments",
+  number="2655",
+  howpublished="RFC 2655 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2655.txt",
+}
+
+ at misc{rfc2656,
+  author="T. Hardie",
+  title="{Registration Procedures for SOIF Template Types}",
+  series="Request for Comments",
+  number="2656",
+  howpublished="RFC 2656 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2656.txt",
+}
+
+ at misc{rfc2657,
+  author="R. Hedberg",
+  title="{LDAPv2 Client vs. the Index Mesh}",
+  series="Request for Comments",
+  number="2657",
+  howpublished="RFC 2657 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2657.txt",
+}
+
+ at misc{rfc2658,
+  author="K. McKay",
+  title="{RTP Payload Format for PureVoice(tm) Audio}",
+  series="Request for Comments",
+  number="2658",
+  howpublished="RFC 2658 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2658.txt",
+}
+
+ at misc{rfc2659,
+  author="E. Rescorla and A. Schiffman",
+  title="{Security Extensions For HTML}",
+  series="Request for Comments",
+  number="2659",
+  howpublished="RFC 2659 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2659.txt",
+}
+
+ at misc{rfc2660,
+  author="E. Rescorla and A. Schiffman",
+  title="{The Secure HyperText Transfer Protocol}",
+  series="Request for Comments",
+  number="2660",
+  howpublished="RFC 2660 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2660.txt",
+}
+
+ at misc{rfc2661,
+  author="W. Townsley and A. Valencia and A. Rubens and G. Pall and G. Zorn and B. Palter",
+  title="{Layer Two Tunneling Protocol "L2TP"}",
+  series="Request for Comments",
+  number="2661",
+  howpublished="RFC 2661 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2661.txt",
+}
+
+ at misc{rfc2662,
+  author="G. Bathrick and F. Ly",
+  title="{Definitions of Managed Objects for the ADSL Lines}",
+  series="Request for Comments",
+  number="2662",
+  howpublished="RFC 2662 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2662.txt",
+}
+
+ at misc{rfc2663,
+  author="P. Srisuresh and M. Holdrege",
+  title="{IP Network Address Translator (NAT) Terminology and Considerations}",
+  series="Request for Comments",
+  number="2663",
+  howpublished="RFC 2663 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2663.txt",
+}
+
+ at misc{rfc2664,
+  author="R. Plzak and A. Wells and E. Krol",
+  title="{FYI on Questions and Answers - Answers to Commonly Asked "New Internet User" Questions}",
+  series="Request for Comments",
+  number="2664",
+  howpublished="RFC 2664 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2664.txt",
+}
+
+ at misc{rfc2665,
+  author="J. Flick and J. Johnson",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="2665",
+  howpublished="RFC 2665 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 3635",
+  url="http://www.ietf.org/rfc/rfc2665.txt",
+}
+
+ at misc{rfc2666,
+  author="J. Flick",
+  title="{Definitions of Object Identifiers for Identifying Ethernet Chip Sets}",
+  series="Request for Comments",
+  number="2666",
+  howpublished="RFC 2666 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2666.txt",
+}
+
+ at misc{rfc2667,
+  author="D. Thaler",
+  title="{IP Tunnel MIB}",
+  series="Request for Comments",
+  number="2667",
+  howpublished="RFC 2667 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 4087",
+  url="http://www.ietf.org/rfc/rfc2667.txt",
+}
+
+ at misc{rfc2668,
+  author="A. Smith and J. Flick and K. de Graaf and D. Romascanu and D. McMaster and K. McCloghrie and S. Roberts",
+  title="{Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs)}",
+  series="Request for Comments",
+  number="2668",
+  howpublished="RFC 2668 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 3636",
+  url="http://www.ietf.org/rfc/rfc2668.txt",
+}
+
+ at misc{rfc2669,
+  author="M. St. Johns",
+  title="{DOCSIS Cable Device MIB Cable Device Management Information Base for DOCSIS compliant Cable Modems and Cable Modem Termination Systems}",
+  series="Request for Comments",
+  number="2669",
+  howpublished="RFC 2669 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 4639",
+  url="http://www.ietf.org/rfc/rfc2669.txt",
+}
+
+ at misc{rfc2670,
+  author="M. St. Johns",
+  title="{Radio Frequency (RF) Interface Management Information Base for MCNS/DOCSIS compliant RF interfaces}",
+  series="Request for Comments",
+  number="2670",
+  howpublished="RFC 2670 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 4546",
+  url="http://www.ietf.org/rfc/rfc2670.txt",
+}
+
+ at misc{rfc2671,
+  author="P. Vixie",
+  title="{Extension Mechanisms for DNS (EDNS0)}",
+  series="Request for Comments",
+  number="2671",
+  howpublished="RFC 2671 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 6891",
+  url="http://www.ietf.org/rfc/rfc2671.txt",
+}
+
+ at misc{rfc2672,
+  author="M. Crawford",
+  title="{Non-Terminal DNS Name Redirection}",
+  series="Request for Comments",
+  number="2672",
+  howpublished="RFC 2672 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 6672, updated by RFCs 4592, 6604",
+  url="http://www.ietf.org/rfc/rfc2672.txt",
+}
+
+ at misc{rfc2673,
+  author="M. Crawford",
+  title="{Binary Labels in the Domain Name System}",
+  series="Request for Comments",
+  number="2673",
+  howpublished="RFC 2673 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 6891, updated by RFCs 3363, 3364",
+  url="http://www.ietf.org/rfc/rfc2673.txt",
+}
+
+ at misc{rfc2674,
+  author="E. Bell and A. Smith and P. Langille and A. Rijhsinghani and K. McCloghrie",
+  title="{Definitions of Managed Objects for Bridges with Traffic Classes, Multicast Filtering and Virtual LAN Extensions}",
+  series="Request for Comments",
+  number="2674",
+  howpublished="RFC 2674 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    note="Obsoleted by RFC 4363",
+  url="http://www.ietf.org/rfc/rfc2674.txt",
+}
+
+ at misc{rfc2675,
+  author="D. Borman and S. Deering and R. Hinden",
+  title="{IPv6 Jumbograms}",
+  series="Request for Comments",
+  number="2675",
+  howpublished="RFC 2675 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2675.txt",
+}
+
+ at misc{rfc2676,
+  author="G. Apostolopoulos and S. Kama and D. Williams and R. Guerin and A. Orda and T. Przygienda",
+  title="{QoS Routing Mechanisms and OSPF Extensions}",
+  series="Request for Comments",
+  number="2676",
+  howpublished="RFC 2676 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2676.txt",
+}
+
+ at misc{rfc2677,
+  author="M. Greene and J. Cucchiara and J. Luciani",
+  title="{Definitions of Managed Objects for the NBMA Next Hop Resolution Protocol (NHRP)}",
+  series="Request for Comments",
+  number="2677",
+  howpublished="RFC 2677 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2677.txt",
+}
+
+ at misc{rfc2678,
+  author="J. Mahdavi and V. Paxson",
+  title="{IPPM Metrics for Measuring Connectivity}",
+  series="Request for Comments",
+  number="2678",
+  howpublished="RFC 2678 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2678.txt",
+}
+
+ at misc{rfc2679,
+  author="G. Almes and S. Kalidindi and M. Zekauskas",
+  title="{A One-way Delay Metric for IPPM}",
+  series="Request for Comments",
+  number="2679",
+  howpublished="RFC 2679 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    note="Obsoleted by RFC 7679",
+  url="http://www.ietf.org/rfc/rfc2679.txt",
+}
+
+ at misc{rfc2680,
+  author="G. Almes and S. Kalidindi and M. Zekauskas",
+  title="{A One-way Packet Loss Metric for IPPM}",
+  series="Request for Comments",
+  number="2680",
+  howpublished="RFC 2680 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    note="Obsoleted by RFC 7680",
+  url="http://www.ietf.org/rfc/rfc2680.txt",
+}
+
+ at misc{rfc2681,
+  author="G. Almes and S. Kalidindi and M. Zekauskas",
+  title="{A Round-trip Delay Metric for IPPM}",
+  series="Request for Comments",
+  number="2681",
+  howpublished="RFC 2681 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2681.txt",
+}
+
+ at misc{rfc2682,
+  author="I. Widjaja and A. Elwalid",
+  title="{Performance Issues in VC-Merge Capable ATM LSRs}",
+  series="Request for Comments",
+  number="2682",
+  howpublished="RFC 2682 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2682.txt",
+}
+
+ at misc{rfc2683,
+  author="B. Leiba",
+  title="{IMAP4 Implementation Recommendations}",
+  series="Request for Comments",
+  number="2683",
+  howpublished="RFC 2683 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    note="Updated by RFC 7162",
+  url="http://www.ietf.org/rfc/rfc2683.txt",
+}
+
+ at misc{rfc2684,
+  author="D. Grossman and J. Heinanen",
+  title="{Multiprotocol Encapsulation over ATM Adaptation Layer 5}",
+  series="Request for Comments",
+  number="2684",
+  howpublished="RFC 2684 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2684.txt",
+}
+
+ at misc{rfc2685,
+  author="B. Fox and B. Gleeson",
+  title="{Virtual Private Networks Identifier}",
+  series="Request for Comments",
+  number="2685",
+  howpublished="RFC 2685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2685.txt",
+}
+
+ at misc{rfc2686,
+  author="C. Bormann",
+  title="{The Multi-Class Extension to Multi-Link PPP}",
+  series="Request for Comments",
+  number="2686",
+  howpublished="RFC 2686 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2686.txt",
+}
+
+ at misc{rfc2687,
+  author="C. Bormann",
+  title="{PPP in a Real-time Oriented HDLC-like Framing}",
+  series="Request for Comments",
+  number="2687",
+  howpublished="RFC 2687 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2687.txt",
+}
+
+ at misc{rfc2688,
+  author="S. Jackowski and D. Putzolu and E. Crawley and B. Davie",
+  title="{Integrated Services Mappings for Low Speed Networks}",
+  series="Request for Comments",
+  number="2688",
+  howpublished="RFC 2688 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2688.txt",
+}
+
+ at misc{rfc2689,
+  author="C. Bormann",
+  title="{Providing Integrated Services over Low-bitrate Links}",
+  series="Request for Comments",
+  number="2689",
+  howpublished="RFC 2689 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2689.txt",
+}
+
+ at misc{rfc2690,
+  author="S. Bradner",
+  title="{A Proposal for an MOU-Based ICANN Protocol Support Organization}",
+  series="Request for Comments",
+  number="2690",
+  howpublished="RFC 2690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2690.txt",
+}
+
+ at misc{rfc2691,
+  author="S. Bradner",
+  title="{A Memorandum of Understanding for an ICANN Protocol Support Organization}",
+  series="Request for Comments",
+  number="2691",
+  howpublished="RFC 2691 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2691.txt",
+}
+
+ at misc{rfc2692,
+  author="C. Ellison",
+  title="{SPKI Requirements}",
+  series="Request for Comments",
+  number="2692",
+  howpublished="RFC 2692 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2692.txt",
+}
+
+ at misc{rfc2693,
+  author="C. Ellison and B. Frantz and B. Lampson and R. Rivest and B. Thomas and T. Ylonen",
+  title="{SPKI Certificate Theory}",
+  series="Request for Comments",
+  number="2693",
+  howpublished="RFC 2693 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2693.txt",
+}
+
+ at misc{rfc2694,
+  author="P. Srisuresh and G. Tsirtsis and P. Akkiraju and A. Heffernan",
+  title="{DNS extensions to Network Address Translators (DNS\_ALG)}",
+  series="Request for Comments",
+  number="2694",
+  howpublished="RFC 2694 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2694.txt",
+}
+
+ at misc{rfc2695,
+  author="A. Chiu",
+  title="{Authentication Mechanisms for ONC RPC}",
+  series="Request for Comments",
+  number="2695",
+  howpublished="RFC 2695 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2695.txt",
+}
+
+ at misc{rfc2696,
+  author="C. Weider and A. Herron and A. Anantha and T. Howes",
+  title="{LDAP Control Extension for Simple Paged Results Manipulation}",
+  series="Request for Comments",
+  number="2696",
+  howpublished="RFC 2696 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2696.txt",
+}
+
+ at misc{rfc2697,
+  author="J. Heinanen and R. Guerin",
+  title="{A Single Rate Three Color Marker}",
+  series="Request for Comments",
+  number="2697",
+  howpublished="RFC 2697 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2697.txt",
+}
+
+ at misc{rfc2698,
+  author="J. Heinanen and R. Guerin",
+  title="{A Two Rate Three Color Marker}",
+  series="Request for Comments",
+  number="2698",
+  howpublished="RFC 2698 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2698.txt",
+}
+
+ at misc{rfc2699,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 2600-2699}",
+  series="Request for Comments",
+  number="2699",
+  howpublished="RFC 2699 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2699.txt",
+}
+
+ at misc{rfc2700,
+  author="J. Reynolds and R. Braden",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2700",
+  howpublished="RFC 2700 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    note="Obsoleted by RFC 2800",
+  url="http://www.ietf.org/rfc/rfc2700.txt",
+}
+
+ at misc{rfc2701,
+  author="G. Malkin",
+  title="{Nortel Networks Multi-link Multi-node PPP Bundle Discovery Protocol}",
+  series="Request for Comments",
+  number="2701",
+  howpublished="RFC 2701 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2701.txt",
+}
+
+ at misc{rfc2702,
+  author="D. Awduche and J. Malcolm and J. Agogbua and M. O'Dell and J. McManus",
+  title="{Requirements for Traffic Engineering Over MPLS}",
+  series="Request for Comments",
+  number="2702",
+  howpublished="RFC 2702 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2702.txt",
+}
+
+ at misc{rfc2703,
+  author="G. Klyne",
+  title="{Protocol-independent Content Negotiation Framework}",
+  series="Request for Comments",
+  number="2703",
+  howpublished="RFC 2703 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2703.txt",
+}
+
+ at misc{rfc2704,
+  author="M. Blaze and J. Feigenbaum and J. Ioannidis and A. Keromytis",
+  title="{The KeyNote Trust-Management System Version 2}",
+  series="Request for Comments",
+  number="2704",
+  howpublished="RFC 2704 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2704.txt",
+}
+
+ at misc{rfc2705,
+  author="M. Arango and A. Dugan and I. Elliott and C. Huitema and S. Pickett",
+  title="{Media Gateway Control Protocol (MGCP) Version 1.0}",
+  series="Request for Comments",
+  number="2705",
+  howpublished="RFC 2705 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    note="Obsoleted by RFC 3435, updated by RFC 3660",
+  url="http://www.ietf.org/rfc/rfc2705.txt",
+}
+
+ at misc{rfc2706,
+  author="D. Eastlake 3rd and T. Goldstein",
+  title="{ECML v1: Field Names for E-Commerce}",
+  series="Request for Comments",
+  number="2706",
+  howpublished="RFC 2706 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    note="Obsoleted by RFC 3106",
+  url="http://www.ietf.org/rfc/rfc2706.txt",
+}
+
+ at misc{rfc2707,
+  author="R. Bergman and T. Hastings and S. Isaacson and H. Lewis",
+  title="{Job Monitoring MIB - V1.0}",
+  series="Request for Comments",
+  number="2707",
+  howpublished="RFC 2707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2707.txt",
+}
+
+ at misc{rfc2708,
+  author="R. Bergman",
+  title="{Job Submission Protocol Mapping Recommendations for the Job Monitoring MIB}",
+  series="Request for Comments",
+  number="2708",
+  howpublished="RFC 2708 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2708.txt",
+}
+
+ at misc{rfc2709,
+  author="P. Srisuresh",
+  title="{Security Model with Tunnel-mode IPsec for NAT Domains}",
+  series="Request for Comments",
+  number="2709",
+  howpublished="RFC 2709 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2709.txt",
+}
+
+ at misc{rfc2710,
+  author="S. Deering and W. Fenner and B. Haberman",
+  title="{Multicast Listener Discovery (MLD) for IPv6}",
+  series="Request for Comments",
+  number="2710",
+  howpublished="RFC 2710 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    note="Updated by RFCs 3590, 3810",
+  url="http://www.ietf.org/rfc/rfc2710.txt",
+}
+
+ at misc{rfc2711,
+  author="C. Partridge and A. Jackson",
+  title="{IPv6 Router Alert Option}",
+  series="Request for Comments",
+  number="2711",
+  howpublished="RFC 2711 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    note="Updated by RFC 6398",
+  url="http://www.ietf.org/rfc/rfc2711.txt",
+}
+
+ at misc{rfc2712,
+  author="A. Medvinsky and M. Hur",
+  title="{Addition of Kerberos Cipher Suites to Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="2712",
+  howpublished="RFC 2712 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2712.txt",
+}
+
+ at misc{rfc2713,
+  author="V. Ryan and S. Seligman and R. Lee",
+  title="{Schema for Representing Java(tm) Objects in an LDAP Directory}",
+  series="Request for Comments",
+  number="2713",
+  howpublished="RFC 2713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2713.txt",
+}
+
+ at misc{rfc2714,
+  author="V. Ryan and R. Lee and S. Seligman",
+  title="{Schema for Representing CORBA Object References in an LDAP Directory}",
+  series="Request for Comments",
+  number="2714",
+  howpublished="RFC 2714 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2714.txt",
+}
+
+ at misc{rfc2715,
+  author="D. Thaler",
+  title="{Interoperability Rules for Multicast Routing Protocols}",
+  series="Request for Comments",
+  number="2715",
+  howpublished="RFC 2715 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2715.txt",
+}
+
+ at misc{rfc2716,
+  author="B. Aboba and D. Simon",
+  title="{PPP EAP TLS Authentication Protocol}",
+  series="Request for Comments",
+  number="2716",
+  howpublished="RFC 2716 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    note="Obsoleted by RFC 5216",
+  url="http://www.ietf.org/rfc/rfc2716.txt",
+}
+
+ at misc{rfc2717,
+  author="R. Petke and I. King",
+  title="{Registration Procedures for URL Scheme Names}",
+  series="Request for Comments",
+  number="2717",
+  howpublished="RFC 2717 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=nov,
+    note="Obsoleted by RFC 4395",
+  url="http://www.ietf.org/rfc/rfc2717.txt",
+}
+
+ at misc{rfc2718,
+  author="L. Masinter and H. Alvestrand and D. Zigmond and R. Petke",
+  title="{Guidelines for new URL Schemes}",
+  series="Request for Comments",
+  number="2718",
+  howpublished="RFC 2718 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=nov,
+    note="Obsoleted by RFC 4395",
+  url="http://www.ietf.org/rfc/rfc2718.txt",
+}
+
+ at misc{rfc2719,
+  author="L. Ong and I. Rytina and M. Garcia and H. Schwarzbauer and L. Coene and H. Lin and I. Juhasz and M. Holdrege and C. Sharp",
+  title="{Framework Architecture for Signaling Transport}",
+  series="Request for Comments",
+  number="2719",
+  howpublished="RFC 2719 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2719.txt",
+}
+
+ at misc{rfc2720,
+  author="N. Brownlee",
+  title="{Traffic Flow Measurement: Meter MIB}",
+  series="Request for Comments",
+  number="2720",
+  howpublished="RFC 2720 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2720.txt",
+}
+
+ at misc{rfc2721,
+  author="N. Brownlee",
+  title="{RTFM: Applicability Statement}",
+  series="Request for Comments",
+  number="2721",
+  howpublished="RFC 2721 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2721.txt",
+}
+
+ at misc{rfc2722,
+  author="N. Brownlee and C. Mills and G. Ruth",
+  title="{Traffic Flow Measurement: Architecture}",
+  series="Request for Comments",
+  number="2722",
+  howpublished="RFC 2722 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2722.txt",
+}
+
+ at misc{rfc2723,
+  author="N. Brownlee",
+  title="{SRL: A Language for Describing Traffic Flows and Specifying Actions for Flow Groups}",
+  series="Request for Comments",
+  number="2723",
+  howpublished="RFC 2723 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2723.txt",
+}
+
+ at misc{rfc2724,
+  author="S. Handelman and S. Stibler and N. Brownlee and G. Ruth",
+  title="{RTFM: New Attributes for Traffic Flow Measurement}",
+  series="Request for Comments",
+  number="2724",
+  howpublished="RFC 2724 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2724.txt",
+}
+
+ at misc{rfc2725,
+  author="C. Villamizar and C. Alaettinoglu and D. Meyer and S. Murphy",
+  title="{Routing Policy System Security}",
+  series="Request for Comments",
+  number="2725",
+  howpublished="RFC 2725 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Updated by RFC 4012",
+  url="http://www.ietf.org/rfc/rfc2725.txt",
+}
+
+ at misc{rfc2726,
+  author="J. Zsako",
+  title="{PGP Authentication for RIPE Database Updates}",
+  series="Request for Comments",
+  number="2726",
+  howpublished="RFC 2726 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2726.txt",
+}
+
+ at misc{rfc2727,
+  author="J. Galvin",
+  title="{IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees}",
+  series="Request for Comments",
+  number="2727",
+  howpublished="RFC 2727 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 3777",
+  url="http://www.ietf.org/rfc/rfc2727.txt",
+}
+
+ at misc{rfc2728,
+  author="R. Panabaker and S. Wegerif and D. Zigmond",
+  title="{The Transmission of IP Over the Vertical Blanking Interval of a Television Signal}",
+  series="Request for Comments",
+  number="2728",
+  howpublished="RFC 2728 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2728.txt",
+}
+
+ at misc{rfc2729,
+  author="P. Bagnall and R. Briscoe and A. Poppitt",
+  title="{Taxonomy of Communication Requirements for Large-scale Multicast Applications}",
+  series="Request for Comments",
+  number="2729",
+  howpublished="RFC 2729 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2729.txt",
+}
+
+ at misc{rfc2730,
+  author="S. Hanna and B. Patel and M. Shah",
+  title="{Multicast Address Dynamic Client Allocation Protocol (MADCAP)}",
+  series="Request for Comments",
+  number="2730",
+  howpublished="RFC 2730 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2730.txt",
+}
+
+ at misc{rfc2731,
+  author="J. Kunze",
+  title="{Encoding Dublin Core Metadata in HTML}",
+  series="Request for Comments",
+  number="2731",
+  howpublished="RFC 2731 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Obsoleted by RFC 5791",
+  url="http://www.ietf.org/rfc/rfc2731.txt",
+}
+
+ at misc{rfc2732,
+  author="R. Hinden and B. Carpenter and L. Masinter",
+  title="{Format for Literal IPv6 Addresses in URL's}",
+  series="Request for Comments",
+  number="2732",
+  howpublished="RFC 2732 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Obsoleted by RFC 3986",
+  url="http://www.ietf.org/rfc/rfc2732.txt",
+}
+
+ at misc{rfc2733,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{An RTP Payload Format for Generic Forward Error Correction}",
+  series="Request for Comments",
+  number="2733",
+  howpublished="RFC 2733 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Obsoleted by RFC 5109",
+  url="http://www.ietf.org/rfc/rfc2733.txt",
+}
+
+ at misc{rfc2734,
+  author="P. Johansson",
+  title="{IPv4 over IEEE 1394}",
+  series="Request for Comments",
+  number="2734",
+  howpublished="RFC 2734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2734.txt",
+}
+
+ at misc{rfc2735,
+  author="B. Fox and B. Petri",
+  title="{NHRP Support for Virtual Private Networks}",
+  series="Request for Comments",
+  number="2735",
+  howpublished="RFC 2735 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2735.txt",
+}
+
+ at misc{rfc2736,
+  author="M. Handley and C. Perkins",
+  title="{Guidelines for Writers of RTP Payload Format Specifications}",
+  series="Request for Comments",
+  number="2736",
+  howpublished="RFC 2736 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2736.txt",
+}
+
+ at misc{rfc2737,
+  author="K. McCloghrie and A. Bierman",
+  title="{Entity MIB (Version 2)}",
+  series="Request for Comments",
+  number="2737",
+  howpublished="RFC 2737 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Obsoleted by RFC 4133",
+  url="http://www.ietf.org/rfc/rfc2737.txt",
+}
+
+ at misc{rfc2738,
+  author="G. Klyne",
+  title="{Corrections to "A Syntax for Describing Media Feature Sets"}",
+  series="Request for Comments",
+  number="2738",
+  howpublished="RFC 2738 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc2738.txt",
+}
+
+ at misc{rfc2739,
+  author="T. Small and D. Hennessy and F. Dawson",
+  title="{Calendar Attributes for vCard and LDAP}",
+  series="Request for Comments",
+  number="2739",
+  howpublished="RFC 2739 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Updated by RFC 6350",
+  url="http://www.ietf.org/rfc/rfc2739.txt",
+}
+
+ at misc{rfc2740,
+  author="R. Coltun and D. Ferguson and J. Moy",
+  title="{OSPF for IPv6}",
+  series="Request for Comments",
+  number="2740",
+  howpublished="RFC 2740 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=1999,
+  month=dec,
+    note="Obsoleted by RFC 5340",
+  url="http://www.ietf.org/rfc/rfc2740.txt",
+}
+
+ at misc{rfc2741,
+  author="M. Daniele and B. Wijnen and M. Ellison and D. Francisco",
+  title="{Agent Extensibility (AgentX) Protocol Version 1}",
+  series="Request for Comments",
+  number="2741",
+  howpublished="RFC 2741 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2741.txt",
+}
+
+ at misc{rfc2742,
+  author="L. Heintz and S. Gudur and M. Ellison",
+  title="{Definitions of Managed Objects for Extensible SNMP Agents}",
+  series="Request for Comments",
+  number="2742",
+  howpublished="RFC 2742 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2742.txt",
+}
+
+ at misc{rfc2743,
+  author="J. Linn",
+  title="{Generic Security Service Application Program Interface Version 2, Update 1}",
+  series="Request for Comments",
+  number="2743",
+  howpublished="RFC 2743 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Updated by RFC 5554",
+  url="http://www.ietf.org/rfc/rfc2743.txt",
+}
+
+ at misc{rfc2744,
+  author="J. Wray",
+  title="{Generic Security Service API Version 2 : C-bindings}",
+  series="Request for Comments",
+  number="2744",
+  howpublished="RFC 2744 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2744.txt",
+}
+
+ at misc{rfc2745,
+  author="A. Terzis and B. Braden and S. Vincent and L. Zhang",
+  title="{RSVP Diagnostic Messages}",
+  series="Request for Comments",
+  number="2745",
+  howpublished="RFC 2745 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2745.txt",
+}
+
+ at misc{rfc2746,
+  author="A. Terzis and J. Krawczyk and J. Wroclawski and L. Zhang",
+  title="{RSVP Operation Over IP Tunnels}",
+  series="Request for Comments",
+  number="2746",
+  howpublished="RFC 2746 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2746.txt",
+}
+
+ at misc{rfc2747,
+  author="F. Baker and B. Lindell and M. Talwar",
+  title="{RSVP Cryptographic Authentication}",
+  series="Request for Comments",
+  number="2747",
+  howpublished="RFC 2747 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Updated by RFC 3097",
+  url="http://www.ietf.org/rfc/rfc2747.txt",
+}
+
+ at misc{rfc2748,
+  author="D. Durham and J. Boyle and R. Cohen and S. Herzog and R. Rajan and A. Sastry",
+  title="{The COPS (Common Open Policy Service) Protocol}",
+  series="Request for Comments",
+  number="2748",
+  howpublished="RFC 2748 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Updated by RFC 4261",
+  url="http://www.ietf.org/rfc/rfc2748.txt",
+}
+
+ at misc{rfc2749,
+  author="S. Herzog and J. Boyle and R. Cohen and D. Durham and R. Rajan and A. Sastry",
+  title="{COPS usage for RSVP}",
+  series="Request for Comments",
+  number="2749",
+  howpublished="RFC 2749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2749.txt",
+}
+
+ at misc{rfc2750,
+  author="S. Herzog",
+  title="{RSVP Extensions for Policy Control}",
+  series="Request for Comments",
+  number="2750",
+  howpublished="RFC 2750 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2750.txt",
+}
+
+ at misc{rfc2751,
+  author="S. Herzog",
+  title="{Signaled Preemption Priority Policy Element}",
+  series="Request for Comments",
+  number="2751",
+  howpublished="RFC 2751 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Obsoleted by RFC 3181",
+  url="http://www.ietf.org/rfc/rfc2751.txt",
+}
+
+ at misc{rfc2752,
+  author="S. Yadav and R. Yavatkar and R. Pabbati and P. Ford and T. Moore and S. Herzog",
+  title="{Identity Representation for RSVP}",
+  series="Request for Comments",
+  number="2752",
+  howpublished="RFC 2752 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Obsoleted by RFC 3182",
+  url="http://www.ietf.org/rfc/rfc2752.txt",
+}
+
+ at misc{rfc2753,
+  author="R. Yavatkar and D. Pendarakis and R. Guerin",
+  title="{A Framework for Policy-based Admission Control}",
+  series="Request for Comments",
+  number="2753",
+  howpublished="RFC 2753 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2753.txt",
+}
+
+ at misc{rfc2754,
+  author="C. Alaettinoglu and C. Villamizar and R. Govindan",
+  title="{RPS IANA Issues}",
+  series="Request for Comments",
+  number="2754",
+  howpublished="RFC 2754 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    note="Obsoleted by RFC 6254",
+  url="http://www.ietf.org/rfc/rfc2754.txt",
+}
+
+ at misc{rfc2755,
+  author="A. Chiu and M. Eisler and B. Callaghan",
+  title="{Security Negotiation for WebNFS}",
+  series="Request for Comments",
+  number="2755",
+  howpublished="RFC 2755 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2755.txt",
+}
+
+ at misc{rfc2756,
+  author="P. Vixie and D. Wessels",
+  title="{Hyper Text Caching Protocol (HTCP/0.0)}",
+  series="Request for Comments",
+  number="2756",
+  howpublished="RFC 2756 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2756.txt",
+}
+
+ at misc{rfc2757,
+  author="G. Montenegro and S. Dawkins and M. Kojo and V. Magret and N. Vaidya",
+  title="{Long Thin Networks}",
+  series="Request for Comments",
+  number="2757",
+  howpublished="RFC 2757 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2757.txt",
+}
+
+ at misc{rfc2758,
+  author="K. White",
+  title="{Definitions of Managed Objects for Service Level Agreements Performance Monitoring}",
+  series="Request for Comments",
+  number="2758",
+  howpublished="RFC 2758 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2758.txt",
+}
+
+ at misc{rfc2759,
+  author="G. Zorn",
+  title="{Microsoft PPP CHAP Extensions, Version 2}",
+  series="Request for Comments",
+  number="2759",
+  howpublished="RFC 2759 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc2759.txt",
+}
+
+ at misc{rfc2760,
+  author="M. Allman and S. Dawkins and D. Glover and J. Griner and D. Tran and T. Henderson and J. Heidemann and J. Touch and H. Kruse and S. Ostermann and K. Scott and J. Semke",
+  title="{Ongoing TCP Research Related to Satellites}",
+  series="Request for Comments",
+  number="2760",
+  howpublished="RFC 2760 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2760.txt",
+}
+
+ at misc{rfc2761,
+  author="J. Dunn and C. Martin",
+  title="{Terminology for ATM Benchmarking}",
+  series="Request for Comments",
+  number="2761",
+  howpublished="RFC 2761 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2761.txt",
+}
+
+ at misc{rfc2762,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{Sampling of the Group Membership in RTP}",
+  series="Request for Comments",
+  number="2762",
+  howpublished="RFC 2762 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2762.txt",
+}
+
+ at misc{rfc2763,
+  author="N. Shen and H. Smit",
+  title="{Dynamic Hostname Exchange Mechanism for IS-IS}",
+  series="Request for Comments",
+  number="2763",
+  howpublished="RFC 2763 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 5301",
+  url="http://www.ietf.org/rfc/rfc2763.txt",
+}
+
+ at misc{rfc2764,
+  author="B. Gleeson and A. Lin and J. Heinanen and G. Armitage and A. Malis",
+  title="{A Framework for IP Based Virtual Private Networks}",
+  series="Request for Comments",
+  number="2764",
+  howpublished="RFC 2764 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2764.txt",
+}
+
+ at misc{rfc2765,
+  author="E. Nordmark",
+  title="{Stateless IP/ICMP Translation Algorithm (SIIT)}",
+  series="Request for Comments",
+  number="2765",
+  howpublished="RFC 2765 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 6145",
+  url="http://www.ietf.org/rfc/rfc2765.txt",
+}
+
+ at misc{rfc2766,
+  author="G. Tsirtsis and P. Srisuresh",
+  title="{Network Address Translation - Protocol Translation (NAT-PT)}",
+  series="Request for Comments",
+  number="2766",
+  howpublished="RFC 2766 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 4966, updated by RFC 3152",
+  url="http://www.ietf.org/rfc/rfc2766.txt",
+}
+
+ at misc{rfc2767,
+  author="K. Tsuchiya and H. Higuchi and Y. Atarashi",
+  title="{Dual Stack Hosts using the "Bump-In-the-Stack" Technique (BIS)}",
+  series="Request for Comments",
+  number="2767",
+  howpublished="RFC 2767 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 6535",
+  url="http://www.ietf.org/rfc/rfc2767.txt",
+}
+
+ at misc{rfc2768,
+  author="B. Aiken and J. Strassner and B. Carpenter and I. Foster and C. Lynch and J. Mambretti and R. Moore and B. Teitelbaum",
+  title="{Network Policy and Services: A Report of a Workshop on Middleware}",
+  series="Request for Comments",
+  number="2768",
+  howpublished="RFC 2768 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2768.txt",
+}
+
+ at misc{rfc2769,
+  author="C. Villamizar and C. Alaettinoglu and R. Govindan and D. Meyer",
+  title="{Routing Policy System Replication}",
+  series="Request for Comments",
+  number="2769",
+  howpublished="RFC 2769 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2769.txt",
+}
+
+ at misc{rfc2770,
+  author="D. Meyer and P. Lothberg",
+  title="{GLOP Addressing in 233/8}",
+  series="Request for Comments",
+  number="2770",
+  howpublished="RFC 2770 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 3180",
+  url="http://www.ietf.org/rfc/rfc2770.txt",
+}
+
+ at misc{rfc2771,
+  author="R. Finlayson",
+  title="{An Abstract API for Multicast Address Allocation}",
+  series="Request for Comments",
+  number="2771",
+  howpublished="RFC 2771 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2771.txt",
+}
+
+ at misc{rfc2772,
+  author="R. Rockell and R. Fink",
+  title="{6Bone Backbone Routing Guidelines}",
+  series="Request for Comments",
+  number="2772",
+  howpublished="RFC 2772 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Updated by RFC 3152",
+  url="http://www.ietf.org/rfc/rfc2772.txt",
+}
+
+ at misc{rfc2773,
+  author="R. Housley and P. Yee and W. Nace",
+  title="{Encryption using KEA and SKIPJACK}",
+  series="Request for Comments",
+  number="2773",
+  howpublished="RFC 2773 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2773.txt",
+}
+
+ at misc{rfc2774,
+  author="H. Nielsen and P. Leach and S. Lawrence",
+  title="{An HTTP Extension Framework}",
+  series="Request for Comments",
+  number="2774",
+  howpublished="RFC 2774 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2774.txt",
+}
+
+ at misc{rfc2775,
+  author="B. Carpenter",
+  title="{Internet Transparency}",
+  series="Request for Comments",
+  number="2775",
+  howpublished="RFC 2775 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2775.txt",
+}
+
+ at misc{rfc2776,
+  author="M. Handley and D. Thaler and R. Kermode",
+  title="{Multicast-Scope Zone Announcement Protocol (MZAP)}",
+  series="Request for Comments",
+  number="2776",
+  howpublished="RFC 2776 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2776.txt",
+}
+
+ at misc{rfc2777,
+  author="D. Eastlake 3rd",
+  title="{Publicly Verifiable Nomcom Random Selection}",
+  series="Request for Comments",
+  number="2777",
+  howpublished="RFC 2777 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Obsoleted by RFC 3797",
+  url="http://www.ietf.org/rfc/rfc2777.txt",
+}
+
+ at misc{rfc2778,
+  author="M. Day and J. Rosenberg and H. Sugano",
+  title="{A Model for Presence and Instant Messaging}",
+  series="Request for Comments",
+  number="2778",
+  howpublished="RFC 2778 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2778.txt",
+}
+
+ at misc{rfc2779,
+  author="M. Day and S. Aggarwal and G. Mohr and J. Vincent",
+  title="{Instant Messaging / Presence Protocol Requirements}",
+  series="Request for Comments",
+  number="2779",
+  howpublished="RFC 2779 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2779.txt",
+}
+
+ at misc{rfc2780,
+  author="S. Bradner and V. Paxson",
+  title="{IANA Allocation Guidelines For Values In the Internet Protocol and Related Headers}",
+  series="Request for Comments",
+  number="2780",
+  howpublished="RFC 2780 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    note="Updated by RFCs 4443, 5237, 5771, 6335, 7045",
+  url="http://www.ietf.org/rfc/rfc2780.txt",
+}
+
+ at misc{rfc2781,
+  author="P. Hoffman and F. Yergeau",
+  title="{UTF-16, an encoding of ISO 10646}",
+  series="Request for Comments",
+  number="2781",
+  howpublished="RFC 2781 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc2781.txt",
+}
+
+ at misc{rfc2782,
+  author="A. Gulbrandsen and P. Vixie and L. Esibov",
+  title="{A DNS RR for specifying the location of services (DNS SRV)}",
+  series="Request for Comments",
+  number="2782",
+  howpublished="RFC 2782 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=feb,
+    note="Updated by RFC 6335",
+  url="http://www.ietf.org/rfc/rfc2782.txt",
+}
+
+ at misc{rfc2783,
+  author="J. Mogul and D. Mills and J. Brittenson and J. Stone and U. Windl",
+  title="{Pulse-Per-Second API for UNIX-like Operating Systems, Version 1.0}",
+  series="Request for Comments",
+  number="2783",
+  howpublished="RFC 2783 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2783.txt",
+}
+
+ at misc{rfc2784,
+  author="D. Farinacci and T. Li and S. Hanks and D. Meyer and P. Traina",
+  title="{Generic Routing Encapsulation (GRE)}",
+  series="Request for Comments",
+  number="2784",
+  howpublished="RFC 2784 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    note="Updated by RFC 2890",
+  url="http://www.ietf.org/rfc/rfc2784.txt",
+}
+
+ at misc{rfc2785,
+  author="R. Zuccherato",
+  title="{Methods for Avoiding the "Small-Subgroup" Attacks on the Diffie-Hellman Key Agreement Method for S/MIME}",
+  series="Request for Comments",
+  number="2785",
+  howpublished="RFC 2785 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2785.txt",
+}
+
+ at misc{rfc2786,
+  author="M. St. Johns",
+  title="{Diffie-Helman USM Key Management Information Base and Textual Convention}",
+  series="Request for Comments",
+  number="2786",
+  howpublished="RFC 2786 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2786.txt",
+}
+
+ at misc{rfc2787,
+  author="B. Jewell and D. Chuang",
+  title="{Definitions of Managed Objects for the Virtual Router Redundancy Protocol}",
+  series="Request for Comments",
+  number="2787",
+  howpublished="RFC 2787 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    note="Obsoleted by RFC 6527",
+  url="http://www.ietf.org/rfc/rfc2787.txt",
+}
+
+ at misc{rfc2788,
+  author="N. Freed and S. Kille",
+  title="{Network Services Monitoring MIB}",
+  series="Request for Comments",
+  number="2788",
+  howpublished="RFC 2788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2788.txt",
+}
+
+ at misc{rfc2789,
+  author="N. Freed and S. Kille",
+  title="{Mail Monitoring MIB}",
+  series="Request for Comments",
+  number="2789",
+  howpublished="RFC 2789 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2789.txt",
+}
+
+ at misc{rfc2790,
+  author="S. Waldbusser and P. Grillo",
+  title="{Host Resources MIB}",
+  series="Request for Comments",
+  number="2790",
+  howpublished="RFC 2790 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2790.txt",
+}
+
+ at misc{rfc2791,
+  author="J. Yu",
+  title="{Scalable Routing Design Principles}",
+  series="Request for Comments",
+  number="2791",
+  howpublished="RFC 2791 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2791.txt",
+}
+
+ at misc{rfc2792,
+  author="M. Blaze and J. Ioannidis and A. Keromytis",
+  title="{DSA and RSA Key and Signature Encoding for the KeyNote Trust Management System}",
+  series="Request for Comments",
+  number="2792",
+  howpublished="RFC 2792 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2792.txt",
+}
+
+ at misc{rfc2793,
+  author="G. Hellstrom",
+  title="{RTP Payload for Text Conversation}",
+  series="Request for Comments",
+  number="2793",
+  howpublished="RFC 2793 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 4103",
+  url="http://www.ietf.org/rfc/rfc2793.txt",
+}
+
+ at misc{rfc2794,
+  author="P. Calhoun and C. Perkins",
+  title="{Mobile IP Network Access Identifier Extension for IPv4}",
+  series="Request for Comments",
+  number="2794",
+  howpublished="RFC 2794 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2794.txt",
+}
+
+ at misc{rfc2795,
+  author="S. Christey",
+  title="{The Infinite Monkey Protocol Suite (IMPS)}",
+  series="Request for Comments",
+  number="2795",
+  howpublished="RFC 2795 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc2795.txt",
+}
+
+ at misc{rfc2796,
+  author="T. Bates and R. Chandra and E. Chen",
+  title="{BGP Route Reflection - An Alternative to Full Mesh IBGP}",
+  series="Request for Comments",
+  number="2796",
+  howpublished="RFC 2796 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    note="Obsoleted by RFC 4456",
+  url="http://www.ietf.org/rfc/rfc2796.txt",
+}
+
+ at misc{rfc2797,
+  author="M. Myers and X. Liu and J. Schaad and J. Weinstein",
+  title="{Certificate Management Messages over CMS}",
+  series="Request for Comments",
+  number="2797",
+  howpublished="RFC 2797 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    note="Obsoleted by RFC 5272",
+  url="http://www.ietf.org/rfc/rfc2797.txt",
+}
+
+ at misc{rfc2798,
+  author="M. Smith",
+  title="{Definition of the inetOrgPerson LDAP Object Class}",
+  series="Request for Comments",
+  number="2798",
+  howpublished="RFC 2798 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    note="Updated by RFCs 3698, 4519, 4524",
+  url="http://www.ietf.org/rfc/rfc2798.txt",
+}
+
+ at misc{rfc2799,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 2700-2799}",
+  series="Request for Comments",
+  number="2799",
+  howpublished="RFC 2799 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2799.txt",
+}
+
+ at misc{rfc2800,
+  author="J. Reynolds and R. Braden and S. Ginoza",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2800",
+  howpublished="RFC 2800 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    note="Obsoleted by RFC 2900",
+  url="http://www.ietf.org/rfc/rfc2800.txt",
+}
+
+ at misc{rfc2801,
+  author="D. Burdett",
+  title="{Internet Open Trading Protocol - IOTP Version 1.0}",
+  series="Request for Comments",
+  number="2801",
+  howpublished="RFC 2801 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2801.txt",
+}
+
+ at misc{rfc2802,
+  author="K. Davidson and Y. Kawatsura",
+  title="{Digital Signatures for the v1.0 Internet Open Trading Protocol (IOTP)}",
+  series="Request for Comments",
+  number="2802",
+  howpublished="RFC 2802 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2802.txt",
+}
+
+ at misc{rfc2803,
+  author="H. Maruyama and K. Tamura and N. Uramoto",
+  title="{Digest Values for DOM (DOMHASH)}",
+  series="Request for Comments",
+  number="2803",
+  howpublished="RFC 2803 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2803.txt",
+}
+
+ at misc{rfc2804,
+  author="IAB and IESG",
+  title="{IETF Policy on Wiretapping}",
+  series="Request for Comments",
+  number="2804",
+  howpublished="RFC 2804 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2804.txt",
+}
+
+ at misc{rfc2805,
+  author="N. Greene and M. Ramalho and B. Rosen",
+  title="{Media Gateway Control Protocol Architecture and Requirements}",
+  series="Request for Comments",
+  number="2805",
+  howpublished="RFC 2805 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2805.txt",
+}
+
+ at misc{rfc2806,
+  author="A. Vaha-Sipila",
+  title="{URLs for Telephone Calls}",
+  series="Request for Comments",
+  number="2806",
+  howpublished="RFC 2806 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    note="Obsoleted by RFC 3966",
+  url="http://www.ietf.org/rfc/rfc2806.txt",
+}
+
+ at misc{rfc2807,
+  author="J. Reagle",
+  title="{XML Signature Requirements}",
+  series="Request for Comments",
+  number="2807",
+  howpublished="RFC 2807 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2807.txt",
+}
+
+ at misc{rfc2808,
+  author="M. Nystrom",
+  title="{The SecurID(r) SASL Mechanism}",
+  series="Request for Comments",
+  number="2808",
+  howpublished="RFC 2808 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2808.txt",
+}
+
+ at misc{rfc2809,
+  author="B. Aboba and G. Zorn",
+  title="{Implementation of L2TP Compulsory Tunneling via RADIUS}",
+  series="Request for Comments",
+  number="2809",
+  howpublished="RFC 2809 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2809.txt",
+}
+
+ at misc{rfc2810,
+  author="C. Kalt",
+  title="{Internet Relay Chat: Architecture}",
+  series="Request for Comments",
+  number="2810",
+  howpublished="RFC 2810 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2810.txt",
+}
+
+ at misc{rfc2811,
+  author="C. Kalt",
+  title="{Internet Relay Chat: Channel Management}",
+  series="Request for Comments",
+  number="2811",
+  howpublished="RFC 2811 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2811.txt",
+}
+
+ at misc{rfc2812,
+  author="C. Kalt",
+  title="{Internet Relay Chat: Client Protocol}",
+  series="Request for Comments",
+  number="2812",
+  howpublished="RFC 2812 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2812.txt",
+}
+
+ at misc{rfc2813,
+  author="C. Kalt",
+  title="{Internet Relay Chat: Server Protocol}",
+  series="Request for Comments",
+  number="2813",
+  howpublished="RFC 2813 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc2813.txt",
+}
+
+ at misc{rfc2814,
+  author="R. Yavatkar and D. Hoffman and Y. Bernet and F. Baker and M. Speer",
+  title="{SBM (Subnet Bandwidth Manager): A Protocol for RSVP-based Admission Control over IEEE 802-style networks}",
+  series="Request for Comments",
+  number="2814",
+  howpublished="RFC 2814 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2814.txt",
+}
+
+ at misc{rfc2815,
+  author="M. Seaman and A. Smith and E. Crawley and J. Wroclawski",
+  title="{Integrated Service Mappings on IEEE 802 Networks}",
+  series="Request for Comments",
+  number="2815",
+  howpublished="RFC 2815 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2815.txt",
+}
+
+ at misc{rfc2816,
+  author="A. Ghanwani and J. Pace and V. Srinivasan and A. Smith and M. Seaman",
+  title="{A Framework for Integrated Services Over Shared and Switched IEEE 802 LAN Technologies}",
+  series="Request for Comments",
+  number="2816",
+  howpublished="RFC 2816 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2816.txt",
+}
+
+ at misc{rfc2817,
+  author="R. Khare and S. Lawrence",
+  title="{Upgrading to TLS Within HTTP/1.1}",
+  series="Request for Comments",
+  number="2817",
+  howpublished="RFC 2817 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFCs 7230, 7231",
+  url="http://www.ietf.org/rfc/rfc2817.txt",
+}
+
+ at misc{rfc2818,
+  author="E. Rescorla",
+  title="{HTTP Over TLS}",
+  series="Request for Comments",
+  number="2818",
+  howpublished="RFC 2818 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFCs 5785, 7230",
+  url="http://www.ietf.org/rfc/rfc2818.txt",
+}
+
+ at misc{rfc2819,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base}",
+  series="Request for Comments",
+  number="2819",
+  howpublished="RFC 2819 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2819.txt",
+}
+
+ at misc{rfc2820,
+  author="E. Stokes and D. Byrne and B. Blakley and P. Behera",
+  title="{Access Control Requirements for LDAP}",
+  series="Request for Comments",
+  number="2820",
+  howpublished="RFC 2820 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2820.txt",
+}
+
+ at misc{rfc2821,
+  author="J. Klensin",
+  title="{Simple Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="2821",
+  howpublished="RFC 2821 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    note="Obsoleted by RFC 5321, updated by RFC 5336",
+  url="http://www.ietf.org/rfc/rfc2821.txt",
+}
+
+ at misc{rfc2822,
+  author="P. Resnick",
+  title="{Internet Message Format}",
+  series="Request for Comments",
+  number="2822",
+  howpublished="RFC 2822 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    note="Obsoleted by RFC 5322, updated by RFCs 5335, 5336",
+  url="http://www.ietf.org/rfc/rfc2822.txt",
+}
+
+ at misc{rfc2823,
+  author="J. Carlson and P. Langner and E. Hernandez-Valencia and J. Manchester",
+  title="{PPP over Simple Data Link (SDL) using SONET/SDH with ATM-like framing}",
+  series="Request for Comments",
+  number="2823",
+  howpublished="RFC 2823 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2823.txt",
+}
+
+ at misc{rfc2824,
+  author="J. Lennox and H. Schulzrinne",
+  title="{Call Processing Language Framework and Requirements}",
+  series="Request for Comments",
+  number="2824",
+  howpublished="RFC 2824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2824.txt",
+}
+
+ at misc{rfc2825,
+  author="IAB and L. Daigle",
+  title="{A Tangled Web: Issues of I18N, Domain Names, and the Other Internet protocols}",
+  series="Request for Comments",
+  number="2825",
+  howpublished="RFC 2825 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2825.txt",
+}
+
+ at misc{rfc2826,
+  author="Internet Architecture Board",
+  title="{IAB Technical Comment on the Unique DNS Root}",
+  series="Request for Comments",
+  number="2826",
+  howpublished="RFC 2826 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2826.txt",
+}
+
+ at misc{rfc2827,
+  author="P. Ferguson and D. Senie",
+  title="{Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing}",
+  series="Request for Comments",
+  number="2827",
+  howpublished="RFC 2827 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFC 3704",
+  url="http://www.ietf.org/rfc/rfc2827.txt",
+}
+
+ at misc{rfc2828,
+  author="R. Shirey",
+  title="{Internet Security Glossary}",
+  series="Request for Comments",
+  number="2828",
+  howpublished="RFC 2828 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 4949",
+  url="http://www.ietf.org/rfc/rfc2828.txt",
+}
+
+ at misc{rfc2829,
+  author="M. Wahl and H. Alvestrand and J. Hodges and R. Morgan",
+  title="{Authentication Methods for LDAP}",
+  series="Request for Comments",
+  number="2829",
+  howpublished="RFC 2829 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFCs 4513, 4510, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2829.txt",
+}
+
+ at misc{rfc2830,
+  author="J. Hodges and R. Morgan and M. Wahl",
+  title="{Lightweight Directory Access Protocol (v3): Extension for Transport Layer Security}",
+  series="Request for Comments",
+  number="2830",
+  howpublished="RFC 2830 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFCs 4511, 4513, 4510, updated by RFC 3377",
+  url="http://www.ietf.org/rfc/rfc2830.txt",
+}
+
+ at misc{rfc2831,
+  author="P. Leach and C. Newman",
+  title="{Using Digest Authentication as a SASL Mechanism}",
+  series="Request for Comments",
+  number="2831",
+  howpublished="RFC 2831 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 6331",
+  url="http://www.ietf.org/rfc/rfc2831.txt",
+}
+
+ at misc{rfc2832,
+  author="S. Hollenbeck and M. Srivastava",
+  title="{NSI Registry Registrar Protocol (RRP) Version 1.1.0}",
+  series="Request for Comments",
+  number="2832",
+  howpublished="RFC 2832 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFC 3632",
+  url="http://www.ietf.org/rfc/rfc2832.txt",
+}
+
+ at misc{rfc2833,
+  author="H. Schulzrinne and S. Petrack",
+  title="{RTP Payload for DTMF Digits, Telephony Tones and Telephony Signals}",
+  series="Request for Comments",
+  number="2833",
+  howpublished="RFC 2833 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFCs 4733, 4734",
+  url="http://www.ietf.org/rfc/rfc2833.txt",
+}
+
+ at misc{rfc2834,
+  author="J.-M. Pittet",
+  title="{ARP and IP Broadcast over HIPPI-800}",
+  series="Request for Comments",
+  number="2834",
+  howpublished="RFC 2834 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc2834.txt",
+}
+
+ at misc{rfc2835,
+  author="J.-M. Pittet",
+  title="{IP and ARP over HIPPI-6400 (GSN)}",
+  series="Request for Comments",
+  number="2835",
+  howpublished="RFC 2835 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc2835.txt",
+}
+
+ at misc{rfc2836,
+  author="S. Brim and B. Carpenter and F. Le Faucheur",
+  title="{Per Hop Behavior Identification Codes}",
+  series="Request for Comments",
+  number="2836",
+  howpublished="RFC 2836 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 3140",
+  url="http://www.ietf.org/rfc/rfc2836.txt",
+}
+
+ at misc{rfc2837,
+  author="K. Teow",
+  title="{Definitions of Managed Objects for the Fabric Element in Fibre Channel Standard}",
+  series="Request for Comments",
+  number="2837",
+  howpublished="RFC 2837 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 4044",
+  url="http://www.ietf.org/rfc/rfc2837.txt",
+}
+
+ at misc{rfc2838,
+  author="D. Zigmond and M. Vickers",
+  title="{Uniform Resource Identifiers for Television Broadcasts}",
+  series="Request for Comments",
+  number="2838",
+  howpublished="RFC 2838 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2838.txt",
+}
+
+ at misc{rfc2839,
+  author="F. da Cruz and J. Altman",
+  title="{Internet Kermit Service}",
+  series="Request for Comments",
+  number="2839",
+  howpublished="RFC 2839 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2839.txt",
+}
+
+ at misc{rfc2840,
+  author="J. Altman and F. da Cruz",
+  title="{TELNET KERMIT OPTION}",
+  series="Request for Comments",
+  number="2840",
+  howpublished="RFC 2840 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2840.txt",
+}
+
+ at misc{rfc2841,
+  author="P. Metzger and W. Simpson",
+  title="{IP Authentication using Keyed SHA1 with Interleaved Padding (IP-MAC)}",
+  series="Request for Comments",
+  number="2841",
+  howpublished="RFC 2841 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2841.txt",
+}
+
+ at misc{rfc2842,
+  author="R. Chandra and J. Scudder",
+  title="{Capabilities Advertisement with BGP-4}",
+  series="Request for Comments",
+  number="2842",
+  howpublished="RFC 2842 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Obsoleted by RFC 3392",
+  url="http://www.ietf.org/rfc/rfc2842.txt",
+}
+
+ at misc{rfc2843,
+  author="P. Droz and T. Przygienda",
+  title="{Proxy-PAR}",
+  series="Request for Comments",
+  number="2843",
+  howpublished="RFC 2843 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2843.txt",
+}
+
+ at misc{rfc2844,
+  author="T. Przygienda and P. Droz and R. Haas",
+  title="{OSPF over ATM and Proxy-PAR}",
+  series="Request for Comments",
+  number="2844",
+  howpublished="RFC 2844 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2844.txt",
+}
+
+ at misc{rfc2845,
+  author="P. Vixie and O. Gudmundsson and D. Eastlake 3rd and B. Wellington",
+  title="{Secret Key Transaction Authentication for DNS (TSIG)}",
+  series="Request for Comments",
+  number="2845",
+  howpublished="RFC 2845 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    note="Updated by RFCs 3645, 4635, 6895",
+  url="http://www.ietf.org/rfc/rfc2845.txt",
+}
+
+ at misc{rfc2846,
+  author="C. Allocchio",
+  title="{GSTN Address Element Extensions in E-mail Services}",
+  series="Request for Comments",
+  number="2846",
+  howpublished="RFC 2846 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Updated by RFCs 3191, 3192",
+  url="http://www.ietf.org/rfc/rfc2846.txt",
+}
+
+ at misc{rfc2847,
+  author="M. Eisler",
+  title="{LIPKEY - A Low Infrastructure Public Key Mechanism Using SPKM}",
+  series="Request for Comments",
+  number="2847",
+  howpublished="RFC 2847 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2847.txt",
+}
+
+ at misc{rfc2848,
+  author="S. Petrack and L. Conroy",
+  title="{The PINT Service Protocol: Extensions to SIP and SDP for IP Access to Telephone Call Services}",
+  series="Request for Comments",
+  number="2848",
+  howpublished="RFC 2848 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2848.txt",
+}
+
+ at misc{rfc2849,
+  author="G. Good",
+  title="{The LDAP Data Interchange Format (LDIF) - Technical Specification}",
+  series="Request for Comments",
+  number="2849",
+  howpublished="RFC 2849 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2849.txt",
+}
+
+ at misc{rfc2850,
+  author="Internet Architecture Board and B. Carpenter",
+  title="{Charter of the Internet Architecture Board (IAB)}",
+  series="Request for Comments",
+  number="2850",
+  howpublished="RFC 2850 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2850.txt",
+}
+
+ at misc{rfc2851,
+  author="M. Daniele and B. Haberman and S. Routhier and J. Schoenwaelder",
+  title="{Textual Conventions for Internet Network Addresses}",
+  series="Request for Comments",
+  number="2851",
+  howpublished="RFC 2851 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Obsoleted by RFC 3291",
+  url="http://www.ietf.org/rfc/rfc2851.txt",
+}
+
+ at misc{rfc2852,
+  author="D. Newman",
+  title="{Deliver By SMTP Service Extension}",
+  series="Request for Comments",
+  number="2852",
+  howpublished="RFC 2852 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2852.txt",
+}
+
+ at misc{rfc2853,
+  author="J. Kabat and M. Upadhyay",
+  title="{Generic Security Service API Version 2 : Java Bindings}",
+  series="Request for Comments",
+  number="2853",
+  howpublished="RFC 2853 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Obsoleted by RFC 5653",
+  url="http://www.ietf.org/rfc/rfc2853.txt",
+}
+
+ at misc{rfc2854,
+  author="D. Connolly and L. Masinter",
+  title="{The 'text/html' Media Type}",
+  series="Request for Comments",
+  number="2854",
+  howpublished="RFC 2854 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2854.txt",
+}
+
+ at misc{rfc2855,
+  author="K. Fujisawa",
+  title="{DHCP for IEEE 1394}",
+  series="Request for Comments",
+  number="2855",
+  howpublished="RFC 2855 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2855.txt",
+}
+
+ at misc{rfc2856,
+  author="A. Bierman and K. McCloghrie and R. Presuhn",
+  title="{Textual Conventions for Additional High Capacity Data Types}",
+  series="Request for Comments",
+  number="2856",
+  howpublished="RFC 2856 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2856.txt",
+}
+
+ at misc{rfc2857,
+  author="A. Keromytis and N. Provos",
+  title="{The Use of HMAC-RIPEMD-160-96 within ESP and AH}",
+  series="Request for Comments",
+  number="2857",
+  howpublished="RFC 2857 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2857.txt",
+}
+
+ at misc{rfc2858,
+  author="T. Bates and Y. Rekhter and R. Chandra and D. Katz",
+  title="{Multiprotocol Extensions for BGP-4}",
+  series="Request for Comments",
+  number="2858",
+  howpublished="RFC 2858 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Obsoleted by RFC 4760",
+  url="http://www.ietf.org/rfc/rfc2858.txt",
+}
+
+ at misc{rfc2859,
+  author="W. Fang and N. Seddigh and B. Nandy",
+  title="{A Time Sliding Window Three Colour Marker (TSWTCM)}",
+  series="Request for Comments",
+  number="2859",
+  howpublished="RFC 2859 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2859.txt",
+}
+
+ at misc{rfc2860,
+  author="B. Carpenter and F. Baker and M. Roberts",
+  title="{Memorandum of Understanding Concerning the Technical Work of the Internet Assigned Numbers Authority}",
+  series="Request for Comments",
+  number="2860",
+  howpublished="RFC 2860 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2860.txt",
+}
+
+ at misc{rfc2861,
+  author="M. Handley and J. Padhye and S. Floyd",
+  title="{TCP Congestion Window Validation}",
+  series="Request for Comments",
+  number="2861",
+  howpublished="RFC 2861 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Obsoleted by RFC 7661",
+  url="http://www.ietf.org/rfc/rfc2861.txt",
+}
+
+ at misc{rfc2862,
+  author="M. Civanlar and G. Cash",
+  title="{RTP Payload Format for Real-Time Pointers}",
+  series="Request for Comments",
+  number="2862",
+  howpublished="RFC 2862 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2862.txt",
+}
+
+ at misc{rfc2863,
+  author="K. McCloghrie and F. Kastenholz",
+  title="{The Interfaces Group MIB}",
+  series="Request for Comments",
+  number="2863",
+  howpublished="RFC 2863 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2863.txt",
+}
+
+ at misc{rfc2864,
+  author="K. McCloghrie and G. Hanson",
+  title="{The Inverted Stack Table Extension to the Interfaces Group MIB}",
+  series="Request for Comments",
+  number="2864",
+  howpublished="RFC 2864 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2864.txt",
+}
+
+ at misc{rfc2865,
+  author="C. Rigney and S. Willens and A. Rubens and W. Simpson",
+  title="{Remote Authentication Dial In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="2865",
+  howpublished="RFC 2865 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Updated by RFCs 2868, 3575, 5080, 6929, 8044",
+  url="http://www.ietf.org/rfc/rfc2865.txt",
+}
+
+ at misc{rfc2866,
+  author="C. Rigney",
+  title="{RADIUS Accounting}",
+  series="Request for Comments",
+  number="2866",
+  howpublished="RFC 2866 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Updated by RFCs 2867, 5080, 5997",
+  url="http://www.ietf.org/rfc/rfc2866.txt",
+}
+
+ at misc{rfc2867,
+  author="G. Zorn and B. Aboba and D. Mitton",
+  title="{RADIUS Accounting Modifications for Tunnel Protocol Support}",
+  series="Request for Comments",
+  number="2867",
+  howpublished="RFC 2867 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2867.txt",
+}
+
+ at misc{rfc2868,
+  author="G. Zorn and D. Leifer and A. Rubens and J. Shriver and M. Holdrege and I. Goyret",
+  title="{RADIUS Attributes for Tunnel Protocol Support}",
+  series="Request for Comments",
+  number="2868",
+  howpublished="RFC 2868 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Updated by RFC 3575",
+  url="http://www.ietf.org/rfc/rfc2868.txt",
+}
+
+ at misc{rfc2869,
+  author="C. Rigney and W. Willats and P. Calhoun",
+  title="{RADIUS Extensions}",
+  series="Request for Comments",
+  number="2869",
+  howpublished="RFC 2869 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Updated by RFCs 3579, 5080",
+  url="http://www.ietf.org/rfc/rfc2869.txt",
+}
+
+ at misc{rfc2870,
+  author="R. Bush and D. Karrenberg and M. Kosters and R. Plzak",
+  title="{Root Name Server Operational Requirements}",
+  series="Request for Comments",
+  number="2870",
+  howpublished="RFC 2870 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    note="Obsoleted by RFC 7720",
+  url="http://www.ietf.org/rfc/rfc2870.txt",
+}
+
+ at misc{rfc2871,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{A Framework for Telephony Routing over IP}",
+  series="Request for Comments",
+  number="2871",
+  howpublished="RFC 2871 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2871.txt",
+}
+
+ at misc{rfc2872,
+  author="Y. Bernet and R. Pabbati",
+  title="{Application and Sub Application Identity Policy Element for Use with RSVP}",
+  series="Request for Comments",
+  number="2872",
+  howpublished="RFC 2872 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2872.txt",
+}
+
+ at misc{rfc2873,
+  author="X. Xiao and A. Hannan and V. Paxson and E. Crabbe",
+  title="{TCP Processing of the IPv4 Precedence Field}",
+  series="Request for Comments",
+  number="2873",
+  howpublished="RFC 2873 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc2873.txt",
+}
+
+ at misc{rfc2874,
+  author="M. Crawford and C. Huitema",
+  title="{DNS Extensions to Support IPv6 Address Aggregation and Renumbering}",
+  series="Request for Comments",
+  number="2874",
+  howpublished="RFC 2874 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    note="Updated by RFCs 3152, 3226, 3363, 3364",
+  url="http://www.ietf.org/rfc/rfc2874.txt",
+}
+
+ at misc{rfc2875,
+  author="H. Prafullchandra and J. Schaad",
+  title="{Diffie-Hellman Proof-of-Possession Algorithms}",
+  series="Request for Comments",
+  number="2875",
+  howpublished="RFC 2875 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    note="Obsoleted by RFC 6955",
+  url="http://www.ietf.org/rfc/rfc2875.txt",
+}
+
+ at misc{rfc2876,
+  author="J. Pawling",
+  title="{Use of the KEA and SKIPJACK Algorithms in CMS}",
+  series="Request for Comments",
+  number="2876",
+  howpublished="RFC 2876 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2876.txt",
+}
+
+ at misc{rfc2877,
+  author="T. Murphy Jr. and P. Rieth and J. Stevens",
+  title="{5250 Telnet Enhancements}",
+  series="Request for Comments",
+  number="2877",
+  howpublished="RFC 2877 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    note="Obsoleted by RFC 4777",
+  url="http://www.ietf.org/rfc/rfc2877.txt",
+}
+
+ at misc{rfc2878,
+  author="M. Higashiyama and F. Baker",
+  title="{PPP Bridging Control Protocol (BCP)}",
+  series="Request for Comments",
+  number="2878",
+  howpublished="RFC 2878 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    note="Obsoleted by RFC 3518",
+  url="http://www.ietf.org/rfc/rfc2878.txt",
+}
+
+ at misc{rfc2879,
+  author="G. Klyne and L. McIntyre",
+  title="{Content Feature Schema for Internet Fax (V2)}",
+  series="Request for Comments",
+  number="2879",
+  howpublished="RFC 2879 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2879.txt",
+}
+
+ at misc{rfc2880,
+  author="L. McIntyre and G. Klyne",
+  title="{Internet Fax T.30 Feature Mapping}",
+  series="Request for Comments",
+  number="2880",
+  howpublished="RFC 2880 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2880.txt",
+}
+
+ at misc{rfc2881,
+  author="D. Mitton and M. Beadles",
+  title="{Network Access Server Requirements Next Generation (NASREQNG) NAS Model}",
+  series="Request for Comments",
+  number="2881",
+  howpublished="RFC 2881 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2881.txt",
+}
+
+ at misc{rfc2882,
+  author="D. Mitton",
+  title="{Network Access Servers Requirements: Extended RADIUS Practices}",
+  series="Request for Comments",
+  number="2882",
+  howpublished="RFC 2882 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2882.txt",
+}
+
+ at misc{rfc2883,
+  author="S. Floyd and J. Mahdavi and M. Mathis and M. Podolsky",
+  title="{An Extension to the Selective Acknowledgement (SACK) Option for TCP}",
+  series="Request for Comments",
+  number="2883",
+  howpublished="RFC 2883 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2883.txt",
+}
+
+ at misc{rfc2884,
+  author="J. Hadi Salim and U. Ahmed",
+  title="{Performance Evaluation of Explicit Congestion Notification (ECN) in IP Networks}",
+  series="Request for Comments",
+  number="2884",
+  howpublished="RFC 2884 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc2884.txt",
+}
+
+ at misc{rfc2885,
+  author="F. Cuervo and N. Greene and C. Huitema and A. Rayhan and B. Rosen and J. Segers",
+  title="{Megaco Protocol version 0.8}",
+  series="Request for Comments",
+  number="2885",
+  howpublished="RFC 2885 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    note="Obsoleted by RFC 3015",
+  url="http://www.ietf.org/rfc/rfc2885.txt",
+}
+
+ at misc{rfc2886,
+  author="T. Taylor",
+  title="{Megaco Errata}",
+  series="Request for Comments",
+  number="2886",
+  howpublished="RFC 2886 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    note="Obsoleted by RFC 3015",
+  url="http://www.ietf.org/rfc/rfc2886.txt",
+}
+
+ at misc{rfc2887,
+  author="M. Handley and S. Floyd and B. Whetten and R. Kermode and L. Vicisano and M. Luby",
+  title="{The Reliable Multicast Design Space for Bulk Data Transfer}",
+  series="Request for Comments",
+  number="2887",
+  howpublished="RFC 2887 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2887.txt",
+}
+
+ at misc{rfc2888,
+  author="P. Srisuresh",
+  title="{Secure Remote Access with L2TP}",
+  series="Request for Comments",
+  number="2888",
+  howpublished="RFC 2888 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2888.txt",
+}
+
+ at misc{rfc2889,
+  author="R. Mandeville and J. Perser",
+  title="{Benchmarking Methodology for LAN Switching Devices}",
+  series="Request for Comments",
+  number="2889",
+  howpublished="RFC 2889 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2889.txt",
+}
+
+ at misc{rfc2890,
+  author="G. Dommety",
+  title="{Key and Sequence Number Extensions to GRE}",
+  series="Request for Comments",
+  number="2890",
+  howpublished="RFC 2890 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2890.txt",
+}
+
+ at misc{rfc2891,
+  author="T. Howes and M. Wahl and A. Anantha",
+  title="{LDAP Control Extension for Server Side Sorting of Search Results}",
+  series="Request for Comments",
+  number="2891",
+  howpublished="RFC 2891 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2891.txt",
+}
+
+ at misc{rfc2892,
+  author="D. Tsiang and G. Suwala",
+  title="{The Cisco SRP MAC Layer Protocol}",
+  series="Request for Comments",
+  number="2892",
+  howpublished="RFC 2892 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2892.txt",
+}
+
+ at misc{rfc2893,
+  author="R. Gilligan and E. Nordmark",
+  title="{Transition Mechanisms for IPv6 Hosts and Routers}",
+  series="Request for Comments",
+  number="2893",
+  howpublished="RFC 2893 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    note="Obsoleted by RFC 4213",
+  url="http://www.ietf.org/rfc/rfc2893.txt",
+}
+
+ at misc{rfc2894,
+  author="M. Crawford",
+  title="{Router Renumbering for IPv6}",
+  series="Request for Comments",
+  number="2894",
+  howpublished="RFC 2894 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2894.txt",
+}
+
+ at misc{rfc2895,
+  author="A. Bierman and C. Bucci and R. Iddon",
+  title="{Remote Network Monitoring MIB Protocol Identifier Reference}",
+  series="Request for Comments",
+  number="2895",
+  howpublished="RFC 2895 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    note="Updated by RFC 3395",
+  url="http://www.ietf.org/rfc/rfc2895.txt",
+}
+
+ at misc{rfc2896,
+  author="A. Bierman and C. Bucci and R. Iddon",
+  title="{Remote Network Monitoring MIB Protocol Identifier Macros}",
+  series="Request for Comments",
+  number="2896",
+  howpublished="RFC 2896 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2896.txt",
+}
+
+ at misc{rfc2897,
+  author="D. Cromwell",
+  title="{Proposal for an MGCP Advanced Audio Package}",
+  series="Request for Comments",
+  number="2897",
+  howpublished="RFC 2897 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2897.txt",
+}
+
+ at misc{rfc2898,
+  author="B. Kaliski",
+  title="{PKCS \#5: Password-Based Cryptography Specification Version 2.0}",
+  series="Request for Comments",
+  number="2898",
+  howpublished="RFC 2898 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 8018",
+  url="http://www.ietf.org/rfc/rfc2898.txt",
+}
+
+ at misc{rfc2899,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 2800-2899}",
+  series="Request for Comments",
+  number="2899",
+  howpublished="RFC 2899 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc2899.txt",
+}
+
+ at misc{rfc2900,
+  author="J. Reynolds and R. Braden and S. Ginoza",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="2900",
+  howpublished="RFC 2900 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Obsoleted by RFC 3000",
+  url="http://www.ietf.org/rfc/rfc2900.txt",
+}
+
+ at misc{rfc2901,
+  author="Z. Wenzel and J. Klensin and R. Bush and S. Huter",
+  title="{Guide to Administrative Procedures of the Internet Infrastructure}",
+  series="Request for Comments",
+  number="2901",
+  howpublished="RFC 2901 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2901.txt",
+}
+
+ at misc{rfc2902,
+  author="S. Deering and S. Hares and C. Perkins and R. Perlman",
+  title="{Overview of the 1998 IAB Routing Workshop}",
+  series="Request for Comments",
+  number="2902",
+  howpublished="RFC 2902 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2902.txt",
+}
+
+ at misc{rfc2903,
+  author="C. de Laat and G. Gross and L. Gommans and J. Vollbrecht and D. Spence",
+  title="{Generic AAA Architecture}",
+  series="Request for Comments",
+  number="2903",
+  howpublished="RFC 2903 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2903.txt",
+}
+
+ at misc{rfc2904,
+  author="J. Vollbrecht and P. Calhoun and S. Farrell and L. Gommans and G. Gross and B. de Bruijn and C. de Laat and M. Holdrege and D. Spence",
+  title="{AAA Authorization Framework}",
+  series="Request for Comments",
+  number="2904",
+  howpublished="RFC 2904 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2904.txt",
+}
+
+ at misc{rfc2905,
+  author="J. Vollbrecht and P. Calhoun and S. Farrell and L. Gommans and G. Gross and B. de Bruijn and C. de Laat and M. Holdrege and D. Spence",
+  title="{AAA Authorization Application Examples}",
+  series="Request for Comments",
+  number="2905",
+  howpublished="RFC 2905 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2905.txt",
+}
+
+ at misc{rfc2906,
+  author="S. Farrell and J. Vollbrecht and P. Calhoun and L. Gommans and G. Gross and B. de Bruijn and C. de Laat and M. Holdrege and D. Spence",
+  title="{AAA Authorization Requirements}",
+  series="Request for Comments",
+  number="2906",
+  howpublished="RFC 2906 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2906.txt",
+}
+
+ at misc{rfc2907,
+  author="R. Kermode",
+  title="{MADCAP Multicast Scope Nesting State Option}",
+  series="Request for Comments",
+  number="2907",
+  howpublished="RFC 2907 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2907.txt",
+}
+
+ at misc{rfc2908,
+  author="D. Thaler and M. Handley and D. Estrin",
+  title="{The Internet Multicast Address Allocation Architecture}",
+  series="Request for Comments",
+  number="2908",
+  howpublished="RFC 2908 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 6308",
+  url="http://www.ietf.org/rfc/rfc2908.txt",
+}
+
+ at misc{rfc2909,
+  author="P. Radoslavov and D. Estrin and R. Govindan and M. Handley and S. Kumar and D. Thaler",
+  title="{The Multicast Address-Set Claim (MASC) Protocol}",
+  series="Request for Comments",
+  number="2909",
+  howpublished="RFC 2909 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2909.txt",
+}
+
+ at misc{rfc2910,
+  author="R. Herriot and S. Butler and P. Moore and R. Turner and J. Wenn",
+  title="{Internet Printing Protocol/1.1: Encoding and Transport}",
+  series="Request for Comments",
+  number="2910",
+  howpublished="RFC 2910 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 8010, updated by RFCs 3380, 3381, 3382, 3510, 3995, 7472",
+  url="http://www.ietf.org/rfc/rfc2910.txt",
+}
+
+ at misc{rfc2911,
+  author="T. Hastings and R. Herriot and R. deBry and S. Isaacson and P. Powell",
+  title="{Internet Printing Protocol/1.1: Model and Semantics}",
+  series="Request for Comments",
+  number="2911",
+  howpublished="RFC 2911 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 8011, updated by RFCs 3380, 3382, 3996, 3995, 7472",
+  url="http://www.ietf.org/rfc/rfc2911.txt",
+}
+
+ at misc{rfc2912,
+  author="G. Klyne",
+  title="{Indicating Media Features for MIME Content}",
+  series="Request for Comments",
+  number="2912",
+  howpublished="RFC 2912 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2912.txt",
+}
+
+ at misc{rfc2913,
+  author="G. Klyne",
+  title="{MIME Content Types in Media Feature Expressions}",
+  series="Request for Comments",
+  number="2913",
+  howpublished="RFC 2913 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2913.txt",
+}
+
+ at misc{rfc2914,
+  author="S. Floyd",
+  title="{Congestion Control Principles}",
+  series="Request for Comments",
+  number="2914",
+  howpublished="RFC 2914 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Updated by RFC 7141",
+  url="http://www.ietf.org/rfc/rfc2914.txt",
+}
+
+ at misc{rfc2915,
+  author="M. Mealling and R. Daniel",
+  title="{The Naming Authority Pointer (NAPTR) DNS Resource Record}",
+  series="Request for Comments",
+  number="2915",
+  howpublished="RFC 2915 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFCs 3401, 3402, 3403, 3404",
+  url="http://www.ietf.org/rfc/rfc2915.txt",
+}
+
+ at misc{rfc2916,
+  author="P. Faltstrom",
+  title="{E.164 number and DNS}",
+  series="Request for Comments",
+  number="2916",
+  howpublished="RFC 2916 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 3761",
+  url="http://www.ietf.org/rfc/rfc2916.txt",
+}
+
+ at misc{rfc2917,
+  author="K. Muthukrishnan and A. Malis",
+  title="{A Core MPLS IP VPN Architecture}",
+  series="Request for Comments",
+  number="2917",
+  howpublished="RFC 2917 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2917.txt",
+}
+
+ at misc{rfc2918,
+  author="E. Chen",
+  title="{Route Refresh Capability for BGP-4}",
+  series="Request for Comments",
+  number="2918",
+  howpublished="RFC 2918 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Updated by RFC 7313",
+  url="http://www.ietf.org/rfc/rfc2918.txt",
+}
+
+ at misc{rfc2919,
+  author="R. Chandhok and G. Wenger",
+  title="{List-Id: A Structured Field and Namespace for the Identification of Mailing Lists}",
+  series="Request for Comments",
+  number="2919",
+  howpublished="RFC 2919 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc2919.txt",
+}
+
+ at misc{rfc2920,
+  author="N. Freed",
+  title="{SMTP Service Extension for Command Pipelining}",
+  series="Request for Comments",
+  number="2920",
+  howpublished="RFC 2920 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2920.txt",
+}
+
+ at misc{rfc2921,
+  author="B. Fink",
+  title="{6BONE pTLA and pNLA Formats (pTLA)}",
+  series="Request for Comments",
+  number="2921",
+  howpublished="RFC 2921 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2921.txt",
+}
+
+ at misc{rfc2922,
+  author="A. Bierman and K. Jones",
+  title="{Physical Topology MIB}",
+  series="Request for Comments",
+  number="2922",
+  howpublished="RFC 2922 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2922.txt",
+}
+
+ at misc{rfc2923,
+  author="K. Lahey",
+  title="{TCP Problems with Path MTU Discovery}",
+  series="Request for Comments",
+  number="2923",
+  howpublished="RFC 2923 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2923.txt",
+}
+
+ at misc{rfc2924,
+  author="N. Brownlee and A. Blount",
+  title="{Accounting Attributes and Record Formats}",
+  series="Request for Comments",
+  number="2924",
+  howpublished="RFC 2924 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2924.txt",
+}
+
+ at misc{rfc2925,
+  author="K. White",
+  title="{Definitions of Managed Objects for Remote Ping, Traceroute, and Lookup Operations}",
+  series="Request for Comments",
+  number="2925",
+  howpublished="RFC 2925 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 4560",
+  url="http://www.ietf.org/rfc/rfc2925.txt",
+}
+
+ at misc{rfc2926,
+  author="J. Kempf and R. Moats and P. St. Pierre",
+  title="{Conversion of LDAP Schemas to and from SLP Templates}",
+  series="Request for Comments",
+  number="2926",
+  howpublished="RFC 2926 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2926.txt",
+}
+
+ at misc{rfc2927,
+  author="M. Wahl",
+  title="{MIME Directory Profile for LDAP Schema}",
+  series="Request for Comments",
+  number="2927",
+  howpublished="RFC 2927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2927.txt",
+}
+
+ at misc{rfc2928,
+  author="R. Hinden and S. Deering and R. Fink and T. Hain",
+  title="{Initial IPv6 Sub-TLA ID Assignments}",
+  series="Request for Comments",
+  number="2928",
+  howpublished="RFC 2928 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2928.txt",
+}
+
+ at misc{rfc2929,
+  author="D. Eastlake 3rd and E. Brunner-Williams and B. Manning",
+  title="{Domain Name System (DNS) IANA Considerations}",
+  series="Request for Comments",
+  number="2929",
+  howpublished="RFC 2929 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Obsoleted by RFC 5395",
+  url="http://www.ietf.org/rfc/rfc2929.txt",
+}
+
+ at misc{rfc2930,
+  author="D. Eastlake 3rd",
+  title="{Secret Key Establishment for DNS (TKEY RR)}",
+  series="Request for Comments",
+  number="2930",
+  howpublished="RFC 2930 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    note="Updated by RFC 6895",
+  url="http://www.ietf.org/rfc/rfc2930.txt",
+}
+
+ at misc{rfc2931,
+  author="D. Eastlake 3rd",
+  title="{DNS Request and Transaction Signatures ( SIG(0)s )}",
+  series="Request for Comments",
+  number="2931",
+  howpublished="RFC 2931 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2931.txt",
+}
+
+ at misc{rfc2932,
+  author="K. McCloghrie and D. Farinacci and D. Thaler",
+  title="{IPv4 Multicast Routing MIB}",
+  series="Request for Comments",
+  number="2932",
+  howpublished="RFC 2932 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 5132",
+  url="http://www.ietf.org/rfc/rfc2932.txt",
+}
+
+ at misc{rfc2933,
+  author="K. McCloghrie and D. Farinacci and D. Thaler",
+  title="{Internet Group Management Protocol MIB}",
+  series="Request for Comments",
+  number="2933",
+  howpublished="RFC 2933 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 5519",
+  url="http://www.ietf.org/rfc/rfc2933.txt",
+}
+
+ at misc{rfc2934,
+  author="K. McCloghrie and D. Farinacci and D. Thaler and B. Fenner",
+  title="{Protocol Independent Multicast MIB for IPv4}",
+  series="Request for Comments",
+  number="2934",
+  howpublished="RFC 2934 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2934.txt",
+}
+
+ at misc{rfc2935,
+  author="D. Eastlake 3rd and C. Smith",
+  title="{Internet Open Trading Protocol (IOTP) HTTP Supplement}",
+  series="Request for Comments",
+  number="2935",
+  howpublished="RFC 2935 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2935.txt",
+}
+
+ at misc{rfc2936,
+  author="D. Eastlake 3rd and C. Smith and D. Soroka",
+  title="{HTTP MIME Type Handler Detection}",
+  series="Request for Comments",
+  number="2936",
+  howpublished="RFC 2936 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2936.txt",
+}
+
+ at misc{rfc2937,
+  author="C. Smith",
+  title="{The Name Service Search Option for DHCP}",
+  series="Request for Comments",
+  number="2937",
+  howpublished="RFC 2937 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2937.txt",
+}
+
+ at misc{rfc2938,
+  author="G. Klyne and L. Masinter",
+  title="{Identifying Composite Media Features}",
+  series="Request for Comments",
+  number="2938",
+  howpublished="RFC 2938 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2938.txt",
+}
+
+ at misc{rfc2939,
+  author="R. Droms",
+  title="{Procedures and IANA Guidelines for Definition of New DHCP Options and Message Types}",
+  series="Request for Comments",
+  number="2939",
+  howpublished="RFC 2939 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2939.txt",
+}
+
+ at misc{rfc2940,
+  author="A. Smith and D. Partain and J. Seligson",
+  title="{Definitions of Managed Objects for Common Open Policy Service (COPS) Protocol Clients}",
+  series="Request for Comments",
+  number="2940",
+  howpublished="RFC 2940 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2940.txt",
+}
+
+ at misc{rfc2941,
+  author="T. Ts'o and J. Altman",
+  title="{Telnet Authentication Option}",
+  series="Request for Comments",
+  number="2941",
+  howpublished="RFC 2941 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2941.txt",
+}
+
+ at misc{rfc2942,
+  author="T. Ts'o",
+  title="{Telnet Authentication: Kerberos Version 5}",
+  series="Request for Comments",
+  number="2942",
+  howpublished="RFC 2942 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2942.txt",
+}
+
+ at misc{rfc2943,
+  author="R. Housley and T. Horting and P. Yee",
+  title="{TELNET Authentication Using DSA}",
+  series="Request for Comments",
+  number="2943",
+  howpublished="RFC 2943 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2943.txt",
+}
+
+ at misc{rfc2944,
+  author="T. Wu",
+  title="{Telnet Authentication: SRP}",
+  series="Request for Comments",
+  number="2944",
+  howpublished="RFC 2944 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2944.txt",
+}
+
+ at misc{rfc2945,
+  author="T. Wu",
+  title="{The SRP Authentication and Key Exchange System}",
+  series="Request for Comments",
+  number="2945",
+  howpublished="RFC 2945 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2945.txt",
+}
+
+ at misc{rfc2946,
+  author="T. Ts'o",
+  title="{Telnet Data Encryption Option}",
+  series="Request for Comments",
+  number="2946",
+  howpublished="RFC 2946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2946.txt",
+}
+
+ at misc{rfc2947,
+  author="J. Altman",
+  title="{Telnet Encryption: DES3 64 bit Cipher Feedback}",
+  series="Request for Comments",
+  number="2947",
+  howpublished="RFC 2947 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2947.txt",
+}
+
+ at misc{rfc2948,
+  author="J. Altman",
+  title="{Telnet Encryption: DES3 64 bit Output Feedback}",
+  series="Request for Comments",
+  number="2948",
+  howpublished="RFC 2948 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2948.txt",
+}
+
+ at misc{rfc2949,
+  author="J. Altman",
+  title="{Telnet Encryption: CAST-128 64 bit Output Feedback}",
+  series="Request for Comments",
+  number="2949",
+  howpublished="RFC 2949 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2949.txt",
+}
+
+ at misc{rfc2950,
+  author="J. Altman",
+  title="{Telnet Encryption: CAST-128 64 bit Cipher Feedback}",
+  series="Request for Comments",
+  number="2950",
+  howpublished="RFC 2950 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2950.txt",
+}
+
+ at misc{rfc2951,
+  author="R. Housley and T. Horting and P. Yee",
+  title="{TELNET Authentication Using KEA and SKIPJACK}",
+  series="Request for Comments",
+  number="2951",
+  howpublished="RFC 2951 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2951.txt",
+}
+
+ at misc{rfc2952,
+  author="T. Ts'o",
+  title="{Telnet Encryption: DES 64 bit Cipher Feedback}",
+  series="Request for Comments",
+  number="2952",
+  howpublished="RFC 2952 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2952.txt",
+}
+
+ at misc{rfc2953,
+  author="T. Ts'o",
+  title="{Telnet Encryption: DES 64 bit Output Feedback}",
+  series="Request for Comments",
+  number="2953",
+  howpublished="RFC 2953 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc2953.txt",
+}
+
+ at misc{rfc2954,
+  author="K. Rehbehn and D. Fowler",
+  title="{Definitions of Managed Objects for Frame Relay Service}",
+  series="Request for Comments",
+  number="2954",
+  howpublished="RFC 2954 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2954.txt",
+}
+
+ at misc{rfc2955,
+  author="K. Rehbehn and O. Nicklass and G. Mouradian",
+  title="{Definitions of Managed Objects for Monitoring and Controlling the Frame Relay/ATM PVC Service Interworking Function}",
+  series="Request for Comments",
+  number="2955",
+  howpublished="RFC 2955 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2955.txt",
+}
+
+ at misc{rfc2956,
+  author="M. Kaat",
+  title="{Overview of 1999 IAB Network Layer Workshop}",
+  series="Request for Comments",
+  number="2956",
+  howpublished="RFC 2956 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2956.txt",
+}
+
+ at misc{rfc2957,
+  author="L. Daigle and P. Faltstrom",
+  title="{The application/whoispp-query Content-Type}",
+  series="Request for Comments",
+  number="2957",
+  howpublished="RFC 2957 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2957.txt",
+}
+
+ at misc{rfc2958,
+  author="L. Daigle and P. Faltstrom",
+  title="{The application/whoispp-response Content-type}",
+  series="Request for Comments",
+  number="2958",
+  howpublished="RFC 2958 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2958.txt",
+}
+
+ at misc{rfc2959,
+  author="M. Baugher and B. Strahm and I. Suconick",
+  title="{Real-Time Transport Protocol Management Information Base}",
+  series="Request for Comments",
+  number="2959",
+  howpublished="RFC 2959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2959.txt",
+}
+
+ at misc{rfc2960,
+  author="R. Stewart and Q. Xie and K. Morneault and C. Sharp and H. Schwarzbauer and T. Taylor and I. Rytina and M. Kalla and L. Zhang and V. Paxson",
+  title="{Stream Control Transmission Protocol}",
+  series="Request for Comments",
+  number="2960",
+  howpublished="RFC 2960 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 4960, updated by RFC 3309",
+  url="http://www.ietf.org/rfc/rfc2960.txt",
+}
+
+ at misc{rfc2961,
+  author="L. Berger and D. Gan and G. Swallow and P. Pan and F. Tommasi and S. Molendini",
+  title="{RSVP Refresh Overhead Reduction Extensions}",
+  series="Request for Comments",
+  number="2961",
+  howpublished="RFC 2961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    note="Updated by RFC 5063",
+  url="http://www.ietf.org/rfc/rfc2961.txt",
+}
+
+ at misc{rfc2962,
+  author="D. Raz and J. Schoenwaelder and B. Sugla",
+  title="{An SNMP Application Level Gateway for Payload Address Translation}",
+  series="Request for Comments",
+  number="2962",
+  howpublished="RFC 2962 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2962.txt",
+}
+
+ at misc{rfc2963,
+  author="O. Bonaventure and S. De Cnodder",
+  title="{A Rate Adaptive Shaper for Differentiated Services}",
+  series="Request for Comments",
+  number="2963",
+  howpublished="RFC 2963 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2963.txt",
+}
+
+ at misc{rfc2964,
+  author="K. Moore and N. Freed",
+  title="{Use of HTTP State Management}",
+  series="Request for Comments",
+  number="2964",
+  howpublished="RFC 2964 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2964.txt",
+}
+
+ at misc{rfc2965,
+  author="D. Kristol and L. Montulli",
+  title="{HTTP State Management Mechanism}",
+  series="Request for Comments",
+  number="2965",
+  howpublished="RFC 2965 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 6265",
+  url="http://www.ietf.org/rfc/rfc2965.txt",
+}
+
+ at misc{rfc2966,
+  author="T. Li and T. Przygienda and H. Smit",
+  title="{Domain-wide Prefix Distribution with Two-Level IS-IS}",
+  series="Request for Comments",
+  number="2966",
+  howpublished="RFC 2966 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 5302",
+  url="http://www.ietf.org/rfc/rfc2966.txt",
+}
+
+ at misc{rfc2967,
+  author="L. Daigle and R. Hedberg",
+  title="{TISDAG - Technical Infrastructure for Swedish Directory Access Gateways}",
+  series="Request for Comments",
+  number="2967",
+  howpublished="RFC 2967 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2967.txt",
+}
+
+ at misc{rfc2968,
+  author="L. Daigle and T. Eklof",
+  title="{Mesh of Multiple DAG servers - Results from TISDAG}",
+  series="Request for Comments",
+  number="2968",
+  howpublished="RFC 2968 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2968.txt",
+}
+
+ at misc{rfc2969,
+  author="T. Eklof and L. Daigle",
+  title="{Wide Area Directory Deployment - Experiences from TISDAG}",
+  series="Request for Comments",
+  number="2969",
+  howpublished="RFC 2969 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2969.txt",
+}
+
+ at misc{rfc2970,
+  author="L. Daigle and T. Eklof",
+  title="{Architecture for Integrated Directory Services - Result from TISDAG}",
+  series="Request for Comments",
+  number="2970",
+  howpublished="RFC 2970 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2970.txt",
+}
+
+ at misc{rfc2971,
+  author="T. Showalter",
+  title="{IMAP4 ID extension}",
+  series="Request for Comments",
+  number="2971",
+  howpublished="RFC 2971 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2971.txt",
+}
+
+ at misc{rfc2972,
+  author="N. Popp and M. Mealling and L. Masinter and K. Sollins",
+  title="{Context and Goals for Common Name Resolution}",
+  series="Request for Comments",
+  number="2972",
+  howpublished="RFC 2972 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2972.txt",
+}
+
+ at misc{rfc2973,
+  author="R. Balay and D. Katz and J. Parker",
+  title="{IS-IS Mesh Groups}",
+  series="Request for Comments",
+  number="2973",
+  howpublished="RFC 2973 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2973.txt",
+}
+
+ at misc{rfc2974,
+  author="M. Handley and C. Perkins and E. Whelan",
+  title="{Session Announcement Protocol}",
+  series="Request for Comments",
+  number="2974",
+  howpublished="RFC 2974 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2974.txt",
+}
+
+ at misc{rfc2975,
+  author="B. Aboba and J. Arkko and D. Harrington",
+  title="{Introduction to Accounting Management}",
+  series="Request for Comments",
+  number="2975",
+  howpublished="RFC 2975 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2975.txt",
+}
+
+ at misc{rfc2976,
+  author="S. Donovan",
+  title="{The SIP INFO Method}",
+  series="Request for Comments",
+  number="2976",
+  howpublished="RFC 2976 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Obsoleted by RFC 6086",
+  url="http://www.ietf.org/rfc/rfc2976.txt",
+}
+
+ at misc{rfc2977,
+  author="S. Glass and T. Hiller and S. Jacobs and C. Perkins",
+  title="{Mobile IP Authentication, Authorization, and Accounting Requirements}",
+  series="Request for Comments",
+  number="2977",
+  howpublished="RFC 2977 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2977.txt",
+}
+
+ at misc{rfc2978,
+  author="N. Freed and J. Postel",
+  title="{IANA Charset Registration Procedures}",
+  series="Request for Comments",
+  number="2978",
+  howpublished="RFC 2978 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2978.txt",
+}
+
+ at misc{rfc2979,
+  author="N. Freed",
+  title="{Behavior of and Requirements for Internet Firewalls}",
+  series="Request for Comments",
+  number="2979",
+  howpublished="RFC 2979 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2979.txt",
+}
+
+ at misc{rfc2980,
+  author="S. Barber",
+  title="{Common NNTP Extensions}",
+  series="Request for Comments",
+  number="2980",
+  howpublished="RFC 2980 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    note="Updated by RFCs 3977, 4643, 4644, 6048",
+  url="http://www.ietf.org/rfc/rfc2980.txt",
+}
+
+ at misc{rfc2981,
+  author="R. Kavasseri",
+  title="{Event MIB}",
+  series="Request for Comments",
+  number="2981",
+  howpublished="RFC 2981 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2981.txt",
+}
+
+ at misc{rfc2982,
+  author="R. Kavasseri",
+  title="{Distributed Management Expression MIB}",
+  series="Request for Comments",
+  number="2982",
+  howpublished="RFC 2982 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2982.txt",
+}
+
+ at misc{rfc2983,
+  author="D. Black",
+  title="{Differentiated Services and Tunnels}",
+  series="Request for Comments",
+  number="2983",
+  howpublished="RFC 2983 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2983.txt",
+}
+
+ at misc{rfc2984,
+  author="C. Adams",
+  title="{Use of the CAST-128 Encryption Algorithm in CMS}",
+  series="Request for Comments",
+  number="2984",
+  howpublished="RFC 2984 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc2984.txt",
+}
+
+ at misc{rfc2985,
+  author="M. Nystrom and B. Kaliski",
+  title="{PKCS \#9: Selected Object Classes and Attribute Types Version 2.0}",
+  series="Request for Comments",
+  number="2985",
+  howpublished="RFC 2985 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2985.txt",
+}
+
+ at misc{rfc2986,
+  author="M. Nystrom and B. Kaliski",
+  title="{PKCS \#10: Certification Request Syntax Specification Version 1.7}",
+  series="Request for Comments",
+  number="2986",
+  howpublished="RFC 2986 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Updated by RFC 5967",
+  url="http://www.ietf.org/rfc/rfc2986.txt",
+}
+
+ at misc{rfc2987,
+  author="P. Hoffman",
+  title="{Registration of Charset and Languages Media Features Tags}",
+  series="Request for Comments",
+  number="2987",
+  howpublished="RFC 2987 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2987.txt",
+}
+
+ at misc{rfc2988,
+  author="V. Paxson and M. Allman",
+  title="{Computing TCP's Retransmission Timer}",
+  series="Request for Comments",
+  number="2988",
+  howpublished="RFC 2988 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 6298",
+  url="http://www.ietf.org/rfc/rfc2988.txt",
+}
+
+ at misc{rfc2989,
+  author="B. Aboba and P. Calhoun and S. Glass and T. Hiller and P. McCann and H. Shiino and P. Walsh and G. Zorn and G. Dommety and C. Perkins and B. Patil and D. Mitton and S. Manning and M. Beadles and X. Chen and S. Sivalingham and A. Hameed and M. Munson and S. Jacobs and B. Lim and B. Hirschman and R. Hsu and H. Koo and M. Lipford and E. Campbell and Y. Xu and S. Baba and E. Jaques",
+  title="{Criteria for Evaluating AAA Protocols for Network Access}",
+  series="Request for Comments",
+  number="2989",
+  howpublished="RFC 2989 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2989.txt",
+}
+
+ at misc{rfc2990,
+  author="G. Huston",
+  title="{Next Steps for the IP QoS Architecture}",
+  series="Request for Comments",
+  number="2990",
+  howpublished="RFC 2990 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2990.txt",
+}
+
+ at misc{rfc2991,
+  author="D. Thaler and C. Hopps",
+  title="{Multipath Issues in Unicast and Multicast Next-Hop Selection}",
+  series="Request for Comments",
+  number="2991",
+  howpublished="RFC 2991 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2991.txt",
+}
+
+ at misc{rfc2992,
+  author="C. Hopps",
+  title="{Analysis of an Equal-Cost Multi-Path Algorithm}",
+  series="Request for Comments",
+  number="2992",
+  howpublished="RFC 2992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2992.txt",
+}
+
+ at misc{rfc2993,
+  author="T. Hain",
+  title="{Architectural Implications of NAT}",
+  series="Request for Comments",
+  number="2993",
+  howpublished="RFC 2993 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2993.txt",
+}
+
+ at misc{rfc2994,
+  author="H. Ohta and M. Matsui",
+  title="{A Description of the MISTY1 Encryption Algorithm}",
+  series="Request for Comments",
+  number="2994",
+  howpublished="RFC 2994 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2994.txt",
+}
+
+ at misc{rfc2995,
+  author="H. Lu and I. Faynberg and J. Voelker and M. Weissman and W. Zhang and S. Rhim and J. Hwang and S. Ago and S. Moeenuddin and S. Hadvani and S. Nyckelgard and J. Yoakum and L. Robart",
+  title="{Pre-Spirits Implementations of PSTN-initiated Services}",
+  series="Request for Comments",
+  number="2995",
+  howpublished="RFC 2995 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2995.txt",
+}
+
+ at misc{rfc2996,
+  author="Y. Bernet",
+  title="{Format of the RSVP DCLASS Object}",
+  series="Request for Comments",
+  number="2996",
+  howpublished="RFC 2996 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2996.txt",
+}
+
+ at misc{rfc2997,
+  author="Y. Bernet and A. Smith and B. Davie",
+  title="{Specification of the Null Service Type}",
+  series="Request for Comments",
+  number="2997",
+  howpublished="RFC 2997 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2997.txt",
+}
+
+ at misc{rfc2998,
+  author="Y. Bernet and P. Ford and R. Yavatkar and F. Baker and L. Zhang and M. Speer and R. Braden and B. Davie and J. Wroclawski and E. Felstaine",
+  title="{A Framework for Integrated Services Operation over Diffserv Networks}",
+  series="Request for Comments",
+  number="2998",
+  howpublished="RFC 2998 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc2998.txt",
+}
+
+ at misc{rfc2999,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 2900-2999}",
+  series="Request for Comments",
+  number="2999",
+  howpublished="RFC 2999 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc2999.txt",
+}
+
+ at misc{rfc3000,
+  author="J. Reynolds and R. Braden and S. Ginoza and L. Shiota",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="3000",
+  howpublished="RFC 3000 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    note="Obsoleted by RFC 3300",
+  url="http://www.ietf.org/rfc/rfc3000.txt",
+}
+
+ at misc{rfc3001,
+  author="M. Mealling",
+  title="{A URN Namespace of Object Identifiers}",
+  series="Request for Comments",
+  number="3001",
+  howpublished="RFC 3001 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 3061",
+  url="http://www.ietf.org/rfc/rfc3001.txt",
+}
+
+ at misc{rfc3002,
+  author="D. Mitzel",
+  title="{Overview of 2000 IAB Wireless Internetworking Workshop}",
+  series="Request for Comments",
+  number="3002",
+  howpublished="RFC 3002 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3002.txt",
+}
+
+ at misc{rfc3003,
+  author="M. Nilsson",
+  title="{The audio/mpeg Media Type}",
+  series="Request for Comments",
+  number="3003",
+  howpublished="RFC 3003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3003.txt",
+}
+
+ at misc{rfc3004,
+  author="G. Stump and R. Droms and Y. Gu and R. Vyaghrapuri and A. Demirtjis and B. Beser and J. Privat",
+  title="{The User Class Option for DHCP}",
+  series="Request for Comments",
+  number="3004",
+  howpublished="RFC 3004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3004.txt",
+}
+
+ at misc{rfc3005,
+  author="S. Harris",
+  title="{IETF Discussion List Charter}",
+  series="Request for Comments",
+  number="3005",
+  howpublished="RFC 3005 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3005.txt",
+}
+
+ at misc{rfc3006,
+  author="B. Davie and C. Iturralde and D. Oran and S. Casner and J. Wroclawski",
+  title="{Integrated Services in the Presence of Compressible Flows}",
+  series="Request for Comments",
+  number="3006",
+  howpublished="RFC 3006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3006.txt",
+}
+
+ at misc{rfc3007,
+  author="B. Wellington",
+  title="{Secure Domain Name System (DNS) Dynamic Update}",
+  series="Request for Comments",
+  number="3007",
+  howpublished="RFC 3007 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3007.txt",
+}
+
+ at misc{rfc3008,
+  author="B. Wellington",
+  title="{Domain Name System Security (DNSSEC) Signing Authority}",
+  series="Request for Comments",
+  number="3008",
+  howpublished="RFC 3008 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFCs 4035, 4033, 4034, updated by RFC 3658",
+  url="http://www.ietf.org/rfc/rfc3008.txt",
+}
+
+ at misc{rfc3009,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{Registration of parityfec MIME types}",
+  series="Request for Comments",
+  number="3009",
+  howpublished="RFC 3009 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 5109",
+  url="http://www.ietf.org/rfc/rfc3009.txt",
+}
+
+ at misc{rfc3010,
+  author="S. Shepler and B. Callaghan and D. Robinson and R. Thurlow and C. Beame and M. Eisler and D. Noveck",
+  title="{NFS version 4 Protocol}",
+  series="Request for Comments",
+  number="3010",
+  howpublished="RFC 3010 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    note="Obsoleted by RFC 3530",
+  url="http://www.ietf.org/rfc/rfc3010.txt",
+}
+
+ at misc{rfc3011,
+  author="G. Waters",
+  title="{The IPv4 Subnet Selection Option for DHCP}",
+  series="Request for Comments",
+  number="3011",
+  howpublished="RFC 3011 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3011.txt",
+}
+
+ at misc{rfc3012,
+  author="C. Perkins and P. Calhoun",
+  title="{Mobile IPv4 Challenge/Response Extensions}",
+  series="Request for Comments",
+  number="3012",
+  howpublished="RFC 3012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 4721",
+  url="http://www.ietf.org/rfc/rfc3012.txt",
+}
+
+ at misc{rfc3013,
+  author="T. Killalea",
+  title="{Recommended Internet Service Provider Security Services and Procedures}",
+  series="Request for Comments",
+  number="3013",
+  howpublished="RFC 3013 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3013.txt",
+}
+
+ at misc{rfc3014,
+  author="R. Kavasseri",
+  title="{Notification Log MIB}",
+  series="Request for Comments",
+  number="3014",
+  howpublished="RFC 3014 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3014.txt",
+}
+
+ at misc{rfc3015,
+  author="F. Cuervo and N. Greene and A. Rayhan and C. Huitema and B. Rosen and J. Segers",
+  title="{Megaco Protocol Version 1.0}",
+  series="Request for Comments",
+  number="3015",
+  howpublished="RFC 3015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 3525",
+  url="http://www.ietf.org/rfc/rfc3015.txt",
+}
+
+ at misc{rfc3016,
+  author="Y. Kikuchi and T. Nomura and S. Fukunaga and Y. Matsui and H. Kimata",
+  title="{RTP Payload Format for MPEG-4 Audio/Visual Streams}",
+  series="Request for Comments",
+  number="3016",
+  howpublished="RFC 3016 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=nov,
+    note="Obsoleted by RFC 6416",
+  url="http://www.ietf.org/rfc/rfc3016.txt",
+}
+
+ at misc{rfc3017,
+  author="M. Riegel and G. Zorn",
+  title="{XML DTD for Roaming Access Phone Book}",
+  series="Request for Comments",
+  number="3017",
+  howpublished="RFC 3017 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3017.txt",
+}
+
+ at misc{rfc3018,
+  author="A. Bogdanov",
+  title="{Unified Memory Space Protocol Specification}",
+  series="Request for Comments",
+  number="3018",
+  howpublished="RFC 3018 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3018.txt",
+}
+
+ at misc{rfc3019,
+  author="B. Haberman and R. Worzella",
+  title="{IP Version 6 Management Information Base for The Multicast Listener Discovery Protocol}",
+  series="Request for Comments",
+  number="3019",
+  howpublished="RFC 3019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 5519",
+  url="http://www.ietf.org/rfc/rfc3019.txt",
+}
+
+ at misc{rfc3020,
+  author="P. Pate and B. Lynch and K. Rehbehn",
+  title="{Definitions of Managed Objects for Monitoring and Controlling the UNI/NNI Multilink Frame Relay Function}",
+  series="Request for Comments",
+  number="3020",
+  howpublished="RFC 3020 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3020.txt",
+}
+
+ at misc{rfc3021,
+  author="A. Retana and R. White and V. Fuller and D. McPherson",
+  title="{Using 31-Bit Prefixes on IPv4 Point-to-Point Links}",
+  series="Request for Comments",
+  number="3021",
+  howpublished="RFC 3021 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3021.txt",
+}
+
+ at misc{rfc3022,
+  author="P. Srisuresh and K. Egevang",
+  title="{Traditional IP Network Address Translator (Traditional NAT)}",
+  series="Request for Comments",
+  number="3022",
+  howpublished="RFC 3022 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3022.txt",
+}
+
+ at misc{rfc3023,
+  author="M. Murata and S. St. Laurent and D. Kohn",
+  title="{XML Media Types}",
+  series="Request for Comments",
+  number="3023",
+  howpublished="RFC 3023 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 7303, updated by RFC 6839",
+  url="http://www.ietf.org/rfc/rfc3023.txt",
+}
+
+ at misc{rfc3024,
+  author="G. Montenegro",
+  title="{Reverse Tunneling for Mobile IP, revised}",
+  series="Request for Comments",
+  number="3024",
+  howpublished="RFC 3024 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3024.txt",
+}
+
+ at misc{rfc3025,
+  author="G. Dommety and K. Leung",
+  title="{Mobile IP Vendor/Organization-Specific Extensions}",
+  series="Request for Comments",
+  number="3025",
+  howpublished="RFC 3025 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    note="Obsoleted by RFC 3115",
+  url="http://www.ietf.org/rfc/rfc3025.txt",
+}
+
+ at misc{rfc3026,
+  author="R. Blane",
+  title="{Liaison to IETF/ISOC on ENUM}",
+  series="Request for Comments",
+  number="3026",
+  howpublished="RFC 3026 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3026.txt",
+}
+
+ at misc{rfc3027,
+  author="M. Holdrege and P. Srisuresh",
+  title="{Protocol Complications with the IP Network Address Translator}",
+  series="Request for Comments",
+  number="3027",
+  howpublished="RFC 3027 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3027.txt",
+}
+
+ at misc{rfc3028,
+  author="T. Showalter",
+  title="{Sieve: A Mail Filtering Language}",
+  series="Request for Comments",
+  number="3028",
+  howpublished="RFC 3028 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFCs 5228, 5429",
+  url="http://www.ietf.org/rfc/rfc3028.txt",
+}
+
+ at misc{rfc3029,
+  author="C. Adams and P. Sylvester and M. Zolotarev and R. Zuccherato",
+  title="{Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols}",
+  series="Request for Comments",
+  number="3029",
+  howpublished="RFC 3029 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3029.txt",
+}
+
+ at misc{rfc3030,
+  author="G. Vaudreuil",
+  title="{SMTP Service Extensions for Transmission of Large and Binary MIME Messages}",
+  series="Request for Comments",
+  number="3030",
+  howpublished="RFC 3030 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2000,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3030.txt",
+}
+
+ at misc{rfc3031,
+  author="E. Rosen and A. Viswanathan and R. Callon",
+  title="{Multiprotocol Label Switching Architecture}",
+  series="Request for Comments",
+  number="3031",
+  howpublished="RFC 3031 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Updated by RFCs 6178, 6790",
+  url="http://www.ietf.org/rfc/rfc3031.txt",
+}
+
+ at misc{rfc3032,
+  author="E. Rosen and D. Tappan and G. Fedorkow and Y. Rekhter and D. Farinacci and T. Li and A. Conta",
+  title="{MPLS Label Stack Encoding}",
+  series="Request for Comments",
+  number="3032",
+  howpublished="RFC 3032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Updated by RFCs 3443, 4182, 5332, 3270, 5129, 5462, 5586, 7274",
+  url="http://www.ietf.org/rfc/rfc3032.txt",
+}
+
+ at misc{rfc3033,
+  author="M. Suzuki",
+  title="{The Assignment of the Information Field and Protocol Identifier in the Q.2941 Generic Identifier and Q.2957 User-to-user Signaling for the Internet Protocol}",
+  series="Request for Comments",
+  number="3033",
+  howpublished="RFC 3033 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3033.txt",
+}
+
+ at misc{rfc3034,
+  author="A. Conta and P. Doolan and A. Malis",
+  title="{Use of Label Switching on Frame Relay Networks Specification}",
+  series="Request for Comments",
+  number="3034",
+  howpublished="RFC 3034 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3034.txt",
+}
+
+ at misc{rfc3035,
+  author="B. Davie and J. Lawrence and K. McCloghrie and E. Rosen and G. Swallow and Y. Rekhter and P. Doolan",
+  title="{MPLS using LDP and ATM VC Switching}",
+  series="Request for Comments",
+  number="3035",
+  howpublished="RFC 3035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3035.txt",
+}
+
+ at misc{rfc3036,
+  author="L. Andersson and P. Doolan and N. Feldman and A. Fredette and B. Thomas",
+  title="{LDP Specification}",
+  series="Request for Comments",
+  number="3036",
+  howpublished="RFC 3036 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 5036",
+  url="http://www.ietf.org/rfc/rfc3036.txt",
+}
+
+ at misc{rfc3037,
+  author="B. Thomas and E. Gray",
+  title="{LDP Applicability}",
+  series="Request for Comments",
+  number="3037",
+  howpublished="RFC 3037 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3037.txt",
+}
+
+ at misc{rfc3038,
+  author="K. Nagami and Y. Katsube and N. Demizu and H. Esaki and P. Doolan",
+  title="{VCID Notification over ATM link for LDP}",
+  series="Request for Comments",
+  number="3038",
+  howpublished="RFC 3038 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc3038.txt",
+}
+
+ at misc{rfc3039,
+  author="S. Santesson and W. Polk and P. Barzin and M. Nystrom",
+  title="{Internet X.509 Public Key Infrastructure Qualified Certificates Profile}",
+  series="Request for Comments",
+  number="3039",
+  howpublished="RFC 3039 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 3739",
+  url="http://www.ietf.org/rfc/rfc3039.txt",
+}
+
+ at misc{rfc3040,
+  author="I. Cooper and I. Melve and G. Tomlinson",
+  title="{Internet Web Replication and Caching Taxonomy}",
+  series="Request for Comments",
+  number="3040",
+  howpublished="RFC 3040 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3040.txt",
+}
+
+ at misc{rfc3041,
+  author="T. Narten and R. Draves",
+  title="{Privacy Extensions for Stateless Address Autoconfiguration in IPv6}",
+  series="Request for Comments",
+  number="3041",
+  howpublished="RFC 3041 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 4941",
+  url="http://www.ietf.org/rfc/rfc3041.txt",
+}
+
+ at misc{rfc3042,
+  author="M. Allman and H. Balakrishnan and S. Floyd",
+  title="{Enhancing TCP's Loss Recovery Using Limited Transmit}",
+  series="Request for Comments",
+  number="3042",
+  howpublished="RFC 3042 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3042.txt",
+}
+
+ at misc{rfc3043,
+  author="M. Mealling",
+  title="{The Network Solutions Personal Internet Name (PIN): A URN Namespace for People and Organizations}",
+  series="Request for Comments",
+  number="3043",
+  howpublished="RFC 3043 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3043.txt",
+}
+
+ at misc{rfc3044,
+  author="S. Rozenfeld",
+  title="{Using The ISSN (International Serial Standard Number) as URN (Uniform Resource Names) within an ISSN-URN Namespace}",
+  series="Request for Comments",
+  number="3044",
+  howpublished="RFC 3044 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3044.txt",
+}
+
+ at misc{rfc3045,
+  author="M. Meredith",
+  title="{Storing Vendor Information in the LDAP root DSE}",
+  series="Request for Comments",
+  number="3045",
+  howpublished="RFC 3045 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3045.txt",
+}
+
+ at misc{rfc3046,
+  author="M. Patrick",
+  title="{DHCP Relay Agent Information Option}",
+  series="Request for Comments",
+  number="3046",
+  howpublished="RFC 3046 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Updated by RFC 6607",
+  url="http://www.ietf.org/rfc/rfc3046.txt",
+}
+
+ at misc{rfc3047,
+  author="P. Luthi",
+  title="{RTP Payload Format for ITU-T Recommendation G.722.1}",
+  series="Request for Comments",
+  number="3047",
+  howpublished="RFC 3047 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFC 5577",
+  url="http://www.ietf.org/rfc/rfc3047.txt",
+}
+
+ at misc{rfc3048,
+  author="B. Whetten and L. Vicisano and R. Kermode and M. Handley and S. Floyd and M. Luby",
+  title="{Reliable Multicast Transport Building Blocks for One-to-Many Bulk-Data Transfer}",
+  series="Request for Comments",
+  number="3048",
+  howpublished="RFC 3048 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3048.txt",
+}
+
+ at misc{rfc3049,
+  author="J. Naugle and K. Kasthurirangan and G. Ledford",
+  title="{TN3270E Service Location and Session Balancing}",
+  series="Request for Comments",
+  number="3049",
+  howpublished="RFC 3049 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3049.txt",
+}
+
+ at misc{rfc3050,
+  author="J. Lennox and H. Schulzrinne and J. Rosenberg",
+  title="{Common Gateway Interface for SIP}",
+  series="Request for Comments",
+  number="3050",
+  howpublished="RFC 3050 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3050.txt",
+}
+
+ at misc{rfc3051,
+  author="J. Heath and J. Border",
+  title="{IP Payload Compression Using ITU-T V.44 Packet Method}",
+  series="Request for Comments",
+  number="3051",
+  howpublished="RFC 3051 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3051.txt",
+}
+
+ at misc{rfc3052,
+  author="M. Eder and S. Nag",
+  title="{Service Management Architectures Issues and Review}",
+  series="Request for Comments",
+  number="3052",
+  howpublished="RFC 3052 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3052.txt",
+}
+
+ at misc{rfc3053,
+  author="A. Durand and P. Fasano and I. Guardini and D. Lento",
+  title="{IPv6 Tunnel Broker}",
+  series="Request for Comments",
+  number="3053",
+  howpublished="RFC 3053 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3053.txt",
+}
+
+ at misc{rfc3054,
+  author="P. Blatherwick and R. Bell and P. Holland",
+  title="{Megaco IP Phone Media Gateway Application Profile}",
+  series="Request for Comments",
+  number="3054",
+  howpublished="RFC 3054 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3054.txt",
+}
+
+ at misc{rfc3055,
+  author="M. Krishnaswamy and D. Romascanu",
+  title="{Management Information Base for the PINT Services Architecture}",
+  series="Request for Comments",
+  number="3055",
+  howpublished="RFC 3055 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3055.txt",
+}
+
+ at misc{rfc3056,
+  author="B. Carpenter and K. Moore",
+  title="{Connection of IPv6 Domains via IPv4 Clouds}",
+  series="Request for Comments",
+  number="3056",
+  howpublished="RFC 3056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3056.txt",
+}
+
+ at misc{rfc3057,
+  author="K. Morneault and S. Rengasami and M. Kalla and G. Sidebottom",
+  title="{ISDN Q.921-User Adaptation Layer}",
+  series="Request for Comments",
+  number="3057",
+  howpublished="RFC 3057 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    note="Obsoleted by RFC 4233, updated by RFC 3807",
+  url="http://www.ietf.org/rfc/rfc3057.txt",
+}
+
+ at misc{rfc3058,
+  author="S. Teiwes and P. Hartmann and D. Kuenzi",
+  title="{Use of the IDEA Encryption Algorithm in CMS}",
+  series="Request for Comments",
+  number="3058",
+  howpublished="RFC 3058 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3058.txt",
+}
+
+ at misc{rfc3059,
+  author="E. Guttman",
+  title="{Attribute List Extension for the Service Location Protocol}",
+  series="Request for Comments",
+  number="3059",
+  howpublished="RFC 3059 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3059.txt",
+}
+
+ at misc{rfc3060,
+  author="B. Moore and E. Ellesson and J. Strassner and A. Westerinen",
+  title="{Policy Core Information Model -- Version 1 Specification}",
+  series="Request for Comments",
+  number="3060",
+  howpublished="RFC 3060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    note="Updated by RFC 3460",
+  url="http://www.ietf.org/rfc/rfc3060.txt",
+}
+
+ at misc{rfc3061,
+  author="M. Mealling",
+  title="{A URN Namespace of Object Identifiers}",
+  series="Request for Comments",
+  number="3061",
+  howpublished="RFC 3061 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3061.txt",
+}
+
+ at misc{rfc3062,
+  author="K. Zeilenga",
+  title="{LDAP Password Modify Extended Operation}",
+  series="Request for Comments",
+  number="3062",
+  howpublished="RFC 3062 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3062.txt",
+}
+
+ at misc{rfc3063,
+  author="Y. Ohba and Y. Katsube and E. Rosen and P. Doolan",
+  title="{MPLS Loop Prevention Mechanism}",
+  series="Request for Comments",
+  number="3063",
+  howpublished="RFC 3063 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3063.txt",
+}
+
+ at misc{rfc3064,
+  author="B. Foster",
+  title="{MGCP CAS Packages}",
+  series="Request for Comments",
+  number="3064",
+  howpublished="RFC 3064 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3064.txt",
+}
+
+ at misc{rfc3065,
+  author="P. Traina and D. McPherson and J. Scudder",
+  title="{Autonomous System Confederations for BGP}",
+  series="Request for Comments",
+  number="3065",
+  howpublished="RFC 3065 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    note="Obsoleted by RFC 5065",
+  url="http://www.ietf.org/rfc/rfc3065.txt",
+}
+
+ at misc{rfc3066,
+  author="H. Alvestrand",
+  title="{Tags for the Identification of Languages}",
+  series="Request for Comments",
+  number="3066",
+  howpublished="RFC 3066 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jan,
+    note="Obsoleted by RFCs 4646, 4647",
+  url="http://www.ietf.org/rfc/rfc3066.txt",
+}
+
+ at misc{rfc3067,
+  author="J. Arvidsson and A. Cormack and Y. Demchenko and J. Meijer",
+  title="{TERENA'S Incident Object Description and Exchange Format Requirements}",
+  series="Request for Comments",
+  number="3067",
+  howpublished="RFC 3067 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3067.txt",
+}
+
+ at misc{rfc3068,
+  author="C. Huitema",
+  title="{An Anycast Prefix for 6to4 Relay Routers}",
+  series="Request for Comments",
+  number="3068",
+  howpublished="RFC 3068 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    note="Obsoleted by RFC 7526",
+  url="http://www.ietf.org/rfc/rfc3068.txt",
+}
+
+ at misc{rfc3069,
+  author="D. McPherson and B. Dykes",
+  title="{VLAN Aggregation for Efficient IP Address Allocation}",
+  series="Request for Comments",
+  number="3069",
+  howpublished="RFC 3069 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3069.txt",
+}
+
+ at misc{rfc3070,
+  author="V. Rawat and R. Tio and S. Nanji and R. Verma",
+  title="{Layer Two Tunneling Protocol (L2TP) over Frame Relay}",
+  series="Request for Comments",
+  number="3070",
+  howpublished="RFC 3070 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3070.txt",
+}
+
+ at misc{rfc3071,
+  author="J. Klensin",
+  title="{Reflections on the DNS, RFC 1591, and Categories of Domains}",
+  series="Request for Comments",
+  number="3071",
+  howpublished="RFC 3071 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3071.txt",
+}
+
+ at misc{rfc3072,
+  author="M. Wildgrube",
+  title="{Structured Data Exchange Format (SDXF)}",
+  series="Request for Comments",
+  number="3072",
+  howpublished="RFC 3072 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3072.txt",
+}
+
+ at misc{rfc3073,
+  author="J. Collins",
+  title="{Portable Font Resource (PFR) - application/font-tdpfr MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3073",
+  howpublished="RFC 3073 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3073.txt",
+}
+
+ at misc{rfc3074,
+  author="B. Volz and S. Gonczi and T. Lemon and R. Stevens",
+  title="{DHC Load Balancing Algorithm}",
+  series="Request for Comments",
+  number="3074",
+  howpublished="RFC 3074 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3074.txt",
+}
+
+ at misc{rfc3075,
+  author="D. Eastlake 3rd and J. Reagle and D. Solo",
+  title="{XML-Signature Syntax and Processing}",
+  series="Request for Comments",
+  number="3075",
+  howpublished="RFC 3075 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    note="Obsoleted by RFC 3275",
+  url="http://www.ietf.org/rfc/rfc3075.txt",
+}
+
+ at misc{rfc3076,
+  author="J. Boyer",
+  title="{Canonical XML Version 1.0}",
+  series="Request for Comments",
+  number="3076",
+  howpublished="RFC 3076 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3076.txt",
+}
+
+ at misc{rfc3077,
+  author="E. Duros and W. Dabbous and H. Izumiyama and N. Fujii and Y. Zhang",
+  title="{A Link-Layer Tunneling Mechanism for Unidirectional Links}",
+  series="Request for Comments",
+  number="3077",
+  howpublished="RFC 3077 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3077.txt",
+}
+
+ at misc{rfc3078,
+  author="G. Pall and G. Zorn",
+  title="{Microsoft Point-To-Point Encryption (MPPE) Protocol}",
+  series="Request for Comments",
+  number="3078",
+  howpublished="RFC 3078 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3078.txt",
+}
+
+ at misc{rfc3079,
+  author="G. Zorn",
+  title="{Deriving Keys for use with Microsoft Point-to-Point Encryption (MPPE)}",
+  series="Request for Comments",
+  number="3079",
+  howpublished="RFC 3079 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3079.txt",
+}
+
+ at misc{rfc3080,
+  author="M. Rose",
+  title="{The Blocks Extensible Exchange Protocol Core}",
+  series="Request for Comments",
+  number="3080",
+  howpublished="RFC 3080 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3080.txt",
+}
+
+ at misc{rfc3081,
+  author="M. Rose",
+  title="{Mapping the BEEP Core onto TCP}",
+  series="Request for Comments",
+  number="3081",
+  howpublished="RFC 3081 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3081.txt",
+}
+
+ at misc{rfc3082,
+  author="J. Kempf and J. Goldschmidt",
+  title="{Notification and Subscription for SLP}",
+  series="Request for Comments",
+  number="3082",
+  howpublished="RFC 3082 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3082.txt",
+}
+
+ at misc{rfc3083,
+  author="R. Woundy",
+  title="{Baseline Privacy Interface Management Information Base for DOCSIS Compliant Cable Modems and Cable Modem Termination Systems}",
+  series="Request for Comments",
+  number="3083",
+  howpublished="RFC 3083 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3083.txt",
+}
+
+ at misc{rfc3084,
+  author="K. Chan and J. Seligson and D. Durham and S. Gai and K. McCloghrie and S. Herzog and F. Reichmeyer and R. Yavatkar and A. Smith",
+  title="{COPS Usage for Policy Provisioning (COPS-PR)}",
+  series="Request for Comments",
+  number="3084",
+  howpublished="RFC 3084 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3084.txt",
+}
+
+ at misc{rfc3085,
+  author="A. Coates and D. Allen and D. Rivers-Moore",
+  title="{URN Namespace for NewsML Resources}",
+  series="Request for Comments",
+  number="3085",
+  howpublished="RFC 3085 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3085.txt",
+}
+
+ at misc{rfc3086,
+  author="K. Nichols and B. Carpenter",
+  title="{Definition of Differentiated Services Per Domain Behaviors and Rules for their Specification}",
+  series="Request for Comments",
+  number="3086",
+  howpublished="RFC 3086 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3086.txt",
+}
+
+ at misc{rfc3087,
+  author="B. Campbell and R. Sparks",
+  title="{Control of Service Context using SIP Request-URI}",
+  series="Request for Comments",
+  number="3087",
+  howpublished="RFC 3087 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3087.txt",
+}
+
+ at misc{rfc3088,
+  author="K. Zeilenga",
+  title="{OpenLDAP Root Service An experimental LDAP referral service}",
+  series="Request for Comments",
+  number="3088",
+  howpublished="RFC 3088 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3088.txt",
+}
+
+ at misc{rfc3089,
+  author="H. Kitamura",
+  title="{A SOCKS-based IPv6/IPv4 Gateway Mechanism}",
+  series="Request for Comments",
+  number="3089",
+  howpublished="RFC 3089 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3089.txt",
+}
+
+ at misc{rfc3090,
+  author="E. Lewis",
+  title="{DNS Security Extension Clarification on Zone Status}",
+  series="Request for Comments",
+  number="3090",
+  howpublished="RFC 3090 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=mar,
+    note="Obsoleted by RFCs 4033, 4034, 4035, updated by RFC 3658",
+  url="http://www.ietf.org/rfc/rfc3090.txt",
+}
+
+ at misc{rfc3091,
+  author="H. Kennedy",
+  title="{Pi Digit Generation Protocol}",
+  series="Request for Comments",
+  number="3091",
+  howpublished="RFC 3091 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3091.txt",
+}
+
+ at misc{rfc3092,
+  author="D. Eastlake 3rd and C. Manros and E. Raymond",
+  title="{Etymology of "Foo"}",
+  series="Request for Comments",
+  number="3092",
+  howpublished="RFC 3092 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3092.txt",
+}
+
+ at misc{rfc3093,
+  author="M. Gaynor and S. Bradner",
+  title="{Firewall Enhancement Protocol (FEP)}",
+  series="Request for Comments",
+  number="3093",
+  howpublished="RFC 3093 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3093.txt",
+}
+
+ at misc{rfc3094,
+  author="D. Sprague and R. Benedyk and D. Brendes and J. Keller",
+  title="{Tekelec's Transport Adapter Layer Interface}",
+  series="Request for Comments",
+  number="3094",
+  howpublished="RFC 3094 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3094.txt",
+}
+
+ at misc{rfc3095,
+  author="C. Bormann and C. Burmeister and M. Degermark and H. Fukushima and H. Hannu and L-E. Jonsson and R. Hakenberg and T. Koren and K. Le and Z. Liu and A. Martensson and A. Miyazaki and K. Svanbro and T. Wiebke and T. Yoshimura and H. Zheng",
+  title="{RObust Header Compression (ROHC): Framework and four profiles: RTP, UDP, ESP, and uncompressed}",
+  series="Request for Comments",
+  number="3095",
+  howpublished="RFC 3095 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    note="Updated by RFCs 3759, 4815",
+  url="http://www.ietf.org/rfc/rfc3095.txt",
+}
+
+ at misc{rfc3096,
+  author="M. Degermark",
+  title="{Requirements for robust IP/UDP/RTP header compression}",
+  series="Request for Comments",
+  number="3096",
+  howpublished="RFC 3096 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3096.txt",
+}
+
+ at misc{rfc3097,
+  author="R. Braden and L. Zhang",
+  title="{RSVP Cryptographic Authentication -- Updated Message Type Value}",
+  series="Request for Comments",
+  number="3097",
+  howpublished="RFC 3097 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3097.txt",
+}
+
+ at misc{rfc3098,
+  author="T. Gavin and D. Eastlake 3rd and S. Hambridge",
+  title="{How to Advertise Responsibly Using E-Mail and Newsgroups or - how NOT to \$\$\$\$\$  MAKE ENEMIES FAST!  \$\$\$\$\$}",
+  series="Request for Comments",
+  number="3098",
+  howpublished="RFC 3098 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3098.txt",
+}
+
+ at misc{rfc3099,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 3000-3099}",
+  series="Request for Comments",
+  number="3099",
+  howpublished="RFC 3099 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3099.txt",
+}
+
+ at misc{rfc3101,
+  author="P. Murphy",
+  title="{The OSPF Not-So-Stubby Area (NSSA) Option}",
+  series="Request for Comments",
+  number="3101",
+  howpublished="RFC 3101 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3101.txt",
+}
+
+ at misc{rfc3102,
+  author="M. Borella and J. Lo and D. Grabelsky and G. Montenegro",
+  title="{Realm Specific IP: Framework}",
+  series="Request for Comments",
+  number="3102",
+  howpublished="RFC 3102 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3102.txt",
+}
+
+ at misc{rfc3103,
+  author="M. Borella and D. Grabelsky and J. Lo and K. Taniguchi",
+  title="{Realm Specific IP: Protocol Specification}",
+  series="Request for Comments",
+  number="3103",
+  howpublished="RFC 3103 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3103.txt",
+}
+
+ at misc{rfc3104,
+  author="G. Montenegro and M. Borella",
+  title="{RSIP Support for End-to-end IPsec}",
+  series="Request for Comments",
+  number="3104",
+  howpublished="RFC 3104 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3104.txt",
+}
+
+ at misc{rfc3105,
+  author="J. Kempf and G. Montenegro",
+  title="{Finding an RSIP Server with SLP}",
+  series="Request for Comments",
+  number="3105",
+  howpublished="RFC 3105 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3105.txt",
+}
+
+ at misc{rfc3106,
+  author="D. Eastlake 3rd and T. Goldstein",
+  title="{ECML v1.1: Field Specifications for E-Commerce}",
+  series="Request for Comments",
+  number="3106",
+  howpublished="RFC 3106 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    note="Updated by RFC 4112",
+  url="http://www.ietf.org/rfc/rfc3106.txt",
+}
+
+ at misc{rfc3107,
+  author="Y. Rekhter and E. Rosen",
+  title="{Carrying Label Information in BGP-4}",
+  series="Request for Comments",
+  number="3107",
+  howpublished="RFC 3107 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    note="Updated by RFC 6790",
+  url="http://www.ietf.org/rfc/rfc3107.txt",
+}
+
+ at misc{rfc3108,
+  author="R. Kumar and M. Mostafa",
+  title="{Conventions for the use of the Session Description Protocol (SDP) for ATM Bearer Connections}",
+  series="Request for Comments",
+  number="3108",
+  howpublished="RFC 3108 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3108.txt",
+}
+
+ at misc{rfc3109,
+  author="R. Braden and R. Bush and J. Klensin",
+  title="{Request to Move STD 39 to Historic Status}",
+  series="Request for Comments",
+  number="3109",
+  howpublished="RFC 3109 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3109.txt",
+}
+
+ at misc{rfc3110,
+  author="D. Eastlake 3rd",
+  title="{RSA/SHA-1 SIGs and RSA KEYs in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="3110",
+  howpublished="RFC 3110 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc3110.txt",
+}
+
+ at misc{rfc3111,
+  author="E. Guttman",
+  title="{Service Location Protocol Modifications for IPv6}",
+  series="Request for Comments",
+  number="3111",
+  howpublished="RFC 3111 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3111.txt",
+}
+
+ at misc{rfc3112,
+  author="K. Zeilenga",
+  title="{LDAP Authentication Password Schema}",
+  series="Request for Comments",
+  number="3112",
+  howpublished="RFC 3112 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3112.txt",
+}
+
+ at misc{rfc3113,
+  author="K. Rosenbrock and R. Sanmugam and S. Bradner and J. Klensin",
+  title="{3GPP-IETF Standardization Collaboration}",
+  series="Request for Comments",
+  number="3113",
+  howpublished="RFC 3113 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3113.txt",
+}
+
+ at misc{rfc3114,
+  author="W. Nicolls",
+  title="{Implementing Company Classification Policy with the S/MIME Security Label}",
+  series="Request for Comments",
+  number="3114",
+  howpublished="RFC 3114 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3114.txt",
+}
+
+ at misc{rfc3115,
+  author="G. Dommety and K. Leung",
+  title="{Mobile IP Vendor/Organization-Specific Extensions}",
+  series="Request for Comments",
+  number="3115",
+  howpublished="RFC 3115 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3115.txt",
+}
+
+ at misc{rfc3116,
+  author="J. Dunn and C. Martin",
+  title="{Methodology for ATM Benchmarking}",
+  series="Request for Comments",
+  number="3116",
+  howpublished="RFC 3116 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3116.txt",
+}
+
+ at misc{rfc3117,
+  author="M. Rose",
+  title="{On the Design of Application Protocols}",
+  series="Request for Comments",
+  number="3117",
+  howpublished="RFC 3117 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3117.txt",
+}
+
+ at misc{rfc3118,
+  author="R. Droms and W. Arbaugh",
+  title="{Authentication for DHCP Messages}",
+  series="Request for Comments",
+  number="3118",
+  howpublished="RFC 3118 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3118.txt",
+}
+
+ at misc{rfc3119,
+  author="R. Finlayson",
+  title="{A More Loss-Tolerant RTP Payload Format for MP3 Audio}",
+  series="Request for Comments",
+  number="3119",
+  howpublished="RFC 3119 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    note="Obsoleted by RFC 5219",
+  url="http://www.ietf.org/rfc/rfc3119.txt",
+}
+
+ at misc{rfc3120,
+  author="K. Best and N. Walsh",
+  title="{A URN Namespace for XML.org}",
+  series="Request for Comments",
+  number="3120",
+  howpublished="RFC 3120 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3120.txt",
+}
+
+ at misc{rfc3121,
+  author="K. Best and N. Walsh",
+  title="{A URN Namespace for OASIS}",
+  series="Request for Comments",
+  number="3121",
+  howpublished="RFC 3121 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3121.txt",
+}
+
+ at misc{rfc3122,
+  author="A. Conta",
+  title="{Extensions to IPv6 Neighbor Discovery for Inverse Discovery Specification}",
+  series="Request for Comments",
+  number="3122",
+  howpublished="RFC 3122 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3122.txt",
+}
+
+ at misc{rfc3123,
+  author="P. Koch",
+  title="{A DNS RR Type for Lists of Address Prefixes (APL RR)}",
+  series="Request for Comments",
+  number="3123",
+  howpublished="RFC 3123 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3123.txt",
+}
+
+ at misc{rfc3124,
+  author="H. Balakrishnan and S. Seshan",
+  title="{The Congestion Manager}",
+  series="Request for Comments",
+  number="3124",
+  howpublished="RFC 3124 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3124.txt",
+}
+
+ at misc{rfc3125,
+  author="J. Ross and D. Pinkas and N. Pope",
+  title="{Electronic Signature Policies}",
+  series="Request for Comments",
+  number="3125",
+  howpublished="RFC 3125 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3125.txt",
+}
+
+ at misc{rfc3126,
+  author="D. Pinkas and J. Ross and N. Pope",
+  title="{Electronic Signature Formats for long term electronic signatures}",
+  series="Request for Comments",
+  number="3126",
+  howpublished="RFC 3126 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    note="Obsoleted by RFC 5126",
+  url="http://www.ietf.org/rfc/rfc3126.txt",
+}
+
+ at misc{rfc3127,
+  author="D. Mitton and M. St.Johns and S. Barkley and D. Nelson and B. Patil and M. Stevens and B. Wolff",
+  title="{Authentication, Authorization, and Accounting: Protocol Evaluation}",
+  series="Request for Comments",
+  number="3127",
+  howpublished="RFC 3127 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3127.txt",
+}
+
+ at misc{rfc3128,
+  author="I. Miller",
+  title="{Protection Against a Variant of the Tiny Fragment Attack (RFC 1858)}",
+  series="Request for Comments",
+  number="3128",
+  howpublished="RFC 3128 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3128.txt",
+}
+
+ at misc{rfc3129,
+  author="M. Thomas",
+  title="{Requirements for Kerberized Internet Negotiation of Keys}",
+  series="Request for Comments",
+  number="3129",
+  howpublished="RFC 3129 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3129.txt",
+}
+
+ at misc{rfc3130,
+  author="E. Lewis",
+  title="{Notes from the State-Of-The-Technology: DNSSEC}",
+  series="Request for Comments",
+  number="3130",
+  howpublished="RFC 3130 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3130.txt",
+}
+
+ at misc{rfc3131,
+  author="S. Bradner and P. Calhoun and H. Cuschieri and S. Dennett and G. Flynn and M. Lipford and M. McPheters",
+  title="{3GPP2-IETF Standardization Collaboration}",
+  series="Request for Comments",
+  number="3131",
+  howpublished="RFC 3131 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3131.txt",
+}
+
+ at misc{rfc3132,
+  author="J. Kempf",
+  title="{Dormant Mode Host Alerting ("IP Paging") Problem Statement}",
+  series="Request for Comments",
+  number="3132",
+  howpublished="RFC 3132 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3132.txt",
+}
+
+ at misc{rfc3133,
+  author="J. Dunn and C. Martin",
+  title="{Terminology for Frame Relay Benchmarking}",
+  series="Request for Comments",
+  number="3133",
+  howpublished="RFC 3133 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3133.txt",
+}
+
+ at misc{rfc3134,
+  author="J. Dunn and C. Martin",
+  title="{Terminology for ATM ABR Benchmarking}",
+  series="Request for Comments",
+  number="3134",
+  howpublished="RFC 3134 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3134.txt",
+}
+
+ at misc{rfc3135,
+  author="J. Border and M. Kojo and J. Griner and G. Montenegro and Z. Shelby",
+  title="{Performance Enhancing Proxies Intended to Mitigate Link-Related Degradations}",
+  series="Request for Comments",
+  number="3135",
+  howpublished="RFC 3135 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3135.txt",
+}
+
+ at misc{rfc3136,
+  author="L. Slutsman and I. Faynberg and H. Lu and M. Weissman",
+  title="{The SPIRITS Architecture}",
+  series="Request for Comments",
+  number="3136",
+  howpublished="RFC 3136 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3136.txt",
+}
+
+ at misc{rfc3137,
+  author="A. Retana and L. Nguyen and R. White and A. Zinin and D. McPherson",
+  title="{OSPF Stub Router Advertisement}",
+  series="Request for Comments",
+  number="3137",
+  howpublished="RFC 3137 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    note="Obsoleted by RFC 6987",
+  url="http://www.ietf.org/rfc/rfc3137.txt",
+}
+
+ at misc{rfc3138,
+  author="D. Meyer",
+  title="{Extended Assignments in 233/8}",
+  series="Request for Comments",
+  number="3138",
+  howpublished="RFC 3138 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    note="Obsoleted by RFC 5771",
+  url="http://www.ietf.org/rfc/rfc3138.txt",
+}
+
+ at misc{rfc3139,
+  author="L. Sanchez and K. McCloghrie and J. Saperia",
+  title="{Requirements for Configuration Management of IP-based Networks}",
+  series="Request for Comments",
+  number="3139",
+  howpublished="RFC 3139 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3139.txt",
+}
+
+ at misc{rfc3140,
+  author="D. Black and S. Brim and B. Carpenter and F. Le Faucheur",
+  title="{Per Hop Behavior Identification Codes}",
+  series="Request for Comments",
+  number="3140",
+  howpublished="RFC 3140 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3140.txt",
+}
+
+ at misc{rfc3141,
+  author="T. Hiller and P. Walsh and X. Chen and M. Munson and G. Dommety and S. Sivalingham and B. Lim and P. McCann and H. Shiino and B. Hirschman and S. Manning and R. Hsu and H. Koo and M. Lipford and P. Calhoun and C. Lo and E. Jaques and E. Campbell and Y.Xu and S.Baba and T.Ayaki and T.Seki and A.Hameed",
+  title="{CDMA2000 Wireless Data Requirements for AAA}",
+  series="Request for Comments",
+  number="3141",
+  howpublished="RFC 3141 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3141.txt",
+}
+
+ at misc{rfc3142,
+  author="J. Hagino and K. Yamamoto",
+  title="{An IPv6-to-IPv4 Transport Relay Translator}",
+  series="Request for Comments",
+  number="3142",
+  howpublished="RFC 3142 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3142.txt",
+}
+
+ at misc{rfc3143,
+  author="I. Cooper and J. Dilley",
+  title="{Known HTTP Proxy/Caching Problems}",
+  series="Request for Comments",
+  number="3143",
+  howpublished="RFC 3143 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3143.txt",
+}
+
+ at misc{rfc3144,
+  author="D. Romascanu",
+  title="{Remote Monitoring MIB Extensions for Interface Parameters Monitoring}",
+  series="Request for Comments",
+  number="3144",
+  howpublished="RFC 3144 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3144.txt",
+}
+
+ at misc{rfc3145,
+  author="R. Verma and M. Verma and J. Carlson",
+  title="{L2TP Disconnect Cause Information}",
+  series="Request for Comments",
+  number="3145",
+  howpublished="RFC 3145 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3145.txt",
+}
+
+ at misc{rfc3146,
+  author="K. Fujisawa and A. Onoe",
+  title="{Transmission of IPv6 Packets over IEEE 1394 Networks}",
+  series="Request for Comments",
+  number="3146",
+  howpublished="RFC 3146 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3146.txt",
+}
+
+ at misc{rfc3147,
+  author="P. Christian",
+  title="{Generic Routing Encapsulation over CLNS Networks}",
+  series="Request for Comments",
+  number="3147",
+  howpublished="RFC 3147 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3147.txt",
+}
+
+ at misc{rfc3148,
+  author="M. Mathis and M. Allman",
+  title="{A Framework for Defining Empirical Bulk Transfer Capacity Metrics}",
+  series="Request for Comments",
+  number="3148",
+  howpublished="RFC 3148 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3148.txt",
+}
+
+ at misc{rfc3149,
+  author="A. Srinath and G. Levendel and K. Fritz and R. Kalyanaram",
+  title="{MGCP Business Phone Packages}",
+  series="Request for Comments",
+  number="3149",
+  howpublished="RFC 3149 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3149.txt",
+}
+
+ at misc{rfc3150,
+  author="S. Dawkins and G. Montenegro and M. Kojo and V. Magret",
+  title="{End-to-end Performance Implications of Slow Links}",
+  series="Request for Comments",
+  number="3150",
+  howpublished="RFC 3150 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3150.txt",
+}
+
+ at misc{rfc3151,
+  author="N. Walsh and J. Cowan and P. Grosso",
+  title="{A URN Namespace for Public Identifiers}",
+  series="Request for Comments",
+  number="3151",
+  howpublished="RFC 3151 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3151.txt",
+}
+
+ at misc{rfc3152,
+  author="R. Bush",
+  title="{Delegation of IP6.ARPA}",
+  series="Request for Comments",
+  number="3152",
+  howpublished="RFC 3152 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Obsoleted by RFC 3596",
+  url="http://www.ietf.org/rfc/rfc3152.txt",
+}
+
+ at misc{rfc3153,
+  author="R. Pazhyannur and I. Ali and C. Fox",
+  title="{PPP Multiplexing}",
+  series="Request for Comments",
+  number="3153",
+  howpublished="RFC 3153 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3153.txt",
+}
+
+ at misc{rfc3154,
+  author="J. Kempf and C. Castelluccia and P. Mutaf and N. Nakajima and Y. Ohba and R. Ramjee and Y. Saifullah and B. Sarikaya and X. Xu",
+  title="{Requirements and Functional Architecture for an IP Host Alerting Protocol}",
+  series="Request for Comments",
+  number="3154",
+  howpublished="RFC 3154 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3154.txt",
+}
+
+ at misc{rfc3155,
+  author="S. Dawkins and G. Montenegro and M. Kojo and V. Magret and N. Vaidya",
+  title="{End-to-end Performance Implications of Links with Errors}",
+  series="Request for Comments",
+  number="3155",
+  howpublished="RFC 3155 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3155.txt",
+}
+
+ at misc{rfc3156,
+  author="M. Elkins and D. Del Torto and R. Levien and T. Roessler",
+  title="{MIME Security with OpenPGP}",
+  series="Request for Comments",
+  number="3156",
+  howpublished="RFC 3156 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3156.txt",
+}
+
+ at misc{rfc3157,
+  author="A. Arsenault and S. Farrell",
+  title="{Securely Available Credentials - Requirements}",
+  series="Request for Comments",
+  number="3157",
+  howpublished="RFC 3157 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3157.txt",
+}
+
+ at misc{rfc3158,
+  author="C. Perkins and J. Rosenberg and H. Schulzrinne",
+  title="{RTP Testing Strategies}",
+  series="Request for Comments",
+  number="3158",
+  howpublished="RFC 3158 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3158.txt",
+}
+
+ at misc{rfc3159,
+  author="K. McCloghrie and M. Fine and J. Seligson and K. Chan and S. Hahn and R. Sahita and A. Smith and F. Reichmeyer",
+  title="{Structure of Policy Provisioning Information (SPPI)}",
+  series="Request for Comments",
+  number="3159",
+  howpublished="RFC 3159 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3159.txt",
+}
+
+ at misc{rfc3160,
+  author="S. Harris",
+  title="{The Tao of IETF - A Novice's Guide to the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="3160",
+  howpublished="RFC 3160 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Obsoleted by RFC 4677",
+  url="http://www.ietf.org/rfc/rfc3160.txt",
+}
+
+ at misc{rfc3161,
+  author="C. Adams and P. Cain and D. Pinkas and R. Zuccherato",
+  title="{Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)}",
+  series="Request for Comments",
+  number="3161",
+  howpublished="RFC 3161 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Updated by RFC 5816",
+  url="http://www.ietf.org/rfc/rfc3161.txt",
+}
+
+ at misc{rfc3162,
+  author="B. Aboba and G. Zorn and D. Mitton",
+  title="{RADIUS and IPv6}",
+  series="Request for Comments",
+  number="3162",
+  howpublished="RFC 3162 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Updated by RFC 8044",
+  url="http://www.ietf.org/rfc/rfc3162.txt",
+}
+
+ at misc{rfc3163,
+  author="R. Zuccherato and M. Nystrom",
+  title="{ISO/IEC 9798-3 Authentication SASL Mechanism}",
+  series="Request for Comments",
+  number="3163",
+  howpublished="RFC 3163 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3163.txt",
+}
+
+ at misc{rfc3164,
+  author="C. Lonvick",
+  title="{The BSD Syslog Protocol}",
+  series="Request for Comments",
+  number="3164",
+  howpublished="RFC 3164 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Obsoleted by RFC 5424",
+  url="http://www.ietf.org/rfc/rfc3164.txt",
+}
+
+ at misc{rfc3165,
+  author="D. Levi and J. Schoenwaelder",
+  title="{Definitions of Managed Objects for the Delegation of Management Scripts}",
+  series="Request for Comments",
+  number="3165",
+  howpublished="RFC 3165 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3165.txt",
+}
+
+ at misc{rfc3166,
+  author="D. Meyer and J. Scudder",
+  title="{Request to Move RFC 1403 to Historic Status}",
+  series="Request for Comments",
+  number="3166",
+  howpublished="RFC 3166 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3166.txt",
+}
+
+ at misc{rfc3167,
+  author="D. Meyer and J. Scudder",
+  title="{Request to Move RFC 1745 to Historic Status}",
+  series="Request for Comments",
+  number="3167",
+  howpublished="RFC 3167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3167.txt",
+}
+
+ at misc{rfc3168,
+  author="K. Ramakrishnan and S. Floyd and D. Black",
+  title="{The Addition of Explicit Congestion Notification (ECN) to IP}",
+  series="Request for Comments",
+  number="3168",
+  howpublished="RFC 3168 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    note="Updated by RFCs 4301, 6040",
+  url="http://www.ietf.org/rfc/rfc3168.txt",
+}
+
+ at misc{rfc3169,
+  author="M. Beadles and D. Mitton",
+  title="{Criteria for Evaluating Network Access Server Protocols}",
+  series="Request for Comments",
+  number="3169",
+  howpublished="RFC 3169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3169.txt",
+}
+
+ at misc{rfc3170,
+  author="B. Quinn and K. Almeroth",
+  title="{IP Multicast Applications: Challenges and Solutions}",
+  series="Request for Comments",
+  number="3170",
+  howpublished="RFC 3170 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3170.txt",
+}
+
+ at misc{rfc3171,
+  author="Z. Albanna and K. Almeroth and D. Meyer and M. Schipper",
+  title="{IANA Guidelines for IPv4 Multicast Address Assignments}",
+  series="Request for Comments",
+  number="3171",
+  howpublished="RFC 3171 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=aug,
+    note="Obsoleted by RFC 5771",
+  url="http://www.ietf.org/rfc/rfc3171.txt",
+}
+
+ at misc{rfc3172,
+  author="G. Huston",
+  title="{Management Guidelines \& Operational Requirements for the Address and Routing Parameter Area Domain ("arpa")}",
+  series="Request for Comments",
+  number="3172",
+  howpublished="RFC 3172 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3172.txt",
+}
+
+ at misc{rfc3173,
+  author="A. Shacham and B. Monsour and R. Pereira and M. Thomas",
+  title="{IP Payload Compression Protocol (IPComp)}",
+  series="Request for Comments",
+  number="3173",
+  howpublished="RFC 3173 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3173.txt",
+}
+
+ at misc{rfc3174,
+  author="D. Eastlake 3rd and P. Jones",
+  title="{US Secure Hash Algorithm 1 (SHA1)}",
+  series="Request for Comments",
+  number="3174",
+  howpublished="RFC 3174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    note="Updated by RFCs 4634, 6234",
+  url="http://www.ietf.org/rfc/rfc3174.txt",
+}
+
+ at misc{rfc3175,
+  author="F. Baker and C. Iturralde and F. Le Faucheur and B. Davie",
+  title="{Aggregation of RSVP for IPv4 and IPv6 Reservations}",
+  series="Request for Comments",
+  number="3175",
+  howpublished="RFC 3175 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    note="Updated by RFC 5350",
+  url="http://www.ietf.org/rfc/rfc3175.txt",
+}
+
+ at misc{rfc3176,
+  author="P. Phaal and S. Panchen and N. McKee",
+  title="{InMon Corporation's sFlow: A Method for Monitoring Traffic in Switched and Routed Networks}",
+  series="Request for Comments",
+  number="3176",
+  howpublished="RFC 3176 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3176.txt",
+}
+
+ at misc{rfc3177,
+  author="IAB and IESG",
+  title="{IAB/IESG Recommendations on IPv6 Address Allocations to Sites}",
+  series="Request for Comments",
+  number="3177",
+  howpublished="RFC 3177 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    note="Obsoleted by RFC 6177",
+  url="http://www.ietf.org/rfc/rfc3177.txt",
+}
+
+ at misc{rfc3178,
+  author="J. Hagino and H. Snyder",
+  title="{IPv6 Multihoming Support at Site Exit Routers}",
+  series="Request for Comments",
+  number="3178",
+  howpublished="RFC 3178 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3178.txt",
+}
+
+ at misc{rfc3179,
+  author="J. Schoenwaelder and J. Quittek",
+  title="{Script MIB Extensibility Protocol Version 1.1}",
+  series="Request for Comments",
+  number="3179",
+  howpublished="RFC 3179 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3179.txt",
+}
+
+ at misc{rfc3180,
+  author="D. Meyer and P. Lothberg",
+  title="{GLOP Addressing in 233/8}",
+  series="Request for Comments",
+  number="3180",
+  howpublished="RFC 3180 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3180.txt",
+}
+
+ at misc{rfc3181,
+  author="S. Herzog",
+  title="{Signaled Preemption Priority Policy Element}",
+  series="Request for Comments",
+  number="3181",
+  howpublished="RFC 3181 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3181.txt",
+}
+
+ at misc{rfc3182,
+  author="S. Yadav and R. Yavatkar and R. Pabbati and P. Ford and T. Moore and S. Herzog and R. Hess",
+  title="{Identity Representation for RSVP}",
+  series="Request for Comments",
+  number="3182",
+  howpublished="RFC 3182 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3182.txt",
+}
+
+ at misc{rfc3183,
+  author="T. Dean and W. Ottaway",
+  title="{Domain Security Services using S/MIME}",
+  series="Request for Comments",
+  number="3183",
+  howpublished="RFC 3183 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3183.txt",
+}
+
+ at misc{rfc3184,
+  author="S. Harris",
+  title="{IETF Guidelines for Conduct}",
+  series="Request for Comments",
+  number="3184",
+  howpublished="RFC 3184 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    note="Obsoleted by RFC 7154",
+  url="http://www.ietf.org/rfc/rfc3184.txt",
+}
+
+ at misc{rfc3185,
+  author="S. Farrell and S. Turner",
+  title="{Reuse of CMS Content Encryption Keys}",
+  series="Request for Comments",
+  number="3185",
+  howpublished="RFC 3185 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3185.txt",
+}
+
+ at misc{rfc3186,
+  author="S. Shimizu and T. Kawano and K. Murakami and E. Beier",
+  title="{MAPOS/PPP Tunneling mode}",
+  series="Request for Comments",
+  number="3186",
+  howpublished="RFC 3186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3186.txt",
+}
+
+ at misc{rfc3187,
+  author="J. Hakala and H. Walravens",
+  title="{Using International Standard Book Numbers as Uniform Resource Names}",
+  series="Request for Comments",
+  number="3187",
+  howpublished="RFC 3187 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3187.txt",
+}
+
+ at misc{rfc3188,
+  author="J. Hakala",
+  title="{Using National Bibliography Numbers as Uniform Resource Names}",
+  series="Request for Comments",
+  number="3188",
+  howpublished="RFC 3188 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3188.txt",
+}
+
+ at misc{rfc3189,
+  author="K. Kobayashi and A. Ogawa and S. Casner and C. Bormann",
+  title="{RTP Payload Format for DV (IEC 61834) Video}",
+  series="Request for Comments",
+  number="3189",
+  howpublished="RFC 3189 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    note="Obsoleted by RFC 6469",
+  url="http://www.ietf.org/rfc/rfc3189.txt",
+}
+
+ at misc{rfc3190,
+  author="K. Kobayashi and A. Ogawa and S. Casner and C. Bormann",
+  title="{RTP Payload Format for 12-bit DAT Audio and 20- and 24-bit Linear Sampled Audio}",
+  series="Request for Comments",
+  number="3190",
+  howpublished="RFC 3190 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3190.txt",
+}
+
+ at misc{rfc3191,
+  author="C. Allocchio",
+  title="{Minimal GSTN address format in Internet Mail}",
+  series="Request for Comments",
+  number="3191",
+  howpublished="RFC 3191 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3191.txt",
+}
+
+ at misc{rfc3192,
+  author="C. Allocchio",
+  title="{Minimal FAX address format in Internet Mail}",
+  series="Request for Comments",
+  number="3192",
+  howpublished="RFC 3192 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3192.txt",
+}
+
+ at misc{rfc3193,
+  author="B. Patel and B. Aboba and W. Dixon and G. Zorn and S. Booth",
+  title="{Securing L2TP using IPsec}",
+  series="Request for Comments",
+  number="3193",
+  howpublished="RFC 3193 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3193.txt",
+}
+
+ at misc{rfc3194,
+  author="A. Durand and C. Huitema",
+  title="{The H-Density Ratio for Address Assignment Efficiency An Update on the H ratio}",
+  series="Request for Comments",
+  number="3194",
+  howpublished="RFC 3194 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3194.txt",
+}
+
+ at misc{rfc3195,
+  author="D. New and M. Rose",
+  title="{Reliable Delivery for syslog}",
+  series="Request for Comments",
+  number="3195",
+  howpublished="RFC 3195 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3195.txt",
+}
+
+ at misc{rfc3196,
+  author="T. Hastings and C. Manros and P. Zehler and C. Kugler and H. Holst",
+  title="{Internet Printing Protocol/1.1: Implementor's Guide}",
+  series="Request for Comments",
+  number="3196",
+  howpublished="RFC 3196 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3196.txt",
+}
+
+ at misc{rfc3197,
+  author="R. Austein",
+  title="{Applicability Statement for DNS MIB Extensions}",
+  series="Request for Comments",
+  number="3197",
+  howpublished="RFC 3197 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3197.txt",
+}
+
+ at misc{rfc3198,
+  author="A. Westerinen and J. Schnizlein and J. Strassner and M. Scherling and B. Quinn and S. Herzog and A. Huynh and M. Carlson and J. Perry and S. Waldbusser",
+  title="{Terminology for Policy-Based Management}",
+  series="Request for Comments",
+  number="3198",
+  howpublished="RFC 3198 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3198.txt",
+}
+
+ at misc{rfc3199,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 3100-3199}",
+  series="Request for Comments",
+  number="3199",
+  howpublished="RFC 3199 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3199.txt",
+}
+
+ at misc{rfc3201,
+  author="R. Steinberger and O. Nicklass",
+  title="{Definitions of Managed Objects for Circuit to Interface Translation}",
+  series="Request for Comments",
+  number="3201",
+  howpublished="RFC 3201 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3201.txt",
+}
+
+ at misc{rfc3202,
+  author="R. Steinberger and O. Nicklass",
+  title="{Definitions of Managed Objects for Frame Relay Service Level Definitions}",
+  series="Request for Comments",
+  number="3202",
+  howpublished="RFC 3202 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3202.txt",
+}
+
+ at misc{rfc3203,
+  author="Y. T'Joens and C. Hublet and P. De Schrijver",
+  title="{DHCP reconfigure extension}",
+  series="Request for Comments",
+  number="3203",
+  howpublished="RFC 3203 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Updated by RFC 6704",
+  url="http://www.ietf.org/rfc/rfc3203.txt",
+}
+
+ at misc{rfc3204,
+  author="E. Zimmerer and J. Peterson and A. Vemuri and L. Ong and F. Audet and M. Watson and M. Zonoun",
+  title="{MIME media types for ISUP and QSIG Objects}",
+  series="Request for Comments",
+  number="3204",
+  howpublished="RFC 3204 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Updated by RFCs 3459, 5621",
+  url="http://www.ietf.org/rfc/rfc3204.txt",
+}
+
+ at misc{rfc3205,
+  author="K. Moore",
+  title="{On the use of HTTP as a Substrate}",
+  series="Request for Comments",
+  number="3205",
+  howpublished="RFC 3205 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3205.txt",
+}
+
+ at misc{rfc3206,
+  author="R. Gellens",
+  title="{The SYS and AUTH POP Response Codes}",
+  series="Request for Comments",
+  number="3206",
+  howpublished="RFC 3206 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3206.txt",
+}
+
+ at misc{rfc3207,
+  author="P. Hoffman",
+  title="{SMTP Service Extension for Secure SMTP over Transport Layer Security}",
+  series="Request for Comments",
+  number="3207",
+  howpublished="RFC 3207 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    note="Updated by RFC 7817",
+  url="http://www.ietf.org/rfc/rfc3207.txt",
+}
+
+ at misc{rfc3208,
+  author="T. Speakman and J. Crowcroft and J. Gemmell and D. Farinacci and S. Lin and D. Leshchiner and M. Luby and T. Montgomery and L. Rizzo and A. Tweedly and N. Bhaskar and R. Edmonstone and R. Sumanasekera and L. Vicisano",
+  title="{PGM Reliable Transport Protocol Specification}",
+  series="Request for Comments",
+  number="3208",
+  howpublished="RFC 3208 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3208.txt",
+}
+
+ at misc{rfc3209,
+  author="D. Awduche and L. Berger and D. Gan and T. Li and V. Srinivasan and G. Swallow",
+  title="{RSVP-TE: Extensions to RSVP for LSP Tunnels}",
+  series="Request for Comments",
+  number="3209",
+  howpublished="RFC 3209 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Updated by RFCs 3936, 4420, 4874, 5151, 5420, 5711, 6780, 6790, 7274",
+  url="http://www.ietf.org/rfc/rfc3209.txt",
+}
+
+ at misc{rfc3210,
+  author="D. Awduche and A. Hannan and X. Xiao",
+  title="{Applicability Statement for Extensions to RSVP for LSP-Tunnels}",
+  series="Request for Comments",
+  number="3210",
+  howpublished="RFC 3210 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3210.txt",
+}
+
+ at misc{rfc3211,
+  author="P. Gutmann",
+  title="{Password-based Encryption for CMS}",
+  series="Request for Comments",
+  number="3211",
+  howpublished="RFC 3211 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Obsoleted by RFCs 3369, 3370",
+  url="http://www.ietf.org/rfc/rfc3211.txt",
+}
+
+ at misc{rfc3212,
+  author="B. Jamoussi and L. Andersson and R. Callon and R. Dantu and L. Wu and P. Doolan and T. Worster and N. Feldman and A. Fredette and M. Girish and E. Gray and J. Heinanen and T. Kilty and A. Malis",
+  title="{Constraint-Based LSP Setup using LDP}",
+  series="Request for Comments",
+  number="3212",
+  howpublished="RFC 3212 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    note="Updated by RFCs 3468, 7358",
+  url="http://www.ietf.org/rfc/rfc3212.txt",
+}
+
+ at misc{rfc3213,
+  author="J. Ash and M. Girish and E. Gray and B. Jamoussi and G. Wright",
+  title="{Applicability Statement for CR-LDP}",
+  series="Request for Comments",
+  number="3213",
+  howpublished="RFC 3213 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3213.txt",
+}
+
+ at misc{rfc3214,
+  author="J. Ash and Y. Lee and P. Ashwood-Smith and B. Jamoussi and D. Fedyk and D. Skalecki and L. Li",
+  title="{LSP Modification Using CR-LDP}",
+  series="Request for Comments",
+  number="3214",
+  howpublished="RFC 3214 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3214.txt",
+}
+
+ at misc{rfc3215,
+  author="C. Boscher and P. Cheval and L. Wu and E. Gray",
+  title="{LDP State Machine}",
+  series="Request for Comments",
+  number="3215",
+  howpublished="RFC 3215 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3215.txt",
+}
+
+ at misc{rfc3216,
+  author="C. Elliott and D. Harrington and J. Jason and J. Schoenwaelder and F. Strauss and W. Weiss",
+  title="{SMIng Objectives}",
+  series="Request for Comments",
+  number="3216",
+  howpublished="RFC 3216 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3216.txt",
+}
+
+ at misc{rfc3217,
+  author="R. Housley",
+  title="{Triple-DES and RC2 Key Wrapping}",
+  series="Request for Comments",
+  number="3217",
+  howpublished="RFC 3217 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3217.txt",
+}
+
+ at misc{rfc3218,
+  author="E. Rescorla",
+  title="{Preventing the Million Message Attack on Cryptographic Message Syntax}",
+  series="Request for Comments",
+  number="3218",
+  howpublished="RFC 3218 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3218.txt",
+}
+
+ at misc{rfc3219,
+  author="J. Rosenberg and H. Salama and M. Squire",
+  title="{Telephony Routing over IP (TRIP)}",
+  series="Request for Comments",
+  number="3219",
+  howpublished="RFC 3219 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3219.txt",
+}
+
+ at misc{rfc3220,
+  author="C. Perkins",
+  title="{IP Mobility Support for IPv4}",
+  series="Request for Comments",
+  number="3220",
+  howpublished="RFC 3220 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    note="Obsoleted by RFC 3344",
+  url="http://www.ietf.org/rfc/rfc3220.txt",
+}
+
+ at misc{rfc3221,
+  author="G. Huston",
+  title="{Commentary on Inter-Domain Routing in the Internet}",
+  series="Request for Comments",
+  number="3221",
+  howpublished="RFC 3221 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3221.txt",
+}
+
+ at misc{rfc3222,
+  author="G. Trotter",
+  title="{Terminology for Forwarding Information Base (FIB) based Router Performance}",
+  series="Request for Comments",
+  number="3222",
+  howpublished="RFC 3222 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3222.txt",
+}
+
+ at misc{rfc3224,
+  author="E. Guttman",
+  title="{Vendor Extensions for Service Location Protocol, Version 2}",
+  series="Request for Comments",
+  number="3224",
+  howpublished="RFC 3224 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3224.txt",
+}
+
+ at misc{rfc3225,
+  author="D. Conrad",
+  title="{Indicating Resolver Support of DNSSEC}",
+  series="Request for Comments",
+  number="3225",
+  howpublished="RFC 3225 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Updated by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3225.txt",
+}
+
+ at misc{rfc3226,
+  author="O. Gudmundsson",
+  title="{DNSSEC and IPv6 A6 aware server/resolver message size requirements}",
+  series="Request for Comments",
+  number="3226",
+  howpublished="RFC 3226 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2001,
+  month=dec,
+    note="Updated by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3226.txt",
+}
+
+ at misc{rfc3227,
+  author="D. Brezinski and T. Killalea",
+  title="{Guidelines for Evidence Collection and Archiving}",
+  series="Request for Comments",
+  number="3227",
+  howpublished="RFC 3227 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3227.txt",
+}
+
+ at misc{rfc3228,
+  author="B. Fenner",
+  title="{IANA Considerations for IPv4 Internet Group Management Protocol (IGMP)}",
+  series="Request for Comments",
+  number="3228",
+  howpublished="RFC 3228 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3228.txt",
+}
+
+ at misc{rfc3229,
+  author="J. Mogul and B. Krishnamurthy and F. Douglis and A. Feldmann and Y. Goland and A. van Hoff and D. Hellerstein",
+  title="{Delta encoding in HTTP}",
+  series="Request for Comments",
+  number="3229",
+  howpublished="RFC 3229 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3229.txt",
+}
+
+ at misc{rfc3230,
+  author="J. Mogul and A. Van Hoff",
+  title="{Instance Digests in HTTP}",
+  series="Request for Comments",
+  number="3230",
+  howpublished="RFC 3230 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3230.txt",
+}
+
+ at misc{rfc3231,
+  author="D. Levi and J. Schoenwaelder",
+  title="{Definitions of Managed Objects for Scheduling Management Operations}",
+  series="Request for Comments",
+  number="3231",
+  howpublished="RFC 3231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3231.txt",
+}
+
+ at misc{rfc3232,
+  author="J. Reynolds",
+  title="{Assigned Numbers: RFC 1700 is Replaced by an On-line Database}",
+  series="Request for Comments",
+  number="3232",
+  howpublished="RFC 3232 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3232.txt",
+}
+
+ at misc{rfc3233,
+  author="P. Hoffman and S. Bradner",
+  title="{Defining the IETF}",
+  series="Request for Comments",
+  number="3233",
+  howpublished="RFC 3233 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3233.txt",
+}
+
+ at misc{rfc3234,
+  author="B. Carpenter and S. Brim",
+  title="{Middleboxes: Taxonomy and Issues}",
+  series="Request for Comments",
+  number="3234",
+  howpublished="RFC 3234 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3234.txt",
+}
+
+ at misc{rfc3235,
+  author="D. Senie",
+  title="{Network Address Translator (NAT)-Friendly Application Design Guidelines}",
+  series="Request for Comments",
+  number="3235",
+  howpublished="RFC 3235 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3235.txt",
+}
+
+ at misc{rfc3236,
+  author="M. Baker and P. Stark",
+  title="{The 'application/xhtml+xml' Media Type}",
+  series="Request for Comments",
+  number="3236",
+  howpublished="RFC 3236 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3236.txt",
+}
+
+ at misc{rfc3237,
+  author="M. Tuexen and Q. Xie and R. Stewart and M. Shore and L. Ong and J. Loughney and M. Stillman",
+  title="{Requirements for Reliable Server Pooling}",
+  series="Request for Comments",
+  number="3237",
+  howpublished="RFC 3237 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3237.txt",
+}
+
+ at misc{rfc3238,
+  author="S. Floyd and L. Daigle",
+  title="{IAB Architectural and Policy Considerations for Open Pluggable Edge Services}",
+  series="Request for Comments",
+  number="3238",
+  howpublished="RFC 3238 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3238.txt",
+}
+
+ at misc{rfc3239,
+  author="C. Kugler and H. Lewis and T. Hastings",
+  title="{Internet Printing Protocol (IPP): Requirements for Job, Printer, and Device Administrative Operations}",
+  series="Request for Comments",
+  number="3239",
+  howpublished="RFC 3239 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3239.txt",
+}
+
+ at misc{rfc3240,
+  author="D. Clunie and E. Cordonnier",
+  title="{Digital Imaging and Communications in Medicine (DICOM) - Application/dicom MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3240",
+  howpublished="RFC 3240 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3240.txt",
+}
+
+ at misc{rfc3241,
+  author="C. Bormann",
+  title="{Robust Header Compression (ROHC) over PPP}",
+  series="Request for Comments",
+  number="3241",
+  howpublished="RFC 3241 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Updated by RFC 4815",
+  url="http://www.ietf.org/rfc/rfc3241.txt",
+}
+
+ at misc{rfc3242,
+  author="L-E. Jonsson and G. Pelletier",
+  title="{RObust Header Compression (ROHC): A Link-Layer Assisted Profile for IP/UDP/RTP}",
+  series="Request for Comments",
+  number="3242",
+  howpublished="RFC 3242 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Obsoleted by RFC 4362",
+  url="http://www.ietf.org/rfc/rfc3242.txt",
+}
+
+ at misc{rfc3243,
+  author="L-E. Jonsson",
+  title="{RObust Header Compression (ROHC): Requirements and Assumptions for 0-byte IP/UDP/RTP Compression}",
+  series="Request for Comments",
+  number="3243",
+  howpublished="RFC 3243 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3243.txt",
+}
+
+ at misc{rfc3244,
+  author="M. Swift and J. Trostle and J. Brezak",
+  title="{Microsoft Windows 2000 Kerberos Change Password and Set Password Protocols}",
+  series="Request for Comments",
+  number="3244",
+  howpublished="RFC 3244 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3244.txt",
+}
+
+ at misc{rfc3245,
+  author="J. Klensin and IAB",
+  title="{The History and Context of Telephone Number Mapping (ENUM) Operational Decisions: Informational Documents Contributed to ITU-T Study Group 2 (SG2)}",
+  series="Request for Comments",
+  number="3245",
+  howpublished="RFC 3245 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3245.txt",
+}
+
+ at misc{rfc3246,
+  author="B. Davie and A. Charny and J.C.R. Bennet and K. Benson and J.Y. Le Boudec and W. Courtney and S. Davari and V. Firoiu and D. Stiliadis",
+  title="{An Expedited Forwarding PHB (Per-Hop Behavior)}",
+  series="Request for Comments",
+  number="3246",
+  howpublished="RFC 3246 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3246.txt",
+}
+
+ at misc{rfc3247,
+  author="A. Charny and J. Bennet and K. Benson and J. Boudec and A. Chiu and W. Courtney and S. Davari and V. Firoiu and C. Kalmanek and K. Ramakrishnan",
+  title="{Supplemental Information for the New Definition of the EF PHB (Expedited Forwarding Per-Hop Behavior)}",
+  series="Request for Comments",
+  number="3247",
+  howpublished="RFC 3247 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3247.txt",
+}
+
+ at misc{rfc3248,
+  author="G. Armitage and B. Carpenter and A. Casati and J. Crowcroft and J. Halpern and B. Kumar and J. Schnizlein",
+  title="{A Delay Bound alternative revision of RFC 2598}",
+  series="Request for Comments",
+  number="3248",
+  howpublished="RFC 3248 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3248.txt",
+}
+
+ at misc{rfc3249,
+  author="V. Cancio and M. Moldovan and H. Tamura and D. Wing",
+  title="{Implementers Guide for Facsimile Using Internet Mail}",
+  series="Request for Comments",
+  number="3249",
+  howpublished="RFC 3249 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3249.txt",
+}
+
+ at misc{rfc3250,
+  author="L. McIntyre and G. Parsons and J. Rafferty",
+  title="{Tag Image File Format Fax eXtended (TIFF-FX) - image/tiff-fx MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3250",
+  howpublished="RFC 3250 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 3950",
+  url="http://www.ietf.org/rfc/rfc3250.txt",
+}
+
+ at misc{rfc3251,
+  author="B. Rajagopalan",
+  title="{Electricity over IP}",
+  series="Request for Comments",
+  number="3251",
+  howpublished="RFC 3251 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3251.txt",
+}
+
+ at misc{rfc3252,
+  author="H. Kennedy",
+  title="{Binary Lexical Octet Ad-hoc Transport}",
+  series="Request for Comments",
+  number="3252",
+  howpublished="RFC 3252 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3252.txt",
+}
+
+ at misc{rfc3253,
+  author="G. Clemm and J. Amsden and T. Ellison and C. Kaler and J. Whitehead",
+  title="{Versioning Extensions to WebDAV (Web Distributed Authoring and Versioning)}",
+  series="Request for Comments",
+  number="3253",
+  howpublished="RFC 3253 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3253.txt",
+}
+
+ at misc{rfc3254,
+  author="H. Alvestrand",
+  title="{Definitions for talking about directories}",
+  series="Request for Comments",
+  number="3254",
+  howpublished="RFC 3254 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3254.txt",
+}
+
+ at misc{rfc3255,
+  author="N. Jones and C. Murton",
+  title="{Extending Point-to-Point Protocol (PPP) over Synchronous Optical NETwork/Synchronous Digital Hierarchy (SONET/SDH) with virtual concatenation, high order and low order payloads}",
+  series="Request for Comments",
+  number="3255",
+  howpublished="RFC 3255 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3255.txt",
+}
+
+ at misc{rfc3256,
+  author="D. Jones and R. Woundy",
+  title="{The DOCSIS (Data-Over-Cable Service Interface Specifications) Device Class DHCP (Dynamic Host Configuration Protocol) Relay Agent Information Sub-option}",
+  series="Request for Comments",
+  number="3256",
+  howpublished="RFC 3256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3256.txt",
+}
+
+ at misc{rfc3257,
+  author="L. Coene",
+  title="{Stream Control Transmission Protocol Applicability Statement}",
+  series="Request for Comments",
+  number="3257",
+  howpublished="RFC 3257 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3257.txt",
+}
+
+ at misc{rfc3258,
+  author="T. Hardie",
+  title="{Distributing Authoritative Name Servers via Shared Unicast Addresses}",
+  series="Request for Comments",
+  number="3258",
+  howpublished="RFC 3258 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3258.txt",
+}
+
+ at misc{rfc3259,
+  author="J. Ott and C. Perkins and D. Kutscher",
+  title="{A Message Bus for Local Coordination}",
+  series="Request for Comments",
+  number="3259",
+  howpublished="RFC 3259 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3259.txt",
+}
+
+ at misc{rfc3260,
+  author="D. Grossman",
+  title="{New Terminology and Clarifications for Diffserv}",
+  series="Request for Comments",
+  number="3260",
+  howpublished="RFC 3260 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3260.txt",
+}
+
+ at misc{rfc3261,
+  author="J. Rosenberg and H. Schulzrinne and G. Camarillo and A. Johnston and J. Peterson and R. Sparks and M. Handley and E. Schooler",
+  title="{SIP: Session Initiation Protocol}",
+  series="Request for Comments",
+  number="3261",
+  howpublished="RFC 3261 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Updated by RFCs 3265, 3853, 4320, 4916, 5393, 5621, 5626, 5630, 5922, 5954, 6026, 6141, 6665, 6878, 7462, 7463",
+  url="http://www.ietf.org/rfc/rfc3261.txt",
+}
+
+ at misc{rfc3262,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{Reliability of Provisional Responses in Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3262",
+  howpublished="RFC 3262 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3262.txt",
+}
+
+ at misc{rfc3263,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{Session Initiation Protocol (SIP): Locating SIP Servers}",
+  series="Request for Comments",
+  number="3263",
+  howpublished="RFC 3263 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Updated by RFC 7984",
+  url="http://www.ietf.org/rfc/rfc3263.txt",
+}
+
+ at misc{rfc3264,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{An Offer/Answer Model with Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="3264",
+  howpublished="RFC 3264 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Updated by RFC 6157",
+  url="http://www.ietf.org/rfc/rfc3264.txt",
+}
+
+ at misc{rfc3265,
+  author="A. B. Roach",
+  title="{Session Initiation Protocol (SIP)-Specific Event Notification}",
+  series="Request for Comments",
+  number="3265",
+  howpublished="RFC 3265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Obsoleted by RFC 6665, updated by RFCs 5367, 5727, 6446",
+  url="http://www.ietf.org/rfc/rfc3265.txt",
+}
+
+ at misc{rfc3266,
+  author="S. Olson and G. Camarillo and A. B. Roach",
+  title="{Support for IPv6 in Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="3266",
+  howpublished="RFC 3266 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Obsoleted by RFC 4566",
+  url="http://www.ietf.org/rfc/rfc3266.txt",
+}
+
+ at misc{rfc3267,
+  author="J. Sjoberg and M. Westerlund and A. Lakaniemi and Q. Xie",
+  title="{Real-Time Transport Protocol (RTP) Payload Format and File Storage Format for the Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB) Audio Codecs}",
+  series="Request for Comments",
+  number="3267",
+  howpublished="RFC 3267 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Obsoleted by RFC 4867",
+  url="http://www.ietf.org/rfc/rfc3267.txt",
+}
+
+ at misc{rfc3268,
+  author="P. Chown",
+  title="{Advanced Encryption Standard (AES) Ciphersuites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="3268",
+  howpublished="RFC 3268 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Obsoleted by RFC 5246",
+  url="http://www.ietf.org/rfc/rfc3268.txt",
+}
+
+ at misc{rfc3269,
+  author="R. Kermode and L. Vicisano",
+  title="{Author Guidelines for Reliable Multicast Transport (RMT) Building Blocks and Protocol Instantiation documents}",
+  series="Request for Comments",
+  number="3269",
+  howpublished="RFC 3269 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3269.txt",
+}
+
+ at misc{rfc3270,
+  author="F. Le Faucheur and L. Wu and B. Davie and S. Davari and P. Vaananen and R. Krishnan and P. Cheval and J. Heinanen",
+  title="{Multi-Protocol Label Switching (MPLS) Support of Differentiated Services}",
+  series="Request for Comments",
+  number="3270",
+  howpublished="RFC 3270 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3270.txt",
+}
+
+ at misc{rfc3271,
+  author="V. Cerf",
+  title="{The Internet is for Everyone}",
+  series="Request for Comments",
+  number="3271",
+  howpublished="RFC 3271 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3271.txt",
+}
+
+ at misc{rfc3272,
+  author="D. Awduche and A. Chiu and A. Elwalid and I. Widjaja and X. Xiao",
+  title="{Overview and Principles of Internet Traffic Engineering}",
+  series="Request for Comments",
+  number="3272",
+  howpublished="RFC 3272 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3272.txt",
+}
+
+ at misc{rfc3273,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base for High Capacity Networks}",
+  series="Request for Comments",
+  number="3273",
+  howpublished="RFC 3273 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    note="Updated by RFC 4502",
+  url="http://www.ietf.org/rfc/rfc3273.txt",
+}
+
+ at misc{rfc3274,
+  author="P. Gutmann",
+  title="{Compressed Data Content Type for Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3274",
+  howpublished="RFC 3274 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3274.txt",
+}
+
+ at misc{rfc3275,
+  author="D. Eastlake 3rd and J. Reagle and D. Solo",
+  title="{(Extensible Markup Language) XML-Signature Syntax and Processing}",
+  series="Request for Comments",
+  number="3275",
+  howpublished="RFC 3275 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3275.txt",
+}
+
+ at misc{rfc3276,
+  author="B. Ray and R. Abbi",
+  title="{Definitions of Managed Objects for High Bit-Rate DSL - 2nd generation (HDSL2) and Single-Pair High-Speed Digital Subscriber Line (SHDSL) Lines Processing}",
+  series="Request for Comments",
+  number="3276",
+  howpublished="RFC 3276 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    note="Obsoleted by RFC 4319",
+  url="http://www.ietf.org/rfc/rfc3276.txt",
+}
+
+ at misc{rfc3277,
+  author="D. McPherson",
+  title="{Intermediate System to Intermediate System (IS-IS) Transient Blackhole Avoidance}",
+  series="Request for Comments",
+  number="3277",
+  howpublished="RFC 3277 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3277.txt",
+}
+
+ at misc{rfc3278,
+  author="S. Blake-Wilson and D. Brown and P. Lambert",
+  title="{Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3278",
+  howpublished="RFC 3278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Obsoleted by RFC 5753",
+  url="http://www.ietf.org/rfc/rfc3278.txt",
+}
+
+ at misc{rfc3279,
+  author="L. Bassham and W. Polk and R. Housley",
+  title="{Algorithms and Identifiers for the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="3279",
+  howpublished="RFC 3279 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Updated by RFCs 4055, 4491, 5480, 5758",
+  url="http://www.ietf.org/rfc/rfc3279.txt",
+}
+
+ at misc{rfc3280,
+  author="R. Housley and W. Polk and W. Ford and D. Solo",
+  title="{Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="3280",
+  howpublished="RFC 3280 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Obsoleted by RFC 5280, updated by RFCs 4325, 4630",
+  url="http://www.ietf.org/rfc/rfc3280.txt",
+}
+
+ at misc{rfc3281,
+  author="S. Farrell and R. Housley",
+  title="{An Internet Attribute Certificate Profile for Authorization}",
+  series="Request for Comments",
+  number="3281",
+  howpublished="RFC 3281 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=apr,
+    note="Obsoleted by RFC 5755",
+  url="http://www.ietf.org/rfc/rfc3281.txt",
+}
+
+ at misc{rfc3282,
+  author="H. Alvestrand",
+  title="{Content Language Headers}",
+  series="Request for Comments",
+  number="3282",
+  howpublished="RFC 3282 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3282.txt",
+}
+
+ at misc{rfc3283,
+  author="B. Mahoney and G. Babics and A. Taler",
+  title="{Guide to Internet Calendaring}",
+  series="Request for Comments",
+  number="3283",
+  howpublished="RFC 3283 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3283.txt",
+}
+
+ at misc{rfc3284,
+  author="D. Korn and J. MacDonald and J. Mogul and K. Vo",
+  title="{The VCDIFF Generic Differencing and Compression Data Format}",
+  series="Request for Comments",
+  number="3284",
+  howpublished="RFC 3284 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3284.txt",
+}
+
+ at misc{rfc3285,
+  author="M. Gahrns and T. Hain",
+  title="{Using Microsoft Word to create Internet Drafts and RFCs}",
+  series="Request for Comments",
+  number="3285",
+  howpublished="RFC 3285 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    note="Obsoleted by RFC 5385",
+  url="http://www.ietf.org/rfc/rfc3285.txt",
+}
+
+ at misc{rfc3286,
+  author="L. Ong and J. Yoakum",
+  title="{An Introduction to the Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="3286",
+  howpublished="RFC 3286 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3286.txt",
+}
+
+ at misc{rfc3287,
+  author="A. Bierman",
+  title="{Remote Monitoring MIB Extensions for Differentiated Services}",
+  series="Request for Comments",
+  number="3287",
+  howpublished="RFC 3287 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3287.txt",
+}
+
+ at misc{rfc3288,
+  author="E. O'Tuathail and M. Rose",
+  title="{Using the Simple Object Access Protocol (SOAP) in Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="3288",
+  howpublished="RFC 3288 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    note="Obsoleted by RFC 4227",
+  url="http://www.ietf.org/rfc/rfc3288.txt",
+}
+
+ at misc{rfc3289,
+  author="F. Baker and K. Chan and A. Smith",
+  title="{Management Information Base for the Differentiated Services Architecture}",
+  series="Request for Comments",
+  number="3289",
+  howpublished="RFC 3289 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3289.txt",
+}
+
+ at misc{rfc3290,
+  author="Y. Bernet and S. Blake and D. Grossman and A. Smith",
+  title="{An Informal Management Model for Diffserv Routers}",
+  series="Request for Comments",
+  number="3290",
+  howpublished="RFC 3290 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3290.txt",
+}
+
+ at misc{rfc3291,
+  author="M. Daniele and B. Haberman and S. Routhier and J. Schoenwaelder",
+  title="{Textual Conventions for Internet Network Addresses}",
+  series="Request for Comments",
+  number="3291",
+  howpublished="RFC 3291 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=may,
+    note="Obsoleted by RFC 4001",
+  url="http://www.ietf.org/rfc/rfc3291.txt",
+}
+
+ at misc{rfc3292,
+  author="A. Doria and F. Hellstrand and K. Sundell and T. Worster",
+  title="{General Switch Management Protocol (GSMP) V3}",
+  series="Request for Comments",
+  number="3292",
+  howpublished="RFC 3292 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3292.txt",
+}
+
+ at misc{rfc3293,
+  author="T. Worster and A. Doria and J. Buerkle",
+  title="{General Switch Management Protocol (GSMP) Packet Encapsulations for Asynchronous Transfer Mode (ATM), Ethernet and Transmission Control Protocol (TCP)}",
+  series="Request for Comments",
+  number="3293",
+  howpublished="RFC 3293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3293.txt",
+}
+
+ at misc{rfc3294,
+  author="A. Doria and K. Sundell",
+  title="{General Switch Management Protocol (GSMP) Applicability}",
+  series="Request for Comments",
+  number="3294",
+  howpublished="RFC 3294 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3294.txt",
+}
+
+ at misc{rfc3295,
+  author="H. Sjostrand and J. Buerkle and B. Srinivasan",
+  title="{Definitions of Managed Objects for the General Switch Management Protocol (GSMP)}",
+  series="Request for Comments",
+  number="3295",
+  howpublished="RFC 3295 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3295.txt",
+}
+
+ at misc{rfc3296,
+  author="K. Zeilenga",
+  title="{Named Subordinate References in Lightweight Directory Access Protocol (LDAP) Directories}",
+  series="Request for Comments",
+  number="3296",
+  howpublished="RFC 3296 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3296.txt",
+}
+
+ at misc{rfc3297,
+  author="G. Klyne and R. Iwazaki and D. Crocker",
+  title="{Content Negotiation for Messaging Services based on Email}",
+  series="Request for Comments",
+  number="3297",
+  howpublished="RFC 3297 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3297.txt",
+}
+
+ at misc{rfc3298,
+  author="I. Faynberg and J. Gato and H. Lu and L. Slutsman",
+  title="{Service in the Public Switched Telephone Network/Intelligent Network (PSTN/IN) Requesting InTernet Service (SPIRITS) Protocol Requirements}",
+  series="Request for Comments",
+  number="3298",
+  howpublished="RFC 3298 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3298.txt",
+}
+
+ at misc{rfc3299,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 3200-3299}",
+  series="Request for Comments",
+  number="3299",
+  howpublished="RFC 3299 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3299.txt",
+}
+
+ at misc{rfc3300,
+  author="J. Reynolds and R. Braden and S. Ginoza and A. De La Cruz",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="3300",
+  howpublished="RFC 3300 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    note="Obsoleted by RFC 3600",
+  url="http://www.ietf.org/rfc/rfc3300.txt",
+}
+
+ at misc{rfc3301,
+  author="Y. T'Joens and P. Crivellari and B. Sales",
+  title="{Layer Two Tunnelling Protocol (L2TP): ATM access network extensions}",
+  series="Request for Comments",
+  number="3301",
+  howpublished="RFC 3301 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3301.txt",
+}
+
+ at misc{rfc3302,
+  author="G. Parsons and J. Rafferty",
+  title="{Tag Image File Format (TIFF) - image/tiff MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3302",
+  howpublished="RFC 3302 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3302.txt",
+}
+
+ at misc{rfc3303,
+  author="P. Srisuresh and J. Kuthan and J. Rosenberg and A. Molitor and A. Rayhan",
+  title="{Middlebox communication architecture and framework}",
+  series="Request for Comments",
+  number="3303",
+  howpublished="RFC 3303 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3303.txt",
+}
+
+ at misc{rfc3304,
+  author="R. P. Swale and P. A. Mart and P. Sijben and S. Brim and M. Shore",
+  title="{Middlebox Communications (midcom) Protocol Requirements}",
+  series="Request for Comments",
+  number="3304",
+  howpublished="RFC 3304 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3304.txt",
+}
+
+ at misc{rfc3305,
+  author="M. Mealling and R. Denenberg",
+  title="{Report from the Joint W3C/IETF URI Planning Interest Group: Uniform Resource Identifiers (URIs), URLs, and Uniform Resource Names (URNs): Clarifications and Recommendations}",
+  series="Request for Comments",
+  number="3305",
+  howpublished="RFC 3305 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3305.txt",
+}
+
+ at misc{rfc3306,
+  author="B. Haberman and D. Thaler",
+  title="{Unicast-Prefix-based IPv6 Multicast Addresses}",
+  series="Request for Comments",
+  number="3306",
+  howpublished="RFC 3306 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Updated by RFCs 3956, 4489, 7371",
+  url="http://www.ietf.org/rfc/rfc3306.txt",
+}
+
+ at misc{rfc3307,
+  author="B. Haberman",
+  title="{Allocation Guidelines for IPv6 Multicast Addresses}",
+  series="Request for Comments",
+  number="3307",
+  howpublished="RFC 3307 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3307.txt",
+}
+
+ at misc{rfc3308,
+  author="P. Calhoun and W. Luo and D. McPherson and K. Peirce",
+  title="{Layer Two Tunneling Protocol (L2TP) Differentiated Services Extension}",
+  series="Request for Comments",
+  number="3308",
+  howpublished="RFC 3308 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3308.txt",
+}
+
+ at misc{rfc3309,
+  author="J. Stone and R. Stewart and D. Otis",
+  title="{Stream Control Transmission Protocol (SCTP) Checksum Change}",
+  series="Request for Comments",
+  number="3309",
+  howpublished="RFC 3309 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 4960",
+  url="http://www.ietf.org/rfc/rfc3309.txt",
+}
+
+ at misc{rfc3310,
+  author="A. Niemi and J. Arkko and V. Torvinen",
+  title="{Hypertext Transfer Protocol (HTTP) Digest Authentication Using Authentication and Key Agreement (AKA)}",
+  series="Request for Comments",
+  number="3310",
+  howpublished="RFC 3310 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3310.txt",
+}
+
+ at misc{rfc3311,
+  author="J. Rosenberg",
+  title="{The Session Initiation Protocol (SIP) UPDATE Method}",
+  series="Request for Comments",
+  number="3311",
+  howpublished="RFC 3311 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3311.txt",
+}
+
+ at misc{rfc3312,
+  author="G. Camarillo and W. Marshall and J. Rosenberg",
+  title="{Integration of Resource Management and Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3312",
+  howpublished="RFC 3312 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    note="Updated by RFCs 4032, 5027",
+  url="http://www.ietf.org/rfc/rfc3312.txt",
+}
+
+ at misc{rfc3313,
+  author="W. Marshall",
+  title="{Private Session Initiation Protocol (SIP) Extensions for Media Authorization}",
+  series="Request for Comments",
+  number="3313",
+  howpublished="RFC 3313 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3313.txt",
+}
+
+ at misc{rfc3314,
+  author="M. Wasserman",
+  title="{Recommendations for IPv6 in Third Generation Partnership Project (3GPP) Standards}",
+  series="Request for Comments",
+  number="3314",
+  howpublished="RFC 3314 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3314.txt",
+}
+
+ at misc{rfc3315,
+  author="R. Droms and J. Bound and B. Volz and T. Lemon and C. Perkins and M. Carney",
+  title="{Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="3315",
+  howpublished="RFC 3315 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFCs 4361, 5494, 6221, 6422, 6644, 7083, 7227, 7283, 7550",
+  url="http://www.ietf.org/rfc/rfc3315.txt",
+}
+
+ at misc{rfc3316,
+  author="J. Arkko and G. Kuijpers and H. Soliman and J. Loughney and J. Wiljakka",
+  title="{Internet Protocol Version 6 (IPv6) for Some Second and Third Generation Cellular Hosts}",
+  series="Request for Comments",
+  number="3316",
+  howpublished="RFC 3316 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Obsoleted by RFC 7066",
+  url="http://www.ietf.org/rfc/rfc3316.txt",
+}
+
+ at misc{rfc3317,
+  author="K. Chan and R. Sahita and S. Hahn and K. McCloghrie",
+  title="{Differentiated Services Quality of Service Policy Information Base}",
+  series="Request for Comments",
+  number="3317",
+  howpublished="RFC 3317 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3317.txt",
+}
+
+ at misc{rfc3318,
+  author="R. Sahita and S. Hahn and K. Chan and K. McCloghrie",
+  title="{Framework Policy Information Base}",
+  series="Request for Comments",
+  number="3318",
+  howpublished="RFC 3318 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3318.txt",
+}
+
+ at misc{rfc3319,
+  author="H. Schulzrinne and B. Volz",
+  title="{Dynamic Host Configuration Protocol (DHCPv6) Options for Session Initiation Protocol (SIP) Servers}",
+  series="Request for Comments",
+  number="3319",
+  howpublished="RFC 3319 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3319.txt",
+}
+
+ at misc{rfc3320,
+  author="R. Price and C. Bormann and J. Christoffersson and H. Hannu and Z. Liu and J. Rosenberg",
+  title="{Signaling Compression (SigComp)}",
+  series="Request for Comments",
+  number="3320",
+  howpublished="RFC 3320 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 4896",
+  url="http://www.ietf.org/rfc/rfc3320.txt",
+}
+
+ at misc{rfc3321,
+  author="H. Hannu and J. Christoffersson and S. Forsgren and K.-C. Leung and Z. Liu and R. Price",
+  title="{Signaling Compression (SigComp) - Extended Operations}",
+  series="Request for Comments",
+  number="3321",
+  howpublished="RFC 3321 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 4896",
+  url="http://www.ietf.org/rfc/rfc3321.txt",
+}
+
+ at misc{rfc3322,
+  author="H. Hannu",
+  title="{Signaling Compression (SigComp) Requirements \& Assumptions}",
+  series="Request for Comments",
+  number="3322",
+  howpublished="RFC 3322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3322.txt",
+}
+
+ at misc{rfc3323,
+  author="J. Peterson",
+  title="{A Privacy Mechanism for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3323",
+  howpublished="RFC 3323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3323.txt",
+}
+
+ at misc{rfc3324,
+  author="M. Watson",
+  title="{Short Term Requirements for Network Asserted Identity}",
+  series="Request for Comments",
+  number="3324",
+  howpublished="RFC 3324 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3324.txt",
+}
+
+ at misc{rfc3325,
+  author="C. Jennings and J. Peterson and M. Watson",
+  title="{Private Extensions to the Session Initiation Protocol (SIP) for Asserted Identity within Trusted Networks}",
+  series="Request for Comments",
+  number="3325",
+  howpublished="RFC 3325 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    note="Updated by RFC 5876",
+  url="http://www.ietf.org/rfc/rfc3325.txt",
+}
+
+ at misc{rfc3326,
+  author="H. Schulzrinne and D. Oran and G. Camarillo",
+  title="{The Reason Header Field for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3326",
+  howpublished="RFC 3326 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3326.txt",
+}
+
+ at misc{rfc3327,
+  author="D. Willis and B. Hoeneisen",
+  title="{Session Initiation Protocol (SIP) Extension Header Field for Registering Non-Adjacent Contacts}",
+  series="Request for Comments",
+  number="3327",
+  howpublished="RFC 3327 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Updated by RFC 5626",
+  url="http://www.ietf.org/rfc/rfc3327.txt",
+}
+
+ at misc{rfc3329,
+  author="J. Arkko and V. Torvinen and G. Camarillo and A. Niemi and T. Haukka",
+  title="{Security Mechanism Agreement for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3329",
+  howpublished="RFC 3329 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3329.txt",
+}
+
+ at misc{rfc3330,
+  author="IANA",
+  title="{Special-Use IPv4 Addresses}",
+  series="Request for Comments",
+  number="3330",
+  howpublished="RFC 3330 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 5735",
+  url="http://www.ietf.org/rfc/rfc3330.txt",
+}
+
+ at misc{rfc3331,
+  author="K. Morneault and R. Dantu and G. Sidebottom and B. Bidulock and J. Heitz",
+  title="{Signaling System 7 (SS7) Message Transfer Part 2 (MTP2) - User Adaptation Layer}",
+  series="Request for Comments",
+  number="3331",
+  howpublished="RFC 3331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3331.txt",
+}
+
+ at misc{rfc3332,
+  author="G. Sidebottom and K. Morneault and J. Pastor-Balbas",
+  title="{Signaling System 7 (SS7) Message Transfer Part 3 (MTP3) - User Adaptation Layer (M3UA)}",
+  series="Request for Comments",
+  number="3332",
+  howpublished="RFC 3332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 4666",
+  url="http://www.ietf.org/rfc/rfc3332.txt",
+}
+
+ at misc{rfc3334,
+  author="T. Zseby and S. Zander and C. Carle",
+  title="{Policy-Based Accounting}",
+  series="Request for Comments",
+  number="3334",
+  howpublished="RFC 3334 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3334.txt",
+}
+
+ at misc{rfc3335,
+  author="T. Harding and R. Drummond and C. Shih",
+  title="{MIME-based Secure Peer-to-Peer Business Data Interchange over the Internet}",
+  series="Request for Comments",
+  number="3335",
+  howpublished="RFC 3335 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3335.txt",
+}
+
+ at misc{rfc3336,
+  author="B. Thompson and T. Koren and B. Buffam",
+  title="{PPP Over Asynchronous Transfer Mode Adaptation Layer 2 (AAL2)}",
+  series="Request for Comments",
+  number="3336",
+  howpublished="RFC 3336 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3336.txt",
+}
+
+ at misc{rfc3337,
+  author="B. Thompson and T. Koren and B. Buffam",
+  title="{Class Extensions for PPP over Asynchronous Transfer Mode Adaptation Layer 2}",
+  series="Request for Comments",
+  number="3337",
+  howpublished="RFC 3337 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3337.txt",
+}
+
+ at misc{rfc3338,
+  author="S. Lee and M-K. Shin and Y-J. Kim and E. Nordmark and A. Durand",
+  title="{Dual Stack Hosts Using "Bump-in-the-API" (BIA)}",
+  series="Request for Comments",
+  number="3338",
+  howpublished="RFC 3338 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    note="Obsoleted by RFC 6535",
+  url="http://www.ietf.org/rfc/rfc3338.txt",
+}
+
+ at misc{rfc3339,
+  author="G. Klyne and C. Newman",
+  title="{Date and Time on the Internet: Timestamps}",
+  series="Request for Comments",
+  number="3339",
+  howpublished="RFC 3339 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3339.txt",
+}
+
+ at misc{rfc3340,
+  author="M. Rose and G. Klyne and D. Crocker",
+  title="{The Application Exchange Core}",
+  series="Request for Comments",
+  number="3340",
+  howpublished="RFC 3340 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3340.txt",
+}
+
+ at misc{rfc3341,
+  author="M. Rose and G. Klyne and D. Crocker",
+  title="{The Application Exchange (APEX) Access Service}",
+  series="Request for Comments",
+  number="3341",
+  howpublished="RFC 3341 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3341.txt",
+}
+
+ at misc{rfc3342,
+  author="E. Dixon and H. Franklin and J. Kint and G. Klyne and D. New and S. Pead and M. Rose and M. Schwartz",
+  title="{The Application Exchange (APEX) Option Party Pack, Part Deux!}",
+  series="Request for Comments",
+  number="3342",
+  howpublished="RFC 3342 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3342.txt",
+}
+
+ at misc{rfc3343,
+  author="M. Rose and G. Klyne and D. Crocker",
+  title="{The Application Exchange (APEX) Presence Service}",
+  series="Request for Comments",
+  number="3343",
+  howpublished="RFC 3343 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3343.txt",
+}
+
+ at misc{rfc3344,
+  author="C. Perkins",
+  title="{IP Mobility Support for IPv4}",
+  series="Request for Comments",
+  number="3344",
+  howpublished="RFC 3344 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Obsoleted by RFC 5944, updated by RFCs 4636, 4721",
+  url="http://www.ietf.org/rfc/rfc3344.txt",
+}
+
+ at misc{rfc3345,
+  author="D. McPherson and V. Gill and D. Walton and A. Retana",
+  title="{Border Gateway Protocol (BGP) Persistent Route Oscillation Condition}",
+  series="Request for Comments",
+  number="3345",
+  howpublished="RFC 3345 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3345.txt",
+}
+
+ at misc{rfc3346,
+  author="J. Boyle and V. Gill and A. Hannan and D. Cooper and D. Awduche and B. Christian and W.S. Lai",
+  title="{Applicability Statement for Traffic Engineering with MPLS}",
+  series="Request for Comments",
+  number="3346",
+  howpublished="RFC 3346 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3346.txt",
+}
+
+ at misc{rfc3347,
+  author="M. Krueger and R. Haagens",
+  title="{Small Computer Systems Interface protocol over the Internet (iSCSI) Requirements and Design Considerations}",
+  series="Request for Comments",
+  number="3347",
+  howpublished="RFC 3347 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3347.txt",
+}
+
+ at misc{rfc3348,
+  author="M. Gahrns and R. Cheng",
+  title="{The Internet Message Action Protocol (IMAP4) Child Mailbox Extension}",
+  series="Request for Comments",
+  number="3348",
+  howpublished="RFC 3348 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3348.txt",
+}
+
+ at misc{rfc3349,
+  author="M. Rose",
+  title="{A Transient Prefix for Identifying Profiles under Development by the Working Groups of the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="3349",
+  howpublished="RFC 3349 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3349.txt",
+}
+
+ at misc{rfc3351,
+  author="N. Charlton and M. Gasson and G. Gybels and M. Spanner and A. van Wijk",
+  title="{User Requirements for the Session Initiation Protocol (SIP) in Support of Deaf, Hard of Hearing and Speech-impaired Individuals}",
+  series="Request for Comments",
+  number="3351",
+  howpublished="RFC 3351 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3351.txt",
+}
+
+ at misc{rfc3352,
+  author="K. Zeilenga",
+  title="{Connection-less Lightweight Directory Access Protocol (CLDAP) to Historic Status}",
+  series="Request for Comments",
+  number="3352",
+  howpublished="RFC 3352 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3352.txt",
+}
+
+ at misc{rfc3353,
+  author="D. Ooms and B. Sales and W. Livens and A. Acharya and F. Griffoul and F. Ansari",
+  title="{Overview of IP Multicast in a Multi-Protocol Label Switching (MPLS) Environment}",
+  series="Request for Comments",
+  number="3353",
+  howpublished="RFC 3353 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3353.txt",
+}
+
+ at misc{rfc3354,
+  author="D. Eastlake 3rd",
+  title="{Internet Open Trading Protocol Version 2 Requirements}",
+  series="Request for Comments",
+  number="3354",
+  howpublished="RFC 3354 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3354.txt",
+}
+
+ at misc{rfc3355,
+  author="A. Singh and R. Turner and R. Tio and S. Nanji",
+  title="{Layer Two Tunnelling Protocol (L2TP) Over ATM Adaptation Layer 5 (AAL5)}",
+  series="Request for Comments",
+  number="3355",
+  howpublished="RFC 3355 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3355.txt",
+}
+
+ at misc{rfc3356,
+  author="G. Fishman and S. Bradner",
+  title="{Internet Engineering Task Force and International Telecommunication Union - Telecommunications Standardization Sector Collaboration Guidelines}",
+  series="Request for Comments",
+  number="3356",
+  howpublished="RFC 3356 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Obsoleted by RFC 6756",
+  url="http://www.ietf.org/rfc/rfc3356.txt",
+}
+
+ at misc{rfc3357,
+  author="R. Koodli and R. Ravikanth",
+  title="{One-way Loss Pattern Sample Metrics}",
+  series="Request for Comments",
+  number="3357",
+  howpublished="RFC 3357 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3357.txt",
+}
+
+ at misc{rfc3358,
+  author="T. Przygienda",
+  title="{Optional Checksums in Intermediate System to Intermediate System (ISIS)}",
+  series="Request for Comments",
+  number="3358",
+  howpublished="RFC 3358 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3358.txt",
+}
+
+ at misc{rfc3359,
+  author="T. Przygienda",
+  title="{Reserved Type, Length and Value (TLV) Codepoints in Intermediate System to Intermediate System}",
+  series="Request for Comments",
+  number="3359",
+  howpublished="RFC 3359 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3359.txt",
+}
+
+ at misc{rfc3360,
+  author="S. Floyd",
+  title="{Inappropriate TCP Resets Considered Harmful}",
+  series="Request for Comments",
+  number="3360",
+  howpublished="RFC 3360 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3360.txt",
+}
+
+ at misc{rfc3361,
+  author="H. Schulzrinne",
+  title="{Dynamic Host Configuration Protocol (DHCP-for-IPv4) Option for Session Initiation Protocol (SIP) Servers}",
+  series="Request for Comments",
+  number="3361",
+  howpublished="RFC 3361 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3361.txt",
+}
+
+ at misc{rfc3362,
+  author="G. Parsons",
+  title="{Real-time Facsimile (T.38) - image/t38 MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3362",
+  howpublished="RFC 3362 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3362.txt",
+}
+
+ at misc{rfc3363,
+  author="R. Bush and A. Durand and B. Fink and O. Gudmundsson and T. Hain",
+  title="{Representing Internet Protocol version 6 (IPv6) Addresses in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="3363",
+  howpublished="RFC 3363 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Updated by RFC 6672",
+  url="http://www.ietf.org/rfc/rfc3363.txt",
+}
+
+ at misc{rfc3364,
+  author="R. Austein",
+  title="{Tradeoffs in Domain Name System (DNS) Support for Internet Protocol version 6 (IPv6)}",
+  series="Request for Comments",
+  number="3364",
+  howpublished="RFC 3364 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3364.txt",
+}
+
+ at misc{rfc3365,
+  author="J. Schiller",
+  title="{Strong Security Requirements for Internet Engineering Task Force Standard Protocols}",
+  series="Request for Comments",
+  number="3365",
+  howpublished="RFC 3365 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3365.txt",
+}
+
+ at misc{rfc3366,
+  author="G. Fairhurst and L. Wood",
+  title="{Advice to link designers on link Automatic Repeat reQuest (ARQ)}",
+  series="Request for Comments",
+  number="3366",
+  howpublished="RFC 3366 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3366.txt",
+}
+
+ at misc{rfc3367,
+  author="N. Popp and M. Mealling and M. Moseley",
+  title="{Common Name Resolution Protocol (CNRP)}",
+  series="Request for Comments",
+  number="3367",
+  howpublished="RFC 3367 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3367.txt",
+}
+
+ at misc{rfc3368,
+  author="M. Mealling",
+  title="{The 'go' URI Scheme for the Common Name Resolution Protocol}",
+  series="Request for Comments",
+  number="3368",
+  howpublished="RFC 3368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3368.txt",
+}
+
+ at misc{rfc3369,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3369",
+  howpublished="RFC 3369 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Obsoleted by RFC 3852",
+  url="http://www.ietf.org/rfc/rfc3369.txt",
+}
+
+ at misc{rfc3370,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Algorithms}",
+  series="Request for Comments",
+  number="3370",
+  howpublished="RFC 3370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    note="Updated by RFC 5754",
+  url="http://www.ietf.org/rfc/rfc3370.txt",
+}
+
+ at misc{rfc3371,
+  author="E. Caves and P. Calhoun and R. Wheeler",
+  title="{Layer Two Tunneling Protocol "L2TP" Management Information Base}",
+  series="Request for Comments",
+  number="3371",
+  howpublished="RFC 3371 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3371.txt",
+}
+
+ at misc{rfc3372,
+  author="A. Vemuri and J. Peterson",
+  title="{Session Initiation Protocol for Telephones (SIP-T): Context and Architectures}",
+  series="Request for Comments",
+  number="3372",
+  howpublished="RFC 3372 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3372.txt",
+}
+
+ at misc{rfc3373,
+  author="D. Katz and R. Saluja",
+  title="{Three-Way Handshake for Intermediate System to Intermediate System (IS-IS) Point-to-Point Adjacencies}",
+  series="Request for Comments",
+  number="3373",
+  howpublished="RFC 3373 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 5303",
+  url="http://www.ietf.org/rfc/rfc3373.txt",
+}
+
+ at misc{rfc3374,
+  author="J. Kempf",
+  title="{Problem Description: Reasons For Performing Context Transfers Between Nodes in an IP Access Network}",
+  series="Request for Comments",
+  number="3374",
+  howpublished="RFC 3374 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3374.txt",
+}
+
+ at misc{rfc3375,
+  author="S. Hollenbeck",
+  title="{Generic Registry-Registrar Protocol Requirements}",
+  series="Request for Comments",
+  number="3375",
+  howpublished="RFC 3375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3375.txt",
+}
+
+ at misc{rfc3376,
+  author="B. Cain and S. Deering and I. Kouvelas and B. Fenner and A. Thyagarajan",
+  title="{Internet Group Management Protocol, Version 3}",
+  series="Request for Comments",
+  number="3376",
+  howpublished="RFC 3376 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    note="Updated by RFC 4604",
+  url="http://www.ietf.org/rfc/rfc3376.txt",
+}
+
+ at misc{rfc3377,
+  author="J. Hodges and R. Morgan",
+  title="{Lightweight Directory Access Protocol (v3): Technical Specification}",
+  series="Request for Comments",
+  number="3377",
+  howpublished="RFC 3377 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 4510",
+  url="http://www.ietf.org/rfc/rfc3377.txt",
+}
+
+ at misc{rfc3378,
+  author="R. Housley and S. Hollenbeck",
+  title="{EtherIP: Tunneling Ethernet Frames in IP Datagrams}",
+  series="Request for Comments",
+  number="3378",
+  howpublished="RFC 3378 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3378.txt",
+}
+
+ at misc{rfc3379,
+  author="D. Pinkas and R. Housley",
+  title="{Delegated Path Validation and Delegated Path Discovery Protocol Requirements}",
+  series="Request for Comments",
+  number="3379",
+  howpublished="RFC 3379 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3379.txt",
+}
+
+ at misc{rfc3380,
+  author="T. Hastings and R. Herriot and C. Kugler and H. Lewis",
+  title="{Internet Printing Protocol (IPP): Job and Printer Set Operations}",
+  series="Request for Comments",
+  number="3380",
+  howpublished="RFC 3380 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3380.txt",
+}
+
+ at misc{rfc3381,
+  author="T. Hastings and H. Lewis and R. Bergman",
+  title="{Internet Printing Protocol (IPP): Job Progress Attributes}",
+  series="Request for Comments",
+  number="3381",
+  howpublished="RFC 3381 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 8011",
+  url="http://www.ietf.org/rfc/rfc3381.txt",
+}
+
+ at misc{rfc3382,
+  author="R. deBry and T. Hastings and R. Herriot and K. Ocke and P. Zehler",
+  title="{Internet Printing Protocol (IPP): The 'collection' attribute syntax}",
+  series="Request for Comments",
+  number="3382",
+  howpublished="RFC 3382 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFCs 8010, 8011",
+  url="http://www.ietf.org/rfc/rfc3382.txt",
+}
+
+ at misc{rfc3383,
+  author="K. Zeilenga",
+  title="{Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3383",
+  howpublished="RFC 3383 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    note="Obsoleted by RFC 4520",
+  url="http://www.ietf.org/rfc/rfc3383.txt",
+}
+
+ at misc{rfc3384,
+  author="E. Stokes and R. Weiser and R. Moats and R. Huber",
+  title="{Lightweight Directory Access Protocol (version 3) Replication Requirements}",
+  series="Request for Comments",
+  number="3384",
+  howpublished="RFC 3384 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3384.txt",
+}
+
+ at misc{rfc3385,
+  author="D. Sheinwald and J. Satran and P. Thaler and V. Cavanna",
+  title="{Internet Protocol Small Computer System Interface (iSCSI) Cyclic Redundancy Check (CRC)/Checksum Considerations}",
+  series="Request for Comments",
+  number="3385",
+  howpublished="RFC 3385 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3385.txt",
+}
+
+ at misc{rfc3386,
+  author="W. Lai and D. McDysan",
+  title="{Network Hierarchy and Multilayer Survivability}",
+  series="Request for Comments",
+  number="3386",
+  howpublished="RFC 3386 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3386.txt",
+}
+
+ at misc{rfc3387,
+  author="M. Eder and H. Chaskar and S. Nag",
+  title="{Considerations from the Service Management Research Group (SMRG) on Quality of Service (QoS) in the IP Network}",
+  series="Request for Comments",
+  number="3387",
+  howpublished="RFC 3387 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3387.txt",
+}
+
+ at misc{rfc3388,
+  author="G. Camarillo and G. Eriksson and J. Holler and H. Schulzrinne",
+  title="{Grouping of Media Lines in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="3388",
+  howpublished="RFC 3388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 5888",
+  url="http://www.ietf.org/rfc/rfc3388.txt",
+}
+
+ at misc{rfc3389,
+  author="R. Zopf",
+  title="{Real-time Transport Protocol (RTP) Payload for Comfort Noise (CN)}",
+  series="Request for Comments",
+  number="3389",
+  howpublished="RFC 3389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3389.txt",
+}
+
+ at misc{rfc3390,
+  author="M. Allman and S. Floyd and C. Partridge",
+  title="{Increasing TCP's Initial Window}",
+  series="Request for Comments",
+  number="3390",
+  howpublished="RFC 3390 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3390.txt",
+}
+
+ at misc{rfc3391,
+  author="R. Herriot",
+  title="{The MIME Application/Vnd.pwg-multiplexed Content-Type}",
+  series="Request for Comments",
+  number="3391",
+  howpublished="RFC 3391 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3391.txt",
+}
+
+ at misc{rfc3392,
+  author="R. Chandra and J. Scudder",
+  title="{Capabilities Advertisement with BGP-4}",
+  series="Request for Comments",
+  number="3392",
+  howpublished="RFC 3392 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    note="Obsoleted by RFC 5492",
+  url="http://www.ietf.org/rfc/rfc3392.txt",
+}
+
+ at misc{rfc3393,
+  author="C. Demichelis and P. Chimento",
+  title="{IP Packet Delay Variation Metric for IP Performance Metrics (IPPM)}",
+  series="Request for Comments",
+  number="3393",
+  howpublished="RFC 3393 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3393.txt",
+}
+
+ at misc{rfc3394,
+  author="J. Schaad and R. Housley",
+  title="{Advanced Encryption Standard (AES) Key Wrap Algorithm}",
+  series="Request for Comments",
+  number="3394",
+  howpublished="RFC 3394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3394.txt",
+}
+
+ at misc{rfc3395,
+  author="A. Bierman and C. Bucci and R. Dietz and A. Warth",
+  title="{Remote Network Monitoring MIB Protocol Identifier Reference Extensions}",
+  series="Request for Comments",
+  number="3395",
+  howpublished="RFC 3395 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3395.txt",
+}
+
+ at misc{rfc3396,
+  author="T. Lemon and S. Cheshire",
+  title="{Encoding Long Options in the Dynamic Host Configuration Protocol (DHCPv4)}",
+  series="Request for Comments",
+  number="3396",
+  howpublished="RFC 3396 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3396.txt",
+}
+
+ at misc{rfc3397,
+  author="B. Aboba and S. Cheshire",
+  title="{Dynamic Host Configuration Protocol (DHCP) Domain Search Option}",
+  series="Request for Comments",
+  number="3397",
+  howpublished="RFC 3397 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3397.txt",
+}
+
+ at misc{rfc3398,
+  author="G. Camarillo and A. B. Roach and J. Peterson and L. Ong",
+  title="{Integrated Services Digital Network (ISDN) User Part (ISUP) to Session Initiation Protocol (SIP) Mapping}",
+  series="Request for Comments",
+  number="3398",
+  howpublished="RFC 3398 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3398.txt",
+}
+
+ at misc{rfc3401,
+  author="M. Mealling",
+  title="{Dynamic Delegation Discovery System (DDDS) Part One: The Comprehensive DDDS}",
+  series="Request for Comments",
+  number="3401",
+  howpublished="RFC 3401 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3401.txt",
+}
+
+ at misc{rfc3402,
+  author="M. Mealling",
+  title="{Dynamic Delegation Discovery System (DDDS) Part Two: The Algorithm}",
+  series="Request for Comments",
+  number="3402",
+  howpublished="RFC 3402 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3402.txt",
+}
+
+ at misc{rfc3403,
+  author="M. Mealling",
+  title="{Dynamic Delegation Discovery System (DDDS) Part Three: The Domain Name System (DNS) Database}",
+  series="Request for Comments",
+  number="3403",
+  howpublished="RFC 3403 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3403.txt",
+}
+
+ at misc{rfc3404,
+  author="M. Mealling",
+  title="{Dynamic Delegation Discovery System (DDDS) Part Four: The Uniform Resource Identifiers (URI)}",
+  series="Request for Comments",
+  number="3404",
+  howpublished="RFC 3404 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3404.txt",
+}
+
+ at misc{rfc3405,
+  author="M. Mealling",
+  title="{Dynamic Delegation Discovery System (DDDS) Part Five: URI.ARPA Assignment Procedures}",
+  series="Request for Comments",
+  number="3405",
+  howpublished="RFC 3405 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3405.txt",
+}
+
+ at misc{rfc3406,
+  author="L. Daigle and D. van Gulik and R. Iannella and P. Faltstrom",
+  title="{Uniform Resource Names (URN) Namespace Definition Mechanisms}",
+  series="Request for Comments",
+  number="3406",
+  howpublished="RFC 3406 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3406.txt",
+}
+
+ at misc{rfc3407,
+  author="F. Andreasen",
+  title="{Session Description Protocol (SDP) Simple Capability Declaration}",
+  series="Request for Comments",
+  number="3407",
+  howpublished="RFC 3407 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3407.txt",
+}
+
+ at misc{rfc3408,
+  author="Z. Liu and K. Le",
+  title="{Zero-byte Support for Bidirectional Reliable Mode (R-mode) in Extended Link-Layer Assisted RObust Header Compression (ROHC) Profile}",
+  series="Request for Comments",
+  number="3408",
+  howpublished="RFC 3408 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3408.txt",
+}
+
+ at misc{rfc3409,
+  author="K. Svanbro",
+  title="{Lower Layer Guidelines for Robust RTP/UDP/IP Header Compression}",
+  series="Request for Comments",
+  number="3409",
+  howpublished="RFC 3409 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3409.txt",
+}
+
+ at misc{rfc3410,
+  author="J. Case and R. Mundy and D. Partain and B. Stewart",
+  title="{Introduction and Applicability Statements for Internet-Standard Management Framework}",
+  series="Request for Comments",
+  number="3410",
+  howpublished="RFC 3410 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3410.txt",
+}
+
+ at misc{rfc3411,
+  author="D. Harrington and R. Presuhn and B. Wijnen",
+  title="{An Architecture for Describing Simple Network Management Protocol (SNMP) Management Frameworks}",
+  series="Request for Comments",
+  number="3411",
+  howpublished="RFC 3411 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Updated by RFCs 5343, 5590",
+  url="http://www.ietf.org/rfc/rfc3411.txt",
+}
+
+ at misc{rfc3412,
+  author="J. Case and D. Harrington and R. Presuhn and B. Wijnen",
+  title="{Message Processing and Dispatching for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3412",
+  howpublished="RFC 3412 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Updated by RFC 5590",
+  url="http://www.ietf.org/rfc/rfc3412.txt",
+}
+
+ at misc{rfc3413,
+  author="D. Levi and P. Meyer and B. Stewart",
+  title="{Simple Network Management Protocol (SNMP) Applications}",
+  series="Request for Comments",
+  number="3413",
+  howpublished="RFC 3413 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3413.txt",
+}
+
+ at misc{rfc3414,
+  author="U. Blumenthal and B. Wijnen",
+  title="{User-based Security Model (USM) for version 3 of the Simple Network Management Protocol (SNMPv3)}",
+  series="Request for Comments",
+  number="3414",
+  howpublished="RFC 3414 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Updated by RFC 5590",
+  url="http://www.ietf.org/rfc/rfc3414.txt",
+}
+
+ at misc{rfc3415,
+  author="B. Wijnen and R. Presuhn and K. McCloghrie",
+  title="{View-based Access Control Model (VACM) for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3415",
+  howpublished="RFC 3415 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3415.txt",
+}
+
+ at misc{rfc3416,
+  author="R. Presuhn",
+  title="{Version 2 of the Protocol Operations for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3416",
+  howpublished="RFC 3416 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3416.txt",
+}
+
+ at misc{rfc3417,
+  author="R. Presuhn",
+  title="{Transport Mappings for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3417",
+  howpublished="RFC 3417 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Updated by RFCs 4789, 5590",
+  url="http://www.ietf.org/rfc/rfc3417.txt",
+}
+
+ at misc{rfc3418,
+  author="R. Presuhn",
+  title="{Management Information Base (MIB) for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3418",
+  howpublished="RFC 3418 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3418.txt",
+}
+
+ at misc{rfc3419,
+  author="M. Daniele and J. Schoenwaelder",
+  title="{Textual Conventions for Transport Addresses}",
+  series="Request for Comments",
+  number="3419",
+  howpublished="RFC 3419 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3419.txt",
+}
+
+ at misc{rfc3420,
+  author="R. Sparks",
+  title="{Internet Media Type message/sipfrag}",
+  series="Request for Comments",
+  number="3420",
+  howpublished="RFC 3420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3420.txt",
+}
+
+ at misc{rfc3421,
+  author="W. Zhao and H. Schulzrinne and E. Guttman and C. Bisdikian and W. Jerome",
+  title="{Select and Sort Extensions for the Service Location Protocol (SLP)}",
+  series="Request for Comments",
+  number="3421",
+  howpublished="RFC 3421 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3421.txt",
+}
+
+ at misc{rfc3422,
+  author="O. Okamoto and M. Maruyama and T. Sajima",
+  title="{Forwarding Media Access Control (MAC) Frames over Multiple Access Protocol over Synchronous Optical Network/Synchronous Digital Hierarchy (MAPOS)}",
+  series="Request for Comments",
+  number="3422",
+  howpublished="RFC 3422 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3422.txt",
+}
+
+ at misc{rfc3423,
+  author="K. Zhang and E. Elkin",
+  title="{XACCT's Common Reliable Accounting for Network Element (CRANE) Protocol Specification Version 1.0}",
+  series="Request for Comments",
+  number="3423",
+  howpublished="RFC 3423 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3423.txt",
+}
+
+ at misc{rfc3424,
+  author="L. Daigle and IAB",
+  title="{IAB Considerations for UNilateral Self-Address Fixing (UNSAF) Across Network Address Translation}",
+  series="Request for Comments",
+  number="3424",
+  howpublished="RFC 3424 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3424.txt",
+}
+
+ at misc{rfc3425,
+  author="D. Lawrence",
+  title="{Obsoleting IQUERY}",
+  series="Request for Comments",
+  number="3425",
+  howpublished="RFC 3425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3425.txt",
+}
+
+ at misc{rfc3426,
+  author="S. Floyd",
+  title="{General Architectural and Policy Considerations}",
+  series="Request for Comments",
+  number="3426",
+  howpublished="RFC 3426 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3426.txt",
+}
+
+ at misc{rfc3427,
+  author="A. Mankin and S. Bradner and R. Mahy and D. Willis and J. Ott and B. Rosen",
+  title="{Change Process for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3427",
+  howpublished="RFC 3427 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 5727, updated by RFCs 3968, 3969",
+  url="http://www.ietf.org/rfc/rfc3427.txt",
+}
+
+ at misc{rfc3428,
+  author="B. Campbell and J. Rosenberg and H. Schulzrinne and C. Huitema and D. Gurle",
+  title="{Session Initiation Protocol (SIP) Extension for Instant Messaging}",
+  series="Request for Comments",
+  number="3428",
+  howpublished="RFC 3428 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3428.txt",
+}
+
+ at misc{rfc3429,
+  author="H. Ohta",
+  title="{Assignment of the 'OAM Alert Label' for Multiprotocol Label Switching Architecture (MPLS) Operation and Maintenance (OAM) Functions}",
+  series="Request for Comments",
+  number="3429",
+  howpublished="RFC 3429 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3429.txt",
+}
+
+ at misc{rfc3430,
+  author="J. Schoenwaelder",
+  title="{Simple Network Management Protocol Over Transmission Control Protocol Transport Mapping}",
+  series="Request for Comments",
+  number="3430",
+  howpublished="RFC 3430 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3430.txt",
+}
+
+ at misc{rfc3431,
+  author="W. Segmuller",
+  title="{Sieve Extension: Relational Tests}",
+  series="Request for Comments",
+  number="3431",
+  howpublished="RFC 3431 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 5231",
+  url="http://www.ietf.org/rfc/rfc3431.txt",
+}
+
+ at misc{rfc3432,
+  author="V. Raisanen and G. Grotefeld and A. Morton",
+  title="{Network performance measurement with periodic streams}",
+  series="Request for Comments",
+  number="3432",
+  howpublished="RFC 3432 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3432.txt",
+}
+
+ at misc{rfc3433,
+  author="A. Bierman and D. Romascanu and K.C. Norseth",
+  title="{Entity Sensor Management Information Base}",
+  series="Request for Comments",
+  number="3433",
+  howpublished="RFC 3433 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3433.txt",
+}
+
+ at misc{rfc3434,
+  author="A. Bierman and K. McCloghrie",
+  title="{Remote Monitoring MIB Extensions for High Capacity Alarms}",
+  series="Request for Comments",
+  number="3434",
+  howpublished="RFC 3434 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3434.txt",
+}
+
+ at misc{rfc3435,
+  author="F. Andreasen and B. Foster",
+  title="{Media Gateway Control Protocol (MGCP) Version 1.0}",
+  series="Request for Comments",
+  number="3435",
+  howpublished="RFC 3435 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 3661",
+  url="http://www.ietf.org/rfc/rfc3435.txt",
+}
+
+ at misc{rfc3436,
+  author="A. Jungmaier and E. Rescorla and M. Tuexen",
+  title="{Transport Layer Security over Stream Control Transmission Protocol}",
+  series="Request for Comments",
+  number="3436",
+  howpublished="RFC 3436 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3436.txt",
+}
+
+ at misc{rfc3437,
+  author="W. Palter and W. Townsley",
+  title="{Layer-Two Tunneling Protocol Extensions for PPP Link Control Protocol Negotiation}",
+  series="Request for Comments",
+  number="3437",
+  howpublished="RFC 3437 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3437.txt",
+}
+
+ at misc{rfc3438,
+  author="W. Townsley",
+  title="{Layer Two Tunneling Protocol (L2TP) Internet Assigned Numbers Authority (IANA) Considerations Update}",
+  series="Request for Comments",
+  number="3438",
+  howpublished="RFC 3438 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3438.txt",
+}
+
+ at misc{rfc3439,
+  author="R. Bush and D. Meyer",
+  title="{Some Internet Architectural Guidelines and Philosophy}",
+  series="Request for Comments",
+  number="3439",
+  howpublished="RFC 3439 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3439.txt",
+}
+
+ at misc{rfc3440,
+  author="F. Ly and G. Bathrick",
+  title="{Definitions of Extension Managed Objects for Asymmetric Digital Subscriber Lines}",
+  series="Request for Comments",
+  number="3440",
+  howpublished="RFC 3440 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3440.txt",
+}
+
+ at misc{rfc3441,
+  author="R. Kumar",
+  title="{Asynchronous Transfer Mode (ATM) Package for the Media Gateway Control Protocol (MGCP)}",
+  series="Request for Comments",
+  number="3441",
+  howpublished="RFC 3441 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3441.txt",
+}
+
+ at misc{rfc3442,
+  author="T. Lemon and S. Cheshire and B. Volz",
+  title="{The Classless Static Route Option for Dynamic Host Configuration Protocol (DHCP) version 4}",
+  series="Request for Comments",
+  number="3442",
+  howpublished="RFC 3442 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3442.txt",
+}
+
+ at misc{rfc3443,
+  author="P. Agarwal and B. Akyol",
+  title="{Time To Live (TTL) Processing in Multi-Protocol Label Switching (MPLS) Networks}",
+  series="Request for Comments",
+  number="3443",
+  howpublished="RFC 3443 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3443.txt",
+}
+
+ at misc{rfc3444,
+  author="A. Pras and J. Schoenwaelder",
+  title="{On the Difference between Information Models and Data Models}",
+  series="Request for Comments",
+  number="3444",
+  howpublished="RFC 3444 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3444.txt",
+}
+
+ at misc{rfc3445,
+  author="D. Massey and S. Rose",
+  title="{Limiting the Scope of the KEY Resource Record (RR)}",
+  series="Request for Comments",
+  number="3445",
+  howpublished="RFC 3445 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3445.txt",
+}
+
+ at misc{rfc3446,
+  author="D. Kim and D. Meyer and H. Kilmer and D. Farinacci",
+  title="{Anycast Rendevous Point (RP) mechanism using Protocol Independent Multicast (PIM) and Multicast Source Discovery Protocol (MSDP)}",
+  series="Request for Comments",
+  number="3446",
+  howpublished="RFC 3446 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3446.txt",
+}
+
+ at misc{rfc3447,
+  author="J. Jonsson and B. Kaliski",
+  title="{Public-Key Cryptography Standards (PKCS) \#1: RSA Cryptography Specifications Version 2.1}",
+  series="Request for Comments",
+  number="3447",
+  howpublished="RFC 3447 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Obsoleted by RFC 8017",
+  url="http://www.ietf.org/rfc/rfc3447.txt",
+}
+
+ at misc{rfc3448,
+  author="M. Handley and S. Floyd and J. Padhye and J. Widmer",
+  title="{TCP Friendly Rate Control (TFRC): Protocol Specification}",
+  series="Request for Comments",
+  number="3448",
+  howpublished="RFC 3448 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Obsoleted by RFC 5348",
+  url="http://www.ietf.org/rfc/rfc3448.txt",
+}
+
+ at misc{rfc3449,
+  author="H. Balakrishnan and V. Padmanabhan and G. Fairhurst and M. Sooriyabandara",
+  title="{TCP Performance Implications of Network Path Asymmetry}",
+  series="Request for Comments",
+  number="3449",
+  howpublished="RFC 3449 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3449.txt",
+}
+
+ at misc{rfc3450,
+  author="M. Luby and J. Gemmell and L. Vicisano and L. Rizzo and J. Crowcroft",
+  title="{Asynchronous Layered Coding (ALC) Protocol Instantiation}",
+  series="Request for Comments",
+  number="3450",
+  howpublished="RFC 3450 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 5775",
+  url="http://www.ietf.org/rfc/rfc3450.txt",
+}
+
+ at misc{rfc3451,
+  author="M. Luby and J. Gemmell and L. Vicisano and L. Rizzo and M. Handley and J. Crowcroft",
+  title="{Layered Coding Transport (LCT) Building Block}",
+  series="Request for Comments",
+  number="3451",
+  howpublished="RFC 3451 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 5651",
+  url="http://www.ietf.org/rfc/rfc3451.txt",
+}
+
+ at misc{rfc3452,
+  author="M. Luby and L. Vicisano and J. Gemmell and L. Rizzo and M. Handley and J. Crowcroft",
+  title="{Forward Error Correction (FEC) Building Block}",
+  series="Request for Comments",
+  number="3452",
+  howpublished="RFC 3452 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFCs 5052, 5445",
+  url="http://www.ietf.org/rfc/rfc3452.txt",
+}
+
+ at misc{rfc3453,
+  author="M. Luby and L. Vicisano and J. Gemmell and L. Rizzo and M. Handley and J. Crowcroft",
+  title="{The Use of Forward Error Correction (FEC) in Reliable Multicast}",
+  series="Request for Comments",
+  number="3453",
+  howpublished="RFC 3453 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3453.txt",
+}
+
+ at misc{rfc3454,
+  author="P. Hoffman and M. Blanchet",
+  title="{Preparation of Internationalized Strings ("stringprep")}",
+  series="Request for Comments",
+  number="3454",
+  howpublished="RFC 3454 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2002,
+  month=dec,
+    note="Obsoleted by RFC 7564",
+  url="http://www.ietf.org/rfc/rfc3454.txt",
+}
+
+ at misc{rfc3455,
+  author="M. Garcia-Martin and E. Henrikson and D. Mills",
+  title="{Private Header (P-Header) Extensions to the Session Initiation Protocol (SIP) for the 3rd-Generation Partnership Project (3GPP)}",
+  series="Request for Comments",
+  number="3455",
+  howpublished="RFC 3455 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Obsoleted by RFC 7315",
+  url="http://www.ietf.org/rfc/rfc3455.txt",
+}
+
+ at misc{rfc3456,
+  author="B. Patel and B. Aboba and S. Kelly and V. Gupta",
+  title="{Dynamic Host Configuration Protocol (DHCPv4) Configuration of IPsec Tunnel Mode}",
+  series="Request for Comments",
+  number="3456",
+  howpublished="RFC 3456 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3456.txt",
+}
+
+ at misc{rfc3457,
+  author="S. Kelly and S. Ramamoorthi",
+  title="{Requirements for IPsec Remote Access Scenarios}",
+  series="Request for Comments",
+  number="3457",
+  howpublished="RFC 3457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3457.txt",
+}
+
+ at misc{rfc3458,
+  author="E. Burger and E. Candell and C. Eliot and G. Klyne",
+  title="{Message Context for Internet Mail}",
+  series="Request for Comments",
+  number="3458",
+  howpublished="RFC 3458 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 3938",
+  url="http://www.ietf.org/rfc/rfc3458.txt",
+}
+
+ at misc{rfc3459,
+  author="E. Burger",
+  title="{Critical Content Multi-purpose Internet Mail Extensions (MIME) Parameter}",
+  series="Request for Comments",
+  number="3459",
+  howpublished="RFC 3459 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 5621",
+  url="http://www.ietf.org/rfc/rfc3459.txt",
+}
+
+ at misc{rfc3460,
+  author="B. Moore",
+  title="{Policy Core Information Model (PCIM) Extensions}",
+  series="Request for Comments",
+  number="3460",
+  howpublished="RFC 3460 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3460.txt",
+}
+
+ at misc{rfc3461,
+  author="K. Moore",
+  title="{Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs)}",
+  series="Request for Comments",
+  number="3461",
+  howpublished="RFC 3461 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 3798, 3885, 5337, 6533",
+  url="http://www.ietf.org/rfc/rfc3461.txt",
+}
+
+ at misc{rfc3462,
+  author="G. Vaudreuil",
+  title="{The Multipart/Report Content Type for the Reporting of Mail System Administrative Messages}",
+  series="Request for Comments",
+  number="3462",
+  howpublished="RFC 3462 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Obsoleted by RFC 6522, updated by RFC 5337",
+  url="http://www.ietf.org/rfc/rfc3462.txt",
+}
+
+ at misc{rfc3463,
+  author="G. Vaudreuil",
+  title="{Enhanced Mail System Status Codes}",
+  series="Request for Comments",
+  number="3463",
+  howpublished="RFC 3463 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 3886, 4468, 4865, 4954, 5248",
+  url="http://www.ietf.org/rfc/rfc3463.txt",
+}
+
+ at misc{rfc3464,
+  author="K. Moore and G. Vaudreuil",
+  title="{An Extensible Message Format for Delivery Status Notifications}",
+  series="Request for Comments",
+  number="3464",
+  howpublished="RFC 3464 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 4865, 5337, 6533",
+  url="http://www.ietf.org/rfc/rfc3464.txt",
+}
+
+ at misc{rfc3465,
+  author="M. Allman",
+  title="{TCP Congestion Control with Appropriate Byte Counting (ABC)}",
+  series="Request for Comments",
+  number="3465",
+  howpublished="RFC 3465 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3465.txt",
+}
+
+ at misc{rfc3466,
+  author="M. Day and B. Cain and G. Tomlinson and P. Rzewski",
+  title="{A Model for Content Internetworking (CDI)}",
+  series="Request for Comments",
+  number="3466",
+  howpublished="RFC 3466 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Obsoleted by RFC 7336",
+  url="http://www.ietf.org/rfc/rfc3466.txt",
+}
+
+ at misc{rfc3467,
+  author="J. Klensin",
+  title="{Role of the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="3467",
+  howpublished="RFC 3467 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3467.txt",
+}
+
+ at misc{rfc3468,
+  author="L. Andersson and G. Swallow",
+  title="{The Multiprotocol Label Switching (MPLS) Working Group decision on MPLS signaling protocols}",
+  series="Request for Comments",
+  number="3468",
+  howpublished="RFC 3468 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3468.txt",
+}
+
+ at misc{rfc3469,
+  author="V. Sharma and F. Hellstrand",
+  title="{Framework for Multi-Protocol Label Switching (MPLS)-based Recovery}",
+  series="Request for Comments",
+  number="3469",
+  howpublished="RFC 3469 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3469.txt",
+}
+
+ at misc{rfc3470,
+  author="S. Hollenbeck and M. Rose and L. Masinter",
+  title="{Guidelines for the Use of Extensible Markup Language (XML) within IETF Protocols}",
+  series="Request for Comments",
+  number="3470",
+  howpublished="RFC 3470 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3470.txt",
+}
+
+ at misc{rfc3471,
+  author="L. Berger",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Signaling Functional Description}",
+  series="Request for Comments",
+  number="3471",
+  howpublished="RFC 3471 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 4201, 4328, 4872, 6002, 6003, 6205, 7074, 7699",
+  url="http://www.ietf.org/rfc/rfc3471.txt",
+}
+
+ at misc{rfc3472,
+  author="P. Ashwood-Smith and L. Berger",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Signaling Constraint-based Routed Label Distribution Protocol (CR-LDP) Extensions}",
+  series="Request for Comments",
+  number="3472",
+  howpublished="RFC 3472 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 3468, 4201",
+  url="http://www.ietf.org/rfc/rfc3472.txt",
+}
+
+ at misc{rfc3473,
+  author="L. Berger",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Signaling Resource ReserVation Protocol-Traffic Engineering (RSVP-TE) Extensions}",
+  series="Request for Comments",
+  number="3473",
+  howpublished="RFC 3473 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFCs 4003, 4201, 4420, 4783, 4874, 4873, 4974, 5063, 5151, 5420, 6002, 6003, 6780",
+  url="http://www.ietf.org/rfc/rfc3473.txt",
+}
+
+ at misc{rfc3474,
+  author="Z. Lin and D. Pendarakis",
+  title="{Documentation of IANA assignments for Generalized MultiProtocol Label Switching (GMPLS) Resource Reservation Protocol - Traffic Engineering (RSVP-TE) Usage and Extensions for Automatically Switched Optical Network (ASON)}",
+  series="Request for Comments",
+  number="3474",
+  howpublished="RFC 3474 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3474.txt",
+}
+
+ at misc{rfc3475,
+  author="O. Aboul-Magd",
+  title="{Documentation of IANA assignments for Constraint-Based LSP setup using LDP (CR-LDP) Extensions for Automatic Switched Optical Network (ASON)}",
+  series="Request for Comments",
+  number="3475",
+  howpublished="RFC 3475 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Updated by RFC 3468",
+  url="http://www.ietf.org/rfc/rfc3475.txt",
+}
+
+ at misc{rfc3476,
+  author="B. Rajagopalan",
+  title="{Documentation of IANA Assignments for Label Distribution Protocol (LDP), Resource ReSerVation Protocol (RSVP), and Resource ReSerVation Protocol-Traffic Engineering (RSVP-TE) Extensions for Optical UNI Signaling}",
+  series="Request for Comments",
+  number="3476",
+  howpublished="RFC 3476 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Updated by RFC 3468",
+  url="http://www.ietf.org/rfc/rfc3476.txt",
+}
+
+ at misc{rfc3477,
+  author="K. Kompella and Y. Rekhter",
+  title="{Signalling Unnumbered Links in Resource ReSerVation Protocol - Traffic Engineering (RSVP-TE)}",
+  series="Request for Comments",
+  number="3477",
+  howpublished="RFC 3477 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jan,
+    note="Updated by RFC 6107",
+  url="http://www.ietf.org/rfc/rfc3477.txt",
+}
+
+ at misc{rfc3478,
+  author="M. Leelanivas and Y. Rekhter and R. Aggarwal",
+  title="{Graceful Restart Mechanism for Label Distribution Protocol}",
+  series="Request for Comments",
+  number="3478",
+  howpublished="RFC 3478 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3478.txt",
+}
+
+ at misc{rfc3479,
+  author="A. Farrel",
+  title="{Fault Tolerance for the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="3479",
+  howpublished="RFC 3479 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3479.txt",
+}
+
+ at misc{rfc3480,
+  author="K. Kompella and Y. Rekhter and A. Kullberg",
+  title="{Signalling Unnumbered Links in CR-LDP (Constraint-Routing Label Distribution Protocol)}",
+  series="Request for Comments",
+  number="3480",
+  howpublished="RFC 3480 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3480.txt",
+}
+
+ at misc{rfc3481,
+  author="H. Inamura and G. Montenegro and R. Ludwig and A. Gurtov and F. Khafizov",
+  title="{TCP over Second (2.5G) and Third (3G) Generation Wireless Networks}",
+  series="Request for Comments",
+  number="3481",
+  howpublished="RFC 3481 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3481.txt",
+}
+
+ at misc{rfc3482,
+  author="M. Foster and T. McGarry and J. Yu",
+  title="{Number Portability in the Global Switched Telephone Network (GSTN): An Overview}",
+  series="Request for Comments",
+  number="3482",
+  howpublished="RFC 3482 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3482.txt",
+}
+
+ at misc{rfc3483,
+  author="D. Rawlins and A. Kulkarni and M. Bokaemper and K. Chan",
+  title="{Framework for Policy Usage Feedback for Common Open Policy Service with Policy Provisioning (COPS-PR)}",
+  series="Request for Comments",
+  number="3483",
+  howpublished="RFC 3483 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3483.txt",
+}
+
+ at misc{rfc3484,
+  author="R. Draves",
+  title="{Default Address Selection for Internet Protocol version 6 (IPv6)}",
+  series="Request for Comments",
+  number="3484",
+  howpublished="RFC 3484 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Obsoleted by RFC 6724",
+  url="http://www.ietf.org/rfc/rfc3484.txt",
+}
+
+ at misc{rfc3485,
+  author="M. Garcia-Martin and C. Bormann and J. Ott and R. Price and A. B. Roach",
+  title="{The Session Initiation Protocol (SIP) and Session Description Protocol (SDP) Static Dictionary for Signaling Compression (SigComp)}",
+  series="Request for Comments",
+  number="3485",
+  howpublished="RFC 3485 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Updated by RFC 4896",
+  url="http://www.ietf.org/rfc/rfc3485.txt",
+}
+
+ at misc{rfc3486,
+  author="G. Camarillo",
+  title="{Compressing the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3486",
+  howpublished="RFC 3486 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    note="Updated by RFC 5049",
+  url="http://www.ietf.org/rfc/rfc3486.txt",
+}
+
+ at misc{rfc3487,
+  author="H. Schulzrinne",
+  title="{Requirements for Resource Priority Mechanisms for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3487",
+  howpublished="RFC 3487 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3487.txt",
+}
+
+ at misc{rfc3488,
+  author="I. Wu and T. Eckert",
+  title="{Cisco Systems Router-port Group Management Protocol (RGMP)}",
+  series="Request for Comments",
+  number="3488",
+  howpublished="RFC 3488 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3488.txt",
+}
+
+ at misc{rfc3489,
+  author="J. Rosenberg and J. Weinberger and C. Huitema and R. Mahy",
+  title="{STUN - Simple Traversal of User Datagram Protocol (UDP) Through Network Address Translators (NATs)}",
+  series="Request for Comments",
+  number="3489",
+  howpublished="RFC 3489 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Obsoleted by RFC 5389",
+  url="http://www.ietf.org/rfc/rfc3489.txt",
+}
+
+ at misc{rfc3490,
+  author="P. Faltstrom and P. Hoffman and A. Costello",
+  title="{Internationalizing Domain Names in Applications (IDNA)}",
+  series="Request for Comments",
+  number="3490",
+  howpublished="RFC 3490 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Obsoleted by RFCs 5890, 5891",
+  url="http://www.ietf.org/rfc/rfc3490.txt",
+}
+
+ at misc{rfc3491,
+  author="P. Hoffman and M. Blanchet",
+  title="{Nameprep: A Stringprep Profile for Internationalized Domain Names (IDN)}",
+  series="Request for Comments",
+  number="3491",
+  howpublished="RFC 3491 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Obsoleted by RFC 5891",
+  url="http://www.ietf.org/rfc/rfc3491.txt",
+}
+
+ at misc{rfc3492,
+  author="A. Costello",
+  title="{Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)}",
+  series="Request for Comments",
+  number="3492",
+  howpublished="RFC 3492 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Updated by RFC 5891",
+  url="http://www.ietf.org/rfc/rfc3492.txt",
+}
+
+ at misc{rfc3493,
+  author="R. Gilligan and S. Thomson and J. Bound and J. McCann and W. Stevens",
+  title="{Basic Socket Interface Extensions for IPv6}",
+  series="Request for Comments",
+  number="3493",
+  howpublished="RFC 3493 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3493.txt",
+}
+
+ at misc{rfc3494,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol version 2 (LDAPv2) to Historic Status}",
+  series="Request for Comments",
+  number="3494",
+  howpublished="RFC 3494 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3494.txt",
+}
+
+ at misc{rfc3495,
+  author="B. Beser and P. Duffy",
+  title="{Dynamic Host Configuration Protocol (DHCP) Option for CableLabs Client Configuration}",
+  series="Request for Comments",
+  number="3495",
+  howpublished="RFC 3495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3495.txt",
+}
+
+ at misc{rfc3496,
+  author="A. G. Malis and T. Hsiao",
+  title="{Protocol Extension for Support of Asynchronous Transfer Mode (ATM) Service Class-aware Multiprotocol Label Switching (MPLS) Traffic Engineering}",
+  series="Request for Comments",
+  number="3496",
+  howpublished="RFC 3496 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3496.txt",
+}
+
+ at misc{rfc3497,
+  author="L. Gharai and C. Perkins and G. Goncher and A. Mankin",
+  title="{RTP Payload Format for Society of Motion Picture and Television Engineers (SMPTE) 292M Video}",
+  series="Request for Comments",
+  number="3497",
+  howpublished="RFC 3497 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3497.txt",
+}
+
+ at misc{rfc3498,
+  author="J. Kuhfeld and J. Johnson and M. Thatcher",
+  title="{Definitions of Managed Objects for Synchronous Optical Network (SONET) Linear Automatic Protection Switching (APS) Architectures}",
+  series="Request for Comments",
+  number="3498",
+  howpublished="RFC 3498 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3498.txt",
+}
+
+ at misc{rfc3499,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 3400-3499}",
+  series="Request for Comments",
+  number="3499",
+  howpublished="RFC 3499 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3499.txt",
+}
+
+ at misc{rfc3501,
+  author="M. Crispin",
+  title="{INTERNET MESSAGE ACCESS PROTOCOL - VERSION 4rev1}",
+  series="Request for Comments",
+  number="3501",
+  howpublished="RFC 3501 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Updated by RFCs 4466, 4469, 4551, 5032, 5182, 5738, 6186, 6858, 7817",
+  url="http://www.ietf.org/rfc/rfc3501.txt",
+}
+
+ at misc{rfc3502,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol (IMAP) - MULTIAPPEND Extension}",
+  series="Request for Comments",
+  number="3502",
+  howpublished="RFC 3502 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    note="Updated by RFCs 4466, 4469",
+  url="http://www.ietf.org/rfc/rfc3502.txt",
+}
+
+ at misc{rfc3503,
+  author="A. Melnikov",
+  title="{Message Disposition Notification (MDN) profile for Internet Message Access Protocol (IMAP)}",
+  series="Request for Comments",
+  number="3503",
+  howpublished="RFC 3503 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3503.txt",
+}
+
+ at misc{rfc3504,
+  author="D. Eastlake",
+  title="{Internet Open Trading Protocol (IOTP) Version 1, Errata}",
+  series="Request for Comments",
+  number="3504",
+  howpublished="RFC 3504 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3504.txt",
+}
+
+ at misc{rfc3505,
+  author="D. Eastlake",
+  title="{Electronic Commerce Modeling Language (ECML): Version 2 Requirements}",
+  series="Request for Comments",
+  number="3505",
+  howpublished="RFC 3505 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3505.txt",
+}
+
+ at misc{rfc3506,
+  author="K. Fujimura and D. Eastlake",
+  title="{Requirements and Design for Voucher Trading System (VTS)}",
+  series="Request for Comments",
+  number="3506",
+  howpublished="RFC 3506 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3506.txt",
+}
+
+ at misc{rfc3507,
+  author="J. Elson and A. Cerpa",
+  title="{Internet Content Adaptation Protocol (ICAP)}",
+  series="Request for Comments",
+  number="3507",
+  howpublished="RFC 3507 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3507.txt",
+}
+
+ at misc{rfc3508,
+  author="O. Levin",
+  title="{H.323 Uniform Resource Locator (URL) Scheme Registration}",
+  series="Request for Comments",
+  number="3508",
+  howpublished="RFC 3508 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3508.txt",
+}
+
+ at misc{rfc3509,
+  author="A. Zinin and A. Lindem and D. Yeung",
+  title="{Alternative Implementations of OSPF Area Border Routers}",
+  series="Request for Comments",
+  number="3509",
+  howpublished="RFC 3509 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3509.txt",
+}
+
+ at misc{rfc3510,
+  author="R. Herriot and I. McDonald",
+  title="{Internet Printing Protocol/1.1: IPP URL Scheme}",
+  series="Request for Comments",
+  number="3510",
+  howpublished="RFC 3510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3510.txt",
+}
+
+ at misc{rfc3511,
+  author="B. Hickman and D. Newman and S. Tadjudin and T. Martin",
+  title="{Benchmarking Methodology for Firewall Performance}",
+  series="Request for Comments",
+  number="3511",
+  howpublished="RFC 3511 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3511.txt",
+}
+
+ at misc{rfc3512,
+  author="M. MacFaden and D. Partain and J. Saperia and W. Tackabury",
+  title="{Configuring Networks and Devices with Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3512",
+  howpublished="RFC 3512 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3512.txt",
+}
+
+ at misc{rfc3513,
+  author="R. Hinden and S. Deering",
+  title="{Internet Protocol Version 6 (IPv6) Addressing Architecture}",
+  series="Request for Comments",
+  number="3513",
+  howpublished="RFC 3513 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Obsoleted by RFC 4291",
+  url="http://www.ietf.org/rfc/rfc3513.txt",
+}
+
+ at misc{rfc3514,
+  author="S. Bellovin",
+  title="{The Security Flag in the IPv4 Header}",
+  series="Request for Comments",
+  number="3514",
+  howpublished="RFC 3514 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3514.txt",
+}
+
+ at misc{rfc3515,
+  author="R. Sparks",
+  title="{The Session Initiation Protocol (SIP) Refer Method}",
+  series="Request for Comments",
+  number="3515",
+  howpublished="RFC 3515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Updated by RFC 7647",
+  url="http://www.ietf.org/rfc/rfc3515.txt",
+}
+
+ at misc{rfc3516,
+  author="L. Nerenberg",
+  title="{IMAP4 Binary Content Extension}",
+  series="Request for Comments",
+  number="3516",
+  howpublished="RFC 3516 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Updated by RFC 4466",
+  url="http://www.ietf.org/rfc/rfc3516.txt",
+}
+
+ at misc{rfc3517,
+  author="E. Blanton and M. Allman and K. Fall and L. Wang",
+  title="{A Conservative Selective Acknowledgment (SACK)-based Loss Recovery Algorithm for TCP}",
+  series="Request for Comments",
+  number="3517",
+  howpublished="RFC 3517 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Obsoleted by RFC 6675",
+  url="http://www.ietf.org/rfc/rfc3517.txt",
+}
+
+ at misc{rfc3518,
+  author="M. Higashiyama and F. Baker and T. Liao",
+  title="{Point-to-Point Protocol (PPP) Bridging Control Protocol (BCP)}",
+  series="Request for Comments",
+  number="3518",
+  howpublished="RFC 3518 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3518.txt",
+}
+
+ at misc{rfc3519,
+  author="H. Levkowetz and S. Vaarala",
+  title="{Mobile IP Traversal of Network Address Translation (NAT) Devices}",
+  series="Request for Comments",
+  number="3519",
+  howpublished="RFC 3519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3519.txt",
+}
+
+ at misc{rfc3520,
+  author="L-N. Hamer and B. Gage and B. Kosinski and H. Shieh",
+  title="{Session Authorization Policy Element}",
+  series="Request for Comments",
+  number="3520",
+  howpublished="RFC 3520 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3520.txt",
+}
+
+ at misc{rfc3521,
+  author="L-N. Hamer and B. Gage and H. Shieh",
+  title="{Framework for Session Set-up with Media Authorization}",
+  series="Request for Comments",
+  number="3521",
+  howpublished="RFC 3521 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3521.txt",
+}
+
+ at misc{rfc3522,
+  author="R. Ludwig and M. Meyer",
+  title="{The Eifel Detection Algorithm for TCP}",
+  series="Request for Comments",
+  number="3522",
+  howpublished="RFC 3522 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3522.txt",
+}
+
+ at misc{rfc3523,
+  author="J. Polk",
+  title="{Internet Emergency Preparedness (IEPREP) Telephony Topology Terminology}",
+  series="Request for Comments",
+  number="3523",
+  howpublished="RFC 3523 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3523.txt",
+}
+
+ at misc{rfc3524,
+  author="G. Camarillo and A. Monrad",
+  title="{Mapping of Media Streams to Resource Reservation Flows}",
+  series="Request for Comments",
+  number="3524",
+  howpublished="RFC 3524 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3524.txt",
+}
+
+ at misc{rfc3525,
+  author="C. Groves and M. Pantaleo and T. Anderson and T. Taylor",
+  title="{Gateway Control Protocol Version 1}",
+  series="Request for Comments",
+  number="3525",
+  howpublished="RFC 3525 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    note="Obsoleted by RFC 5125",
+  url="http://www.ietf.org/rfc/rfc3525.txt",
+}
+
+ at misc{rfc3526,
+  author="T. Kivinen and M. Kojo",
+  title="{More Modular Exponential (MODP) Diffie-Hellman groups for Internet Key Exchange (IKE)}",
+  series="Request for Comments",
+  number="3526",
+  howpublished="RFC 3526 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3526.txt",
+}
+
+ at misc{rfc3527,
+  author="K. Kinnear and M. Stapp and R. Johnson and J. Kumarasamy",
+  title="{Link Selection sub-option for the Relay Agent Information Option for DHCPv4}",
+  series="Request for Comments",
+  number="3527",
+  howpublished="RFC 3527 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3527.txt",
+}
+
+ at misc{rfc3528,
+  author="W. Zhao and H. Schulzrinne and E. Guttman",
+  title="{Mesh-enhanced Service Location Protocol (mSLP)}",
+  series="Request for Comments",
+  number="3528",
+  howpublished="RFC 3528 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3528.txt",
+}
+
+ at misc{rfc3529,
+  author="W. Harold",
+  title="{Using Extensible Markup Language-Remote Procedure Calling (XML-RPC) in Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="3529",
+  howpublished="RFC 3529 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3529.txt",
+}
+
+ at misc{rfc3530,
+  author="S. Shepler and B. Callaghan and D. Robinson and R. Thurlow and C. Beame and M. Eisler and D. Noveck",
+  title="{Network File System (NFS) version 4 Protocol}",
+  series="Request for Comments",
+  number="3530",
+  howpublished="RFC 3530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    note="Obsoleted by RFC 7530",
+  url="http://www.ietf.org/rfc/rfc3530.txt",
+}
+
+ at misc{rfc3531,
+  author="M. Blanchet",
+  title="{A Flexible Method for Managing the Assignment of Bits of an IPv6 Address Block}",
+  series="Request for Comments",
+  number="3531",
+  howpublished="RFC 3531 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3531.txt",
+}
+
+ at misc{rfc3532,
+  author="T. Anderson and J. Buerkle",
+  title="{Requirements for the Dynamic Partitioning of Switching Elements}",
+  series="Request for Comments",
+  number="3532",
+  howpublished="RFC 3532 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3532.txt",
+}
+
+ at misc{rfc3533,
+  author="S. Pfeiffer",
+  title="{The Ogg Encapsulation Format Version 0}",
+  series="Request for Comments",
+  number="3533",
+  howpublished="RFC 3533 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3533.txt",
+}
+
+ at misc{rfc3534,
+  author="L. Walleij",
+  title="{The application/ogg Media Type}",
+  series="Request for Comments",
+  number="3534",
+  howpublished="RFC 3534 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    note="Obsoleted by RFC 5334",
+  url="http://www.ietf.org/rfc/rfc3534.txt",
+}
+
+ at misc{rfc3535,
+  author="J. Schoenwaelder",
+  title="{Overview of the 2002 IAB Network Management Workshop}",
+  series="Request for Comments",
+  number="3535",
+  howpublished="RFC 3535 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3535.txt",
+}
+
+ at misc{rfc3536,
+  author="P. Hoffman",
+  title="{Terminology Used in Internationalization in the IETF}",
+  series="Request for Comments",
+  number="3536",
+  howpublished="RFC 3536 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    note="Obsoleted by RFC 6365",
+  url="http://www.ietf.org/rfc/rfc3536.txt",
+}
+
+ at misc{rfc3537,
+  author="J. Schaad and R. Housley",
+  title="{Wrapping a Hashed Message Authentication Code (HMAC) key with a Triple-Data Encryption Standard (DES) Key or an Advanced Encryption Standard (AES) Key}",
+  series="Request for Comments",
+  number="3537",
+  howpublished="RFC 3537 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3537.txt",
+}
+
+ at misc{rfc3538,
+  author="Y. Kawatsura",
+  title="{Secure Electronic Transaction (SET) Supplement for the v1.0 Internet Open Trading Protocol (IOTP)}",
+  series="Request for Comments",
+  number="3538",
+  howpublished="RFC 3538 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3538.txt",
+}
+
+ at misc{rfc3539,
+  author="B. Aboba and J. Wood",
+  title="{Authentication, Authorization and Accounting (AAA) Transport Profile}",
+  series="Request for Comments",
+  number="3539",
+  howpublished="RFC 3539 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3539.txt",
+}
+
+ at misc{rfc3540,
+  author="N. Spring and D. Wetherall and D. Ely",
+  title="{Robust Explicit Congestion Notification (ECN) Signaling with Nonces}",
+  series="Request for Comments",
+  number="3540",
+  howpublished="RFC 3540 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3540.txt",
+}
+
+ at misc{rfc3541,
+  author="A. Walsh",
+  title="{A Uniform Resource Name (URN) Namespace for the Web3D Consortium (Web3D)}",
+  series="Request for Comments",
+  number="3541",
+  howpublished="RFC 3541 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3541.txt",
+}
+
+ at misc{rfc3542,
+  author="W. Stevens and M. Thomas and E. Nordmark and T. Jinmei",
+  title="{Advanced Sockets Application Program Interface (API) for IPv6}",
+  series="Request for Comments",
+  number="3542",
+  howpublished="RFC 3542 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3542.txt",
+}
+
+ at misc{rfc3543,
+  author="S. Glass and M. Chandra",
+  title="{Registration Revocation in Mobile IPv4}",
+  series="Request for Comments",
+  number="3543",
+  howpublished="RFC 3543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3543.txt",
+}
+
+ at misc{rfc3544,
+  author="T. Koren and S. Casner and C. Bormann",
+  title="{IP Header Compression over PPP}",
+  series="Request for Comments",
+  number="3544",
+  howpublished="RFC 3544 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3544.txt",
+}
+
+ at misc{rfc3545,
+  author="T. Koren and S. Casner and J. Geevarghese and B. Thompson and P. Ruddy",
+  title="{Enhanced Compressed RTP (CRTP) for Links with High Delay, Packet Loss and Reordering}",
+  series="Request for Comments",
+  number="3545",
+  howpublished="RFC 3545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3545.txt",
+}
+
+ at misc{rfc3546,
+  author="S. Blake-Wilson and M. Nystrom and D. Hopwood and J. Mikkelsen and T. Wright",
+  title="{Transport Layer Security (TLS) Extensions}",
+  series="Request for Comments",
+  number="3546",
+  howpublished="RFC 3546 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    note="Obsoleted by RFC 4366",
+  url="http://www.ietf.org/rfc/rfc3546.txt",
+}
+
+ at misc{rfc3547,
+  author="M. Baugher and B. Weis and T. Hardjono and H. Harney",
+  title="{The Group Domain of Interpretation}",
+  series="Request for Comments",
+  number="3547",
+  howpublished="RFC 3547 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFC 6407",
+  url="http://www.ietf.org/rfc/rfc3547.txt",
+}
+
+ at misc{rfc3548,
+  author="S. Josefsson",
+  title="{The Base16, Base32, and Base64 Data Encodings}",
+  series="Request for Comments",
+  number="3548",
+  howpublished="RFC 3548 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFC 4648",
+  url="http://www.ietf.org/rfc/rfc3548.txt",
+}
+
+ at misc{rfc3549,
+  author="J. Salim and H. Khosravi and A. Kleen and A. Kuznetsov",
+  title="{Linux Netlink as an IP Services Protocol}",
+  series="Request for Comments",
+  number="3549",
+  howpublished="RFC 3549 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3549.txt",
+}
+
+ at misc{rfc3550,
+  author="H. Schulzrinne and S. Casner and R. Frederick and V. Jacobson",
+  title="{RTP: A Transport Protocol for Real-Time Applications}",
+  series="Request for Comments",
+  number="3550",
+  howpublished="RFC 3550 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFCs 5506, 5761, 6051, 6222, 7022, 7160, 7164",
+  url="http://www.ietf.org/rfc/rfc3550.txt",
+}
+
+ at misc{rfc3551,
+  author="H. Schulzrinne and S. Casner",
+  title="{RTP Profile for Audio and Video Conferences with Minimal Control}",
+  series="Request for Comments",
+  number="3551",
+  howpublished="RFC 3551 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFCs 5761, 7007",
+  url="http://www.ietf.org/rfc/rfc3551.txt",
+}
+
+ at misc{rfc3552,
+  author="E. Rescorla and B. Korver",
+  title="{Guidelines for Writing RFC Text on Security Considerations}",
+  series="Request for Comments",
+  number="3552",
+  howpublished="RFC 3552 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3552.txt",
+}
+
+ at misc{rfc3553,
+  author="M. Mealling and L. Masinter and T. Hardie and G. Klyne",
+  title="{An IETF URN Sub-namespace for Registered Protocol Parameters}",
+  series="Request for Comments",
+  number="3553",
+  howpublished="RFC 3553 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3553.txt",
+}
+
+ at misc{rfc3554,
+  author="S. Bellovin and J. Ioannidis and A. Keromytis and R. Stewart",
+  title="{On the Use of Stream Control Transmission Protocol (SCTP) with IPsec}",
+  series="Request for Comments",
+  number="3554",
+  howpublished="RFC 3554 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3554.txt",
+}
+
+ at misc{rfc3555,
+  author="S. Casner and P. Hoschka",
+  title="{MIME Type Registration of RTP Payload Formats}",
+  series="Request for Comments",
+  number="3555",
+  howpublished="RFC 3555 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFCs 4855, 4856, updated by RFCs 3625, 4629",
+  url="http://www.ietf.org/rfc/rfc3555.txt",
+}
+
+ at misc{rfc3556,
+  author="S. Casner",
+  title="{Session Description Protocol (SDP) Bandwidth Modifiers for RTP Control Protocol (RTCP) Bandwidth}",
+  series="Request for Comments",
+  number="3556",
+  howpublished="RFC 3556 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3556.txt",
+}
+
+ at misc{rfc3557,
+  author="Q. Xie",
+  title="{RTP Payload Format for European Telecommunications Standards Institute (ETSI) European Standard ES 201 108 Distributed Speech Recognition Encoding}",
+  series="Request for Comments",
+  number="3557",
+  howpublished="RFC 3557 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3557.txt",
+}
+
+ at misc{rfc3558,
+  author="A. Li",
+  title="{RTP Payload Format for Enhanced Variable Rate Codecs (EVRC) and Selectable Mode Vocoders (SMV)}",
+  series="Request for Comments",
+  number="3558",
+  howpublished="RFC 3558 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFC 4788",
+  url="http://www.ietf.org/rfc/rfc3558.txt",
+}
+
+ at misc{rfc3559,
+  author="D. Thaler",
+  title="{Multicast Address Allocation MIB}",
+  series="Request for Comments",
+  number="3559",
+  howpublished="RFC 3559 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3559.txt",
+}
+
+ at misc{rfc3560,
+  author="R. Housley",
+  title="{Use of the RSAES-OAEP Key Transport Algorithm in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3560",
+  howpublished="RFC 3560 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3560.txt",
+}
+
+ at misc{rfc3561,
+  author="C. Perkins and E. Belding-Royer and S. Das",
+  title="{Ad hoc On-Demand Distance Vector (AODV) Routing}",
+  series="Request for Comments",
+  number="3561",
+  howpublished="RFC 3561 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3561.txt",
+}
+
+ at misc{rfc3562,
+  author="M. Leech",
+  title="{Key Management Considerations for the TCP MD5 Signature Option}",
+  series="Request for Comments",
+  number="3562",
+  howpublished="RFC 3562 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3562.txt",
+}
+
+ at misc{rfc3563,
+  author="A. Zinin",
+  title="{Cooperative Agreement Between the ISOC/IETF and ISO/IEC Joint Technical Committee 1/Sub Committee 6 (JTC1/SC6) on IS-IS Routing Protocol Development}",
+  series="Request for Comments",
+  number="3563",
+  howpublished="RFC 3563 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFC 6233",
+  url="http://www.ietf.org/rfc/rfc3563.txt",
+}
+
+ at misc{rfc3564,
+  author="F. Le Faucheur and W. Lai",
+  title="{Requirements for Support of Differentiated Services-aware MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="3564",
+  howpublished="RFC 3564 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3564.txt",
+}
+
+ at misc{rfc3565,
+  author="J. Schaad",
+  title="{Use of the Advanced Encryption Standard (AES) Encryption Algorithm in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3565",
+  howpublished="RFC 3565 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3565.txt",
+}
+
+ at misc{rfc3566,
+  author="S. Frankel and H. Herbert",
+  title="{The AES-XCBC-MAC-96 Algorithm and Its Use With IPsec}",
+  series="Request for Comments",
+  number="3566",
+  howpublished="RFC 3566 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3566.txt",
+}
+
+ at misc{rfc3567,
+  author="T. Li and R. Atkinson",
+  title="{Intermediate System to Intermediate System (IS-IS) Cryptographic Authentication}",
+  series="Request for Comments",
+  number="3567",
+  howpublished="RFC 3567 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFC 5304",
+  url="http://www.ietf.org/rfc/rfc3567.txt",
+}
+
+ at misc{rfc3568,
+  author="A. Barbir and B. Cain and R. Nair and O. Spatscheck",
+  title="{Known Content Network (CN) Request-Routing Mechanisms}",
+  series="Request for Comments",
+  number="3568",
+  howpublished="RFC 3568 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3568.txt",
+}
+
+ at misc{rfc3569,
+  author="S. Bhattacharyya",
+  title="{An Overview of Source-Specific Multicast (SSM)}",
+  series="Request for Comments",
+  number="3569",
+  howpublished="RFC 3569 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3569.txt",
+}
+
+ at misc{rfc3570,
+  author="P. Rzewski and M. Day and D. Gilletti",
+  title="{Content Internetworking (CDI) Scenarios}",
+  series="Request for Comments",
+  number="3570",
+  howpublished="RFC 3570 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFC 6770",
+  url="http://www.ietf.org/rfc/rfc3570.txt",
+}
+
+ at misc{rfc3571,
+  author="D. Rawlins and A. Kulkarni and K. Ho Chan and M. Bokaemper and D. Dutt",
+  title="{Framework Policy Information Base for Usage Feedback}",
+  series="Request for Comments",
+  number="3571",
+  howpublished="RFC 3571 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3571.txt",
+}
+
+ at misc{rfc3572,
+  author="T. Ogura and M. Maruyama and T. Yoshida",
+  title="{Internet Protocol Version 6 over MAPOS (Multiple Access Protocol Over SONET/SDH)}",
+  series="Request for Comments",
+  number="3572",
+  howpublished="RFC 3572 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3572.txt",
+}
+
+ at misc{rfc3573,
+  author="I. Goyret",
+  title="{Signalling of Modem-On-Hold status in Layer 2 Tunneling Protocol (L2TP)}",
+  series="Request for Comments",
+  number="3573",
+  howpublished="RFC 3573 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3573.txt",
+}
+
+ at misc{rfc3574,
+  author="J. Soininen",
+  title="{Transition Scenarios for 3GPP Networks}",
+  series="Request for Comments",
+  number="3574",
+  howpublished="RFC 3574 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3574.txt",
+}
+
+ at misc{rfc3575,
+  author="B. Aboba",
+  title="{IANA Considerations for RADIUS (Remote Authentication Dial In User Service)}",
+  series="Request for Comments",
+  number="3575",
+  howpublished="RFC 3575 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Updated by RFC 6929",
+  url="http://www.ietf.org/rfc/rfc3575.txt",
+}
+
+ at misc{rfc3576,
+  author="M. Chiba and G. Dommety and M. Eklund and D. Mitton and B. Aboba",
+  title="{Dynamic Authorization Extensions to Remote Authentication Dial In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="3576",
+  howpublished="RFC 3576 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=jul,
+    note="Obsoleted by RFC 5176",
+  url="http://www.ietf.org/rfc/rfc3576.txt",
+}
+
+ at misc{rfc3577,
+  author="S. Waldbusser and R. Cole and C. Kalbfleisch and D. Romascanu",
+  title="{Introduction to the Remote Monitoring (RMON) Family of MIB Modules}",
+  series="Request for Comments",
+  number="3577",
+  howpublished="RFC 3577 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3577.txt",
+}
+
+ at misc{rfc3578,
+  author="G. Camarillo and A. B. Roach and J. Peterson and L. Ong",
+  title="{Mapping of Integrated Services Digital Network (ISDN) User Part (ISUP) Overlap Signalling to the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3578",
+  howpublished="RFC 3578 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3578.txt",
+}
+
+ at misc{rfc3579,
+  author="B. Aboba and P. Calhoun",
+  title="{RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)}",
+  series="Request for Comments",
+  number="3579",
+  howpublished="RFC 3579 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Updated by RFC 5080",
+  url="http://www.ietf.org/rfc/rfc3579.txt",
+}
+
+ at misc{rfc3580,
+  author="P. Congdon and B. Aboba and A. Smith and G. Zorn and J. Roese",
+  title="{IEEE 802.1X Remote Authentication Dial In User Service (RADIUS) Usage Guidelines}",
+  series="Request for Comments",
+  number="3580",
+  howpublished="RFC 3580 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Updated by RFC 7268",
+  url="http://www.ietf.org/rfc/rfc3580.txt",
+}
+
+ at misc{rfc3581,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{An Extension to the Session Initiation Protocol (SIP) for Symmetric Response Routing}",
+  series="Request for Comments",
+  number="3581",
+  howpublished="RFC 3581 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3581.txt",
+}
+
+ at misc{rfc3582,
+  author="J. Abley and B. Black and V. Gill",
+  title="{Goals for IPv6 Site-Multihoming Architectures}",
+  series="Request for Comments",
+  number="3582",
+  howpublished="RFC 3582 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3582.txt",
+}
+
+ at misc{rfc3583,
+  author="H. Chaskar",
+  title="{Requirements of a Quality of Service (QoS) Solution for Mobile IP}",
+  series="Request for Comments",
+  number="3583",
+  howpublished="RFC 3583 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3583.txt",
+}
+
+ at misc{rfc3584,
+  author="R. Frye and D. Levi and S. Routhier and B. Wijnen",
+  title="{Coexistence between Version 1, Version 2, and Version 3 of the Internet-standard Network Management Framework}",
+  series="Request for Comments",
+  number="3584",
+  howpublished="RFC 3584 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3584.txt",
+}
+
+ at misc{rfc3585,
+  author="J. Jason and L. Rafalow and E. Vyncke",
+  title="{IPsec Configuration Policy Information Model}",
+  series="Request for Comments",
+  number="3585",
+  howpublished="RFC 3585 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3585.txt",
+}
+
+ at misc{rfc3586,
+  author="M. Blaze and A. Keromytis and M. Richardson and L. Sanchez",
+  title="{IP Security Policy (IPSP) Requirements}",
+  series="Request for Comments",
+  number="3586",
+  howpublished="RFC 3586 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3586.txt",
+}
+
+ at misc{rfc3587,
+  author="R. Hinden and S. Deering and E. Nordmark",
+  title="{IPv6 Global Unicast Address Format}",
+  series="Request for Comments",
+  number="3587",
+  howpublished="RFC 3587 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3587.txt",
+}
+
+ at misc{rfc3588,
+  author="P. Calhoun and J. Loughney and E. Guttman and G. Zorn and J. Arkko",
+  title="{Diameter Base Protocol}",
+  series="Request for Comments",
+  number="3588",
+  howpublished="RFC 3588 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Obsoleted by RFC 6733, updated by RFCs 5729, 5719, 6408",
+  url="http://www.ietf.org/rfc/rfc3588.txt",
+}
+
+ at misc{rfc3589,
+  author="J. Loughney",
+  title="{Diameter Command Codes for Third Generation Partnership Project (3GPP) Release 5}",
+  series="Request for Comments",
+  number="3589",
+  howpublished="RFC 3589 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3589.txt",
+}
+
+ at misc{rfc3590,
+  author="B. Haberman",
+  title="{Source Address Selection for the Multicast Listener Discovery (MLD) Protocol}",
+  series="Request for Comments",
+  number="3590",
+  howpublished="RFC 3590 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3590.txt",
+}
+
+ at misc{rfc3591,
+  author="H-K. Lam and M. Stewart and A. Huynh",
+  title="{Definitions of Managed Objects for the Optical Interface Type}",
+  series="Request for Comments",
+  number="3591",
+  howpublished="RFC 3591 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3591.txt",
+}
+
+ at misc{rfc3592,
+  author="K. Tesink",
+  title="{Definitions of Managed Objects for the Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Interface Type}",
+  series="Request for Comments",
+  number="3592",
+  howpublished="RFC 3592 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3592.txt",
+}
+
+ at misc{rfc3593,
+  author="K. Tesink",
+  title="{Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals}",
+  series="Request for Comments",
+  number="3593",
+  howpublished="RFC 3593 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3593.txt",
+}
+
+ at misc{rfc3594,
+  author="P. Duffy",
+  title="{PacketCable Security Ticket Control Sub-Option for the DHCP CableLabs Client Configuration (CCC) Option}",
+  series="Request for Comments",
+  number="3594",
+  howpublished="RFC 3594 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3594.txt",
+}
+
+ at misc{rfc3595,
+  author="B. Wijnen",
+  title="{Textual Conventions for IPv6 Flow Label}",
+  series="Request for Comments",
+  number="3595",
+  howpublished="RFC 3595 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3595.txt",
+}
+
+ at misc{rfc3596,
+  author="S. Thomson and C. Huitema and V. Ksinant and M. Souissi",
+  title="{DNS Extensions to Support IP Version 6}",
+  series="Request for Comments",
+  number="3596",
+  howpublished="RFC 3596 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3596.txt",
+}
+
+ at misc{rfc3597,
+  author="A. Gustafsson",
+  title="{Handling of Unknown DNS Resource Record (RR) Types}",
+  series="Request for Comments",
+  number="3597",
+  howpublished="RFC 3597 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Updated by RFCs 4033, 4034, 4035, 5395, 6195, 6895",
+  url="http://www.ietf.org/rfc/rfc3597.txt",
+}
+
+ at misc{rfc3598,
+  author="K. Murchison",
+  title="{Sieve Email Filtering -- Subaddress Extension}",
+  series="Request for Comments",
+  number="3598",
+  howpublished="RFC 3598 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Obsoleted by RFC 5233",
+  url="http://www.ietf.org/rfc/rfc3598.txt",
+}
+
+ at misc{rfc3599,
+  author="S. Ginoza",
+  title="{Request for Comments Summary RFC Numbers 3500-3599}",
+  series="Request for Comments",
+  number="3599",
+  howpublished="RFC 3599 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3599.txt",
+}
+
+ at misc{rfc3600,
+  author="J. Reynolds and S. Ginoza",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="3600",
+  howpublished="RFC 3600 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    note="Obsoleted by RFC 3700",
+  url="http://www.ietf.org/rfc/rfc3600.txt",
+}
+
+ at misc{rfc3601,
+  author="C. Allocchio",
+  title="{Text String Notation for Dial Sequences and Global Switched Telephone Network (GSTN) / E.164 Addresses}",
+  series="Request for Comments",
+  number="3601",
+  howpublished="RFC 3601 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3601.txt",
+}
+
+ at misc{rfc3602,
+  author="S. Frankel and R. Glenn and S. Kelly",
+  title="{The AES-CBC Cipher Algorithm and Its Use with IPsec}",
+  series="Request for Comments",
+  number="3602",
+  howpublished="RFC 3602 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3602.txt",
+}
+
+ at misc{rfc3603,
+  author="W. Marshall and F. Andreasen",
+  title="{Private Session Initiation Protocol (SIP) Proxy-to-Proxy Extensions for Supporting the PacketCable Distributed Call Signaling Architecture}",
+  series="Request for Comments",
+  number="3603",
+  howpublished="RFC 3603 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    note="Obsoleted by RFC 5503",
+  url="http://www.ietf.org/rfc/rfc3603.txt",
+}
+
+ at misc{rfc3604,
+  author="H. Khosravi and G. Kullgren and S. Shew and J. Sadler and A. Watanabe",
+  title="{Requirements for Adding Optical Support to the General Switch Management Protocol version 3 (GSMPv3)}",
+  series="Request for Comments",
+  number="3604",
+  howpublished="RFC 3604 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3604.txt",
+}
+
+ at misc{rfc3605,
+  author="C. Huitema",
+  title="{Real Time Control Protocol (RTCP) attribute in Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="3605",
+  howpublished="RFC 3605 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3605.txt",
+}
+
+ at misc{rfc3606,
+  author="F. Ly and M. Noto and A. Smith and E. Spiegel and K. Tesink",
+  title="{Definitions of Supplemental Managed Objects for ATM Interface}",
+  series="Request for Comments",
+  number="3606",
+  howpublished="RFC 3606 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3606.txt",
+}
+
+ at misc{rfc3607,
+  author="M. Leech",
+  title="{Chinese Lottery Cryptanalysis Revisited: The Internet as a Codebreaking Tool}",
+  series="Request for Comments",
+  number="3607",
+  howpublished="RFC 3607 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3607.txt",
+}
+
+ at misc{rfc3608,
+  author="D. Willis and B. Hoeneisen",
+  title="{Session Initiation Protocol (SIP) Extension Header Field for Service Route Discovery During Registration}",
+  series="Request for Comments",
+  number="3608",
+  howpublished="RFC 3608 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    note="Updated by RFC 5630",
+  url="http://www.ietf.org/rfc/rfc3608.txt",
+}
+
+ at misc{rfc3609,
+  author="R. Bonica and K. Kompella and D. Meyer",
+  title="{Tracing Requirements for Generic Tunnels}",
+  series="Request for Comments",
+  number="3609",
+  howpublished="RFC 3609 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3609.txt",
+}
+
+ at misc{rfc3610,
+  author="D. Whiting and R. Housley and N. Ferguson",
+  title="{Counter with CBC-MAC (CCM)}",
+  series="Request for Comments",
+  number="3610",
+  howpublished="RFC 3610 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3610.txt",
+}
+
+ at misc{rfc3611,
+  author="T. Friedman and R. Caceres and A. Clark",
+  title="{RTP Control Protocol Extended Reports (RTCP XR)}",
+  series="Request for Comments",
+  number="3611",
+  howpublished="RFC 3611 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3611.txt",
+}
+
+ at misc{rfc3612,
+  author="A. Farrel",
+  title="{Applicability Statement for Restart Mechanisms for the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="3612",
+  howpublished="RFC 3612 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3612.txt",
+}
+
+ at misc{rfc3613,
+  author="R. Morgan and K. Hazelton",
+  title="{Definition of a Uniform Resource Name (URN) Namespace for the Middleware Architecture Committee for Education (MACE)}",
+  series="Request for Comments",
+  number="3613",
+  howpublished="RFC 3613 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3613.txt",
+}
+
+ at misc{rfc3614,
+  author="J. Smith",
+  title="{A Uniform Resource Name (URN) Namespace for the Motion Picture Experts Group (MPEG)}",
+  series="Request for Comments",
+  number="3614",
+  howpublished="RFC 3614 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3614.txt",
+}
+
+ at misc{rfc3615,
+  author="J. Gustin and A. Goyens",
+  title="{A Uniform Resource Name (URN) Namespace for SWIFT Financial Messaging}",
+  series="Request for Comments",
+  number="3615",
+  howpublished="RFC 3615 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3615.txt",
+}
+
+ at misc{rfc3616,
+  author="F. Bellifemine and I. Constantinescu and S. Willmott",
+  title="{A Uniform Resource Name (URN) Namespace for Foundation for Intelligent Physical Agents (FIPA)}",
+  series="Request for Comments",
+  number="3616",
+  howpublished="RFC 3616 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3616.txt",
+}
+
+ at misc{rfc3617,
+  author="E. Lear",
+  title="{Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP)}",
+  series="Request for Comments",
+  number="3617",
+  howpublished="RFC 3617 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3617.txt",
+}
+
+ at misc{rfc3618,
+  author="B. Fenner and D. Meyer",
+  title="{Multicast Source Discovery Protocol (MSDP)}",
+  series="Request for Comments",
+  number="3618",
+  howpublished="RFC 3618 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3618.txt",
+}
+
+ at misc{rfc3619,
+  author="S. Shah and M. Yip",
+  title="{Extreme Networks' Ethernet Automatic Protection Switching (EAPS) Version 1}",
+  series="Request for Comments",
+  number="3619",
+  howpublished="RFC 3619 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3619.txt",
+}
+
+ at misc{rfc3620,
+  author="D. New",
+  title="{The TUNNEL Profile}",
+  series="Request for Comments",
+  number="3620",
+  howpublished="RFC 3620 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3620.txt",
+}
+
+ at misc{rfc3621,
+  author="A. Berger and D. Romascanu",
+  title="{Power Ethernet MIB}",
+  series="Request for Comments",
+  number="3621",
+  howpublished="RFC 3621 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3621.txt",
+}
+
+ at misc{rfc3622,
+  author="M. Mealling",
+  title="{A Uniform Resource Name (URN) Namespace for the Liberty Alliance Project}",
+  series="Request for Comments",
+  number="3622",
+  howpublished="RFC 3622 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3622.txt",
+}
+
+ at misc{rfc3623,
+  author="J. Moy and P. Pillay-Esnault and A. Lindem",
+  title="{Graceful OSPF Restart}",
+  series="Request for Comments",
+  number="3623",
+  howpublished="RFC 3623 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3623.txt",
+}
+
+ at misc{rfc3624,
+  author="B. Foster and D. Auerbach and F. Andreasen",
+  title="{The Media Gateway Control Protocol (MGCP) Bulk Audit Package}",
+  series="Request for Comments",
+  number="3624",
+  howpublished="RFC 3624 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3624.txt",
+}
+
+ at misc{rfc3625,
+  author="R. Gellens and H. Garudadri",
+  title="{The QCP File Format and Media Types for Speech Data}",
+  series="Request for Comments",
+  number="3625",
+  howpublished="RFC 3625 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3625.txt",
+}
+
+ at misc{rfc3626,
+  author="T. Clausen and P. Jacquet",
+  title="{Optimized Link State Routing Protocol (OLSR)}",
+  series="Request for Comments",
+  number="3626",
+  howpublished="RFC 3626 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3626.txt",
+}
+
+ at misc{rfc3627,
+  author="P. Savola",
+  title="{Use of /127 Prefix Length Between Routers Considered Harmful}",
+  series="Request for Comments",
+  number="3627",
+  howpublished="RFC 3627 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Obsoleted by RFC 6547",
+  url="http://www.ietf.org/rfc/rfc3627.txt",
+}
+
+ at misc{rfc3628,
+  author="D. Pinkas and N. Pope and J. Ross",
+  title="{Policy Requirements for Time-Stamping Authorities (TSAs)}",
+  series="Request for Comments",
+  number="3628",
+  howpublished="RFC 3628 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3628.txt",
+}
+
+ at misc{rfc3629,
+  author="F. Yergeau",
+  title="{UTF-8, a transformation format of ISO 10646}",
+  series="Request for Comments",
+  number="3629",
+  howpublished="RFC 3629 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3629.txt",
+}
+
+ at misc{rfc3630,
+  author="D. Katz and K. Kompella and D. Yeung",
+  title="{Traffic Engineering (TE) Extensions to OSPF Version 2}",
+  series="Request for Comments",
+  number="3630",
+  howpublished="RFC 3630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Updated by RFCs 4203, 5786",
+  url="http://www.ietf.org/rfc/rfc3630.txt",
+}
+
+ at misc{rfc3631,
+  author="S. Bellovin and J. Schiller and C. Kaufman",
+  title="{Security Mechanisms for the Internet}",
+  series="Request for Comments",
+  number="3631",
+  howpublished="RFC 3631 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3631.txt",
+}
+
+ at misc{rfc3632,
+  author="S. Hollenbeck and S. Veeramachaneni and S. Yalamanchilli",
+  title="{VeriSign Registry Registrar Protocol (RRP) Version 2.0.0}",
+  series="Request for Comments",
+  number="3632",
+  howpublished="RFC 3632 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3632.txt",
+}
+
+ at misc{rfc3633,
+  author="O. Troan and R. Droms",
+  title="{IPv6 Prefix Options for Dynamic Host Configuration Protocol (DHCP) version 6}",
+  series="Request for Comments",
+  number="3633",
+  howpublished="RFC 3633 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    note="Updated by RFCs 6603, 7550",
+  url="http://www.ietf.org/rfc/rfc3633.txt",
+}
+
+ at misc{rfc3634,
+  author="K. Luehrs and R. Woundy and J. Bevilacqua and N. Davoust",
+  title="{Key Distribution Center (KDC) Server Address Sub-option for the Dynamic Host Configuration Protocol (DHCP) CableLabs Client Configuration (CCC) Option}",
+  series="Request for Comments",
+  number="3634",
+  howpublished="RFC 3634 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3634.txt",
+}
+
+ at misc{rfc3635,
+  author="J. Flick",
+  title="{Definitions of Managed Objects for the Ethernet-like Interface Types}",
+  series="Request for Comments",
+  number="3635",
+  howpublished="RFC 3635 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3635.txt",
+}
+
+ at misc{rfc3636,
+  author="J. Flick",
+  title="{Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs)}",
+  series="Request for Comments",
+  number="3636",
+  howpublished="RFC 3636 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    note="Obsoleted by RFC 4836",
+  url="http://www.ietf.org/rfc/rfc3636.txt",
+}
+
+ at misc{rfc3637,
+  author="C.M. Heard",
+  title="{Definitions of Managed Objects for the Ethernet WAN Interface Sublayer}",
+  series="Request for Comments",
+  number="3637",
+  howpublished="RFC 3637 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3637.txt",
+}
+
+ at misc{rfc3638,
+  author="J. Flick and C. M. Heard",
+  title="{Applicability Statement for Reclassification of RFC 1643 to Historic Status}",
+  series="Request for Comments",
+  number="3638",
+  howpublished="RFC 3638 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3638.txt",
+}
+
+ at misc{rfc3639,
+  author="M. St. Johns and G. Huston and IAB",
+  title="{Considerations on the use of a Service Identifier in Packet Headers}",
+  series="Request for Comments",
+  number="3639",
+  howpublished="RFC 3639 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3639.txt",
+}
+
+ at misc{rfc3640,
+  author="J. van der Meer and D. Mackie and V. Swaminathan and D. Singer and P. Gentric",
+  title="{RTP Payload Format for Transport of MPEG-4 Elementary Streams}",
+  series="Request for Comments",
+  number="3640",
+  howpublished="RFC 3640 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    note="Updated by RFC 5691",
+  url="http://www.ietf.org/rfc/rfc3640.txt",
+}
+
+ at misc{rfc3641,
+  author="S. Legg",
+  title="{Generic String Encoding Rules (GSER) for ASN.1 Types}",
+  series="Request for Comments",
+  number="3641",
+  howpublished="RFC 3641 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    note="Updated by RFC 4792",
+  url="http://www.ietf.org/rfc/rfc3641.txt",
+}
+
+ at misc{rfc3642,
+  author="S. Legg",
+  title="{Common Elements of Generic String Encoding Rules (GSER) Encodings}",
+  series="Request for Comments",
+  number="3642",
+  howpublished="RFC 3642 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3642.txt",
+}
+
+ at misc{rfc3643,
+  author="R. Weber and M. Rajagopal and F. Travostino and M. O'Donnell and C. Monia and M. Merhar",
+  title="{Fibre Channel (FC) Frame Encapsulation}",
+  series="Request for Comments",
+  number="3643",
+  howpublished="RFC 3643 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3643.txt",
+}
+
+ at misc{rfc3644,
+  author="Y. Snir and Y. Ramberg and J. Strassner and R. Cohen and B. Moore",
+  title="{Policy Quality of Service (QoS) Information Model}",
+  series="Request for Comments",
+  number="3644",
+  howpublished="RFC 3644 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3644.txt",
+}
+
+ at misc{rfc3645,
+  author="S. Kwan and P. Garg and J. Gilroy and L. Esibov and J. Westhead and R. Hall",
+  title="{Generic Security Service Algorithm for Secret Key Transaction Authentication for DNS (GSS-TSIG)}",
+  series="Request for Comments",
+  number="3645",
+  howpublished="RFC 3645 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3645.txt",
+}
+
+ at misc{rfc3646,
+  author="R. Droms",
+  title="{DNS Configuration options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="3646",
+  howpublished="RFC 3646 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3646.txt",
+}
+
+ at misc{rfc3647,
+  author="S. Chokhani and W. Ford and R. Sabett and C. Merrill and S. Wu",
+  title="{Internet X.509 Public Key Infrastructure Certificate Policy and Certification Practices Framework}",
+  series="Request for Comments",
+  number="3647",
+  howpublished="RFC 3647 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3647.txt",
+}
+
+ at misc{rfc3648,
+  author="J. Whitehead and J. Reschke",
+  title="{Web Distributed Authoring and Versioning (WebDAV) Ordered Collections Protocol}",
+  series="Request for Comments",
+  number="3648",
+  howpublished="RFC 3648 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3648.txt",
+}
+
+ at misc{rfc3649,
+  author="S. Floyd",
+  title="{HighSpeed TCP for Large Congestion Windows}",
+  series="Request for Comments",
+  number="3649",
+  howpublished="RFC 3649 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3649.txt",
+}
+
+ at misc{rfc3650,
+  author="S. Sun and L. Lannom and B. Boesch",
+  title="{Handle System Overview}",
+  series="Request for Comments",
+  number="3650",
+  howpublished="RFC 3650 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3650.txt",
+}
+
+ at misc{rfc3651,
+  author="S. Sun and S. Reilly and L. Lannom",
+  title="{Handle System Namespace and Service Definition}",
+  series="Request for Comments",
+  number="3651",
+  howpublished="RFC 3651 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3651.txt",
+}
+
+ at misc{rfc3652,
+  author="S. Sun and S. Reilly and L. Lannom and J. Petrone",
+  title="{Handle System Protocol (ver 2.1) Specification}",
+  series="Request for Comments",
+  number="3652",
+  howpublished="RFC 3652 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3652.txt",
+}
+
+ at misc{rfc3653,
+  author="J. Boyer and M. Hughes and J. Reagle",
+  title="{XML-Signature XPath Filter 2.0}",
+  series="Request for Comments",
+  number="3653",
+  howpublished="RFC 3653 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3653.txt",
+}
+
+ at misc{rfc3654,
+  author="H. Khosravi and T. Anderson",
+  title="{Requirements for Separation of IP Control and Forwarding}",
+  series="Request for Comments",
+  number="3654",
+  howpublished="RFC 3654 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3654.txt",
+}
+
+ at misc{rfc3655,
+  author="B. Wellington and O. Gudmundsson",
+  title="{Redefinition of DNS Authenticated Data (AD) bit}",
+  series="Request for Comments",
+  number="3655",
+  howpublished="RFC 3655 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=nov,
+    note="Obsoleted by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3655.txt",
+}
+
+ at misc{rfc3656,
+  author="R. Siemborski",
+  title="{The Mailbox Update (MUPDATE) Distributed Mailbox Database Protocol}",
+  series="Request for Comments",
+  number="3656",
+  howpublished="RFC 3656 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3656.txt",
+}
+
+ at misc{rfc3657,
+  author="S. Moriai and A. Kato",
+  title="{Use of the Camellia Encryption Algorithm in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3657",
+  howpublished="RFC 3657 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3657.txt",
+}
+
+ at misc{rfc3658,
+  author="O. Gudmundsson",
+  title="{Delegation Signer (DS) Resource Record (RR)}",
+  series="Request for Comments",
+  number="3658",
+  howpublished="RFC 3658 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    note="Obsoleted by RFCs 4033, 4034, 4035, updated by RFC 3755",
+  url="http://www.ietf.org/rfc/rfc3658.txt",
+}
+
+ at misc{rfc3659,
+  author="P. Hethmon",
+  title="{Extensions to FTP}",
+  series="Request for Comments",
+  number="3659",
+  howpublished="RFC 3659 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3659.txt",
+}
+
+ at misc{rfc3660,
+  author="B. Foster and F. Andreasen",
+  title="{Basic Media Gateway Control Protocol (MGCP) Packages}",
+  series="Request for Comments",
+  number="3660",
+  howpublished="RFC 3660 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3660.txt",
+}
+
+ at misc{rfc3661,
+  author="B. Foster and C. Sivachelvan",
+  title="{Media Gateway Control Protocol (MGCP) Return Code Usage}",
+  series="Request for Comments",
+  number="3661",
+  howpublished="RFC 3661 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3661.txt",
+}
+
+ at misc{rfc3662,
+  author="R. Bless and K. Nichols and K. Wehrle",
+  title="{A Lower Effort Per-Domain Behavior (PDB) for Differentiated Services}",
+  series="Request for Comments",
+  number="3662",
+  howpublished="RFC 3662 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3662.txt",
+}
+
+ at misc{rfc3663,
+  author="A. Newton",
+  title="{Domain Administrative Data in Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3663",
+  howpublished="RFC 3663 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3663.txt",
+}
+
+ at misc{rfc3664,
+  author="P. Hoffman",
+  title="{The AES-XCBC-PRF-128 Algorithm for the Internet Key Exchange Protocol (IKE)}",
+  series="Request for Comments",
+  number="3664",
+  howpublished="RFC 3664 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    note="Obsoleted by RFC 4434",
+  url="http://www.ietf.org/rfc/rfc3664.txt",
+}
+
+ at misc{rfc3665,
+  author="A. Johnston and S. Donovan and R. Sparks and C. Cunningham and K. Summers",
+  title="{Session Initiation Protocol (SIP) Basic Call Flow Examples}",
+  series="Request for Comments",
+  number="3665",
+  howpublished="RFC 3665 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3665.txt",
+}
+
+ at misc{rfc3666,
+  author="A. Johnston and S. Donovan and R. Sparks and C. Cunningham and K. Summers",
+  title="{Session Initiation Protocol (SIP) Public Switched Telephone Network (PSTN) Call Flows}",
+  series="Request for Comments",
+  number="3666",
+  howpublished="RFC 3666 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3666.txt",
+}
+
+ at misc{rfc3667,
+  author="S. Bradner",
+  title="{IETF Rights in Contributions}",
+  series="Request for Comments",
+  number="3667",
+  howpublished="RFC 3667 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 3978",
+  url="http://www.ietf.org/rfc/rfc3667.txt",
+}
+
+ at misc{rfc3668,
+  author="S. Bradner",
+  title="{Intellectual Property Rights in IETF Technology}",
+  series="Request for Comments",
+  number="3668",
+  howpublished="RFC 3668 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 3979",
+  url="http://www.ietf.org/rfc/rfc3668.txt",
+}
+
+ at misc{rfc3669,
+  author="S. Brim",
+  title="{Guidelines for Working Groups on Intellectual Property Issues}",
+  series="Request for Comments",
+  number="3669",
+  howpublished="RFC 3669 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3669.txt",
+}
+
+ at misc{rfc3670,
+  author="B. Moore and D. Durham and J. Strassner and A. Westerinen and W. Weiss",
+  title="{Information Model for Describing Network Device QoS Datapath Mechanisms}",
+  series="Request for Comments",
+  number="3670",
+  howpublished="RFC 3670 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3670.txt",
+}
+
+ at misc{rfc3671,
+  author="K. Zeilenga",
+  title="{Collective Attributes in the Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3671",
+  howpublished="RFC 3671 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3671.txt",
+}
+
+ at misc{rfc3672,
+  author="K. Zeilenga",
+  title="{Subentries in the Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3672",
+  howpublished="RFC 3672 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3672.txt",
+}
+
+ at misc{rfc3673,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol version 3 (LDAPv3): All Operational Attributes}",
+  series="Request for Comments",
+  number="3673",
+  howpublished="RFC 3673 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3673.txt",
+}
+
+ at misc{rfc3674,
+  author="K. Zeilenga",
+  title="{Feature Discovery in Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3674",
+  howpublished="RFC 3674 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    note="Obsoleted by RFC 4512",
+  url="http://www.ietf.org/rfc/rfc3674.txt",
+}
+
+ at misc{rfc3675,
+  author="D. Eastlake 3rd",
+  title="{.sex Considered Dangerous}",
+  series="Request for Comments",
+  number="3675",
+  howpublished="RFC 3675 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3675.txt",
+}
+
+ at misc{rfc3676,
+  author="R. Gellens",
+  title="{The Text/Plain Format and DelSp Parameters}",
+  series="Request for Comments",
+  number="3676",
+  howpublished="RFC 3676 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3676.txt",
+}
+
+ at misc{rfc3677,
+  author="L. Daigle and Internet Architecture Board",
+  title="{IETF ISOC Board of Trustee Appointment Procedures}",
+  series="Request for Comments",
+  number="3677",
+  howpublished="RFC 3677 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2003,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3677.txt",
+}
+
+ at misc{rfc3678,
+  author="D. Thaler and B. Fenner and B. Quinn",
+  title="{Socket Interface Extensions for Multicast Source Filters}",
+  series="Request for Comments",
+  number="3678",
+  howpublished="RFC 3678 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3678.txt",
+}
+
+ at misc{rfc3679,
+  author="R. Droms",
+  title="{Unused Dynamic Host Configuration Protocol (DHCP) Option Codes}",
+  series="Request for Comments",
+  number="3679",
+  howpublished="RFC 3679 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3679.txt",
+}
+
+ at misc{rfc3680,
+  author="J. Rosenberg",
+  title="{A Session Initiation Protocol (SIP) Event Package for Registrations}",
+  series="Request for Comments",
+  number="3680",
+  howpublished="RFC 3680 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Updated by RFC 6140",
+  url="http://www.ietf.org/rfc/rfc3680.txt",
+}
+
+ at misc{rfc3681,
+  author="R. Bush and R. Fink",
+  title="{Delegation of E.F.F.3.IP6.ARPA}",
+  series="Request for Comments",
+  number="3681",
+  howpublished="RFC 3681 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3681.txt",
+}
+
+ at misc{rfc3682,
+  author="V. Gill and J. Heasley and D. Meyer",
+  title="{The Generalized TTL Security Mechanism (GTSM)}",
+  series="Request for Comments",
+  number="3682",
+  howpublished="RFC 3682 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 5082",
+  url="http://www.ietf.org/rfc/rfc3682.txt",
+}
+
+ at misc{rfc3683,
+  author="M. Rose",
+  title="{A Practice for Revoking Posting Rights to IETF Mailing Lists}",
+  series="Request for Comments",
+  number="3683",
+  howpublished="RFC 3683 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3683.txt",
+}
+
+ at misc{rfc3684,
+  author="R. Ogier and F. Templin and M. Lewis",
+  title="{Topology Dissemination Based on Reverse-Path Forwarding (TBRPF)}",
+  series="Request for Comments",
+  number="3684",
+  howpublished="RFC 3684 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3684.txt",
+}
+
+ at misc{rfc3685,
+  author="C. Daboo",
+  title="{SIEVE Email Filtering: Spamtest and VirusTest Extensions}",
+  series="Request for Comments",
+  number="3685",
+  howpublished="RFC 3685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 5235",
+  url="http://www.ietf.org/rfc/rfc3685.txt",
+}
+
+ at misc{rfc3686,
+  author="R. Housley",
+  title="{Using Advanced Encryption Standard (AES) Counter Mode With IPsec Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="3686",
+  howpublished="RFC 3686 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3686.txt",
+}
+
+ at misc{rfc3687,
+  author="S. Legg",
+  title="{Lightweight Directory Access Protocol (LDAP) and X.500 Component Matching Rules}",
+  series="Request for Comments",
+  number="3687",
+  howpublished="RFC 3687 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3687.txt",
+}
+
+ at misc{rfc3688,
+  author="M. Mealling",
+  title="{The IETF XML Registry}",
+  series="Request for Comments",
+  number="3688",
+  howpublished="RFC 3688 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3688.txt",
+}
+
+ at misc{rfc3689,
+  author="K. Carlberg and R. Atkinson",
+  title="{General Requirements for Emergency Telecommunication Service (ETS)}",
+  series="Request for Comments",
+  number="3689",
+  howpublished="RFC 3689 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3689.txt",
+}
+
+ at misc{rfc3690,
+  author="K. Carlberg and R. Atkinson",
+  title="{IP Telephony Requirements for Emergency Telecommunication Service (ETS)}",
+  series="Request for Comments",
+  number="3690",
+  howpublished="RFC 3690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3690.txt",
+}
+
+ at misc{rfc3691,
+  author="A. Melnikov",
+  title="{Internet Message Access Protocol (IMAP) UNSELECT command}",
+  series="Request for Comments",
+  number="3691",
+  howpublished="RFC 3691 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3691.txt",
+}
+
+ at misc{rfc3692,
+  author="T. Narten",
+  title="{Assigning Experimental and Testing Numbers Considered Useful}",
+  series="Request for Comments",
+  number="3692",
+  howpublished="RFC 3692 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3692.txt",
+}
+
+ at misc{rfc3693,
+  author="J. Cuellar and J. Morris and D. Mulligan and J. Peterson and J. Polk",
+  title="{Geopriv Requirements}",
+  series="Request for Comments",
+  number="3693",
+  howpublished="RFC 3693 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFCs 6280, 7459",
+  url="http://www.ietf.org/rfc/rfc3693.txt",
+}
+
+ at misc{rfc3694,
+  author="M. Danley and D. Mulligan and J. Morris and J. Peterson",
+  title="{Threat Analysis of the Geopriv Protocol}",
+  series="Request for Comments",
+  number="3694",
+  howpublished="RFC 3694 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFC 6280",
+  url="http://www.ietf.org/rfc/rfc3694.txt",
+}
+
+ at misc{rfc3695,
+  author="M. Luby and L. Vicisano",
+  title="{Compact Forward Error Correction (FEC) Schemes}",
+  series="Request for Comments",
+  number="3695",
+  howpublished="RFC 3695 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 5445",
+  url="http://www.ietf.org/rfc/rfc3695.txt",
+}
+
+ at misc{rfc3696,
+  author="J. Klensin",
+  title="{Application Techniques for Checking and Transformation of Names}",
+  series="Request for Comments",
+  number="3696",
+  howpublished="RFC 3696 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3696.txt",
+}
+
+ at misc{rfc3697,
+  author="J. Rajahalme and A. Conta and B. Carpenter and S. Deering",
+  title="{IPv6 Flow Label Specification}",
+  series="Request for Comments",
+  number="3697",
+  howpublished="RFC 3697 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 6437",
+  url="http://www.ietf.org/rfc/rfc3697.txt",
+}
+
+ at misc{rfc3698,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP): Additional Matching Rules}",
+  series="Request for Comments",
+  number="3698",
+  howpublished="RFC 3698 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFC 4517",
+  url="http://www.ietf.org/rfc/rfc3698.txt",
+}
+
+ at misc{rfc3700,
+  author="J. Reynolds and S. Ginoza",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="3700",
+  howpublished="RFC 3700 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 5000",
+  url="http://www.ietf.org/rfc/rfc3700.txt",
+}
+
+ at misc{rfc3701,
+  author="R. Fink and R. Hinden",
+  title="{6bone (IPv6 Testing Address Allocation) Phaseout}",
+  series="Request for Comments",
+  number="3701",
+  howpublished="RFC 3701 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3701.txt",
+}
+
+ at misc{rfc3702,
+  author="J. Loughney and G. Camarillo",
+  title="{Authentication, Authorization, and Accounting Requirements for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3702",
+  howpublished="RFC 3702 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3702.txt",
+}
+
+ at misc{rfc3703,
+  author="J. Strassner and B. Moore and R. Moats and E. Ellesson",
+  title="{Policy Core Lightweight Directory Access Protocol (LDAP) Schema}",
+  series="Request for Comments",
+  number="3703",
+  howpublished="RFC 3703 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFC 4104",
+  url="http://www.ietf.org/rfc/rfc3703.txt",
+}
+
+ at misc{rfc3704,
+  author="F. Baker and P. Savola",
+  title="{Ingress Filtering for Multihomed Networks}",
+  series="Request for Comments",
+  number="3704",
+  howpublished="RFC 3704 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3704.txt",
+}
+
+ at misc{rfc3705,
+  author="B. Ray and R. Abbi",
+  title="{High Capacity Textual Conventions for MIB Modules Using Performance History Based on 15 Minute Intervals}",
+  series="Request for Comments",
+  number="3705",
+  howpublished="RFC 3705 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3705.txt",
+}
+
+ at misc{rfc3706,
+  author="G. Huang and S. Beaulieu and D. Rochefort",
+  title="{A Traffic-Based Method of Detecting Dead Internet Key Exchange (IKE) Peers}",
+  series="Request for Comments",
+  number="3706",
+  howpublished="RFC 3706 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3706.txt",
+}
+
+ at misc{rfc3707,
+  author="A. Newton",
+  title="{Cross Registry Internet Service Protocol (CRISP) Requirements}",
+  series="Request for Comments",
+  number="3707",
+  howpublished="RFC 3707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3707.txt",
+}
+
+ at misc{rfc3708,
+  author="E. Blanton and M. Allman",
+  title="{Using TCP Duplicate Selective Acknowledgement (DSACKs) and Stream Control Transmission Protocol (SCTP) Duplicate Transmission Sequence Numbers (TSNs) to Detect Spurious Retransmissions}",
+  series="Request for Comments",
+  number="3708",
+  howpublished="RFC 3708 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3708.txt",
+}
+
+ at misc{rfc3709,
+  author="S. Santesson and R. Housley and T. Freeman",
+  title="{Internet X.509 Public Key Infrastructure: Logotypes in X.509 Certificates}",
+  series="Request for Comments",
+  number="3709",
+  howpublished="RFC 3709 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFC 6170",
+  url="http://www.ietf.org/rfc/rfc3709.txt",
+}
+
+ at misc{rfc3710,
+  author="H. Alvestrand",
+  title="{An IESG charter}",
+  series="Request for Comments",
+  number="3710",
+  howpublished="RFC 3710 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Updated by RFCs 3932, 5742",
+  url="http://www.ietf.org/rfc/rfc3710.txt",
+}
+
+ at misc{rfc3711,
+  author="M. Baugher and D. McGrew and M. Naslund and E. Carrara and K. Norrman",
+  title="{The Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="3711",
+  howpublished="RFC 3711 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Updated by RFCs 5506, 6904",
+  url="http://www.ietf.org/rfc/rfc3711.txt",
+}
+
+ at misc{rfc3712,
+  author="P. Fleming and I. McDonald",
+  title="{Lightweight Directory Access Protocol (LDAP): Schema for Printer Services}",
+  series="Request for Comments",
+  number="3712",
+  howpublished="RFC 3712 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    note="Obsoleted by RFC 7612",
+  url="http://www.ietf.org/rfc/rfc3712.txt",
+}
+
+ at misc{rfc3713,
+  author="M. Matsui and J. Nakajima and S. Moriai",
+  title="{A Description of the Camellia Encryption Algorithm}",
+  series="Request for Comments",
+  number="3713",
+  howpublished="RFC 3713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3713.txt",
+}
+
+ at misc{rfc3714,
+  author="S. Floyd and J. Kempf",
+  title="{IAB Concerns Regarding Congestion Control for Voice Traffic in the Internet}",
+  series="Request for Comments",
+  number="3714",
+  howpublished="RFC 3714 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3714.txt",
+}
+
+ at misc{rfc3715,
+  author="B. Aboba and W. Dixon",
+  title="{IPsec-Network Address Translation (NAT) Compatibility Requirements}",
+  series="Request for Comments",
+  number="3715",
+  howpublished="RFC 3715 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3715.txt",
+}
+
+ at misc{rfc3716,
+  author="IAB Advisory Committee",
+  title="{The IETF in the Large:  Administration and Execution}",
+  series="Request for Comments",
+  number="3716",
+  howpublished="RFC 3716 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3716.txt",
+}
+
+ at misc{rfc3717,
+  author="B. Rajagopalan and J. Luciani and D. Awduche",
+  title="{IP over Optical Networks: A Framework}",
+  series="Request for Comments",
+  number="3717",
+  howpublished="RFC 3717 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3717.txt",
+}
+
+ at misc{rfc3718,
+  author="R. McGowan",
+  title="{A Summary of Unicode Consortium Procedures, Policies, Stability, and Public Access}",
+  series="Request for Comments",
+  number="3718",
+  howpublished="RFC 3718 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3718.txt",
+}
+
+ at misc{rfc3719,
+  author="J. Parker",
+  title="{Recommendations for Interoperable Networks using Intermediate System to Intermediate System (IS-IS)}",
+  series="Request for Comments",
+  number="3719",
+  howpublished="RFC 3719 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3719.txt",
+}
+
+ at misc{rfc3720,
+  author="J. Satran and K. Meth and C. Sapuntzakis and M. Chadalapaka and E. Zeidner",
+  title="{Internet Small Computer Systems Interface (iSCSI)}",
+  series="Request for Comments",
+  number="3720",
+  howpublished="RFC 3720 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFC 7143, updated by RFCs 3980, 4850, 5048, 7146",
+  url="http://www.ietf.org/rfc/rfc3720.txt",
+}
+
+ at misc{rfc3721,
+  author="M. Bakke and J. Hafner and J. Hufferd and K. Voruganti and M. Krueger",
+  title="{Internet Small Computer Systems Interface (iSCSI) Naming and Discovery}",
+  series="Request for Comments",
+  number="3721",
+  howpublished="RFC 3721 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Updated by RFC 7143",
+  url="http://www.ietf.org/rfc/rfc3721.txt",
+}
+
+ at misc{rfc3722,
+  author="M. Bakke",
+  title="{String Profile for Internet Small Computer Systems Interface (iSCSI) Names}",
+  series="Request for Comments",
+  number="3722",
+  howpublished="RFC 3722 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3722.txt",
+}
+
+ at misc{rfc3723,
+  author="B. Aboba and J. Tseng and J. Walker and V. Rangan and F. Travostino",
+  title="{Securing Block Storage Protocols over IP}",
+  series="Request for Comments",
+  number="3723",
+  howpublished="RFC 3723 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc3723.txt",
+}
+
+ at misc{rfc3724,
+  author="J. Kempf and R. Austein and IAB",
+  title="{The Rise of the Middle and the Future of End-to-End: Reflections on the Evolution of the Internet Architecture}",
+  series="Request for Comments",
+  number="3724",
+  howpublished="RFC 3724 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3724.txt",
+}
+
+ at misc{rfc3725,
+  author="J. Rosenberg and J. Peterson and H. Schulzrinne and G. Camarillo",
+  title="{Best Current Practices for Third Party Call Control (3pcc) in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3725",
+  howpublished="RFC 3725 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3725.txt",
+}
+
+ at misc{rfc3726,
+  author="M. Brunner",
+  title="{Requirements for Signaling Protocols}",
+  series="Request for Comments",
+  number="3726",
+  howpublished="RFC 3726 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3726.txt",
+}
+
+ at misc{rfc3727,
+  author="S. Legg",
+  title="{ASN.1 Module Definition for the LDAP and X.500 Component Matching Rules}",
+  series="Request for Comments",
+  number="3727",
+  howpublished="RFC 3727 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3727.txt",
+}
+
+ at misc{rfc3728,
+  author="B. Ray and R. Abbi",
+  title="{Definitions of Managed Objects for Very High Speed Digital Subscriber Lines (VDSL)}",
+  series="Request for Comments",
+  number="3728",
+  howpublished="RFC 3728 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3728.txt",
+}
+
+ at misc{rfc3729,
+  author="S. Waldbusser",
+  title="{Application Performance Measurement MIB}",
+  series="Request for Comments",
+  number="3729",
+  howpublished="RFC 3729 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3729.txt",
+}
+
+ at misc{rfc3730,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="3730",
+  howpublished="RFC 3730 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 4930",
+  url="http://www.ietf.org/rfc/rfc3730.txt",
+}
+
+ at misc{rfc3731,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Domain Name Mapping}",
+  series="Request for Comments",
+  number="3731",
+  howpublished="RFC 3731 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 4931",
+  url="http://www.ietf.org/rfc/rfc3731.txt",
+}
+
+ at misc{rfc3732,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Host Mapping}",
+  series="Request for Comments",
+  number="3732",
+  howpublished="RFC 3732 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 4932",
+  url="http://www.ietf.org/rfc/rfc3732.txt",
+}
+
+ at misc{rfc3733,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Contact Mapping}",
+  series="Request for Comments",
+  number="3733",
+  howpublished="RFC 3733 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 4933",
+  url="http://www.ietf.org/rfc/rfc3733.txt",
+}
+
+ at misc{rfc3734,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Transport Over TCP}",
+  series="Request for Comments",
+  number="3734",
+  howpublished="RFC 3734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    note="Obsoleted by RFC 4934",
+  url="http://www.ietf.org/rfc/rfc3734.txt",
+}
+
+ at misc{rfc3735,
+  author="S. Hollenbeck",
+  title="{Guidelines for Extending the Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="3735",
+  howpublished="RFC 3735 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3735.txt",
+}
+
+ at misc{rfc3736,
+  author="R. Droms",
+  title="{Stateless Dynamic Host Configuration Protocol (DHCP) Service for IPv6}",
+  series="Request for Comments",
+  number="3736",
+  howpublished="RFC 3736 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3736.txt",
+}
+
+ at misc{rfc3737,
+  author="B. Wijnen and A. Bierman",
+  title="{IANA Guidelines for the Registry of Remote Monitoring (RMON) MIB modules}",
+  series="Request for Comments",
+  number="3737",
+  howpublished="RFC 3737 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3737.txt",
+}
+
+ at misc{rfc3738,
+  author="M. Luby and V. Goyal",
+  title="{Wave and Equation Based Rate Control (WEBRC) Building Block}",
+  series="Request for Comments",
+  number="3738",
+  howpublished="RFC 3738 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3738.txt",
+}
+
+ at misc{rfc3739,
+  author="S. Santesson and M. Nystrom and T. Polk",
+  title="{Internet X.509 Public Key Infrastructure: Qualified Certificates Profile}",
+  series="Request for Comments",
+  number="3739",
+  howpublished="RFC 3739 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3739.txt",
+}
+
+ at misc{rfc3740,
+  author="T. Hardjono and B. Weis",
+  title="{The Multicast Group Security Architecture}",
+  series="Request for Comments",
+  number="3740",
+  howpublished="RFC 3740 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3740.txt",
+}
+
+ at misc{rfc3741,
+  author="J. Boyer and D. Eastlake 3rd and J. Reagle",
+  title="{Exclusive XML Canonicalization, Version 1.0}",
+  series="Request for Comments",
+  number="3741",
+  howpublished="RFC 3741 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3741.txt",
+}
+
+ at misc{rfc3742,
+  author="S. Floyd",
+  title="{Limited Slow-Start for TCP with Large Congestion Windows}",
+  series="Request for Comments",
+  number="3742",
+  howpublished="RFC 3742 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3742.txt",
+}
+
+ at misc{rfc3743,
+  author="K. Konishi and K. Huang and H. Qian and Y. Ko",
+  title="{Joint Engineering Team (JET) Guidelines for Internationalized Domain Names (IDN) Registration and Administration for Chinese, Japanese, and Korean}",
+  series="Request for Comments",
+  number="3743",
+  howpublished="RFC 3743 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3743.txt",
+}
+
+ at misc{rfc3744,
+  author="G. Clemm and J. Reschke and E. Sedlar and J. Whitehead",
+  title="{Web Distributed Authoring and Versioning (WebDAV) Access Control Protocol}",
+  series="Request for Comments",
+  number="3744",
+  howpublished="RFC 3744 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3744.txt",
+}
+
+ at misc{rfc3745,
+  author="D. Singer and R. Clark and D. Lee",
+  title="{MIME Type Registrations for JPEG 2000 (ISO/IEC 15444)}",
+  series="Request for Comments",
+  number="3745",
+  howpublished="RFC 3745 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3745.txt",
+}
+
+ at misc{rfc3746,
+  author="L. Yang and R. Dantu and T. Anderson and R. Gopal",
+  title="{Forwarding and Control Element Separation (ForCES) Framework}",
+  series="Request for Comments",
+  number="3746",
+  howpublished="RFC 3746 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3746.txt",
+}
+
+ at misc{rfc3747,
+  author="H. Hazewinkel and D. Partain",
+  title="{The Differentiated Services Configuration MIB}",
+  series="Request for Comments",
+  number="3747",
+  howpublished="RFC 3747 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3747.txt",
+}
+
+ at misc{rfc3748,
+  author="B. Aboba and L. Blunk and J. Vollbrecht and J. Carlson and H. Levkowetz",
+  title="{Extensible Authentication Protocol (EAP)}",
+  series="Request for Comments",
+  number="3748",
+  howpublished="RFC 3748 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Updated by RFCs 5247, 7057",
+  url="http://www.ietf.org/rfc/rfc3748.txt",
+}
+
+ at misc{rfc3749,
+  author="S. Hollenbeck",
+  title="{Transport Layer Security Protocol Compression Methods}",
+  series="Request for Comments",
+  number="3749",
+  howpublished="RFC 3749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3749.txt",
+}
+
+ at misc{rfc3750,
+  author="C. Huitema and R. Austein and S. Satapati and R. van der Pol",
+  title="{Unmanaged Networks IPv6 Transition Scenarios}",
+  series="Request for Comments",
+  number="3750",
+  howpublished="RFC 3750 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3750.txt",
+}
+
+ at misc{rfc3751,
+  author="S. Bradner",
+  title="{Omniscience Protocol Requirements}",
+  series="Request for Comments",
+  number="3751",
+  howpublished="RFC 3751 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc3751.txt",
+}
+
+ at misc{rfc3752,
+  author="A. Barbir and E. Burger and R. Chen and S. McHenry and H. Orman and R. Penno",
+  title="{Open Pluggable Edge Services (OPES) Use Cases and Deployment Scenarios}",
+  series="Request for Comments",
+  number="3752",
+  howpublished="RFC 3752 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3752.txt",
+}
+
+ at misc{rfc3753,
+  author="J. Manner and M. Kojo",
+  title="{Mobility Related Terminology}",
+  series="Request for Comments",
+  number="3753",
+  howpublished="RFC 3753 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3753.txt",
+}
+
+ at misc{rfc3754,
+  author="R. Bless and K. Wehrle",
+  title="{IP Multicast in Differentiated Services (DS) Networks}",
+  series="Request for Comments",
+  number="3754",
+  howpublished="RFC 3754 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3754.txt",
+}
+
+ at misc{rfc3755,
+  author="S. Weiler",
+  title="{Legacy Resolver Compatibility for Delegation Signer (DS)}",
+  series="Request for Comments",
+  number="3755",
+  howpublished="RFC 3755 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    note="Obsoleted by RFCs 4033, 4034, 4035, updated by RFCs 3757, 3845",
+  url="http://www.ietf.org/rfc/rfc3755.txt",
+}
+
+ at misc{rfc3756,
+  author="P. Nikander and J. Kempf and E. Nordmark",
+  title="{IPv6 Neighbor Discovery (ND) Trust Models and Threats}",
+  series="Request for Comments",
+  number="3756",
+  howpublished="RFC 3756 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3756.txt",
+}
+
+ at misc{rfc3757,
+  author="O. Kolkman and J. Schlyter and E. Lewis",
+  title="{Domain Name System KEY (DNSKEY) Resource Record (RR) Secure Entry Point (SEP) Flag}",
+  series="Request for Comments",
+  number="3757",
+  howpublished="RFC 3757 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3757.txt",
+}
+
+ at misc{rfc3758,
+  author="R. Stewart and M. Ramalho and Q. Xie and M. Tuexen and P. Conrad",
+  title="{Stream Control Transmission Protocol (SCTP) Partial Reliability Extension}",
+  series="Request for Comments",
+  number="3758",
+  howpublished="RFC 3758 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3758.txt",
+}
+
+ at misc{rfc3759,
+  author="L-E. Jonsson",
+  title="{RObust Header Compression (ROHC): Terminology and Channel Mapping Examples}",
+  series="Request for Comments",
+  number="3759",
+  howpublished="RFC 3759 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3759.txt",
+}
+
+ at misc{rfc3760,
+  author="D. Gustafson and M. Just and M. Nystrom",
+  title="{Securely Available Credentials (SACRED) - Credential Server Framework}",
+  series="Request for Comments",
+  number="3760",
+  howpublished="RFC 3760 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3760.txt",
+}
+
+ at misc{rfc3761,
+  author="P. Faltstrom and M. Mealling",
+  title="{The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)}",
+  series="Request for Comments",
+  number="3761",
+  howpublished="RFC 3761 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFCs 6116, 6117",
+  url="http://www.ietf.org/rfc/rfc3761.txt",
+}
+
+ at misc{rfc3762,
+  author="O. Levin",
+  title="{Telephone Number Mapping (ENUM) Service Registration for H.323}",
+  series="Request for Comments",
+  number="3762",
+  howpublished="RFC 3762 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc3762.txt",
+}
+
+ at misc{rfc3763,
+  author="S. Shalunov and B. Teitelbaum",
+  title="{One-way Active Measurement Protocol (OWAMP) Requirements}",
+  series="Request for Comments",
+  number="3763",
+  howpublished="RFC 3763 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3763.txt",
+}
+
+ at misc{rfc3764,
+  author="J. Peterson",
+  title="{enumservice registration for Session Initiation Protocol (SIP) Addresses-of-Record}",
+  series="Request for Comments",
+  number="3764",
+  howpublished="RFC 3764 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc3764.txt",
+}
+
+ at misc{rfc3765,
+  author="G. Huston",
+  title="{NOPEER Community for Border Gateway Protocol (BGP) Route Scope Control}",
+  series="Request for Comments",
+  number="3765",
+  howpublished="RFC 3765 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3765.txt",
+}
+
+ at misc{rfc3766,
+  author="H. Orman and P. Hoffman",
+  title="{Determining Strengths For Public Keys Used For Exchanging Symmetric Keys}",
+  series="Request for Comments",
+  number="3766",
+  howpublished="RFC 3766 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc3766.txt",
+}
+
+ at misc{rfc3767,
+  author="S. Farrell",
+  title="{Securely Available Credentials Protocol}",
+  series="Request for Comments",
+  number="3767",
+  howpublished="RFC 3767 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3767.txt",
+}
+
+ at misc{rfc3768,
+  author="R. Hinden",
+  title="{Virtual Router Redundancy Protocol (VRRP)}",
+  series="Request for Comments",
+  number="3768",
+  howpublished="RFC 3768 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFC 5798",
+  url="http://www.ietf.org/rfc/rfc3768.txt",
+}
+
+ at misc{rfc3769,
+  author="S. Miyakawa and R. Droms",
+  title="{Requirements for IPv6 Prefix Delegation}",
+  series="Request for Comments",
+  number="3769",
+  howpublished="RFC 3769 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3769.txt",
+}
+
+ at misc{rfc3770,
+  author="R. Housley and T. Moore",
+  title="{Certificate Extensions and Attributes Supporting Authentication in Point-to-Point Protocol (PPP) and Wireless Local Area Networks (WLAN)}",
+  series="Request for Comments",
+  number="3770",
+  howpublished="RFC 3770 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    note="Obsoleted by RFC 4334",
+  url="http://www.ietf.org/rfc/rfc3770.txt",
+}
+
+ at misc{rfc3771,
+  author="R. Harrison and K. Zeilenga",
+  title="{The Lightweight Directory Access Protocol (LDAP) Intermediate Response Message}",
+  series="Request for Comments",
+  number="3771",
+  howpublished="RFC 3771 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFCs 4511, 4510",
+  url="http://www.ietf.org/rfc/rfc3771.txt",
+}
+
+ at misc{rfc3772,
+  author="J. Carlson and R. Winslow",
+  title="{Point-to-Point Protocol (PPP) Vendor Protocol}",
+  series="Request for Comments",
+  number="3772",
+  howpublished="RFC 3772 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3772.txt",
+}
+
+ at misc{rfc3773,
+  author="E. Candell",
+  title="{High-Level Requirements for Internet Voice Mail}",
+  series="Request for Comments",
+  number="3773",
+  howpublished="RFC 3773 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3773.txt",
+}
+
+ at misc{rfc3774,
+  author="E. Davies",
+  title="{IETF Problem Statement}",
+  series="Request for Comments",
+  number="3774",
+  howpublished="RFC 3774 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3774.txt",
+}
+
+ at misc{rfc3775,
+  author="D. Johnson and C. Perkins and J. Arkko",
+  title="{Mobility Support in IPv6}",
+  series="Request for Comments",
+  number="3775",
+  howpublished="RFC 3775 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Obsoleted by RFC 6275",
+  url="http://www.ietf.org/rfc/rfc3775.txt",
+}
+
+ at misc{rfc3776,
+  author="J. Arkko and V. Devarapalli and F. Dupont",
+  title="{Using IPsec to Protect Mobile IPv6 Signaling Between Mobile Nodes and Home Agents}",
+  series="Request for Comments",
+  number="3776",
+  howpublished="RFC 3776 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Updated by RFC 4877",
+  url="http://www.ietf.org/rfc/rfc3776.txt",
+}
+
+ at misc{rfc3777,
+  author="J. Galvin",
+  title="{IAB and IESG Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees}",
+  series="Request for Comments",
+  number="3777",
+  howpublished="RFC 3777 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Obsoleted by RFC 7437, updated by RFCs 5078, 5633, 5680, 6859",
+  url="http://www.ietf.org/rfc/rfc3777.txt",
+}
+
+ at misc{rfc3778,
+  author="E. Taft and J. Pravetz and S. Zilles and L. Masinter",
+  title="{The application/pdf Media Type}",
+  series="Request for Comments",
+  number="3778",
+  howpublished="RFC 3778 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3778.txt",
+}
+
+ at misc{rfc3779,
+  author="C. Lynn and S. Kent and K. Seo",
+  title="{X.509 Extensions for IP Addresses and AS Identifiers}",
+  series="Request for Comments",
+  number="3779",
+  howpublished="RFC 3779 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3779.txt",
+}
+
+ at misc{rfc3780,
+  author="F. Strauss and J. Schoenwaelder",
+  title="{SMIng - Next Generation Structure of Management Information}",
+  series="Request for Comments",
+  number="3780",
+  howpublished="RFC 3780 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3780.txt",
+}
+
+ at misc{rfc3781,
+  author="F. Strauss and J. Schoenwaelder",
+  title="{Next Generation Structure of Management Information (SMIng) Mappings to the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="3781",
+  howpublished="RFC 3781 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3781.txt",
+}
+
+ at misc{rfc3782,
+  author="S. Floyd and T. Henderson and A. Gurtov",
+  title="{The NewReno Modification to TCP's Fast Recovery Algorithm}",
+  series="Request for Comments",
+  number="3782",
+  howpublished="RFC 3782 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=apr,
+    note="Obsoleted by RFC 6582",
+  url="http://www.ietf.org/rfc/rfc3782.txt",
+}
+
+ at misc{rfc3783,
+  author="M. Chadalapaka and R. Elliott",
+  title="{Small Computer Systems Interface (SCSI) Command Ordering Considerations with iSCSI}",
+  series="Request for Comments",
+  number="3783",
+  howpublished="RFC 3783 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3783.txt",
+}
+
+ at misc{rfc3784,
+  author="H. Smit and T. Li",
+  title="{Intermediate System to Intermediate System (IS-IS) Extensions for Traffic Engineering (TE)}",
+  series="Request for Comments",
+  number="3784",
+  howpublished="RFC 3784 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Obsoleted by RFC 5305, updated by RFC 4205",
+  url="http://www.ietf.org/rfc/rfc3784.txt",
+}
+
+ at misc{rfc3785,
+  author="F. Le Faucheur and R. Uppili and A. Vedrenne and P. Merckx and T. Telkamp",
+  title="{Use of Interior Gateway Protocol (IGP) Metric as a second MPLS Traffic Engineering (TE) Metric}",
+  series="Request for Comments",
+  number="3785",
+  howpublished="RFC 3785 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3785.txt",
+}
+
+ at misc{rfc3786,
+  author="A. Hermelin and S. Previdi and M. Shand",
+  title="{Extending the Number of Intermediate System to Intermediate System (IS-IS) Link State PDU (LSP) Fragments Beyond the 256 Limit}",
+  series="Request for Comments",
+  number="3786",
+  howpublished="RFC 3786 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    note="Obsoleted by RFC 5311",
+  url="http://www.ietf.org/rfc/rfc3786.txt",
+}
+
+ at misc{rfc3787,
+  author="J. Parker",
+  title="{Recommendations for Interoperable IP Networks using Intermediate System to Intermediate System (IS-IS)}",
+  series="Request for Comments",
+  number="3787",
+  howpublished="RFC 3787 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3787.txt",
+}
+
+ at misc{rfc3788,
+  author="J. Loughney and M. Tuexen and J. Pastor-Balbas",
+  title="{Security Considerations for Signaling Transport (SIGTRAN) Protocols}",
+  series="Request for Comments",
+  number="3788",
+  howpublished="RFC 3788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3788.txt",
+}
+
+ at misc{rfc3789,
+  author="P. Nesser and II and A. Bergstrom",
+  title="{Introduction to the Survey of IPv4 Addresses in Currently Deployed IETF Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3789",
+  howpublished="RFC 3789 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3789.txt",
+}
+
+ at misc{rfc3790,
+  author="C. Mickles and P. Nesser and II",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Internet Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3790",
+  howpublished="RFC 3790 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3790.txt",
+}
+
+ at misc{rfc3791,
+  author="C. Olvera and P. Nesser and II",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Routing Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3791",
+  howpublished="RFC 3791 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3791.txt",
+}
+
+ at misc{rfc3792,
+  author="P. Nesser and II and A. Bergstrom",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Security Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3792",
+  howpublished="RFC 3792 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3792.txt",
+}
+
+ at misc{rfc3793,
+  author="P. Nesser and II and A. Bergstrom",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Sub-IP Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3793",
+  howpublished="RFC 3793 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3793.txt",
+}
+
+ at misc{rfc3794,
+  author="P. Nesser and II and A. Bergstrom",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Transport Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3794",
+  howpublished="RFC 3794 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3794.txt",
+}
+
+ at misc{rfc3795,
+  author="R. Sofia and P. Nesser and II",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Application Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3795",
+  howpublished="RFC 3795 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3795.txt",
+}
+
+ at misc{rfc3796,
+  author="P. Nesser and II and A. Bergstrom",
+  title="{Survey of IPv4 Addresses in Currently Deployed IETF Operations \& Management Area Standards Track and Experimental Documents}",
+  series="Request for Comments",
+  number="3796",
+  howpublished="RFC 3796 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3796.txt",
+}
+
+ at misc{rfc3797,
+  author="D. Eastlake 3rd",
+  title="{Publicly Verifiable Nominations Committee (NomCom) Random Selection}",
+  series="Request for Comments",
+  number="3797",
+  howpublished="RFC 3797 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3797.txt",
+}
+
+ at misc{rfc3798,
+  author="T. Hansen and G. Vaudreuil",
+  title="{Message Disposition Notification}",
+  series="Request for Comments",
+  number="3798",
+  howpublished="RFC 3798 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=may,
+    note="Updated by RFCs 5337, 6533",
+  url="http://www.ietf.org/rfc/rfc3798.txt",
+}
+
+ at misc{rfc3801,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Voice Profile for Internet Mail - version 2 (VPIMv2)}",
+  series="Request for Comments",
+  number="3801",
+  howpublished="RFC 3801 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3801.txt",
+}
+
+ at misc{rfc3802,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Toll Quality Voice - 32 kbit/s Adaptive Differential Pulse Code Modulation (ADPCM) MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3802",
+  howpublished="RFC 3802 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3802.txt",
+}
+
+ at misc{rfc3803,
+  author="G. Vaudreuil and G. Parsons",
+  title="{Content Duration MIME Header Definition}",
+  series="Request for Comments",
+  number="3803",
+  howpublished="RFC 3803 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3803.txt",
+}
+
+ at misc{rfc3804,
+  author="G. Parsons",
+  title="{Voice Profile for Internet Mail (VPIM) Addressing}",
+  series="Request for Comments",
+  number="3804",
+  howpublished="RFC 3804 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3804.txt",
+}
+
+ at misc{rfc3805,
+  author="R. Bergman and H. Lewis and I. McDonald",
+  title="{Printer MIB v2}",
+  series="Request for Comments",
+  number="3805",
+  howpublished="RFC 3805 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3805.txt",
+}
+
+ at misc{rfc3806,
+  author="R. Bergman and H. Lewis and I. McDonald",
+  title="{Printer Finishing MIB}",
+  series="Request for Comments",
+  number="3806",
+  howpublished="RFC 3806 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3806.txt",
+}
+
+ at misc{rfc3807,
+  author="E. Weilandt and N. Khanchandani and S. Rao",
+  title="{V5.2-User Adaptation Layer (V5UA)}",
+  series="Request for Comments",
+  number="3807",
+  howpublished="RFC 3807 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3807.txt",
+}
+
+ at misc{rfc3808,
+  author="I. McDonald",
+  title="{IANA Charset MIB}",
+  series="Request for Comments",
+  number="3808",
+  howpublished="RFC 3808 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3808.txt",
+}
+
+ at misc{rfc3809,
+  author="A. Nagarajan",
+  title="{Generic Requirements for Provider Provisioned Virtual Private Networks (PPVPN)}",
+  series="Request for Comments",
+  number="3809",
+  howpublished="RFC 3809 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3809.txt",
+}
+
+ at misc{rfc3810,
+  author="R. Vida and L. Costa",
+  title="{Multicast Listener Discovery Version 2 (MLDv2) for IPv6}",
+  series="Request for Comments",
+  number="3810",
+  howpublished="RFC 3810 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Updated by RFC 4604",
+  url="http://www.ietf.org/rfc/rfc3810.txt",
+}
+
+ at misc{rfc3811,
+  author="T. Nadeau and J. Cucchiara",
+  title="{Definitions of Textual Conventions (TCs) for Multiprotocol Label Switching (MPLS) Management}",
+  series="Request for Comments",
+  number="3811",
+  howpublished="RFC 3811 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc3811.txt",
+}
+
+ at misc{rfc3812,
+  author="C. Srinivasan and A. Viswanathan and T. Nadeau",
+  title="{Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3812",
+  howpublished="RFC 3812 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3812.txt",
+}
+
+ at misc{rfc3813,
+  author="C. Srinivasan and A. Viswanathan and T. Nadeau",
+  title="{Multiprotocol Label Switching (MPLS) Label Switching Router (LSR) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3813",
+  howpublished="RFC 3813 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3813.txt",
+}
+
+ at misc{rfc3814,
+  author="T. Nadeau and C. Srinivasan and A. Viswanathan",
+  title="{Multiprotocol Label Switching (MPLS) Forwarding Equivalence Class To Next Hop Label Forwarding Entry (FEC-To-NHLFE) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3814",
+  howpublished="RFC 3814 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3814.txt",
+}
+
+ at misc{rfc3815,
+  author="J. Cucchiara and H. Sjostrand and J. Luciani",
+  title="{Definitions of Managed Objects for the Multiprotocol Label Switching (MPLS), Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="3815",
+  howpublished="RFC 3815 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3815.txt",
+}
+
+ at misc{rfc3816,
+  author="J. Quittek and M. Stiemerling and H. Hartenstein",
+  title="{Definitions of Managed Objects for RObust Header Compression (ROHC)}",
+  series="Request for Comments",
+  number="3816",
+  howpublished="RFC 3816 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3816.txt",
+}
+
+ at misc{rfc3817,
+  author="W. Townsley and R. da Silva",
+  title="{Layer 2 Tunneling Protocol (L2TP) Active Discovery Relay for PPP over Ethernet (PPPoE)}",
+  series="Request for Comments",
+  number="3817",
+  howpublished="RFC 3817 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3817.txt",
+}
+
+ at misc{rfc3818,
+  author="V. Schryver",
+  title="{IANA Considerations for the Point-to-Point Protocol (PPP)}",
+  series="Request for Comments",
+  number="3818",
+  howpublished="RFC 3818 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3818.txt",
+}
+
+ at misc{rfc3819,
+  author="P. Karn and C. Bormann and G. Fairhurst and D. Grossman and R. Ludwig and J. Mahdavi and G. Montenegro and J. Touch and L. Wood",
+  title="{Advice for Internet Subnetwork Designers}",
+  series="Request for Comments",
+  number="3819",
+  howpublished="RFC 3819 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3819.txt",
+}
+
+ at misc{rfc3820,
+  author="S. Tuecke and V. Welch and D. Engert and L. Pearlman and M. Thompson",
+  title="{Internet X.509 Public Key Infrastructure (PKI) Proxy Certificate Profile}",
+  series="Request for Comments",
+  number="3820",
+  howpublished="RFC 3820 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3820.txt",
+}
+
+ at misc{rfc3821,
+  author="M. Rajagopal and E. Rodriguez and R. Weber",
+  title="{Fibre Channel Over TCP/IP (FCIP)}",
+  series="Request for Comments",
+  number="3821",
+  howpublished="RFC 3821 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc3821.txt",
+}
+
+ at misc{rfc3822,
+  author="D. Peterson",
+  title="{Finding Fibre Channel over TCP/IP (FCIP) Entities Using Service Location Protocol version 2 (SLPv2)}",
+  series="Request for Comments",
+  number="3822",
+  howpublished="RFC 3822 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc3822.txt",
+}
+
+ at misc{rfc3823,
+  author="B. Kovitz",
+  title="{MIME Media Type for the Systems Biology Markup Language (SBML)}",
+  series="Request for Comments",
+  number="3823",
+  howpublished="RFC 3823 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3823.txt",
+}
+
+ at misc{rfc3824,
+  author="J. Peterson and H. Liu and J. Yu and B. Campbell",
+  title="{Using E.164 numbers with the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3824",
+  howpublished="RFC 3824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3824.txt",
+}
+
+ at misc{rfc3825,
+  author="J. Polk and J. Schnizlein and M. Linsner",
+  title="{Dynamic Host Configuration Protocol Option for Coordinate-based Location Configuration Information}",
+  series="Request for Comments",
+  number="3825",
+  howpublished="RFC 3825 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 6225",
+  url="http://www.ietf.org/rfc/rfc3825.txt",
+}
+
+ at misc{rfc3826,
+  author="U. Blumenthal and F. Maino and K. McCloghrie",
+  title="{The Advanced Encryption Standard (AES) Cipher Algorithm in the SNMP User-based Security Model}",
+  series="Request for Comments",
+  number="3826",
+  howpublished="RFC 3826 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3826.txt",
+}
+
+ at misc{rfc3827,
+  author="K. Sarcar",
+  title="{Additional Snoop Datalink Types}",
+  series="Request for Comments",
+  number="3827",
+  howpublished="RFC 3827 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3827.txt",
+}
+
+ at misc{rfc3828,
+  author="L-A. Larzon and M. Degermark and S. Pink and L-E. Jonsson and G. Fairhurst",
+  title="{The Lightweight User Datagram Protocol (UDP-Lite)}",
+  series="Request for Comments",
+  number="3828",
+  howpublished="RFC 3828 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Updated by RFC 6335",
+  url="http://www.ietf.org/rfc/rfc3828.txt",
+}
+
+ at misc{rfc3829,
+  author="R. Weltman and M. Smith and M. Wahl",
+  title="{Lightweight Directory Access Protocol (LDAP) Authorization Identity Request and Response Controls}",
+  series="Request for Comments",
+  number="3829",
+  howpublished="RFC 3829 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3829.txt",
+}
+
+ at misc{rfc3830,
+  author="J. Arkko and E. Carrara and F. Lindholm and M. Naslund and K. Norrman",
+  title="{MIKEY: Multimedia Internet KEYing}",
+  series="Request for Comments",
+  number="3830",
+  howpublished="RFC 3830 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    note="Updated by RFCs 4738, 6309",
+  url="http://www.ietf.org/rfc/rfc3830.txt",
+}
+
+ at misc{rfc3831,
+  author="C. DeSanti",
+  title="{Transmission of IPv6 Packets over Fibre Channel}",
+  series="Request for Comments",
+  number="3831",
+  howpublished="RFC 3831 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 4338",
+  url="http://www.ietf.org/rfc/rfc3831.txt",
+}
+
+ at misc{rfc3832,
+  author="W. Zhao and H. Schulzrinne and E. Guttman and C. Bisdikian and W. Jerome",
+  title="{Remote Service Discovery in the Service Location Protocol (SLP) via DNS SRV}",
+  series="Request for Comments",
+  number="3832",
+  howpublished="RFC 3832 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3832.txt",
+}
+
+ at misc{rfc3833,
+  author="D. Atkins and R. Austein",
+  title="{Threat Analysis of the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="3833",
+  howpublished="RFC 3833 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3833.txt",
+}
+
+ at misc{rfc3834,
+  author="K. Moore",
+  title="{Recommendations for Automatic Responses to Electronic Mail}",
+  series="Request for Comments",
+  number="3834",
+  howpublished="RFC 3834 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    note="Updated by RFC 5436",
+  url="http://www.ietf.org/rfc/rfc3834.txt",
+}
+
+ at misc{rfc3835,
+  author="A. Barbir and R. Penno and R. Chen and M. Hofmann and H. Orman",
+  title="{An Architecture for Open Pluggable Edge Services (OPES)}",
+  series="Request for Comments",
+  number="3835",
+  howpublished="RFC 3835 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3835.txt",
+}
+
+ at misc{rfc3836,
+  author="A. Beck and M. Hofmann and H. Orman and R. Penno and A. Terzis",
+  title="{Requirements for Open Pluggable Edge Services (OPES) Callout Protocols}",
+  series="Request for Comments",
+  number="3836",
+  howpublished="RFC 3836 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3836.txt",
+}
+
+ at misc{rfc3837,
+  author="A. Barbir and O. Batuner and B. Srinivas and M. Hofmann and H. Orman",
+  title="{Security Threats and Risks for Open Pluggable Edge Services (OPES)}",
+  series="Request for Comments",
+  number="3837",
+  howpublished="RFC 3837 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3837.txt",
+}
+
+ at misc{rfc3838,
+  author="A. Barbir and O. Batuner and A. Beck and T. Chan and H. Orman",
+  title="{Policy, Authorization, and Enforcement Requirements of the Open Pluggable Edge Services (OPES)}",
+  series="Request for Comments",
+  number="3838",
+  howpublished="RFC 3838 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3838.txt",
+}
+
+ at misc{rfc3839,
+  author="R. Castagno and D. Singer",
+  title="{MIME Type Registrations for 3rd Generation Partnership Project (3GPP) Multimedia files}",
+  series="Request for Comments",
+  number="3839",
+  howpublished="RFC 3839 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Updated by RFC 6381",
+  url="http://www.ietf.org/rfc/rfc3839.txt",
+}
+
+ at misc{rfc3840,
+  author="J. Rosenberg and H. Schulzrinne and P. Kyzivat",
+  title="{Indicating User Agent Capabilities in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3840",
+  howpublished="RFC 3840 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3840.txt",
+}
+
+ at misc{rfc3841,
+  author="J. Rosenberg and H. Schulzrinne and P. Kyzivat",
+  title="{Caller Preferences for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3841",
+  howpublished="RFC 3841 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3841.txt",
+}
+
+ at misc{rfc3842,
+  author="R. Mahy",
+  title="{A Message Summary and Message Waiting Indication Event Package for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3842",
+  howpublished="RFC 3842 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3842.txt",
+}
+
+ at misc{rfc3843,
+  author="L-E. Jonsson and G. Pelletier",
+  title="{RObust Header Compression (ROHC): A Compression Profile for IP}",
+  series="Request for Comments",
+  number="3843",
+  howpublished="RFC 3843 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    note="Updated by RFC 4815",
+  url="http://www.ietf.org/rfc/rfc3843.txt",
+}
+
+ at misc{rfc3844,
+  author="E. Davies and J. Hofmann",
+  title="{IETF Problem Resolution Process}",
+  series="Request for Comments",
+  number="3844",
+  howpublished="RFC 3844 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3844.txt",
+}
+
+ at misc{rfc3845,
+  author="J. Schlyter",
+  title="{DNS Security (DNSSEC) NextSECure (NSEC) RDATA Format}",
+  series="Request for Comments",
+  number="3845",
+  howpublished="RFC 3845 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    note="Obsoleted by RFCs 4033, 4034, 4035",
+  url="http://www.ietf.org/rfc/rfc3845.txt",
+}
+
+ at misc{rfc3846,
+  author="F. Johansson and T. Johansson",
+  title="{Mobile IPv4 Extension for Carrying Network Access Identifiers}",
+  series="Request for Comments",
+  number="3846",
+  howpublished="RFC 3846 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc3846.txt",
+}
+
+ at misc{rfc3847,
+  author="M. Shand and L. Ginsberg",
+  title="{Restart Signaling for Intermediate System to Intermediate System (IS-IS)}",
+  series="Request for Comments",
+  number="3847",
+  howpublished="RFC 3847 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 5306",
+  url="http://www.ietf.org/rfc/rfc3847.txt",
+}
+
+ at misc{rfc3848,
+  author="C. Newman",
+  title="{ESMTP and LMTP Transmission Types Registration}",
+  series="Request for Comments",
+  number="3848",
+  howpublished="RFC 3848 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3848.txt",
+}
+
+ at misc{rfc3849,
+  author="G. Huston and A. Lord and P. Smith",
+  title="{IPv6 Address Prefix Reserved for Documentation}",
+  series="Request for Comments",
+  number="3849",
+  howpublished="RFC 3849 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3849.txt",
+}
+
+ at misc{rfc3850,
+  author="B. Ramsdell",
+  title="{Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Certificate Handling}",
+  series="Request for Comments",
+  number="3850",
+  howpublished="RFC 3850 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 5750",
+  url="http://www.ietf.org/rfc/rfc3850.txt",
+}
+
+ at misc{rfc3851,
+  author="B. Ramsdell",
+  title="{Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.1 Message Specification}",
+  series="Request for Comments",
+  number="3851",
+  howpublished="RFC 3851 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 5751",
+  url="http://www.ietf.org/rfc/rfc3851.txt",
+}
+
+ at misc{rfc3852,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="3852",
+  howpublished="RFC 3852 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    note="Obsoleted by RFC 5652, updated by RFCs 4853, 5083",
+  url="http://www.ietf.org/rfc/rfc3852.txt",
+}
+
+ at misc{rfc3853,
+  author="J. Peterson",
+  title="{S/MIME Advanced Encryption Standard (AES) Requirement for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3853",
+  howpublished="RFC 3853 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3853.txt",
+}
+
+ at misc{rfc3854,
+  author="P. Hoffman and C. Bonatti and A. Eggen",
+  title="{Securing X.400 Content with Secure/Multipurpose Internet Mail Extensions (S/MIME)}",
+  series="Request for Comments",
+  number="3854",
+  howpublished="RFC 3854 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3854.txt",
+}
+
+ at misc{rfc3855,
+  author="P. Hoffman and C. Bonatti",
+  title="{Transporting Secure/Multipurpose Internet Mail Extensions (S/MIME) Objects in X.400}",
+  series="Request for Comments",
+  number="3855",
+  howpublished="RFC 3855 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3855.txt",
+}
+
+ at misc{rfc3856,
+  author="J. Rosenberg",
+  title="{A Presence Event Package for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3856",
+  howpublished="RFC 3856 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3856.txt",
+}
+
+ at misc{rfc3857,
+  author="J. Rosenberg",
+  title="{A Watcher Information Event Template-Package for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3857",
+  howpublished="RFC 3857 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3857.txt",
+}
+
+ at misc{rfc3858,
+  author="J. Rosenberg",
+  title="{An Extensible Markup Language (XML) Based Format for Watcher Information}",
+  series="Request for Comments",
+  number="3858",
+  howpublished="RFC 3858 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3858.txt",
+}
+
+ at misc{rfc3859,
+  author="J. Peterson",
+  title="{Common Profile for Presence (CPP)}",
+  series="Request for Comments",
+  number="3859",
+  howpublished="RFC 3859 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3859.txt",
+}
+
+ at misc{rfc3860,
+  author="J. Peterson",
+  title="{Common Profile for Instant Messaging (CPIM)}",
+  series="Request for Comments",
+  number="3860",
+  howpublished="RFC 3860 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3860.txt",
+}
+
+ at misc{rfc3861,
+  author="J. Peterson",
+  title="{Address Resolution for Instant Messaging and Presence}",
+  series="Request for Comments",
+  number="3861",
+  howpublished="RFC 3861 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3861.txt",
+}
+
+ at misc{rfc3862,
+  author="G. Klyne and D. Atkins",
+  title="{Common Presence and Instant Messaging (CPIM): Message Format}",
+  series="Request for Comments",
+  number="3862",
+  howpublished="RFC 3862 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3862.txt",
+}
+
+ at misc{rfc3863,
+  author="H. Sugano and S. Fujimoto and G. Klyne and A. Bateman and W. Carr and J. Peterson",
+  title="{Presence Information Data Format (PIDF)}",
+  series="Request for Comments",
+  number="3863",
+  howpublished="RFC 3863 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3863.txt",
+}
+
+ at misc{rfc3864,
+  author="G. Klyne and M. Nottingham and J. Mogul",
+  title="{Registration Procedures for Message Header Fields}",
+  series="Request for Comments",
+  number="3864",
+  howpublished="RFC 3864 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3864.txt",
+}
+
+ at misc{rfc3865,
+  author="C. Malamud",
+  title="{A No Soliciting Simple Mail Transfer Protocol (SMTP) Service Extension}",
+  series="Request for Comments",
+  number="3865",
+  howpublished="RFC 3865 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3865.txt",
+}
+
+ at misc{rfc3866,
+  author="K. Zeilenga",
+  title="{Language Tags and Ranges in the Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="3866",
+  howpublished="RFC 3866 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc3866.txt",
+}
+
+ at misc{rfc3867,
+  author="Y. Kawatsura and M. Hiroya and H. Beykirch",
+  title="{Payment Application Programmers Interface (API) for v1.0 Internet Open Trading Protocol (IOTP)}",
+  series="Request for Comments",
+  number="3867",
+  howpublished="RFC 3867 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3867.txt",
+}
+
+ at misc{rfc3868,
+  author="J. Loughney and G. Sidebottom and L. Coene and G. Verwimp and J. Keller and B. Bidulock",
+  title="{Signalling Connection Control Part User Adaptation Layer (SUA)}",
+  series="Request for Comments",
+  number="3868",
+  howpublished="RFC 3868 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3868.txt",
+}
+
+ at misc{rfc3869,
+  author="R. Atkinson and S. Floyd and Internet Architecture Board",
+  title="{IAB Concerns and Recommendations Regarding Internet Research and Evolution}",
+  series="Request for Comments",
+  number="3869",
+  howpublished="RFC 3869 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc3869.txt",
+}
+
+ at misc{rfc3870,
+  author="A. Swartz",
+  title="{application/rdf+xml Media Type Registration}",
+  series="Request for Comments",
+  number="3870",
+  howpublished="RFC 3870 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3870.txt",
+}
+
+ at misc{rfc3871,
+  author="G. Jones",
+  title="{Operational Security Requirements for Large Internet Service Provider (ISP) IP Network Infrastructure}",
+  series="Request for Comments",
+  number="3871",
+  howpublished="RFC 3871 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3871.txt",
+}
+
+ at misc{rfc3872,
+  author="D. Zinman and D. Walker and J. Jiang",
+  title="{Management Information Base for Telephony Routing over IP (TRIP)}",
+  series="Request for Comments",
+  number="3872",
+  howpublished="RFC 3872 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3872.txt",
+}
+
+ at misc{rfc3873,
+  author="J. Pastor and M. Belinchon",
+  title="{Stream Control Transmission Protocol (SCTP) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3873",
+  howpublished="RFC 3873 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3873.txt",
+}
+
+ at misc{rfc3874,
+  author="R. Housley",
+  title="{A 224-bit One-way Hash Function: SHA-224}",
+  series="Request for Comments",
+  number="3874",
+  howpublished="RFC 3874 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3874.txt",
+}
+
+ at misc{rfc3875,
+  author="D. Robinson and K. Coar",
+  title="{The Common Gateway Interface (CGI) Version 1.1}",
+  series="Request for Comments",
+  number="3875",
+  howpublished="RFC 3875 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3875.txt",
+}
+
+ at misc{rfc3876,
+  author="D. Chadwick and S. Mullan",
+  title="{Returning Matched Values with the Lightweight Directory Access Protocol version 3 (LDAPv3)}",
+  series="Request for Comments",
+  number="3876",
+  howpublished="RFC 3876 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3876.txt",
+}
+
+ at misc{rfc3877,
+  author="S. Chisholm and D. Romascanu",
+  title="{Alarm Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3877",
+  howpublished="RFC 3877 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3877.txt",
+}
+
+ at misc{rfc3878,
+  author="H. Lam and A. Huynh and D. Perkins",
+  title="{Alarm Reporting Control Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="3878",
+  howpublished="RFC 3878 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3878.txt",
+}
+
+ at misc{rfc3879,
+  author="C. Huitema and B. Carpenter",
+  title="{Deprecating Site Local Addresses}",
+  series="Request for Comments",
+  number="3879",
+  howpublished="RFC 3879 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3879.txt",
+}
+
+ at misc{rfc3880,
+  author="J. Lennox and X. Wu and H. Schulzrinne",
+  title="{Call Processing Language (CPL): A Language for User Control of Internet Telephony Services}",
+  series="Request for Comments",
+  number="3880",
+  howpublished="RFC 3880 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3880.txt",
+}
+
+ at misc{rfc3881,
+  author="G. Marshall",
+  title="{Security Audit and Access Accountability Message XML Data Definitions for Healthcare Applications}",
+  series="Request for Comments",
+  number="3881",
+  howpublished="RFC 3881 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3881.txt",
+}
+
+ at misc{rfc3882,
+  author="D. Turk",
+  title="{Configuring BGP to Block Denial-of-Service Attacks}",
+  series="Request for Comments",
+  number="3882",
+  howpublished="RFC 3882 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3882.txt",
+}
+
+ at misc{rfc3883,
+  author="S. Rao and A. Zinin and A. Roy",
+  title="{Detecting Inactive Neighbors over OSPF Demand Circuits (DC)}",
+  series="Request for Comments",
+  number="3883",
+  howpublished="RFC 3883 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3883.txt",
+}
+
+ at misc{rfc3884,
+  author="J. Touch and L. Eggert and Y. Wang",
+  title="{Use of IPsec Transport Mode for Dynamic Routing}",
+  series="Request for Comments",
+  number="3884",
+  howpublished="RFC 3884 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3884.txt",
+}
+
+ at misc{rfc3885,
+  author="E. Allman and T. Hansen",
+  title="{SMTP Service Extension for Message Tracking}",
+  series="Request for Comments",
+  number="3885",
+  howpublished="RFC 3885 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3885.txt",
+}
+
+ at misc{rfc3886,
+  author="E. Allman",
+  title="{An Extensible Message Format for Message Tracking Responses}",
+  series="Request for Comments",
+  number="3886",
+  howpublished="RFC 3886 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3886.txt",
+}
+
+ at misc{rfc3887,
+  author="T. Hansen",
+  title="{Message Tracking Query Protocol}",
+  series="Request for Comments",
+  number="3887",
+  howpublished="RFC 3887 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3887.txt",
+}
+
+ at misc{rfc3888,
+  author="T. Hansen",
+  title="{Message Tracking Model and Requirements}",
+  series="Request for Comments",
+  number="3888",
+  howpublished="RFC 3888 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3888.txt",
+}
+
+ at misc{rfc3890,
+  author="M. Westerlund",
+  title="{A Transport Independent Bandwidth Modifier for the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="3890",
+  howpublished="RFC 3890 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3890.txt",
+}
+
+ at misc{rfc3891,
+  author="R. Mahy and B. Biggs and R. Dean",
+  title="{The Session Initiation Protocol (SIP) "Replaces" Header}",
+  series="Request for Comments",
+  number="3891",
+  howpublished="RFC 3891 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3891.txt",
+}
+
+ at misc{rfc3892,
+  author="R. Sparks",
+  title="{The Session Initiation Protocol (SIP) Referred-By Mechanism}",
+  series="Request for Comments",
+  number="3892",
+  howpublished="RFC 3892 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3892.txt",
+}
+
+ at misc{rfc3893,
+  author="J. Peterson",
+  title="{Session Initiation Protocol (SIP) Authenticated Identity Body (AIB) Format}",
+  series="Request for Comments",
+  number="3893",
+  howpublished="RFC 3893 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3893.txt",
+}
+
+ at misc{rfc3894,
+  author="J. Degener",
+  title="{Sieve Extension: Copying Without Side Effects}",
+  series="Request for Comments",
+  number="3894",
+  howpublished="RFC 3894 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3894.txt",
+}
+
+ at misc{rfc3895,
+  author="O. Nicklass",
+  title="{Definitions of Managed Objects for the DS1, E1, DS2, and E2 Interface Types}",
+  series="Request for Comments",
+  number="3895",
+  howpublished="RFC 3895 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    note="Obsoleted by RFC 4805",
+  url="http://www.ietf.org/rfc/rfc3895.txt",
+}
+
+ at misc{rfc3896,
+  author="O. Nicklass",
+  title="{Definitions of Managed Objects for the DS3/E3 Interface Type}",
+  series="Request for Comments",
+  number="3896",
+  howpublished="RFC 3896 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3896.txt",
+}
+
+ at misc{rfc3897,
+  author="A. Barbir",
+  title="{Open Pluggable Edge Services (OPES) Entities and End Points Communication}",
+  series="Request for Comments",
+  number="3897",
+  howpublished="RFC 3897 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3897.txt",
+}
+
+ at misc{rfc3898,
+  author="V. Kalusivalingam",
+  title="{Network Information Service (NIS) Configuration Options for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="3898",
+  howpublished="RFC 3898 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3898.txt",
+}
+
+ at misc{rfc3901,
+  author="A. Durand and J. Ihren",
+  title="{DNS IPv6 Transport Operational Guidelines}",
+  series="Request for Comments",
+  number="3901",
+  howpublished="RFC 3901 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3901.txt",
+}
+
+ at misc{rfc3902,
+  author="M. Baker and M. Nottingham",
+  title="{The "application/soap+xml" media type}",
+  series="Request for Comments",
+  number="3902",
+  howpublished="RFC 3902 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3902.txt",
+}
+
+ at misc{rfc3903,
+  author="A. Niemi",
+  title="{Session Initiation Protocol (SIP) Extension for Event State Publication}",
+  series="Request for Comments",
+  number="3903",
+  howpublished="RFC 3903 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3903.txt",
+}
+
+ at misc{rfc3904,
+  author="C. Huitema and R. Austein and S. Satapati and R. van der Pol",
+  title="{Evaluation of IPv6 Transition Mechanisms for Unmanaged Networks}",
+  series="Request for Comments",
+  number="3904",
+  howpublished="RFC 3904 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3904.txt",
+}
+
+ at misc{rfc3905,
+  author="V. See",
+  title="{A Template for IETF Patent Disclosures and Licensing Declarations}",
+  series="Request for Comments",
+  number="3905",
+  howpublished="RFC 3905 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3905.txt",
+}
+
+ at misc{rfc3906,
+  author="N. Shen and H. Smit",
+  title="{Calculating Interior Gateway Protocol (IGP) Routes Over Traffic Engineering Tunnels}",
+  series="Request for Comments",
+  number="3906",
+  howpublished="RFC 3906 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3906.txt",
+}
+
+ at misc{rfc3909,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Cancel Operation}",
+  series="Request for Comments",
+  number="3909",
+  howpublished="RFC 3909 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3909.txt",
+}
+
+ at misc{rfc3910,
+  author="V. Gurbani and A. Brusilovsky and I. Faynberg and J. Gato and H. Lu and M. Unmehopa",
+  title="{The SPIRITS (Services in PSTN requesting Internet Services) Protocol}",
+  series="Request for Comments",
+  number="3910",
+  howpublished="RFC 3910 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3910.txt",
+}
+
+ at misc{rfc3911,
+  author="R. Mahy and D. Petrie",
+  title="{The Session Initiation Protocol (SIP) "Join" Header}",
+  series="Request for Comments",
+  number="3911",
+  howpublished="RFC 3911 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3911.txt",
+}
+
+ at misc{rfc3912,
+  author="L. Daigle",
+  title="{WHOIS Protocol Specification}",
+  series="Request for Comments",
+  number="3912",
+  howpublished="RFC 3912 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3912.txt",
+}
+
+ at misc{rfc3913,
+  author="D. Thaler",
+  title="{Border Gateway Multicast Protocol (BGMP): Protocol Specification}",
+  series="Request for Comments",
+  number="3913",
+  howpublished="RFC 3913 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3913.txt",
+}
+
+ at misc{rfc3914,
+  author="A. Barbir and A. Rousskov",
+  title="{Open Pluggable Edge Services (OPES) Treatment of IAB Considerations}",
+  series="Request for Comments",
+  number="3914",
+  howpublished="RFC 3914 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3914.txt",
+}
+
+ at misc{rfc3915,
+  author="S. Hollenbeck",
+  title="{Domain Registry Grace Period Mapping for the Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="3915",
+  howpublished="RFC 3915 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3915.txt",
+}
+
+ at misc{rfc3916,
+  author="X. Xiao and D. McPherson and P. Pate",
+  title="{Requirements for Pseudo-Wire Emulation Edge-to-Edge (PWE3)}",
+  series="Request for Comments",
+  number="3916",
+  howpublished="RFC 3916 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc3916.txt",
+}
+
+ at misc{rfc3917,
+  author="J. Quittek and T. Zseby and B. Claise and S. Zander",
+  title="{Requirements for IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="3917",
+  howpublished="RFC 3917 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3917.txt",
+}
+
+ at misc{rfc3918,
+  author="D. Stopp and B. Hickman",
+  title="{Methodology for IP Multicast Benchmarking}",
+  series="Request for Comments",
+  number="3918",
+  howpublished="RFC 3918 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3918.txt",
+}
+
+ at misc{rfc3919,
+  author="E. Stephan and J. Palet",
+  title="{Remote Network Monitoring (RMON) Protocol Identifiers for IPv6 and Multi Protocol Label Switching (MPLS)}",
+  series="Request for Comments",
+  number="3919",
+  howpublished="RFC 3919 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3919.txt",
+}
+
+ at misc{rfc3920,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Core}",
+  series="Request for Comments",
+  number="3920",
+  howpublished="RFC 3920 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Obsoleted by RFC 6120, updated by RFC 6122",
+  url="http://www.ietf.org/rfc/rfc3920.txt",
+}
+
+ at misc{rfc3921,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence}",
+  series="Request for Comments",
+  number="3921",
+  howpublished="RFC 3921 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Obsoleted by RFC 6121",
+  url="http://www.ietf.org/rfc/rfc3921.txt",
+}
+
+ at misc{rfc3922,
+  author="P. Saint-Andre",
+  title="{Mapping the Extensible Messaging and Presence Protocol (XMPP) to Common Presence and Instant Messaging (CPIM)}",
+  series="Request for Comments",
+  number="3922",
+  howpublished="RFC 3922 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3922.txt",
+}
+
+ at misc{rfc3923,
+  author="P. Saint-Andre",
+  title="{End-to-End Signing and Object Encryption for the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="3923",
+  howpublished="RFC 3923 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3923.txt",
+}
+
+ at misc{rfc3924,
+  author="F. Baker and B. Foster and C. Sharp",
+  title="{Cisco Architecture for Lawful Intercept in IP Networks}",
+  series="Request for Comments",
+  number="3924",
+  howpublished="RFC 3924 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3924.txt",
+}
+
+ at misc{rfc3925,
+  author="J. Littlefield",
+  title="{Vendor-Identifying Vendor Options for Dynamic Host Configuration Protocol version 4 (DHCPv4)}",
+  series="Request for Comments",
+  number="3925",
+  howpublished="RFC 3925 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3925.txt",
+}
+
+ at misc{rfc3926,
+  author="T. Paila and M. Luby and R. Lehtonen and V. Roca and R. Walsh",
+  title="{FLUTE - File Delivery over Unidirectional Transport}",
+  series="Request for Comments",
+  number="3926",
+  howpublished="RFC 3926 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Obsoleted by RFC 6726",
+  url="http://www.ietf.org/rfc/rfc3926.txt",
+}
+
+ at misc{rfc3927,
+  author="S. Cheshire and B. Aboba and E. Guttman",
+  title="{Dynamic Configuration of IPv4 Link-Local Addresses}",
+  series="Request for Comments",
+  number="3927",
+  howpublished="RFC 3927 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc3927.txt",
+}
+
+ at misc{rfc3928,
+  author="R. Megginson and M. Smith and O. Natkovich and J. Parham",
+  title="{Lightweight Directory Access Protocol (LDAP) Client Update Protocol (LCUP)}",
+  series="Request for Comments",
+  number="3928",
+  howpublished="RFC 3928 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3928.txt",
+}
+
+ at misc{rfc3929,
+  author="T. Hardie",
+  title="{Alternative Decision Making Processes for Consensus-Blocked Decisions in the IETF}",
+  series="Request for Comments",
+  number="3929",
+  howpublished="RFC 3929 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3929.txt",
+}
+
+ at misc{rfc3930,
+  author="D. Eastlake 3rd",
+  title="{The Protocol versus Document Points of View in Computer Protocols}",
+  series="Request for Comments",
+  number="3930",
+  howpublished="RFC 3930 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3930.txt",
+}
+
+ at misc{rfc3931,
+  author="J. Lau and M. Townsley and I. Goyret",
+  title="{Layer Two Tunneling Protocol - Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="3931",
+  howpublished="RFC 3931 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 5641",
+  url="http://www.ietf.org/rfc/rfc3931.txt",
+}
+
+ at misc{rfc3932,
+  author="H. Alvestrand",
+  title="{The IESG and RFC Editor Documents: Procedures}",
+  series="Request for Comments",
+  number="3932",
+  howpublished="RFC 3932 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Obsoleted by RFC 5742",
+  url="http://www.ietf.org/rfc/rfc3932.txt",
+}
+
+ at misc{rfc3933,
+  author="J. Klensin and S. Dawkins",
+  title="{A Model for IETF Process Experiments}",
+  series="Request for Comments",
+  number="3933",
+  howpublished="RFC 3933 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3933.txt",
+}
+
+ at misc{rfc3934,
+  author="M. Wasserman",
+  title="{Updates to RFC 2418 Regarding the Management of IETF Mailing Lists}",
+  series="Request for Comments",
+  number="3934",
+  howpublished="RFC 3934 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3934.txt",
+}
+
+ at misc{rfc3935,
+  author="H. Alvestrand",
+  title="{A Mission Statement for the IETF}",
+  series="Request for Comments",
+  number="3935",
+  howpublished="RFC 3935 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3935.txt",
+}
+
+ at misc{rfc3936,
+  author="K. Kompella and J. Lang",
+  title="{Procedures for Modifying the Resource reSerVation Protocol (RSVP)}",
+  series="Request for Comments",
+  number="3936",
+  howpublished="RFC 3936 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3936.txt",
+}
+
+ at misc{rfc3937,
+  author="M. Steidl",
+  title="{A Uniform Resource Name (URN) Namespace for the International Press Telecommunications Council (IPTC)}",
+  series="Request for Comments",
+  number="3937",
+  howpublished="RFC 3937 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3937.txt",
+}
+
+ at misc{rfc3938,
+  author="T. Hansen",
+  title="{Video-Message Message-Context}",
+  series="Request for Comments",
+  number="3938",
+  howpublished="RFC 3938 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3938.txt",
+}
+
+ at misc{rfc3939,
+  author="G. Parsons and J. Maruszak",
+  title="{Calling Line Identification for Voice Mail Messages}",
+  series="Request for Comments",
+  number="3939",
+  howpublished="RFC 3939 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3939.txt",
+}
+
+ at misc{rfc3940,
+  author="B. Adamson and C. Bormann and M. Handley and J. Macker",
+  title="{Negative-acknowledgment (NACK)-Oriented Reliable Multicast (NORM) Protocol}",
+  series="Request for Comments",
+  number="3940",
+  howpublished="RFC 3940 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    note="Obsoleted by RFC 5740",
+  url="http://www.ietf.org/rfc/rfc3940.txt",
+}
+
+ at misc{rfc3941,
+  author="B. Adamson and C. Bormann and M. Handley and J. Macker",
+  title="{Negative-Acknowledgment (NACK)-Oriented Reliable Multicast (NORM) Building Blocks}",
+  series="Request for Comments",
+  number="3941",
+  howpublished="RFC 3941 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    note="Obsoleted by RFC 5401",
+  url="http://www.ietf.org/rfc/rfc3941.txt",
+}
+
+ at misc{rfc3942,
+  author="B. Volz",
+  title="{Reclassifying Dynamic Host Configuration Protocol version 4 (DHCPv4) Options}",
+  series="Request for Comments",
+  number="3942",
+  howpublished="RFC 3942 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3942.txt",
+}
+
+ at misc{rfc3943,
+  author="R. Friend",
+  title="{Transport Layer Security (TLS) Protocol Compression Using Lempel-Ziv-Stac (LZS)}",
+  series="Request for Comments",
+  number="3943",
+  howpublished="RFC 3943 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc3943.txt",
+}
+
+ at misc{rfc3944,
+  author="T. Johnson and S. Okubo and S. Campos",
+  title="{H.350 Directory Services}",
+  series="Request for Comments",
+  number="3944",
+  howpublished="RFC 3944 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3944.txt",
+}
+
+ at misc{rfc3945,
+  author="E. Mannie",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Architecture}",
+  series="Request for Comments",
+  number="3945",
+  howpublished="RFC 3945 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Updated by RFC 6002",
+  url="http://www.ietf.org/rfc/rfc3945.txt",
+}
+
+ at misc{rfc3946,
+  author="E. Mannie and D. Papadimitriou",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Extensions for Synchronous Optical Network (SONET) and Synchronous Digital Hierarchy (SDH) Control}",
+  series="Request for Comments",
+  number="3946",
+  howpublished="RFC 3946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    note="Obsoleted by RFC 4606",
+  url="http://www.ietf.org/rfc/rfc3946.txt",
+}
+
+ at misc{rfc3947,
+  author="T. Kivinen and B. Swander and A. Huttunen and V. Volpe",
+  title="{Negotiation of NAT-Traversal in the IKE}",
+  series="Request for Comments",
+  number="3947",
+  howpublished="RFC 3947 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3947.txt",
+}
+
+ at misc{rfc3948,
+  author="A. Huttunen and B. Swander and V. Volpe and L. DiBurro and M. Stenberg",
+  title="{UDP Encapsulation of IPsec ESP Packets}",
+  series="Request for Comments",
+  number="3948",
+  howpublished="RFC 3948 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3948.txt",
+}
+
+ at misc{rfc3949,
+  author="R. Buckley and D. Venable and L. McIntyre and G. Parsons and J. Rafferty",
+  title="{File Format for Internet Fax}",
+  series="Request for Comments",
+  number="3949",
+  howpublished="RFC 3949 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3949.txt",
+}
+
+ at misc{rfc3950,
+  author="L. McIntyre and G. Parsons and J. Rafferty",
+  title="{Tag Image File Format Fax eXtended (TIFF-FX) - image/tiff-fx MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="3950",
+  howpublished="RFC 3950 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3950.txt",
+}
+
+ at misc{rfc3951,
+  author="S. Andersen and A. Duric and H. Astrom and R. Hagen and W. Kleijn and J. Linden",
+  title="{Internet Low Bit Rate Codec (iLBC)}",
+  series="Request for Comments",
+  number="3951",
+  howpublished="RFC 3951 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3951.txt",
+}
+
+ at misc{rfc3952,
+  author="A. Duric and S. Andersen",
+  title="{Real-time Transport Protocol (RTP) Payload Format for internet Low Bit Rate Codec (iLBC) Speech}",
+  series="Request for Comments",
+  number="3952",
+  howpublished="RFC 3952 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3952.txt",
+}
+
+ at misc{rfc3953,
+  author="J. Peterson",
+  title="{Telephone Number Mapping (ENUM) Service Registration for Presence Services}",
+  series="Request for Comments",
+  number="3953",
+  howpublished="RFC 3953 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc3953.txt",
+}
+
+ at misc{rfc3954,
+  author="B. Claise",
+  title="{Cisco Systems NetFlow Services Export Version 9}",
+  series="Request for Comments",
+  number="3954",
+  howpublished="RFC 3954 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3954.txt",
+}
+
+ at misc{rfc3955,
+  author="S. Leinen",
+  title="{Evaluation of Candidate Protocols for IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="3955",
+  howpublished="RFC 3955 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc3955.txt",
+}
+
+ at misc{rfc3956,
+  author="P. Savola and B. Haberman",
+  title="{Embedding the Rendezvous Point (RP) Address in an IPv6 Multicast Address}",
+  series="Request for Comments",
+  number="3956",
+  howpublished="RFC 3956 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=nov,
+    note="Updated by RFC 7371",
+  url="http://www.ietf.org/rfc/rfc3956.txt",
+}
+
+ at misc{rfc3957,
+  author="C. Perkins and P. Calhoun",
+  title="{Authentication, Authorization, and Accounting (AAA) Registration Keys for Mobile IPv4}",
+  series="Request for Comments",
+  number="3957",
+  howpublished="RFC 3957 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3957.txt",
+}
+
+ at misc{rfc3958,
+  author="L. Daigle and A. Newton",
+  title="{Domain-Based Application Service Location Using SRV RRs and the Dynamic Delegation Discovery Service (DDDS)}",
+  series="Request for Comments",
+  number="3958",
+  howpublished="RFC 3958 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3958.txt",
+}
+
+ at misc{rfc3959,
+  author="G. Camarillo",
+  title="{The Early Session Disposition Type for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3959",
+  howpublished="RFC 3959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3959.txt",
+}
+
+ at misc{rfc3960,
+  author="G. Camarillo and H. Schulzrinne",
+  title="{Early Media and Ringing Tone Generation in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3960",
+  howpublished="RFC 3960 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3960.txt",
+}
+
+ at misc{rfc3961,
+  author="K. Raeburn",
+  title="{Encryption and Checksum Specifications for Kerberos 5}",
+  series="Request for Comments",
+  number="3961",
+  howpublished="RFC 3961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3961.txt",
+}
+
+ at misc{rfc3962,
+  author="K. Raeburn",
+  title="{Advanced Encryption Standard (AES) Encryption for Kerberos 5}",
+  series="Request for Comments",
+  number="3962",
+  howpublished="RFC 3962 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3962.txt",
+}
+
+ at misc{rfc3963,
+  author="V. Devarapalli and R. Wakikawa and A. Petrescu and P. Thubert",
+  title="{Network Mobility (NEMO) Basic Support Protocol}",
+  series="Request for Comments",
+  number="3963",
+  howpublished="RFC 3963 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3963.txt",
+}
+
+ at misc{rfc3964,
+  author="P. Savola and C. Patel",
+  title="{Security Considerations for 6to4}",
+  series="Request for Comments",
+  number="3964",
+  howpublished="RFC 3964 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3964.txt",
+}
+
+ at misc{rfc3965,
+  author="K. Toyoda and H. Ohno and J. Murai and D. Wing",
+  title="{A Simple Mode of Facsimile Using Internet Mail}",
+  series="Request for Comments",
+  number="3965",
+  howpublished="RFC 3965 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3965.txt",
+}
+
+ at misc{rfc3966,
+  author="H. Schulzrinne",
+  title="{The tel URI for Telephone Numbers}",
+  series="Request for Comments",
+  number="3966",
+  howpublished="RFC 3966 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    note="Updated by RFC 5341",
+  url="http://www.ietf.org/rfc/rfc3966.txt",
+}
+
+ at misc{rfc3967,
+  author="R. Bush and T. Narten",
+  title="{Clarifying when Standards Track Documents may Refer Normatively to Documents at a Lower Level}",
+  series="Request for Comments",
+  number="3967",
+  howpublished="RFC 3967 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    note="Updated by RFCs 4897, 8067",
+  url="http://www.ietf.org/rfc/rfc3967.txt",
+}
+
+ at misc{rfc3968,
+  author="G. Camarillo",
+  title="{The Internet Assigned Number Authority (IANA) Header Field Parameter Registry for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3968",
+  howpublished="RFC 3968 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc3968.txt",
+}
+
+ at misc{rfc3969,
+  author="G. Camarillo",
+  title="{The Internet Assigned Number Authority (IANA) Uniform Resource Identifier (URI) Parameter Registry for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="3969",
+  howpublished="RFC 3969 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2004,
+  month=dec,
+    note="Updated by RFC 5727",
+  url="http://www.ietf.org/rfc/rfc3969.txt",
+}
+
+ at misc{rfc3970,
+  author="K. Kompella",
+  title="{A Traffic Engineering (TE) MIB}",
+  series="Request for Comments",
+  number="3970",
+  howpublished="RFC 3970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3970.txt",
+}
+
+ at misc{rfc3971,
+  author="J. Arkko and J. Kempf and B. Zill and P. Nikander",
+  title="{SEcure Neighbor Discovery (SEND)}",
+  series="Request for Comments",
+  number="3971",
+  howpublished="RFC 3971 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFCs 6494, 6495, 6980",
+  url="http://www.ietf.org/rfc/rfc3971.txt",
+}
+
+ at misc{rfc3972,
+  author="T. Aura",
+  title="{Cryptographically Generated Addresses (CGA)}",
+  series="Request for Comments",
+  number="3972",
+  howpublished="RFC 3972 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFCs 4581, 4982",
+  url="http://www.ietf.org/rfc/rfc3972.txt",
+}
+
+ at misc{rfc3973,
+  author="A. Adams and J. Nicholas and W. Siadak",
+  title="{Protocol Independent Multicast - Dense Mode (PIM-DM): Protocol Specification (Revised)}",
+  series="Request for Comments",
+  number="3973",
+  howpublished="RFC 3973 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3973.txt",
+}
+
+ at misc{rfc3974,
+  author="M. Nakamura and J. Hagino",
+  title="{SMTP Operational Experience in Mixed IPv4/v6 Environments}",
+  series="Request for Comments",
+  number="3974",
+  howpublished="RFC 3974 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3974.txt",
+}
+
+ at misc{rfc3975,
+  author="G. Huston and I. Leuca",
+  title="{OMA-IETF Standardization Collaboration}",
+  series="Request for Comments",
+  number="3975",
+  howpublished="RFC 3975 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3975.txt",
+}
+
+ at misc{rfc3976,
+  author="V. K. Gurbani and F. Haerens and V. Rastogi",
+  title="{Interworking SIP and Intelligent Network (IN) Applications}",
+  series="Request for Comments",
+  number="3976",
+  howpublished="RFC 3976 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3976.txt",
+}
+
+ at misc{rfc3977,
+  author="C. Feather",
+  title="{Network News Transfer Protocol (NNTP)}",
+  series="Request for Comments",
+  number="3977",
+  howpublished="RFC 3977 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Updated by RFC 6048",
+  url="http://www.ietf.org/rfc/rfc3977.txt",
+}
+
+ at misc{rfc3978,
+  author="S. Bradner",
+  title="{IETF Rights in Contributions}",
+  series="Request for Comments",
+  number="3978",
+  howpublished="RFC 3978 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Obsoleted by RFC 5378, updated by RFC 4748",
+  url="http://www.ietf.org/rfc/rfc3978.txt",
+}
+
+ at misc{rfc3979,
+  author="S. Bradner",
+  title="{Intellectual Property Rights in IETF Technology}",
+  series="Request for Comments",
+  number="3979",
+  howpublished="RFC 3979 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 4879",
+  url="http://www.ietf.org/rfc/rfc3979.txt",
+}
+
+ at misc{rfc3980,
+  author="M. Krueger and M. Chadalapaka and R. Elliott",
+  title="{T11 Network Address Authority (NAA) Naming Format for iSCSI Node Names}",
+  series="Request for Comments",
+  number="3980",
+  howpublished="RFC 3980 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 7143",
+  url="http://www.ietf.org/rfc/rfc3980.txt",
+}
+
+ at misc{rfc3981,
+  author="A. Newton and M. Sanz",
+  title="{IRIS: The Internet Registry Information Service (IRIS) Core Protocol}",
+  series="Request for Comments",
+  number="3981",
+  howpublished="RFC 3981 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    note="Updated by RFC 4992",
+  url="http://www.ietf.org/rfc/rfc3981.txt",
+}
+
+ at misc{rfc3982,
+  author="A. Newton and M. Sanz",
+  title="{IRIS:  A Domain Registry (dreg) Type for the Internet Registry Information Service (IRIS)}",
+  series="Request for Comments",
+  number="3982",
+  howpublished="RFC 3982 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3982.txt",
+}
+
+ at misc{rfc3983,
+  author="A. Newton and M. Sanz",
+  title="{Using the Internet Registry Information Service (IRIS) over the Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="3983",
+  howpublished="RFC 3983 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3983.txt",
+}
+
+ at misc{rfc3984,
+  author="S. Wenger and M.M. Hannuksela and T. Stockhammer and M. Westerlund and D. Singer",
+  title="{RTP Payload Format for H.264 Video}",
+  series="Request for Comments",
+  number="3984",
+  howpublished="RFC 3984 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 6184",
+  url="http://www.ietf.org/rfc/rfc3984.txt",
+}
+
+ at misc{rfc3985,
+  author="S. Bryant and P. Pate",
+  title="{Pseudo Wire Emulation Edge-to-Edge (PWE3) Architecture}",
+  series="Request for Comments",
+  number="3985",
+  howpublished="RFC 3985 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc3985.txt",
+}
+
+ at misc{rfc3986,
+  author="T. Berners-Lee and R. Fielding and L. Masinter",
+  title="{Uniform Resource Identifier (URI): Generic Syntax}",
+  series="Request for Comments",
+  number="3986",
+  howpublished="RFC 3986 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    note="Updated by RFCs 6874, 7320",
+  url="http://www.ietf.org/rfc/rfc3986.txt",
+}
+
+ at misc{rfc3987,
+  author="M. Duerst and M. Suignard",
+  title="{Internationalized Resource Identifiers (IRIs)}",
+  series="Request for Comments",
+  number="3987",
+  howpublished="RFC 3987 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3987.txt",
+}
+
+ at misc{rfc3988,
+  author="B. Black and K. Kompella",
+  title="{Maximum Transmission Unit Signalling Extensions for the Label Distribution Protocol}",
+  series="Request for Comments",
+  number="3988",
+  howpublished="RFC 3988 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3988.txt",
+}
+
+ at misc{rfc3989,
+  author="M. Stiemerling and J. Quittek and T. Taylor",
+  title="{Middlebox Communications (MIDCOM) Protocol Semantics}",
+  series="Request for Comments",
+  number="3989",
+  howpublished="RFC 3989 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 5189",
+  url="http://www.ietf.org/rfc/rfc3989.txt",
+}
+
+ at misc{rfc3990,
+  author="B. O'Hara and P. Calhoun and J. Kempf",
+  title="{Configuration and Provisioning for Wireless Access Points (CAPWAP) Problem Statement}",
+  series="Request for Comments",
+  number="3990",
+  howpublished="RFC 3990 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3990.txt",
+}
+
+ at misc{rfc3991,
+  author="B. Foster and F. Andreasen",
+  title="{Media Gateway Control Protocol (MGCP) Redirect and Reset Package}",
+  series="Request for Comments",
+  number="3991",
+  howpublished="RFC 3991 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3991.txt",
+}
+
+ at misc{rfc3992,
+  author="B. Foster and F. Andreasen",
+  title="{Media Gateway Control Protocol (MGCP) Lockstep State Reporting Mechanism}",
+  series="Request for Comments",
+  number="3992",
+  howpublished="RFC 3992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc3992.txt",
+}
+
+ at misc{rfc3993,
+  author="R. Johnson and T. Palaniappan and M. Stapp",
+  title="{Subscriber-ID Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option}",
+  series="Request for Comments",
+  number="3993",
+  howpublished="RFC 3993 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3993.txt",
+}
+
+ at misc{rfc3994,
+  author="H. Schulzrinne",
+  title="{Indication of Message Composition for Instant Messaging}",
+  series="Request for Comments",
+  number="3994",
+  howpublished="RFC 3994 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc3994.txt",
+}
+
+ at misc{rfc3995,
+  author="R. Herriot and T. Hastings",
+  title="{Internet Printing Protocol (IPP): Event Notifications and Subscriptions}",
+  series="Request for Comments",
+  number="3995",
+  howpublished="RFC 3995 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3995.txt",
+}
+
+ at misc{rfc3996,
+  author="R. Herriot and T. Hastings and H. Lewis",
+  title="{Internet Printing Protocol (IPP): The 'ippget' Delivery Method for Event Notifications}",
+  series="Request for Comments",
+  number="3996",
+  howpublished="RFC 3996 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3996.txt",
+}
+
+ at misc{rfc3997,
+  author="T. Hastings and R. K. deBry and H. Lewis",
+  title="{Internet Printing Protocol (IPP): Requirements for IPP Notifications}",
+  series="Request for Comments",
+  number="3997",
+  howpublished="RFC 3997 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3997.txt",
+}
+
+ at misc{rfc3998,
+  author="C. Kugler and H. Lewis and T. Hastings",
+  title="{Internet Printing Protocol (IPP): Job and Printer Administrative Operations}",
+  series="Request for Comments",
+  number="3998",
+  howpublished="RFC 3998 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc3998.txt",
+}
+
+ at misc{rfc4001,
+  author="M. Daniele and B. Haberman and S. Routhier and J. Schoenwaelder",
+  title="{Textual Conventions for Internet Network Addresses}",
+  series="Request for Comments",
+  number="4001",
+  howpublished="RFC 4001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4001.txt",
+}
+
+ at misc{rfc4002,
+  author="R. Brandner and L. Conroy and R. Stastny",
+  title="{IANA Registration for Enumservice 'web' and 'ft'}",
+  series="Request for Comments",
+  number="4002",
+  howpublished="RFC 4002 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4002.txt",
+}
+
+ at misc{rfc4003,
+  author="L. Berger",
+  title="{GMPLS Signaling Procedure for Egress Control}",
+  series="Request for Comments",
+  number="4003",
+  howpublished="RFC 4003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4003.txt",
+}
+
+ at misc{rfc4004,
+  author="P. Calhoun and T. Johansson and C. Perkins and T. Hiller and P. McCann",
+  title="{Diameter Mobile IPv4 Application}",
+  series="Request for Comments",
+  number="4004",
+  howpublished="RFC 4004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4004.txt",
+}
+
+ at misc{rfc4005,
+  author="P. Calhoun and G. Zorn and D. Spence and D. Mitton",
+  title="{Diameter Network Access Server Application}",
+  series="Request for Comments",
+  number="4005",
+  howpublished="RFC 4005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Obsoleted by RFC 7155",
+  url="http://www.ietf.org/rfc/rfc4005.txt",
+}
+
+ at misc{rfc4006,
+  author="H. Hakala and L. Mattila and J-P. Koskinen and M. Stura and J. Loughney",
+  title="{Diameter Credit-Control Application}",
+  series="Request for Comments",
+  number="4006",
+  howpublished="RFC 4006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4006.txt",
+}
+
+ at misc{rfc4007,
+  author="S. Deering and B. Haberman and T. Jinmei and E. Nordmark and B. Zill",
+  title="{IPv6 Scoped Address Architecture}",
+  series="Request for Comments",
+  number="4007",
+  howpublished="RFC 4007 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 7346",
+  url="http://www.ietf.org/rfc/rfc4007.txt",
+}
+
+ at misc{rfc4008,
+  author="R. Rohit and P. Srisuresh and R. Raghunarayan and N. Pai and C. Wang",
+  title="{Definitions of Managed Objects for Network Address Translators (NAT)}",
+  series="Request for Comments",
+  number="4008",
+  howpublished="RFC 4008 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Obsoleted by RFC 7658",
+  url="http://www.ietf.org/rfc/rfc4008.txt",
+}
+
+ at misc{rfc4009,
+  author="J. Park and S. Lee and J. Kim and J. Lee",
+  title="{The SEED Encryption Algorithm}",
+  series="Request for Comments",
+  number="4009",
+  howpublished="RFC 4009 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 4269",
+  url="http://www.ietf.org/rfc/rfc4009.txt",
+}
+
+ at misc{rfc4010,
+  author="J. Park and S. Lee and J. Kim and J. Lee",
+  title="{Use of the SEED Encryption Algorithm in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="4010",
+  howpublished="RFC 4010 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4010.txt",
+}
+
+ at misc{rfc4011,
+  author="S. Waldbusser and J. Saperia and T. Hongal",
+  title="{Policy Based Management MIB}",
+  series="Request for Comments",
+  number="4011",
+  howpublished="RFC 4011 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4011.txt",
+}
+
+ at misc{rfc4012,
+  author="L. Blunk and J. Damas and F. Parent and A. Robachevsky",
+  title="{Routing Policy Specification Language next generation (RPSLng)}",
+  series="Request for Comments",
+  number="4012",
+  howpublished="RFC 4012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 7909",
+  url="http://www.ietf.org/rfc/rfc4012.txt",
+}
+
+ at misc{rfc4013,
+  author="K. Zeilenga",
+  title="{SASLprep: Stringprep Profile for User Names and Passwords}",
+  series="Request for Comments",
+  number="4013",
+  howpublished="RFC 4013 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 7613",
+  url="http://www.ietf.org/rfc/rfc4013.txt",
+}
+
+ at misc{rfc4014,
+  author="R. Droms and J. Schnizlein",
+  title="{Remote Authentication Dial-In User Service (RADIUS) Attributes Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Information Option}",
+  series="Request for Comments",
+  number="4014",
+  howpublished="RFC 4014 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4014.txt",
+}
+
+ at misc{rfc4015,
+  author="R. Ludwig and A. Gurtov",
+  title="{The Eifel Response Algorithm for TCP}",
+  series="Request for Comments",
+  number="4015",
+  howpublished="RFC 4015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4015.txt",
+}
+
+ at misc{rfc4016,
+  author="M. Parthasarathy",
+  title="{Protocol for Carrying Authentication and Network Access (PANA) Threat Analysis and Security Requirements}",
+  series="Request for Comments",
+  number="4016",
+  howpublished="RFC 4016 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4016.txt",
+}
+
+ at misc{rfc4017,
+  author="D. Stanley and J. Walker and B. Aboba",
+  title="{Extensible Authentication Protocol (EAP) Method Requirements for Wireless LANs}",
+  series="Request for Comments",
+  number="4017",
+  howpublished="RFC 4017 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4017.txt",
+}
+
+ at misc{rfc4018,
+  author="M. Bakke and J. Hufferd and K. Voruganti and M. Krueger and T. Sperry",
+  title="{Finding Internet Small Computer Systems Interface (iSCSI) Targets and Name Servers by Using Service Location Protocol version 2 (SLPv2)}",
+  series="Request for Comments",
+  number="4018",
+  howpublished="RFC 4018 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc4018.txt",
+}
+
+ at misc{rfc4019,
+  author="G. Pelletier",
+  title="{RObust Header Compression (ROHC): Profiles for User Datagram Protocol (UDP) Lite}",
+  series="Request for Comments",
+  number="4019",
+  howpublished="RFC 4019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Updated by RFC 4815",
+  url="http://www.ietf.org/rfc/rfc4019.txt",
+}
+
+ at misc{rfc4020,
+  author="K. Kompella and A. Zinin",
+  title="{Early IANA Allocation of Standards Track Code Points}",
+  series="Request for Comments",
+  number="4020",
+  howpublished="RFC 4020 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=feb,
+    note="Obsoleted by RFC 7120",
+  url="http://www.ietf.org/rfc/rfc4020.txt",
+}
+
+ at misc{rfc4021,
+  author="G. Klyne and J. Palme",
+  title="{Registration of Mail and MIME Header Fields}",
+  series="Request for Comments",
+  number="4021",
+  howpublished="RFC 4021 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 5322",
+  url="http://www.ietf.org/rfc/rfc4021.txt",
+}
+
+ at misc{rfc4022,
+  author="R. Raghunarayan",
+  title="{Management Information Base for the Transmission Control Protocol (TCP)}",
+  series="Request for Comments",
+  number="4022",
+  howpublished="RFC 4022 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4022.txt",
+}
+
+ at misc{rfc4023,
+  author="T. Worster and Y. Rekhter and E. Rosen",
+  title="{Encapsulating MPLS in IP or Generic Routing Encapsulation (GRE)}",
+  series="Request for Comments",
+  number="4023",
+  howpublished="RFC 4023 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFC 5332",
+  url="http://www.ietf.org/rfc/rfc4023.txt",
+}
+
+ at misc{rfc4024,
+  author="G. Parsons and J. Maruszak",
+  title="{Voice Messaging Client Behaviour}",
+  series="Request for Comments",
+  number="4024",
+  howpublished="RFC 4024 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4024.txt",
+}
+
+ at misc{rfc4025,
+  author="M. Richardson",
+  title="{A Method for Storing IPsec Keying Material in DNS}",
+  series="Request for Comments",
+  number="4025",
+  howpublished="RFC 4025 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4025.txt",
+}
+
+ at misc{rfc4026,
+  author="L. Andersson and T. Madsen",
+  title="{Provider Provisioned Virtual Private Network (VPN) Terminology}",
+  series="Request for Comments",
+  number="4026",
+  howpublished="RFC 4026 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4026.txt",
+}
+
+ at misc{rfc4027,
+  author="S. Josefsson",
+  title="{Domain Name System Media Types}",
+  series="Request for Comments",
+  number="4027",
+  howpublished="RFC 4027 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4027.txt",
+}
+
+ at misc{rfc4028,
+  author="S. Donovan and J. Rosenberg",
+  title="{Session Timers in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4028",
+  howpublished="RFC 4028 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4028.txt",
+}
+
+ at misc{rfc4029,
+  author="M. Lind and V. Ksinant and S. Park and A. Baudot and P. Savola",
+  title="{Scenarios and Analysis for Introducing IPv6 into ISP Networks}",
+  series="Request for Comments",
+  number="4029",
+  howpublished="RFC 4029 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4029.txt",
+}
+
+ at misc{rfc4030,
+  author="M. Stapp and T. Lemon",
+  title="{The Authentication Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option}",
+  series="Request for Comments",
+  number="4030",
+  howpublished="RFC 4030 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4030.txt",
+}
+
+ at misc{rfc4031,
+  author="M. Carugi and D. McDysan",
+  title="{Service Requirements for Layer 3 Provider Provisioned Virtual Private Networks (PPVPNs)}",
+  series="Request for Comments",
+  number="4031",
+  howpublished="RFC 4031 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4031.txt",
+}
+
+ at misc{rfc4032,
+  author="G. Camarillo and P. Kyzivat",
+  title="{Update to the Session Initiation Protocol (SIP) Preconditions Framework}",
+  series="Request for Comments",
+  number="4032",
+  howpublished="RFC 4032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4032.txt",
+}
+
+ at misc{rfc4033,
+  author="R. Arends and R. Austein and M. Larson and D. Massey and S. Rose",
+  title="{DNS Security Introduction and Requirements}",
+  series="Request for Comments",
+  number="4033",
+  howpublished="RFC 4033 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFCs 6014, 6840",
+  url="http://www.ietf.org/rfc/rfc4033.txt",
+}
+
+ at misc{rfc4034,
+  author="R. Arends and R. Austein and M. Larson and D. Massey and S. Rose",
+  title="{Resource Records for the DNS Security Extensions}",
+  series="Request for Comments",
+  number="4034",
+  howpublished="RFC 4034 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFCs 4470, 6014, 6840, 6944",
+  url="http://www.ietf.org/rfc/rfc4034.txt",
+}
+
+ at misc{rfc4035,
+  author="R. Arends and R. Austein and M. Larson and D. Massey and S. Rose",
+  title="{Protocol Modifications for the DNS Security Extensions}",
+  series="Request for Comments",
+  number="4035",
+  howpublished="RFC 4035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    note="Updated by RFCs 4470, 6014, 6840",
+  url="http://www.ietf.org/rfc/rfc4035.txt",
+}
+
+ at misc{rfc4036,
+  author="W. Sawyer",
+  title="{Management Information Base for Data Over Cable Service Interface Specification (DOCSIS) Cable Modem Termination Systems for Subscriber Management}",
+  series="Request for Comments",
+  number="4036",
+  howpublished="RFC 4036 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4036.txt",
+}
+
+ at misc{rfc4037,
+  author="A. Rousskov",
+  title="{Open Pluggable Edge Services (OPES) Callout Protocol (OCP) Core}",
+  series="Request for Comments",
+  number="4037",
+  howpublished="RFC 4037 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4037.txt",
+}
+
+ at misc{rfc4038,
+  author="M-K. Shin and Y-G. Hong and J. Hagino and P. Savola and E. M. Castro",
+  title="{Application Aspects of IPv6 Transition}",
+  series="Request for Comments",
+  number="4038",
+  howpublished="RFC 4038 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4038.txt",
+}
+
+ at misc{rfc4039,
+  author="S. Park and P. Kim and B. Volz",
+  title="{Rapid Commit Option for the Dynamic Host Configuration Protocol version 4 (DHCPv4)}",
+  series="Request for Comments",
+  number="4039",
+  howpublished="RFC 4039 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4039.txt",
+}
+
+ at misc{rfc4040,
+  author="R. Kreuter",
+  title="{RTP Payload Format for a 64 kbit/s Transparent Call}",
+  series="Request for Comments",
+  number="4040",
+  howpublished="RFC 4040 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4040.txt",
+}
+
+ at misc{rfc4041,
+  author="A. Farrel",
+  title="{Requirements for Morality Sections in Routing Area Drafts}",
+  series="Request for Comments",
+  number="4041",
+  howpublished="RFC 4041 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc4041.txt",
+}
+
+ at misc{rfc4042,
+  author="M. Crispin",
+  title="{UTF-9 and UTF-18 Efficient Transformation Formats of Unicode}",
+  series="Request for Comments",
+  number="4042",
+  howpublished="RFC 4042 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc4042.txt",
+}
+
+ at misc{rfc4043,
+  author="D. Pinkas and T. Gindin",
+  title="{Internet X.509 Public Key Infrastructure Permanent Identifier}",
+  series="Request for Comments",
+  number="4043",
+  howpublished="RFC 4043 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4043.txt",
+}
+
+ at misc{rfc4044,
+  author="K. McCloghrie",
+  title="{Fibre Channel Management MIB}",
+  series="Request for Comments",
+  number="4044",
+  howpublished="RFC 4044 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4044.txt",
+}
+
+ at misc{rfc4045,
+  author="G. Bourdon",
+  title="{Extensions to Support Efficient Carrying of Multicast Traffic in Layer-2 Tunneling Protocol (L2TP)}",
+  series="Request for Comments",
+  number="4045",
+  howpublished="RFC 4045 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4045.txt",
+}
+
+ at misc{rfc4046,
+  author="M. Baugher and R. Canetti and L. Dondeti and F. Lindholm",
+  title="{Multicast Security (MSEC) Group Key Management Architecture}",
+  series="Request for Comments",
+  number="4046",
+  howpublished="RFC 4046 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4046.txt",
+}
+
+ at misc{rfc4047,
+  author="S. Allen and D. Wells",
+  title="{MIME Sub-type Registrations for Flexible Image Transport System (FITS)}",
+  series="Request for Comments",
+  number="4047",
+  howpublished="RFC 4047 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4047.txt",
+}
+
+ at misc{rfc4048,
+  author="B. Carpenter",
+  title="{RFC 1888 Is Obsolete}",
+  series="Request for Comments",
+  number="4048",
+  howpublished="RFC 4048 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Updated by RFC 4548",
+  url="http://www.ietf.org/rfc/rfc4048.txt",
+}
+
+ at misc{rfc4049,
+  author="R. Housley",
+  title="{BinaryTime: An Alternate Format for Representing Date and Time in ASN.1}",
+  series="Request for Comments",
+  number="4049",
+  howpublished="RFC 4049 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Obsoleted by RFC 6019",
+  url="http://www.ietf.org/rfc/rfc4049.txt",
+}
+
+ at misc{rfc4050,
+  author="S. Blake-Wilson and G. Karlinger and T. Kobayashi and Y. Wang",
+  title="{Using the Elliptic Curve Signature Algorithm (ECDSA) for XML Digital Signatures}",
+  series="Request for Comments",
+  number="4050",
+  howpublished="RFC 4050 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4050.txt",
+}
+
+ at misc{rfc4051,
+  author="D. Eastlake 3rd",
+  title="{Additional XML Security Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="4051",
+  howpublished="RFC 4051 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Obsoleted by RFC 6931",
+  url="http://www.ietf.org/rfc/rfc4051.txt",
+}
+
+ at misc{rfc4052,
+  author="L. Daigle and Internet Architecture Board",
+  title="{IAB Processes for Management of IETF Liaison Relationships}",
+  series="Request for Comments",
+  number="4052",
+  howpublished="RFC 4052 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4052.txt",
+}
+
+ at misc{rfc4053,
+  author="S. Trowbridge and S. Bradner and F. Baker",
+  title="{Procedures for Handling Liaison Statements to and from the IETF}",
+  series="Request for Comments",
+  number="4053",
+  howpublished="RFC 4053 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4053.txt",
+}
+
+ at misc{rfc4054,
+  author="J. Strand and  A. Chiu",
+  title="{Impairments and Other Constraints on Optical Layer Routing}",
+  series="Request for Comments",
+  number="4054",
+  howpublished="RFC 4054 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4054.txt",
+}
+
+ at misc{rfc4055,
+  author="J. Schaad and B. Kaliski and R. Housley",
+  title="{Additional Algorithms and Identifiers for RSA Cryptography for use in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="4055",
+  howpublished="RFC 4055 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    note="Updated by RFC 5756",
+  url="http://www.ietf.org/rfc/rfc4055.txt",
+}
+
+ at misc{rfc4056,
+  author="J. Schaad",
+  title="{Use of the RSASSA-PSS Signature Algorithm in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="4056",
+  howpublished="RFC 4056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4056.txt",
+}
+
+ at misc{rfc4057,
+  author="J. Bound",
+  title="{IPv6 Enterprise Network Scenarios}",
+  series="Request for Comments",
+  number="4057",
+  howpublished="RFC 4057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4057.txt",
+}
+
+ at misc{rfc4058,
+  author="A. Yegin and Y. Ohba and R. Penno and G. Tsirtsis and C. Wang",
+  title="{Protocol for Carrying Authentication for Network Access (PANA) Requirements}",
+  series="Request for Comments",
+  number="4058",
+  howpublished="RFC 4058 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4058.txt",
+}
+
+ at misc{rfc4059,
+  author="D. Linsenbardt and S. Pontius and A. Sturgeon",
+  title="{Internet X.509 Public Key Infrastructure Warranty Certificate Extension}",
+  series="Request for Comments",
+  number="4059",
+  howpublished="RFC 4059 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4059.txt",
+}
+
+ at misc{rfc4060,
+  author="Q. Xie and D. Pearce",
+  title="{RTP Payload Formats for European Telecommunications Standards Institute (ETSI) European Standard ES 202 050, ES 202 211, and ES 202 212 Distributed Speech Recognition Encoding}",
+  series="Request for Comments",
+  number="4060",
+  howpublished="RFC 4060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4060.txt",
+}
+
+ at misc{rfc4061,
+  author="V. Manral and R. White and A. Shaikh",
+  title="{Benchmarking Basic OSPF Single Router Control Plane Convergence}",
+  series="Request for Comments",
+  number="4061",
+  howpublished="RFC 4061 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4061.txt",
+}
+
+ at misc{rfc4062,
+  author="V. Manral and R. White and A. Shaikh",
+  title="{OSPF Benchmarking Terminology and Concepts}",
+  series="Request for Comments",
+  number="4062",
+  howpublished="RFC 4062 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4062.txt",
+}
+
+ at misc{rfc4063,
+  author="V. Manral and R. White and A. Shaikh",
+  title="{Considerations When Using Basic OSPF Convergence Benchmarks}",
+  series="Request for Comments",
+  number="4063",
+  howpublished="RFC 4063 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4063.txt",
+}
+
+ at misc{rfc4064,
+  author="A. Patel and K. Leung",
+  title="{Experimental Message, Extensions, and Error Codes for Mobile IPv4}",
+  series="Request for Comments",
+  number="4064",
+  howpublished="RFC 4064 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4064.txt",
+}
+
+ at misc{rfc4065,
+  author="J. Kempf",
+  title="{Instructions for Seamoby and Experimental Mobility Protocol IANA Allocations}",
+  series="Request for Comments",
+  number="4065",
+  howpublished="RFC 4065 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4065.txt",
+}
+
+ at misc{rfc4066,
+  author="M. Liebsch and A. Singh and H. Chaskar and D. Funato and E. Shim",
+  title="{Candidate Access Router Discovery (CARD)}",
+  series="Request for Comments",
+  number="4066",
+  howpublished="RFC 4066 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4066.txt",
+}
+
+ at misc{rfc4067,
+  author="J. Loughney and M. Nakhjiri and C. Perkins and R. Koodli",
+  title="{Context Transfer Protocol (CXTP)}",
+  series="Request for Comments",
+  number="4067",
+  howpublished="RFC 4067 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4067.txt",
+}
+
+ at misc{rfc4068,
+  author="R. Koodli",
+  title="{Fast Handovers for Mobile IPv6}",
+  series="Request for Comments",
+  number="4068",
+  howpublished="RFC 4068 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    note="Obsoleted by RFC 5268",
+  url="http://www.ietf.org/rfc/rfc4068.txt",
+}
+
+ at misc{rfc4069,
+  author="M. Dodge and B. Ray",
+  title="{Definitions of Managed Object Extensions for Very High Speed Digital Subscriber Lines (VDSL) Using Single Carrier Modulation (SCM) Line Coding}",
+  series="Request for Comments",
+  number="4069",
+  howpublished="RFC 4069 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4069.txt",
+}
+
+ at misc{rfc4070,
+  author="M. Dodge and B. Ray",
+  title="{Definitions of Managed Object Extensions for Very High Speed Digital Subscriber Lines (VDSL) Using Multiple Carrier Modulation (MCM) Line Coding}",
+  series="Request for Comments",
+  number="4070",
+  howpublished="RFC 4070 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4070.txt",
+}
+
+ at misc{rfc4071,
+  author="R. Austein and B. Wijnen",
+  title="{Structure of the IETF Administrative Support Activity (IASA)}",
+  series="Request for Comments",
+  number="4071",
+  howpublished="RFC 4071 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=apr,
+    note="Updated by RFCs 4371, 7691",
+  url="http://www.ietf.org/rfc/rfc4071.txt",
+}
+
+ at misc{rfc4072,
+  author="P. Eronen and T. Hiller and G. Zorn",
+  title="{Diameter Extensible Authentication Protocol (EAP) Application}",
+  series="Request for Comments",
+  number="4072",
+  howpublished="RFC 4072 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Updated by RFCs 7268, 8044",
+  url="http://www.ietf.org/rfc/rfc4072.txt",
+}
+
+ at misc{rfc4073,
+  author="R. Housley",
+  title="{Protecting Multiple Contents with the Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="4073",
+  howpublished="RFC 4073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4073.txt",
+}
+
+ at misc{rfc4074,
+  author="Y. Morishita and T. Jinmei",
+  title="{Common Misbehavior Against DNS Queries for IPv6 Addresses}",
+  series="Request for Comments",
+  number="4074",
+  howpublished="RFC 4074 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4074.txt",
+}
+
+ at misc{rfc4075,
+  author="V. Kalusivalingam",
+  title="{Simple Network Time Protocol (SNTP) Configuration Option for DHCPv6}",
+  series="Request for Comments",
+  number="4075",
+  howpublished="RFC 4075 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4075.txt",
+}
+
+ at misc{rfc4076,
+  author="T. Chown and S. Venaas and A. Vijayabhaskar",
+  title="{Renumbering Requirements for Stateless Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="4076",
+  howpublished="RFC 4076 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4076.txt",
+}
+
+ at misc{rfc4077,
+  author="A.B. Roach",
+  title="{A Negative Acknowledgement Mechanism for Signaling Compression}",
+  series="Request for Comments",
+  number="4077",
+  howpublished="RFC 4077 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4077.txt",
+}
+
+ at misc{rfc4078,
+  author="N. Earnshaw and S. Aoki and A. Ashley and W. Kameyama",
+  title="{The TV-Anytime Content Reference Identifier (CRID)}",
+  series="Request for Comments",
+  number="4078",
+  howpublished="RFC 4078 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4078.txt",
+}
+
+ at misc{rfc4079,
+  author="J. Peterson",
+  title="{A Presence Architecture for the Distribution of GEOPRIV Location Objects}",
+  series="Request for Comments",
+  number="4079",
+  howpublished="RFC 4079 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4079.txt",
+}
+
+ at misc{rfc4080,
+  author="R. Hancock and G. Karagiannis and J. Loughney and S. Van den Bosch",
+  title="{Next Steps in Signaling (NSIS): Framework}",
+  series="Request for Comments",
+  number="4080",
+  howpublished="RFC 4080 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4080.txt",
+}
+
+ at misc{rfc4081,
+  author="H. Tschofenig and D. Kroeselberg",
+  title="{Security Threats for Next Steps in Signaling (NSIS)}",
+  series="Request for Comments",
+  number="4081",
+  howpublished="RFC 4081 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4081.txt",
+}
+
+ at misc{rfc4082,
+  author="A. Perrig and D. Song and R. Canetti and J. D. Tygar and B. Briscoe",
+  title="{Timed Efficient Stream Loss-Tolerant Authentication (TESLA): Multicast Source Authentication Transform Introduction}",
+  series="Request for Comments",
+  number="4082",
+  howpublished="RFC 4082 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4082.txt",
+}
+
+ at misc{rfc4083,
+  author="M. Garcia-Martin",
+  title="{Input 3rd-Generation Partnership Project (3GPP) Release 5 Requirements on the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4083",
+  howpublished="RFC 4083 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4083.txt",
+}
+
+ at misc{rfc4084,
+  author="J. Klensin",
+  title="{Terminology for Describing Internet Connectivity}",
+  series="Request for Comments",
+  number="4084",
+  howpublished="RFC 4084 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4084.txt",
+}
+
+ at misc{rfc4085,
+  author="D. Plonka",
+  title="{Embedding Globally-Routable Internet Addresses Considered Harmful}",
+  series="Request for Comments",
+  number="4085",
+  howpublished="RFC 4085 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4085.txt",
+}
+
+ at misc{rfc4086,
+  author="D. Eastlake 3rd and J. Schiller and S. Crocker",
+  title="{Randomness Requirements for Security}",
+  series="Request for Comments",
+  number="4086",
+  howpublished="RFC 4086 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4086.txt",
+}
+
+ at misc{rfc4087,
+  author="D. Thaler",
+  title="{IP Tunnel MIB}",
+  series="Request for Comments",
+  number="4087",
+  howpublished="RFC 4087 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4087.txt",
+}
+
+ at misc{rfc4088,
+  author="D. Black and K. McCloghrie and J. Schoenwaelder",
+  title="{Uniform Resource Identifier (URI) Scheme for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="4088",
+  howpublished="RFC 4088 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4088.txt",
+}
+
+ at misc{rfc4089,
+  author="S. Hollenbeck and IAB and IESG",
+  title="{IAB and IESG Recommendation for IETF Administrative Restructuring}",
+  series="Request for Comments",
+  number="4089",
+  howpublished="RFC 4089 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4089.txt",
+}
+
+ at misc{rfc4090,
+  author="P. Pan and G. Swallow and A. Atlas",
+  title="{Fast Reroute Extensions to RSVP-TE for LSP Tunnels}",
+  series="Request for Comments",
+  number="4090",
+  howpublished="RFC 4090 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4090.txt",
+}
+
+ at misc{rfc4091,
+  author="G. Camarillo and J. Rosenberg",
+  title="{The Alternative Network Address Types (ANAT) Semantics for the Session Description Protocol (SDP) Grouping Framework}",
+  series="Request for Comments",
+  number="4091",
+  howpublished="RFC 4091 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    note="Obsoleted by RFC 5245",
+  url="http://www.ietf.org/rfc/rfc4091.txt",
+}
+
+ at misc{rfc4092,
+  author="G. Camarillo and J. Rosenberg",
+  title="{Usage of the Session Description Protocol (SDP) Alternative Network Address Types (ANAT) Semantics in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4092",
+  howpublished="RFC 4092 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    note="Obsoleted by RFC 5245",
+  url="http://www.ietf.org/rfc/rfc4092.txt",
+}
+
+ at misc{rfc4093,
+  author="F. Adrangi and H. Levkowetz",
+  title="{Problem Statement: Mobile IPv4 Traversal of Virtual Private Network (VPN) Gateways}",
+  series="Request for Comments",
+  number="4093",
+  howpublished="RFC 4093 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4093.txt",
+}
+
+ at misc{rfc4094,
+  author="J. Manner and X. Fu",
+  title="{Analysis of Existing Quality-of-Service Signaling Protocols}",
+  series="Request for Comments",
+  number="4094",
+  howpublished="RFC 4094 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4094.txt",
+}
+
+ at misc{rfc4095,
+  author="C. Malamud",
+  title="{Attaching Meaning to Solicitation Class Keywords}",
+  series="Request for Comments",
+  number="4095",
+  howpublished="RFC 4095 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4095.txt",
+}
+
+ at misc{rfc4096,
+  author="C. Malamud",
+  title="{Policy-Mandated Labels Such as "Adv:" in Email Subject Headers Considered Ineffective At Best}",
+  series="Request for Comments",
+  number="4096",
+  howpublished="RFC 4096 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4096.txt",
+}
+
+ at misc{rfc4097,
+  author="M. Barnes",
+  title="{Middlebox Communications (MIDCOM) Protocol Evaluation}",
+  series="Request for Comments",
+  number="4097",
+  howpublished="RFC 4097 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4097.txt",
+}
+
+ at misc{rfc4098,
+  author="H. Berkowitz and E. Davies and S. Hares and P. Krishnaswamy and M. Lepp",
+  title="{Terminology for Benchmarking BGP Device Convergence in the Control Plane}",
+  series="Request for Comments",
+  number="4098",
+  howpublished="RFC 4098 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4098.txt",
+}
+
+ at misc{rfc4101,
+  author="E. Rescorla and IAB",
+  title="{Writing Protocol Models}",
+  series="Request for Comments",
+  number="4101",
+  howpublished="RFC 4101 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4101.txt",
+}
+
+ at misc{rfc4102,
+  author="P. Jones",
+  title="{Registration of the text/red MIME Sub-Type}",
+  series="Request for Comments",
+  number="4102",
+  howpublished="RFC 4102 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    note="Updated by RFC 6354",
+  url="http://www.ietf.org/rfc/rfc4102.txt",
+}
+
+ at misc{rfc4103,
+  author="G. Hellstrom and P. Jones",
+  title="{RTP Payload for Text Conversation}",
+  series="Request for Comments",
+  number="4103",
+  howpublished="RFC 4103 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4103.txt",
+}
+
+ at misc{rfc4104,
+  author="M. Pana and A. Reyes and A. Barba and D. Moron and M. Brunner",
+  title="{Policy Core Extension Lightweight Directory Access Protocol Schema (PCELS)}",
+  series="Request for Comments",
+  number="4104",
+  howpublished="RFC 4104 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4104.txt",
+}
+
+ at misc{rfc4105,
+  author="J.-L. Le Roux and J.-P. Vasseur and J. Boyle",
+  title="{Requirements for Inter-Area MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4105",
+  howpublished="RFC 4105 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4105.txt",
+}
+
+ at misc{rfc4106,
+  author="J. Viega and D. McGrew",
+  title="{The Use of Galois/Counter Mode (GCM) in IPsec Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="4106",
+  howpublished="RFC 4106 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4106.txt",
+}
+
+ at misc{rfc4107,
+  author="S. Bellovin and R. Housley",
+  title="{Guidelines for Cryptographic Key Management}",
+  series="Request for Comments",
+  number="4107",
+  howpublished="RFC 4107 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4107.txt",
+}
+
+ at misc{rfc4108,
+  author="R. Housley",
+  title="{Using Cryptographic Message Syntax (CMS) to Protect Firmware Packages}",
+  series="Request for Comments",
+  number="4108",
+  howpublished="RFC 4108 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4108.txt",
+}
+
+ at misc{rfc4109,
+  author="P. Hoffman",
+  title="{Algorithms for Internet Key Exchange version 1 (IKEv1)}",
+  series="Request for Comments",
+  number="4109",
+  howpublished="RFC 4109 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4109.txt",
+}
+
+ at misc{rfc4110,
+  author="R. Callon and M. Suzuki",
+  title="{A Framework for Layer 3 Provider-Provisioned Virtual Private Networks (PPVPNs)}",
+  series="Request for Comments",
+  number="4110",
+  howpublished="RFC 4110 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4110.txt",
+}
+
+ at misc{rfc4111,
+  author="L. Fang",
+  title="{Security Framework for Provider-Provisioned Virtual Private Networks (PPVPNs)}",
+  series="Request for Comments",
+  number="4111",
+  howpublished="RFC 4111 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4111.txt",
+}
+
+ at misc{rfc4112,
+  author="D. Eastlake 3rd",
+  title="{Electronic Commerce Modeling Language (ECML) Version 2 Specification}",
+  series="Request for Comments",
+  number="4112",
+  howpublished="RFC 4112 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4112.txt",
+}
+
+ at misc{rfc4113,
+  author="B. Fenner and J. Flick",
+  title="{Management Information Base for the User Datagram Protocol (UDP)}",
+  series="Request for Comments",
+  number="4113",
+  howpublished="RFC 4113 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4113.txt",
+}
+
+ at misc{rfc4114,
+  author="S. Hollenbeck",
+  title="{E.164 Number Mapping for the Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="4114",
+  howpublished="RFC 4114 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4114.txt",
+}
+
+ at misc{rfc4115,
+  author="O. Aboul-Magd and S. Rabie",
+  title="{A Differentiated Service Two-Rate, Three-Color Marker with Efficient Handling of in-Profile Traffic}",
+  series="Request for Comments",
+  number="4115",
+  howpublished="RFC 4115 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4115.txt",
+}
+
+ at misc{rfc4116,
+  author="J. Abley and K. Lindqvist and E. Davies and B. Black and V. Gill",
+  title="{IPv4 Multihoming Practices and Limitations}",
+  series="Request for Comments",
+  number="4116",
+  howpublished="RFC 4116 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4116.txt",
+}
+
+ at misc{rfc4117,
+  author="G. Camarillo and E. Burger and H. Schulzrinne and A. van Wijk",
+  title="{Transcoding Services Invocation in the Session Initiation Protocol (SIP) Using Third Party Call Control (3pcc)}",
+  series="Request for Comments",
+  number="4117",
+  howpublished="RFC 4117 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4117.txt",
+}
+
+ at misc{rfc4118,
+  author="L. Yang and P. Zerfos and E. Sadot",
+  title="{Architecture Taxonomy for Control and Provisioning of Wireless Access Points (CAPWAP)}",
+  series="Request for Comments",
+  number="4118",
+  howpublished="RFC 4118 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4118.txt",
+}
+
+ at misc{rfc4119,
+  author="J. Peterson",
+  title="{A Presence-based GEOPRIV Location Object Format}",
+  series="Request for Comments",
+  number="4119",
+  howpublished="RFC 4119 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Updated by RFCs 5139, 5491, 7459",
+  url="http://www.ietf.org/rfc/rfc4119.txt",
+}
+
+ at misc{rfc4120,
+  author="C. Neuman and T. Yu and S. Hartman and K. Raeburn",
+  title="{The Kerberos Network Authentication Service (V5)}",
+  series="Request for Comments",
+  number="4120",
+  howpublished="RFC 4120 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    note="Updated by RFCs 4537, 5021, 5896, 6111, 6112, 6113, 6649, 6806, 7751",
+  url="http://www.ietf.org/rfc/rfc4120.txt",
+}
+
+ at misc{rfc4121,
+  author="L. Zhu and K. Jaganathan and S. Hartman",
+  title="{The Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Mechanism: Version 2}",
+  series="Request for Comments",
+  number="4121",
+  howpublished="RFC 4121 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    note="Updated by RFCs 6112, 6542, 6649",
+  url="http://www.ietf.org/rfc/rfc4121.txt",
+}
+
+ at misc{rfc4122,
+  author="P. Leach and M. Mealling and R. Salz",
+  title="{A Universally Unique IDentifier (UUID) URN Namespace}",
+  series="Request for Comments",
+  number="4122",
+  howpublished="RFC 4122 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4122.txt",
+}
+
+ at misc{rfc4123,
+  author="H. Schulzrinne and C. Agboh",
+  title="{Session Initiation Protocol (SIP)-H.323 Interworking Requirements}",
+  series="Request for Comments",
+  number="4123",
+  howpublished="RFC 4123 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4123.txt",
+}
+
+ at misc{rfc4124,
+  author="F. Le Faucheur",
+  title="{Protocol Extensions for Support of Diffserv-aware MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4124",
+  howpublished="RFC 4124 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4124.txt",
+}
+
+ at misc{rfc4125,
+  author="F. Le Faucheur and W. Lai",
+  title="{Maximum Allocation Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4125",
+  howpublished="RFC 4125 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4125.txt",
+}
+
+ at misc{rfc4126,
+  author="J. Ash",
+  title="{Max Allocation with Reservation Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering \& Performance Comparisons}",
+  series="Request for Comments",
+  number="4126",
+  howpublished="RFC 4126 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4126.txt",
+}
+
+ at misc{rfc4127,
+  author="F. Le Faucheur",
+  title="{Russian Dolls Bandwidth Constraints Model for Diffserv-aware MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4127",
+  howpublished="RFC 4127 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4127.txt",
+}
+
+ at misc{rfc4128,
+  author="W. Lai",
+  title="{Bandwidth Constraints Models for Differentiated Services (Diffserv)-aware MPLS Traffic Engineering: Performance Evaluation}",
+  series="Request for Comments",
+  number="4128",
+  howpublished="RFC 4128 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4128.txt",
+}
+
+ at misc{rfc4129,
+  author="R. Mukundan and K. Morneault and N. Mangalpally",
+  title="{Digital Private Network Signaling System (DPNSS)/Digital Access Signaling System 2 (DASS 2) Extensions to the IUA Protocol}",
+  series="Request for Comments",
+  number="4129",
+  howpublished="RFC 4129 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4129.txt",
+}
+
+ at misc{rfc4130,
+  author="D. Moberg and R. Drummond",
+  title="{MIME-Based Secure Peer-to-Peer Business Data Interchange Using HTTP, Applicability Statement 2 (AS2)}",
+  series="Request for Comments",
+  number="4130",
+  howpublished="RFC 4130 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4130.txt",
+}
+
+ at misc{rfc4131,
+  author="S. Green and K. Ozawa and E. Cardona and A. Katsnelson",
+  title="{Management Information Base for Data Over Cable Service Interface Specification (DOCSIS) Cable Modems and Cable Modem Termination Systems for Baseline Privacy Plus}",
+  series="Request for Comments",
+  number="4131",
+  howpublished="RFC 4131 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4131.txt",
+}
+
+ at misc{rfc4132,
+  author="S. Moriai and A. Kato and M. Kanda",
+  title="{Addition of Camellia Cipher Suites to Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4132",
+  howpublished="RFC 4132 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    note="Obsoleted by RFC 5932",
+  url="http://www.ietf.org/rfc/rfc4132.txt",
+}
+
+ at misc{rfc4133,
+  author="A. Bierman and K. McCloghrie",
+  title="{Entity MIB (Version 3)}",
+  series="Request for Comments",
+  number="4133",
+  howpublished="RFC 4133 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Obsoleted by RFC 6933",
+  url="http://www.ietf.org/rfc/rfc4133.txt",
+}
+
+ at misc{rfc4134,
+  author="P. Hoffman",
+  title="{Examples of S/MIME Messages}",
+  series="Request for Comments",
+  number="4134",
+  howpublished="RFC 4134 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4134.txt",
+}
+
+ at misc{rfc4135,
+  author="JH. Choi and G. Daley",
+  title="{Goals of Detecting Network Attachment in IPv6}",
+  series="Request for Comments",
+  number="4135",
+  howpublished="RFC 4135 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4135.txt",
+}
+
+ at misc{rfc4136,
+  author="P. Pillay-Esnault",
+  title="{OSPF Refresh and Flooding Reduction in Stable Topologies}",
+  series="Request for Comments",
+  number="4136",
+  howpublished="RFC 4136 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4136.txt",
+}
+
+ at misc{rfc4137,
+  author="J. Vollbrecht and P. Eronen and N. Petroni and Y. Ohba",
+  title="{State Machines for Extensible Authentication Protocol (EAP) Peer and Authenticator}",
+  series="Request for Comments",
+  number="4137",
+  howpublished="RFC 4137 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4137.txt",
+}
+
+ at misc{rfc4138,
+  author="P. Sarolahti and M. Kojo",
+  title="{Forward RTO-Recovery (F-RTO): An Algorithm for Detecting Spurious Retransmission Timeouts with TCP and the Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="4138",
+  howpublished="RFC 4138 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Updated by RFC 5682",
+  url="http://www.ietf.org/rfc/rfc4138.txt",
+}
+
+ at misc{rfc4139,
+  author="D. Papadimitriou and J. Drake and J. Ash and A. Farrel and L. Ong",
+  title="{Requirements for Generalized MPLS (GMPLS) Signaling Usage and Extensions for Automatically Switched Optical Network (ASON)}",
+  series="Request for Comments",
+  number="4139",
+  howpublished="RFC 4139 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4139.txt",
+}
+
+ at misc{rfc4140,
+  author="H. Soliman and C. Castelluccia and K. El Malki and L. Bellier",
+  title="{Hierarchical Mobile IPv6 Mobility Management (HMIPv6)}",
+  series="Request for Comments",
+  number="4140",
+  howpublished="RFC 4140 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Obsoleted by RFC 5380",
+  url="http://www.ietf.org/rfc/rfc4140.txt",
+}
+
+ at misc{rfc4141,
+  author="K. Toyoda and D. Crocker",
+  title="{SMTP and MIME Extensions for Content Conversion}",
+  series="Request for Comments",
+  number="4141",
+  howpublished="RFC 4141 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4141.txt",
+}
+
+ at misc{rfc4142,
+  author="D. Crocker and G. Klyne",
+  title="{Full-mode Fax Profile for Internet Mail (FFPIM)}",
+  series="Request for Comments",
+  number="4142",
+  howpublished="RFC 4142 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4142.txt",
+}
+
+ at misc{rfc4143,
+  author="K. Toyoda and D. Crocker",
+  title="{Facsimile Using Internet Mail (IFAX) Service of ENUM}",
+  series="Request for Comments",
+  number="4143",
+  howpublished="RFC 4143 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4143.txt",
+}
+
+ at misc{rfc4144,
+  author="D. Eastlake 3rd",
+  title="{How to Gain Prominence and Influence in Standards Organizations}",
+  series="Request for Comments",
+  number="4144",
+  howpublished="RFC 4144 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4144.txt",
+}
+
+ at misc{rfc4145,
+  author="D. Yon and G. Camarillo",
+  title="{TCP-Based Media Transport in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="4145",
+  howpublished="RFC 4145 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 4572",
+  url="http://www.ietf.org/rfc/rfc4145.txt",
+}
+
+ at misc{rfc4146,
+  author="R. Gellens",
+  title="{Simple New Mail Notification}",
+  series="Request for Comments",
+  number="4146",
+  howpublished="RFC 4146 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4146.txt",
+}
+
+ at misc{rfc4147,
+  author="G. Huston",
+  title="{Proposed Changes to the Format of the IANA IPv6 Registry}",
+  series="Request for Comments",
+  number="4147",
+  howpublished="RFC 4147 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4147.txt",
+}
+
+ at misc{rfc4148,
+  author="E. Stephan",
+  title="{IP Performance Metrics (IPPM) Metrics Registry}",
+  series="Request for Comments",
+  number="4148",
+  howpublished="RFC 4148 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    note="Obsoleted by RFC 6248",
+  url="http://www.ietf.org/rfc/rfc4148.txt",
+}
+
+ at misc{rfc4149,
+  author="C. Kalbfleisch and R. Cole and D. Romascanu",
+  title="{Definition of Managed Objects for Synthetic Sources for Performance Monitoring Algorithms}",
+  series="Request for Comments",
+  number="4149",
+  howpublished="RFC 4149 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4149.txt",
+}
+
+ at misc{rfc4150,
+  author="R. Dietz and R. Cole",
+  title="{Transport Performance Metrics MIB}",
+  series="Request for Comments",
+  number="4150",
+  howpublished="RFC 4150 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4150.txt",
+}
+
+ at misc{rfc4151,
+  author="T. Kindberg and S. Hawke",
+  title="{The 'tag' URI Scheme}",
+  series="Request for Comments",
+  number="4151",
+  howpublished="RFC 4151 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4151.txt",
+}
+
+ at misc{rfc4152,
+  author="K. Tesink and R. Fox",
+  title="{A Uniform Resource Name (URN) Namespace for the Common Language Equipment Identifier (CLEI) Code}",
+  series="Request for Comments",
+  number="4152",
+  howpublished="RFC 4152 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4152.txt",
+}
+
+ at misc{rfc4153,
+  author="K. Fujimura and M. Terada and D. Eastlake 3rd",
+  title="{XML Voucher: Generic Voucher Language}",
+  series="Request for Comments",
+  number="4153",
+  howpublished="RFC 4153 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4153.txt",
+}
+
+ at misc{rfc4154,
+  author="M. Terada and K. Fujimura",
+  title="{Voucher Trading System Application Programming Interface (VTS-API)}",
+  series="Request for Comments",
+  number="4154",
+  howpublished="RFC 4154 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4154.txt",
+}
+
+ at misc{rfc4155,
+  author="E. Hall",
+  title="{The application/mbox Media Type}",
+  series="Request for Comments",
+  number="4155",
+  howpublished="RFC 4155 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4155.txt",
+}
+
+ at misc{rfc4156,
+  author="P. Hoffman",
+  title="{The wais URI Scheme}",
+  series="Request for Comments",
+  number="4156",
+  howpublished="RFC 4156 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4156.txt",
+}
+
+ at misc{rfc4157,
+  author="P. Hoffman",
+  title="{The prospero URI Scheme}",
+  series="Request for Comments",
+  number="4157",
+  howpublished="RFC 4157 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4157.txt",
+}
+
+ at misc{rfc4158,
+  author="M. Cooper and Y. Dzambasow and P. Hesse and S. Joseph and R. Nicholas",
+  title="{Internet X.509 Public Key Infrastructure: Certification Path Building}",
+  series="Request for Comments",
+  number="4158",
+  howpublished="RFC 4158 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4158.txt",
+}
+
+ at misc{rfc4159,
+  author="G. Huston",
+  title="{Deprecation of "ip6.int"}",
+  series="Request for Comments",
+  number="4159",
+  howpublished="RFC 4159 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4159.txt",
+}
+
+ at misc{rfc4160,
+  author="K. Mimura and K. Yokoyama and T. Satoh and C. Kanaide and C. Allocchio",
+  title="{Internet Fax Gateway Requirements}",
+  series="Request for Comments",
+  number="4160",
+  howpublished="RFC 4160 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4160.txt",
+}
+
+ at misc{rfc4161,
+  author="K. Mimura and K. Yokoyama and T. Satoh and K. Watanabe and C. Kanaide",
+  title="{Guidelines for Optional Services for Internet Fax Gateways}",
+  series="Request for Comments",
+  number="4161",
+  howpublished="RFC 4161 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4161.txt",
+}
+
+ at misc{rfc4162,
+  author="H.J. Lee and J.H. Yoon and J.I. Lee",
+  title="{Addition of SEED Cipher Suites to Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4162",
+  howpublished="RFC 4162 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4162.txt",
+}
+
+ at misc{rfc4163,
+  author="L-E. Jonsson",
+  title="{RObust Header Compression (ROHC): Requirements on TCP/IP Header Compression}",
+  series="Request for Comments",
+  number="4163",
+  howpublished="RFC 4163 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4163.txt",
+}
+
+ at misc{rfc4164,
+  author="G. Pelletier",
+  title="{RObust Header Compression (ROHC): Context Replication for ROHC Profiles}",
+  series="Request for Comments",
+  number="4164",
+  howpublished="RFC 4164 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4164.txt",
+}
+
+ at misc{rfc4165,
+  author="T. George and B. Bidulock and R. Dantu and H. Schwarzbauer and K. Morneault",
+  title="{Signaling System 7 (SS7) Message Transfer Part 2 (MTP2) - User Peer-to-Peer Adaptation Layer (M2PA)}",
+  series="Request for Comments",
+  number="4165",
+  howpublished="RFC 4165 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4165.txt",
+}
+
+ at misc{rfc4166,
+  author="L. Coene and J. Pastor-Balbas",
+  title="{Telephony Signalling Transport over Stream Control Transmission Protocol (SCTP) Applicability Statement}",
+  series="Request for Comments",
+  number="4166",
+  howpublished="RFC 4166 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4166.txt",
+}
+
+ at misc{rfc4167,
+  author="A. Lindem",
+  title="{Graceful OSPF Restart Implementation Report}",
+  series="Request for Comments",
+  number="4167",
+  howpublished="RFC 4167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4167.txt",
+}
+
+ at misc{rfc4168,
+  author="J. Rosenberg and H. Schulzrinne and G. Camarillo",
+  title="{The Stream Control Transmission Protocol (SCTP) as a Transport for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4168",
+  howpublished="RFC 4168 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4168.txt",
+}
+
+ at misc{rfc4169,
+  author="V. Torvinen and J. Arkko and M. Naslund",
+  title="{Hypertext Transfer Protocol (HTTP) Digest Authentication Using Authentication and Key Agreement (AKA) Version-2}",
+  series="Request for Comments",
+  number="4169",
+  howpublished="RFC 4169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4169.txt",
+}
+
+ at misc{rfc4170,
+  author="B. Thompson and T. Koren and D. Wing",
+  title="{Tunneling Multiplexed Compressed RTP (TCRTP)}",
+  series="Request for Comments",
+  number="4170",
+  howpublished="RFC 4170 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4170.txt",
+}
+
+ at misc{rfc4171,
+  author="J. Tseng and K. Gibbons and F. Travostino and C. Du Laney and J. Souza",
+  title="{Internet Storage Name Service (iSNS)}",
+  series="Request for Comments",
+  number="4171",
+  howpublished="RFC 4171 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4171.txt",
+}
+
+ at misc{rfc4172,
+  author="C. Monia and R. Mullendore and F. Travostino and W. Jeong and M. Edwards",
+  title="{iFCP - A Protocol for Internet Fibre Channel Storage Networking}",
+  series="Request for Comments",
+  number="4172",
+  howpublished="RFC 4172 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFCs 6172, 7146",
+  url="http://www.ietf.org/rfc/rfc4172.txt",
+}
+
+ at misc{rfc4173,
+  author="P. Sarkar and D. Missimer and C. Sapuntzakis",
+  title="{Bootstrapping Clients using the Internet Small Computer System Interface (iSCSI) Protocol}",
+  series="Request for Comments",
+  number="4173",
+  howpublished="RFC 4173 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc4173.txt",
+}
+
+ at misc{rfc4174,
+  author="C. Monia and J. Tseng and K. Gibbons",
+  title="{The IPv4 Dynamic Host Configuration Protocol (DHCP) Option for the Internet Storage Name Service}",
+  series="Request for Comments",
+  number="4174",
+  howpublished="RFC 4174 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc4174.txt",
+}
+
+ at misc{rfc4175,
+  author="L. Gharai and C. Perkins",
+  title="{RTP Payload Format for Uncompressed Video}",
+  series="Request for Comments",
+  number="4175",
+  howpublished="RFC 4175 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 4421",
+  url="http://www.ietf.org/rfc/rfc4175.txt",
+}
+
+ at misc{rfc4176,
+  author="Y. El Mghazli and T. Nadeau and M. Boucadair and K. Chan and A. Gonguet",
+  title="{Framework for Layer 3 Virtual Private Networks (L3VPN) Operations and Management}",
+  series="Request for Comments",
+  number="4176",
+  howpublished="RFC 4176 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4176.txt",
+}
+
+ at misc{rfc4177,
+  author="G. Huston",
+  title="{Architectural Approaches to Multi-homing for IPv6}",
+  series="Request for Comments",
+  number="4177",
+  howpublished="RFC 4177 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4177.txt",
+}
+
+ at misc{rfc4178,
+  author="L. Zhu and P. Leach and K. Jaganathan and W. Ingersoll",
+  title="{The Simple and Protected Generic Security Service Application Program Interface (GSS-API) Negotiation Mechanism}",
+  series="Request for Comments",
+  number="4178",
+  howpublished="RFC 4178 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4178.txt",
+}
+
+ at misc{rfc4179,
+  author="S. Kang",
+  title="{Using Universal Content Identifier (UCI) as Uniform Resource Names (URN)}",
+  series="Request for Comments",
+  number="4179",
+  howpublished="RFC 4179 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4179.txt",
+}
+
+ at misc{rfc4180,
+  author="Y. Shafranovich",
+  title="{Common Format and MIME Type for Comma-Separated Values (CSV) Files}",
+  series="Request for Comments",
+  number="4180",
+  howpublished="RFC 4180 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFC 7111",
+  url="http://www.ietf.org/rfc/rfc4180.txt",
+}
+
+ at misc{rfc4181,
+  author="C. Heard",
+  title="{Guidelines for Authors and Reviewers of MIB Documents}",
+  series="Request for Comments",
+  number="4181",
+  howpublished="RFC 4181 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 4841",
+  url="http://www.ietf.org/rfc/rfc4181.txt",
+}
+
+ at misc{rfc4182,
+  author="E. Rosen",
+  title="{Removing a Restriction on the use of MPLS Explicit NULL}",
+  series="Request for Comments",
+  number="4182",
+  howpublished="RFC 4182 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFCs 5462, 7274",
+  url="http://www.ietf.org/rfc/rfc4182.txt",
+}
+
+ at misc{rfc4183,
+  author="E. Warnicke",
+  title="{A Suggested Scheme for DNS Resolution of Networks and Gateways}",
+  series="Request for Comments",
+  number="4183",
+  howpublished="RFC 4183 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4183.txt",
+}
+
+ at misc{rfc4184,
+  author="B. Link and T. Hager and J. Flaks",
+  title="{RTP Payload Format for AC-3 Audio}",
+  series="Request for Comments",
+  number="4184",
+  howpublished="RFC 4184 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4184.txt",
+}
+
+ at misc{rfc4185,
+  author="J. Klensin",
+  title="{National and Local Characters for DNS Top Level Domain (TLD) Names}",
+  series="Request for Comments",
+  number="4185",
+  howpublished="RFC 4185 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4185.txt",
+}
+
+ at misc{rfc4186,
+  author="H. Haverinen and J. Salowey",
+  title="{Extensible Authentication Protocol Method for Global System for Mobile Communications (GSM) Subscriber Identity Modules (EAP-SIM)}",
+  series="Request for Comments",
+  number="4186",
+  howpublished="RFC 4186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4186.txt",
+}
+
+ at misc{rfc4187,
+  author="J. Arkko and H. Haverinen",
+  title="{Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA)}",
+  series="Request for Comments",
+  number="4187",
+  howpublished="RFC 4187 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 5448",
+  url="http://www.ietf.org/rfc/rfc4187.txt",
+}
+
+ at misc{rfc4188,
+  author="K. Norseth and E. Bell",
+  title="{Definitions of Managed Objects for Bridges}",
+  series="Request for Comments",
+  number="4188",
+  howpublished="RFC 4188 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4188.txt",
+}
+
+ at misc{rfc4189,
+  author="K. Ono and S. Tachimoto",
+  title="{Requirements for End-to-Middle Security for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4189",
+  howpublished="RFC 4189 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4189.txt",
+}
+
+ at misc{rfc4190,
+  author="K. Carlberg and I. Brown and C. Beard",
+  title="{Framework for Supporting Emergency Telecommunications Service (ETS) in IP Telephony}",
+  series="Request for Comments",
+  number="4190",
+  howpublished="RFC 4190 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4190.txt",
+}
+
+ at misc{rfc4191,
+  author="R. Draves and D. Thaler",
+  title="{Default Router Preferences and More-Specific Routes}",
+  series="Request for Comments",
+  number="4191",
+  howpublished="RFC 4191 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4191.txt",
+}
+
+ at misc{rfc4192,
+  author="F. Baker and E. Lear and R. Droms",
+  title="{Procedures for Renumbering an IPv6 Network without a Flag Day}",
+  series="Request for Comments",
+  number="4192",
+  howpublished="RFC 4192 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4192.txt",
+}
+
+ at misc{rfc4193,
+  author="R. Hinden and B. Haberman",
+  title="{Unique Local IPv6 Unicast Addresses}",
+  series="Request for Comments",
+  number="4193",
+  howpublished="RFC 4193 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4193.txt",
+}
+
+ at misc{rfc4194,
+  author="J. Strombergson and L. Walleij and P. Faltstrom",
+  title="{The S Hexdump Format}",
+  series="Request for Comments",
+  number="4194",
+  howpublished="RFC 4194 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4194.txt",
+}
+
+ at misc{rfc4195,
+  author="W. Kameyama",
+  title="{A Uniform Resource Name (URN) Namespace for the TV-Anytime Forum}",
+  series="Request for Comments",
+  number="4195",
+  howpublished="RFC 4195 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4195.txt",
+}
+
+ at misc{rfc4196,
+  author="H.J. Lee and J.H. Yoon and S.L. Lee and J.I. Lee",
+  title="{The SEED Cipher Algorithm and Its Use with IPsec}",
+  series="Request for Comments",
+  number="4196",
+  howpublished="RFC 4196 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4196.txt",
+}
+
+ at misc{rfc4197,
+  author="M. Riegel",
+  title="{Requirements for Edge-to-Edge Emulation of Time Division Multiplexed (TDM) Circuits over Packet Switching Networks}",
+  series="Request for Comments",
+  number="4197",
+  howpublished="RFC 4197 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4197.txt",
+}
+
+ at misc{rfc4198,
+  author="D. Tessman",
+  title="{A Uniform Resource Name (URN) Namespace for Federated Content}",
+  series="Request for Comments",
+  number="4198",
+  howpublished="RFC 4198 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4198.txt",
+}
+
+ at misc{rfc4201,
+  author="K. Kompella and Y. Rekhter and L. Berger",
+  title="{Link Bundling in MPLS Traffic Engineering (TE)}",
+  series="Request for Comments",
+  number="4201",
+  howpublished="RFC 4201 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4201.txt",
+}
+
+ at misc{rfc4202,
+  author="K. Kompella and Y. Rekhter",
+  title="{Routing Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="4202",
+  howpublished="RFC 4202 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFCs 6001, 6002, 7074",
+  url="http://www.ietf.org/rfc/rfc4202.txt",
+}
+
+ at misc{rfc4203,
+  author="K. Kompella and Y. Rekhter",
+  title="{OSPF Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="4203",
+  howpublished="RFC 4203 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFCs 6001, 6002, 7074",
+  url="http://www.ietf.org/rfc/rfc4203.txt",
+}
+
+ at misc{rfc4204,
+  author="J. Lang",
+  title="{Link Management Protocol (LMP)}",
+  series="Request for Comments",
+  number="4204",
+  howpublished="RFC 4204 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFC 6898",
+  url="http://www.ietf.org/rfc/rfc4204.txt",
+}
+
+ at misc{rfc4205,
+  author="K. Kompella and Y. Rekhter",
+  title="{Intermediate System to Intermediate System (IS-IS) Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="4205",
+  howpublished="RFC 4205 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Obsoleted by RFC 5307",
+  url="http://www.ietf.org/rfc/rfc4205.txt",
+}
+
+ at misc{rfc4206,
+  author="K. Kompella and Y. Rekhter",
+  title="{Label Switched Paths (LSP) Hierarchy with Generalized Multi-Protocol Label Switching (GMPLS) Traffic Engineering (TE)}",
+  series="Request for Comments",
+  number="4206",
+  howpublished="RFC 4206 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFCs 6001, 6107",
+  url="http://www.ietf.org/rfc/rfc4206.txt",
+}
+
+ at misc{rfc4207,
+  author="J. Lang and D. Papadimitriou",
+  title="{Synchronous Optical Network (SONET)/Synchronous Digital Hierarchy (SDH) Encoding for Link Management Protocol (LMP) Test Messages}",
+  series="Request for Comments",
+  number="4207",
+  howpublished="RFC 4207 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFC 6898",
+  url="http://www.ietf.org/rfc/rfc4207.txt",
+}
+
+ at misc{rfc4208,
+  author="G. Swallow and J. Drake and H. Ishimatsu and Y. Rekhter",
+  title="{Generalized Multiprotocol Label Switching (GMPLS) User-Network Interface (UNI): Resource ReserVation Protocol-Traffic Engineering (RSVP-TE) Support for the Overlay Model}",
+  series="Request for Comments",
+  number="4208",
+  howpublished="RFC 4208 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4208.txt",
+}
+
+ at misc{rfc4209,
+  author="A. Fredette and J. Lang",
+  title="{Link Management Protocol (LMP) for Dense Wavelength Division Multiplexing (DWDM) Optical Line Systems}",
+  series="Request for Comments",
+  number="4209",
+  howpublished="RFC 4209 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFC 6898",
+  url="http://www.ietf.org/rfc/rfc4209.txt",
+}
+
+ at misc{rfc4210,
+  author="C. Adams and S. Farrell and T. Kause and T. Mononen",
+  title="{Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)}",
+  series="Request for Comments",
+  number="4210",
+  howpublished="RFC 4210 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    note="Updated by RFC 6712",
+  url="http://www.ietf.org/rfc/rfc4210.txt",
+}
+
+ at misc{rfc4211,
+  author="J. Schaad",
+  title="{Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)}",
+  series="Request for Comments",
+  number="4211",
+  howpublished="RFC 4211 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4211.txt",
+}
+
+ at misc{rfc4212,
+  author="M. Blinov and C. Adams",
+  title="{Alternative Certificate Formats for the Public-Key Infrastructure Using X.509 (PKIX) Certificate Management Protocols}",
+  series="Request for Comments",
+  number="4212",
+  howpublished="RFC 4212 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4212.txt",
+}
+
+ at misc{rfc4213,
+  author="E. Nordmark and R. Gilligan",
+  title="{Basic Transition Mechanisms for IPv6 Hosts and Routers}",
+  series="Request for Comments",
+  number="4213",
+  howpublished="RFC 4213 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4213.txt",
+}
+
+ at misc{rfc4214,
+  author="F. Templin and T. Gleeson and M. Talwar and D. Thaler",
+  title="{Intra-Site Automatic Tunnel Addressing Protocol (ISATAP)}",
+  series="Request for Comments",
+  number="4214",
+  howpublished="RFC 4214 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Obsoleted by RFC 5214",
+  url="http://www.ietf.org/rfc/rfc4214.txt",
+}
+
+ at misc{rfc4215,
+  author="J. Wiljakka",
+  title="{Analysis on IPv6 Transition in Third Generation Partnership Project (3GPP) Networks}",
+  series="Request for Comments",
+  number="4215",
+  howpublished="RFC 4215 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4215.txt",
+}
+
+ at misc{rfc4216,
+  author="R. Zhang and J.-P. Vasseur",
+  title="{MPLS Inter-Autonomous System (AS) Traffic Engineering (TE) Requirements}",
+  series="Request for Comments",
+  number="4216",
+  howpublished="RFC 4216 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4216.txt",
+}
+
+ at misc{rfc4217,
+  author="P. Ford-Hutchinson",
+  title="{Securing FTP with TLS}",
+  series="Request for Comments",
+  number="4217",
+  howpublished="RFC 4217 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4217.txt",
+}
+
+ at misc{rfc4218,
+  author="E. Nordmark and T. Li",
+  title="{Threats Relating to IPv6 Multihoming Solutions}",
+  series="Request for Comments",
+  number="4218",
+  howpublished="RFC 4218 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4218.txt",
+}
+
+ at misc{rfc4219,
+  author="E. Lear",
+  title="{Things Multihoming in IPv6 (MULTI6) Developers Should Think About}",
+  series="Request for Comments",
+  number="4219",
+  howpublished="RFC 4219 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4219.txt",
+}
+
+ at misc{rfc4220,
+  author="M. Dubuc and T. Nadeau and J. Lang",
+  title="{Traffic Engineering Link Management Information Base}",
+  series="Request for Comments",
+  number="4220",
+  howpublished="RFC 4220 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4220.txt",
+}
+
+ at misc{rfc4221,
+  author="T. Nadeau and C. Srinivasan and A. Farrel",
+  title="{Multiprotocol Label Switching (MPLS) Management Overview}",
+  series="Request for Comments",
+  number="4221",
+  howpublished="RFC 4221 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4221.txt",
+}
+
+ at misc{rfc4222,
+  author="G. Choudhury",
+  title="{Prioritized Treatment of Specific OSPF Version 2 Packets and Congestion Avoidance}",
+  series="Request for Comments",
+  number="4222",
+  howpublished="RFC 4222 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4222.txt",
+}
+
+ at misc{rfc4223,
+  author="P. Savola",
+  title="{Reclassification of RFC 1863 to Historic}",
+  series="Request for Comments",
+  number="4223",
+  howpublished="RFC 4223 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4223.txt",
+}
+
+ at misc{rfc4224,
+  author="G. Pelletier and L-E. Jonsson and K. Sandlund",
+  title="{RObust Header Compression (ROHC): ROHC over Channels That Can Reorder Packets}",
+  series="Request for Comments",
+  number="4224",
+  howpublished="RFC 4224 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4224.txt",
+}
+
+ at misc{rfc4225,
+  author="P. Nikander and J. Arkko and T. Aura and G. Montenegro and E. Nordmark",
+  title="{Mobile IP Version 6 Route Optimization Security Design Background}",
+  series="Request for Comments",
+  number="4225",
+  howpublished="RFC 4225 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4225.txt",
+}
+
+ at misc{rfc4226,
+  author="D. M'Raihi and M. Bellare and F. Hoornaert and D. Naccache and O. Ranen",
+  title="{HOTP: An HMAC-Based One-Time Password Algorithm}",
+  series="Request for Comments",
+  number="4226",
+  howpublished="RFC 4226 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4226.txt",
+}
+
+ at misc{rfc4227,
+  author="E. O'Tuathail and M. Rose",
+  title="{Using the Simple Object Access Protocol (SOAP) in Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="4227",
+  howpublished="RFC 4227 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4227.txt",
+}
+
+ at misc{rfc4228,
+  author="A. Rousskov",
+  title="{Requirements for an IETF Draft Submission Toolset}",
+  series="Request for Comments",
+  number="4228",
+  howpublished="RFC 4228 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4228.txt",
+}
+
+ at misc{rfc4229,
+  author="M. Nottingham and J. Mogul",
+  title="{HTTP Header Field Registrations}",
+  series="Request for Comments",
+  number="4229",
+  howpublished="RFC 4229 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4229.txt",
+}
+
+ at misc{rfc4230,
+  author="H. Tschofenig and R. Graveman",
+  title="{RSVP Security Properties}",
+  series="Request for Comments",
+  number="4230",
+  howpublished="RFC 4230 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4230.txt",
+}
+
+ at misc{rfc4231,
+  author="M. Nystrom",
+  title="{Identifiers and Test Vectors for HMAC-SHA-224, HMAC-SHA-256, HMAC-SHA-384, and HMAC-SHA-512}",
+  series="Request for Comments",
+  number="4231",
+  howpublished="RFC 4231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4231.txt",
+}
+
+ at misc{rfc4233,
+  author="K. Morneault and S. Rengasami and M. Kalla and G. Sidebottom",
+  title="{Integrated Services Digital Network (ISDN) Q.921-User Adaptation Layer}",
+  series="Request for Comments",
+  number="4233",
+  howpublished="RFC 4233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 5133",
+  url="http://www.ietf.org/rfc/rfc4233.txt",
+}
+
+ at misc{rfc4234,
+  author="D. Crocker and P. Overell",
+  title="{Augmented BNF for Syntax Specifications: ABNF}",
+  series="Request for Comments",
+  number="4234",
+  howpublished="RFC 4234 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Obsoleted by RFC 5234",
+  url="http://www.ietf.org/rfc/rfc4234.txt",
+}
+
+ at misc{rfc4235,
+  author="J. Rosenberg and H. Schulzrinne and R. Mahy",
+  title="{An INVITE-Initiated Dialog Event Package for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4235",
+  howpublished="RFC 4235 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    note="Updated by RFC 7463",
+  url="http://www.ietf.org/rfc/rfc4235.txt",
+}
+
+ at misc{rfc4236,
+  author="A. Rousskov and M. Stecher",
+  title="{HTTP Adaptation with Open Pluggable Edge Services (OPES)}",
+  series="Request for Comments",
+  number="4236",
+  howpublished="RFC 4236 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4236.txt",
+}
+
+ at misc{rfc4237,
+  author="G. Vaudreuil",
+  title="{Voice Messaging Directory Service}",
+  series="Request for Comments",
+  number="4237",
+  howpublished="RFC 4237 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4237.txt",
+}
+
+ at misc{rfc4238,
+  author="G. Vaudreuil",
+  title="{Voice Message Routing Service}",
+  series="Request for Comments",
+  number="4238",
+  howpublished="RFC 4238 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4238.txt",
+}
+
+ at misc{rfc4239,
+  author="S. McRae and G. Parsons",
+  title="{Internet Voice Messaging (IVM)}",
+  series="Request for Comments",
+  number="4239",
+  howpublished="RFC 4239 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4239.txt",
+}
+
+ at misc{rfc4240,
+  author="E. Burger and J. Van Dyke and A. Spitzer",
+  title="{Basic Network Media Services with SIP}",
+  series="Request for Comments",
+  number="4240",
+  howpublished="RFC 4240 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4240.txt",
+}
+
+ at misc{rfc4241,
+  author="Y. Shirasaki and S. Miyakawa and T. Yamasaki and A. Takenouchi",
+  title="{A Model of IPv6/IPv4 Dual Stack Internet Access Service}",
+  series="Request for Comments",
+  number="4241",
+  howpublished="RFC 4241 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4241.txt",
+}
+
+ at misc{rfc4242,
+  author="S. Venaas and T. Chown and B. Volz",
+  title="{Information Refresh Time Option for Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="4242",
+  howpublished="RFC 4242 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4242.txt",
+}
+
+ at misc{rfc4243,
+  author="M. Stapp and R. Johnson and T. Palaniappan",
+  title="{Vendor-Specific Information Suboption for the Dynamic Host Configuration Protocol (DHCP) Relay Agent Option}",
+  series="Request for Comments",
+  number="4243",
+  howpublished="RFC 4243 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4243.txt",
+}
+
+ at misc{rfc4244,
+  author="M. Barnes",
+  title="{An Extension to the Session Initiation Protocol (SIP) for Request History Information}",
+  series="Request for Comments",
+  number="4244",
+  howpublished="RFC 4244 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    note="Obsoleted by RFC 7044",
+  url="http://www.ietf.org/rfc/rfc4244.txt",
+}
+
+ at misc{rfc4245,
+  author="O. Levin and R. Even",
+  title="{High-Level Requirements for Tightly Coupled SIP Conferencing}",
+  series="Request for Comments",
+  number="4245",
+  howpublished="RFC 4245 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4245.txt",
+}
+
+ at misc{rfc4246,
+  author="M. Dolan",
+  title="{International Standard Audiovisual Number (ISAN) URN Definition}",
+  series="Request for Comments",
+  number="4246",
+  howpublished="RFC 4246 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4246.txt",
+}
+
+ at misc{rfc4247,
+  author="J. Ash and B. Goode and J. Hand and R. Zhang",
+  title="{Requirements for Header Compression over MPLS}",
+  series="Request for Comments",
+  number="4247",
+  howpublished="RFC 4247 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4247.txt",
+}
+
+ at misc{rfc4248,
+  author="P. Hoffman",
+  title="{The telnet URI Scheme}",
+  series="Request for Comments",
+  number="4248",
+  howpublished="RFC 4248 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4248.txt",
+}
+
+ at misc{rfc4249,
+  author="B. Lilly",
+  title="{Implementer-Friendly Specification of Message and MIME-Part Header Fields and Field Components}",
+  series="Request for Comments",
+  number="4249",
+  howpublished="RFC 4249 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4249.txt",
+}
+
+ at misc{rfc4250,
+  author="S. Lehtinen and C. Lonvick",
+  title="{The Secure Shell (SSH) Protocol Assigned Numbers}",
+  series="Request for Comments",
+  number="4250",
+  howpublished="RFC 4250 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4250.txt",
+}
+
+ at misc{rfc4251,
+  author="T. Ylonen and C. Lonvick",
+  title="{The Secure Shell (SSH) Protocol Architecture}",
+  series="Request for Comments",
+  number="4251",
+  howpublished="RFC 4251 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4251.txt",
+}
+
+ at misc{rfc4252,
+  author="T. Ylonen and C. Lonvick",
+  title="{The Secure Shell (SSH) Authentication Protocol}",
+  series="Request for Comments",
+  number="4252",
+  howpublished="RFC 4252 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4252.txt",
+}
+
+ at misc{rfc4253,
+  author="T. Ylonen and C. Lonvick",
+  title="{The Secure Shell (SSH) Transport Layer Protocol}",
+  series="Request for Comments",
+  number="4253",
+  howpublished="RFC 4253 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 6668",
+  url="http://www.ietf.org/rfc/rfc4253.txt",
+}
+
+ at misc{rfc4254,
+  author="T. Ylonen and C. Lonvick",
+  title="{The Secure Shell (SSH) Connection Protocol}",
+  series="Request for Comments",
+  number="4254",
+  howpublished="RFC 4254 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4254.txt",
+}
+
+ at misc{rfc4255,
+  author="J. Schlyter and W. Griffin",
+  title="{Using DNS to Securely Publish Secure Shell (SSH) Key Fingerprints}",
+  series="Request for Comments",
+  number="4255",
+  howpublished="RFC 4255 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4255.txt",
+}
+
+ at misc{rfc4256,
+  author="F. Cusack and M. Forssen",
+  title="{Generic Message Exchange Authentication for the Secure Shell Protocol (SSH)}",
+  series="Request for Comments",
+  number="4256",
+  howpublished="RFC 4256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4256.txt",
+}
+
+ at misc{rfc4257,
+  author="G. Bernstein and E. Mannie and V. Sharma and E. Gray",
+  title="{Framework for Generalized Multi-Protocol Label Switching (GMPLS)-based Control of Synchronous Digital Hierarchy/Synchronous Optical Networking (SDH/SONET) Networks}",
+  series="Request for Comments",
+  number="4257",
+  howpublished="RFC 4257 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4257.txt",
+}
+
+ at misc{rfc4258,
+  author="D. Brungard",
+  title="{Requirements for Generalized Multi-Protocol Label Switching (GMPLS) Routing for the Automatically Switched Optical Network (ASON)}",
+  series="Request for Comments",
+  number="4258",
+  howpublished="RFC 4258 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4258.txt",
+}
+
+ at misc{rfc4259,
+  author="M.-J. Montpetit and G. Fairhurst and H. Clausen and B. Collini-Nocker and H. Linder",
+  title="{A Framework for Transmission of IP Datagrams over MPEG-2 Networks}",
+  series="Request for Comments",
+  number="4259",
+  howpublished="RFC 4259 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4259.txt",
+}
+
+ at misc{rfc4260,
+  author="P. McCann",
+  title="{Mobile IPv6 Fast Handovers for 802.11 Networks}",
+  series="Request for Comments",
+  number="4260",
+  howpublished="RFC 4260 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4260.txt",
+}
+
+ at misc{rfc4261,
+  author="J. Walker and A. Kulkarni",
+  title="{Common Open Policy Service (COPS) Over Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4261",
+  howpublished="RFC 4261 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4261.txt",
+}
+
+ at misc{rfc4262,
+  author="S. Santesson",
+  title="{X.509 Certificate Extension for Secure/Multipurpose Internet Mail Extensions (S/MIME) Capabilities}",
+  series="Request for Comments",
+  number="4262",
+  howpublished="RFC 4262 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4262.txt",
+}
+
+ at misc{rfc4263,
+  author="B. Lilly",
+  title="{Media Subtype Registration for Media Type text/troff}",
+  series="Request for Comments",
+  number="4263",
+  howpublished="RFC 4263 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4263.txt",
+}
+
+ at misc{rfc4264,
+  author="T. Griffin and G. Huston",
+  title="{BGP Wedgies}",
+  series="Request for Comments",
+  number="4264",
+  howpublished="RFC 4264 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4264.txt",
+}
+
+ at misc{rfc4265,
+  author="B. Schliesser and T. Nadeau",
+  title="{Definition of Textual Conventions for Virtual Private Network (VPN) Management}",
+  series="Request for Comments",
+  number="4265",
+  howpublished="RFC 4265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4265.txt",
+}
+
+ at misc{rfc4266,
+  author="P. Hoffman",
+  title="{The gopher URI Scheme}",
+  series="Request for Comments",
+  number="4266",
+  howpublished="RFC 4266 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4266.txt",
+}
+
+ at misc{rfc4267,
+  author="M. Froumentin",
+  title="{The W3C Speech Interface Framework Media Types: application/voicexml+xml, application/ssml+xml, application/srgs, application/srgs+xml, application/ccxml+xml, and application/pls+xml}",
+  series="Request for Comments",
+  number="4267",
+  howpublished="RFC 4267 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4267.txt",
+}
+
+ at misc{rfc4268,
+  author="S. Chisholm and D. Perkins",
+  title="{Entity State MIB}",
+  series="Request for Comments",
+  number="4268",
+  howpublished="RFC 4268 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4268.txt",
+}
+
+ at misc{rfc4269,
+  author="H.J. Lee and S.J. Lee and J.H. Yoon and D.H. Cheon and J.I. Lee",
+  title="{The SEED Encryption Algorithm}",
+  series="Request for Comments",
+  number="4269",
+  howpublished="RFC 4269 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4269.txt",
+}
+
+ at misc{rfc4270,
+  author="P. Hoffman and B. Schneier",
+  title="{Attacks on Cryptographic Hashes in Internet Protocols}",
+  series="Request for Comments",
+  number="4270",
+  howpublished="RFC 4270 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4270.txt",
+}
+
+ at misc{rfc4271,
+  author="Y. Rekhter and T. Li and S. Hares",
+  title="{A Border Gateway Protocol 4 (BGP-4)}",
+  series="Request for Comments",
+  number="4271",
+  howpublished="RFC 4271 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFCs 6286, 6608, 6793, 7606, 7607, 7705",
+  url="http://www.ietf.org/rfc/rfc4271.txt",
+}
+
+ at misc{rfc4272,
+  author="S. Murphy",
+  title="{BGP Security Vulnerabilities Analysis}",
+  series="Request for Comments",
+  number="4272",
+  howpublished="RFC 4272 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4272.txt",
+}
+
+ at misc{rfc4273,
+  author="J. Haas and S. Hares",
+  title="{Definitions of Managed Objects for BGP-4}",
+  series="Request for Comments",
+  number="4273",
+  howpublished="RFC 4273 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4273.txt",
+}
+
+ at misc{rfc4274,
+  author="D. Meyer and K. Patel",
+  title="{BGP-4 Protocol Analysis}",
+  series="Request for Comments",
+  number="4274",
+  howpublished="RFC 4274 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4274.txt",
+}
+
+ at misc{rfc4275,
+  author="S. Hares and D. Hares",
+  title="{BGP-4 MIB Implementation Survey}",
+  series="Request for Comments",
+  number="4275",
+  howpublished="RFC 4275 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4275.txt",
+}
+
+ at misc{rfc4276,
+  author="S. Hares and A. Retana",
+  title="{BGP-4 Implementation Report}",
+  series="Request for Comments",
+  number="4276",
+  howpublished="RFC 4276 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4276.txt",
+}
+
+ at misc{rfc4277,
+  author="D. McPherson and K. Patel",
+  title="{Experience with the BGP-4 Protocol}",
+  series="Request for Comments",
+  number="4277",
+  howpublished="RFC 4277 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4277.txt",
+}
+
+ at misc{rfc4278,
+  author="S. Bellovin and A. Zinin",
+  title="{Standards Maturity Variance Regarding the TCP MD5 Signature Option (RFC 2385) and the BGP-4 Specification}",
+  series="Request for Comments",
+  number="4278",
+  howpublished="RFC 4278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4278.txt",
+}
+
+ at misc{rfc4279,
+  author="P. Eronen and H. Tschofenig",
+  title="{Pre-Shared Key Ciphersuites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4279",
+  howpublished="RFC 4279 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4279.txt",
+}
+
+ at misc{rfc4280,
+  author="K. Chowdhury and P. Yegani and L. Madour",
+  title="{Dynamic Host Configuration Protocol (DHCP) Options for Broadcast and Multicast Control Servers}",
+  series="Request for Comments",
+  number="4280",
+  howpublished="RFC 4280 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4280.txt",
+}
+
+ at misc{rfc4281,
+  author="R. Gellens and D. Singer and P. Frojdh",
+  title="{The Codecs Parameter for "Bucket" Media Types}",
+  series="Request for Comments",
+  number="4281",
+  howpublished="RFC 4281 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    note="Obsoleted by RFC 6381",
+  url="http://www.ietf.org/rfc/rfc4281.txt",
+}
+
+ at misc{rfc4282,
+  author="B. Aboba and M. Beadles and J. Arkko and P. Eronen",
+  title="{The Network Access Identifier}",
+  series="Request for Comments",
+  number="4282",
+  howpublished="RFC 4282 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 7542",
+  url="http://www.ietf.org/rfc/rfc4282.txt",
+}
+
+ at misc{rfc4283,
+  author="A. Patel and K. Leung and M. Khalil and H. Akhtar and K. Chowdhury",
+  title="{Mobile Node Identifier Option for Mobile IPv6 (MIPv6)}",
+  series="Request for Comments",
+  number="4283",
+  howpublished="RFC 4283 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4283.txt",
+}
+
+ at misc{rfc4284,
+  author="F. Adrangi and V. Lortz and F. Bari and P. Eronen",
+  title="{Identity Selection Hints for the Extensible Authentication Protocol (EAP)}",
+  series="Request for Comments",
+  number="4284",
+  howpublished="RFC 4284 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4284.txt",
+}
+
+ at misc{rfc4285,
+  author="A. Patel and K. Leung and M. Khalil and H. Akhtar and K. Chowdhury",
+  title="{Authentication Protocol for Mobile IPv6}",
+  series="Request for Comments",
+  number="4285",
+  howpublished="RFC 4285 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4285.txt",
+}
+
+ at misc{rfc4286,
+  author="B. Haberman and J. Martin",
+  title="{Multicast Router Discovery}",
+  series="Request for Comments",
+  number="4286",
+  howpublished="RFC 4286 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4286.txt",
+}
+
+ at misc{rfc4287,
+  author="M. Nottingham and R. Sayre",
+  title="{The Atom Syndication Format}",
+  series="Request for Comments",
+  number="4287",
+  howpublished="RFC 4287 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Updated by RFC 5988",
+  url="http://www.ietf.org/rfc/rfc4287.txt",
+}
+
+ at misc{rfc4288,
+  author="N. Freed and J. Klensin",
+  title="{Media Type Specifications and Registration Procedures}",
+  series="Request for Comments",
+  number="4288",
+  howpublished="RFC 4288 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 6838",
+  url="http://www.ietf.org/rfc/rfc4288.txt",
+}
+
+ at misc{rfc4289,
+  author="N. Freed and J. Klensin",
+  title="{Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures}",
+  series="Request for Comments",
+  number="4289",
+  howpublished="RFC 4289 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4289.txt",
+}
+
+ at misc{rfc4290,
+  author="J. Klensin",
+  title="{Suggested Practices for Registration of Internationalized Domain Names (IDN)}",
+  series="Request for Comments",
+  number="4290",
+  howpublished="RFC 4290 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4290.txt",
+}
+
+ at misc{rfc4291,
+  author="R. Hinden and S. Deering",
+  title="{IP Version 6 Addressing Architecture}",
+  series="Request for Comments",
+  number="4291",
+  howpublished="RFC 4291 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFCs 5952, 6052, 7136, 7346, 7371",
+  url="http://www.ietf.org/rfc/rfc4291.txt",
+}
+
+ at misc{rfc4292,
+  author="B. Haberman",
+  title="{IP Forwarding Table MIB}",
+  series="Request for Comments",
+  number="4292",
+  howpublished="RFC 4292 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4292.txt",
+}
+
+ at misc{rfc4293,
+  author="S. Routhier",
+  title="{Management Information Base for the Internet Protocol (IP)}",
+  series="Request for Comments",
+  number="4293",
+  howpublished="RFC 4293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4293.txt",
+}
+
+ at misc{rfc4294,
+  author="J. Loughney",
+  title="{IPv6 Node Requirements}",
+  series="Request for Comments",
+  number="4294",
+  howpublished="RFC 4294 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 6434, updated by RFC 5095",
+  url="http://www.ietf.org/rfc/rfc4294.txt",
+}
+
+ at misc{rfc4295,
+  author="G. Keeni and K. Koide and K. Nagami and S. Gundavelli",
+  title="{Mobile IPv6 Management Information Base}",
+  series="Request for Comments",
+  number="4295",
+  howpublished="RFC 4295 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4295.txt",
+}
+
+ at misc{rfc4296,
+  author="S. Bailey and T. Talpey",
+  title="{The Architecture of Direct Data Placement (DDP) and Remote Direct Memory Access (RDMA) on Internet Protocols}",
+  series="Request for Comments",
+  number="4296",
+  howpublished="RFC 4296 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4296.txt",
+}
+
+ at misc{rfc4297,
+  author="A. Romanow and J. Mogul and T. Talpey and S. Bailey",
+  title="{Remote Direct Memory Access (RDMA) over IP Problem Statement}",
+  series="Request for Comments",
+  number="4297",
+  howpublished="RFC 4297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4297.txt",
+}
+
+ at misc{rfc4298,
+  author="J.-H. Chen and W. Lee and J. Thyssen",
+  title="{RTP Payload Format for BroadVoice Speech Codecs}",
+  series="Request for Comments",
+  number="4298",
+  howpublished="RFC 4298 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4298.txt",
+}
+
+ at misc{rfc4301,
+  author="S. Kent and K. Seo",
+  title="{Security Architecture for the Internet Protocol}",
+  series="Request for Comments",
+  number="4301",
+  howpublished="RFC 4301 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Updated by RFCs 6040, 7619",
+  url="http://www.ietf.org/rfc/rfc4301.txt",
+}
+
+ at misc{rfc4302,
+  author="S. Kent",
+  title="{IP Authentication Header}",
+  series="Request for Comments",
+  number="4302",
+  howpublished="RFC 4302 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4302.txt",
+}
+
+ at misc{rfc4303,
+  author="S. Kent",
+  title="{IP Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="4303",
+  howpublished="RFC 4303 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4303.txt",
+}
+
+ at misc{rfc4304,
+  author="S. Kent",
+  title="{Extended Sequence Number (ESN) Addendum to IPsec Domain of Interpretation (DOI) for Internet Security Association and Key Management Protocol (ISAKMP)}",
+  series="Request for Comments",
+  number="4304",
+  howpublished="RFC 4304 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4304.txt",
+}
+
+ at misc{rfc4305,
+  author="D. Eastlake 3rd",
+  title="{Cryptographic Algorithm Implementation Requirements for Encapsulating Security Payload (ESP) and Authentication Header (AH)}",
+  series="Request for Comments",
+  number="4305",
+  howpublished="RFC 4305 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 4835",
+  url="http://www.ietf.org/rfc/rfc4305.txt",
+}
+
+ at misc{rfc4306,
+  author="C. Kaufman",
+  title="{Internet Key Exchange (IKEv2) Protocol}",
+  series="Request for Comments",
+  number="4306",
+  howpublished="RFC 4306 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 5996, updated by RFC 5282",
+  url="http://www.ietf.org/rfc/rfc4306.txt",
+}
+
+ at misc{rfc4307,
+  author="J. Schiller",
+  title="{Cryptographic Algorithms for Use in the Internet Key Exchange Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="4307",
+  howpublished="RFC 4307 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4307.txt",
+}
+
+ at misc{rfc4308,
+  author="P. Hoffman",
+  title="{Cryptographic Suites for IPsec}",
+  series="Request for Comments",
+  number="4308",
+  howpublished="RFC 4308 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4308.txt",
+}
+
+ at misc{rfc4309,
+  author="R. Housley",
+  title="{Using Advanced Encryption Standard (AES) CCM Mode with IPsec Encapsulating Security Payload (ESP)}",
+  series="Request for Comments",
+  number="4309",
+  howpublished="RFC 4309 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4309.txt",
+}
+
+ at misc{rfc4310,
+  author="S. Hollenbeck",
+  title="{Domain Name System (DNS) Security Extensions Mapping for the Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="4310",
+  howpublished="RFC 4310 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 5910",
+  url="http://www.ietf.org/rfc/rfc4310.txt",
+}
+
+ at misc{rfc4311,
+  author="R. Hinden and D. Thaler",
+  title="{IPv6 Host-to-Router Load Sharing}",
+  series="Request for Comments",
+  number="4311",
+  howpublished="RFC 4311 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4311.txt",
+}
+
+ at misc{rfc4312,
+  author="A. Kato and S. Moriai and M. Kanda",
+  title="{The Camellia Cipher Algorithm and Its Use With IPsec}",
+  series="Request for Comments",
+  number="4312",
+  howpublished="RFC 4312 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4312.txt",
+}
+
+ at misc{rfc4313,
+  author="D. Oran",
+  title="{Requirements for Distributed Control of Automatic Speech Recognition (ASR), Speaker Identification/Speaker Verification (SI/SV), and Text-to-Speech (TTS) Resources}",
+  series="Request for Comments",
+  number="4313",
+  howpublished="RFC 4313 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4313.txt",
+}
+
+ at misc{rfc4314,
+  author="A. Melnikov",
+  title="{IMAP4 Access Control List (ACL) Extension}",
+  series="Request for Comments",
+  number="4314",
+  howpublished="RFC 4314 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4314.txt",
+}
+
+ at misc{rfc4315,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol (IMAP) - UIDPLUS extension}",
+  series="Request for Comments",
+  number="4315",
+  howpublished="RFC 4315 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4315.txt",
+}
+
+ at misc{rfc4316,
+  author="J. Reschke",
+  title="{Datatypes for Web Distributed Authoring and Versioning (WebDAV) Properties}",
+  series="Request for Comments",
+  number="4316",
+  howpublished="RFC 4316 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4316.txt",
+}
+
+ at misc{rfc4317,
+  author="A. Johnston and R. Sparks",
+  title="{Session Description Protocol (SDP) Offer/Answer Examples}",
+  series="Request for Comments",
+  number="4317",
+  howpublished="RFC 4317 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4317.txt",
+}
+
+ at misc{rfc4318,
+  author="D. Levi and D. Harrington",
+  title="{Definitions of Managed Objects for Bridges with Rapid Spanning Tree Protocol}",
+  series="Request for Comments",
+  number="4318",
+  howpublished="RFC 4318 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4318.txt",
+}
+
+ at misc{rfc4319,
+  author="C. Sikes and B. Ray and R. Abbi",
+  title="{Definitions of Managed Objects for High Bit-Rate DSL - 2nd generation (HDSL2) and Single-Pair High-Speed Digital Subscriber Line (SHDSL) Lines}",
+  series="Request for Comments",
+  number="4319",
+  howpublished="RFC 4319 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4319.txt",
+}
+
+ at misc{rfc4320,
+  author="R. Sparks",
+  title="{Actions Addressing Identified Issues with the Session Initiation Protocol's (SIP) Non-INVITE Transaction}",
+  series="Request for Comments",
+  number="4320",
+  howpublished="RFC 4320 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4320.txt",
+}
+
+ at misc{rfc4321,
+  author="R. Sparks",
+  title="{Problems Identified Associated with the Session Initiation Protocol's (SIP) Non-INVITE Transaction}",
+  series="Request for Comments",
+  number="4321",
+  howpublished="RFC 4321 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4321.txt",
+}
+
+ at misc{rfc4322,
+  author="M. Richardson and D.H. Redelmeier",
+  title="{Opportunistic Encryption using the Internet Key Exchange (IKE)}",
+  series="Request for Comments",
+  number="4322",
+  howpublished="RFC 4322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4322.txt",
+}
+
+ at misc{rfc4323,
+  author="M. Patrick and W. Murwin",
+  title="{Data Over Cable System Interface Specification Quality of Service Management Information Base (DOCSIS-QoS MIB)}",
+  series="Request for Comments",
+  number="4323",
+  howpublished="RFC 4323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4323.txt",
+}
+
+ at misc{rfc4324,
+  author="D. Royer and G. Babics and S. Mansour",
+  title="{Calendar Access Protocol (CAP)}",
+  series="Request for Comments",
+  number="4324",
+  howpublished="RFC 4324 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4324.txt",
+}
+
+ at misc{rfc4325,
+  author="S. Santesson and R. Housley",
+  title="{Internet X.509 Public Key Infrastructure Authority Information Access Certificate Revocation List (CRL) Extension}",
+  series="Request for Comments",
+  number="4325",
+  howpublished="RFC 4325 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Obsoleted by RFC 5280",
+  url="http://www.ietf.org/rfc/rfc4325.txt",
+}
+
+ at misc{rfc4326,
+  author="G. Fairhurst and B. Collini-Nocker",
+  title="{Unidirectional Lightweight Encapsulation (ULE) for Transmission of IP Datagrams over an MPEG-2 Transport Stream (TS)}",
+  series="Request for Comments",
+  number="4326",
+  howpublished="RFC 4326 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    note="Updated by RFC 7280",
+  url="http://www.ietf.org/rfc/rfc4326.txt",
+}
+
+ at misc{rfc4327,
+  author="M. Dubuc and T. Nadeau and J. Lang and E. McGinnis",
+  title="{Link Management Protocol (LMP) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="4327",
+  howpublished="RFC 4327 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Obsoleted by RFC 4631",
+  url="http://www.ietf.org/rfc/rfc4327.txt",
+}
+
+ at misc{rfc4328,
+  author="D. Papadimitriou",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Signaling Extensions for G.709 Optical Transport Networks Control}",
+  series="Request for Comments",
+  number="4328",
+  howpublished="RFC 4328 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 7139",
+  url="http://www.ietf.org/rfc/rfc4328.txt",
+}
+
+ at misc{rfc4329,
+  author="B. Hoehrmann",
+  title="{Scripting Media Types}",
+  series="Request for Comments",
+  number="4329",
+  howpublished="RFC 4329 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4329.txt",
+}
+
+ at misc{rfc4330,
+  author="D. Mills",
+  title="{Simple Network Time Protocol (SNTP) Version 4 for IPv4, IPv6 and OSI}",
+  series="Request for Comments",
+  number="4330",
+  howpublished="RFC 4330 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Obsoleted by RFC 5905",
+  url="http://www.ietf.org/rfc/rfc4330.txt",
+}
+
+ at misc{rfc4331,
+  author="B. Korver and L. Dusseault",
+  title="{Quota and Size Properties for Distributed Authoring and Versioning (DAV) Collections}",
+  series="Request for Comments",
+  number="4331",
+  howpublished="RFC 4331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4331.txt",
+}
+
+ at misc{rfc4332,
+  author="K. Leung and A. Patel and G. Tsirtsis and E. Klovning",
+  title="{Cisco's Mobile IPv4 Host Configuration Extensions}",
+  series="Request for Comments",
+  number="4332",
+  howpublished="RFC 4332 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4332.txt",
+}
+
+ at misc{rfc4333,
+  author="G. Huston and B. Wijnen",
+  title="{The IETF Administrative Oversight Committee (IAOC) Member Selection Guidelines and Process}",
+  series="Request for Comments",
+  number="4333",
+  howpublished="RFC 4333 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2005,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4333.txt",
+}
+
+ at misc{rfc4334,
+  author="R. Housley and T. Moore",
+  title="{Certificate Extensions and Attributes Supporting Authentication in Point-to-Point Protocol (PPP) and Wireless Local Area Networks (WLAN)}",
+  series="Request for Comments",
+  number="4334",
+  howpublished="RFC 4334 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4334.txt",
+}
+
+ at misc{rfc4335,
+  author="J. Galbraith and P. Remaker",
+  title="{The Secure Shell (SSH) Session Channel Break Extension}",
+  series="Request for Comments",
+  number="4335",
+  howpublished="RFC 4335 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4335.txt",
+}
+
+ at misc{rfc4336,
+  author="S. Floyd and M. Handley and E. Kohler",
+  title="{Problem Statement for the Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="4336",
+  howpublished="RFC 4336 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4336.txt",
+}
+
+ at misc{rfc4337,
+  author="Y Lim and D. Singer",
+  title="{MIME Type Registration for MPEG-4}",
+  series="Request for Comments",
+  number="4337",
+  howpublished="RFC 4337 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFC 6381",
+  url="http://www.ietf.org/rfc/rfc4337.txt",
+}
+
+ at misc{rfc4338,
+  author="C. DeSanti and C. Carlson and R. Nixon",
+  title="{Transmission of IPv6, IPv4, and Address Resolution Protocol (ARP) Packets over Fibre Channel}",
+  series="Request for Comments",
+  number="4338",
+  howpublished="RFC 4338 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc4338.txt",
+}
+
+ at misc{rfc4339,
+  author="J. Jeong",
+  title="{IPv6 Host Configuration of DNS Server Information Approaches}",
+  series="Request for Comments",
+  number="4339",
+  howpublished="RFC 4339 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4339.txt",
+}
+
+ at misc{rfc4340,
+  author="E. Kohler and M. Handley and S. Floyd",
+  title="{Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="4340",
+  howpublished="RFC 4340 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFCs 5595, 5596, 6335, 6773",
+  url="http://www.ietf.org/rfc/rfc4340.txt",
+}
+
+ at misc{rfc4341,
+  author="S. Floyd and E. Kohler",
+  title="{Profile for Datagram Congestion Control Protocol (DCCP) Congestion Control ID 2: TCP-like Congestion Control}",
+  series="Request for Comments",
+  number="4341",
+  howpublished="RFC 4341 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4341.txt",
+}
+
+ at misc{rfc4342,
+  author="S. Floyd and E. Kohler and J. Padhye",
+  title="{Profile for Datagram Congestion Control Protocol (DCCP) Congestion Control ID 3: TCP-Friendly Rate Control (TFRC)}",
+  series="Request for Comments",
+  number="4342",
+  howpublished="RFC 4342 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFCs 5348, 6323",
+  url="http://www.ietf.org/rfc/rfc4342.txt",
+}
+
+ at misc{rfc4343,
+  author="D. Eastlake 3rd",
+  title="{Domain Name System (DNS) Case Insensitivity Clarification}",
+  series="Request for Comments",
+  number="4343",
+  howpublished="RFC 4343 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4343.txt",
+}
+
+ at misc{rfc4344,
+  author="M. Bellare and T. Kohno and C. Namprempre",
+  title="{The Secure Shell (SSH) Transport Layer Encryption Modes}",
+  series="Request for Comments",
+  number="4344",
+  howpublished="RFC 4344 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4344.txt",
+}
+
+ at misc{rfc4345,
+  author="B. Harris",
+  title="{Improved Arcfour Modes for the Secure Shell (SSH) Transport Layer Protocol}",
+  series="Request for Comments",
+  number="4345",
+  howpublished="RFC 4345 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4345.txt",
+}
+
+ at misc{rfc4346,
+  author="T. Dierks and E. Rescorla",
+  title="{The Transport Layer Security (TLS) Protocol Version 1.1}",
+  series="Request for Comments",
+  number="4346",
+  howpublished="RFC 4346 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 5246, updated by RFCs 4366, 4680, 4681, 5746, 6176, 7465, 7507, 7919",
+  url="http://www.ietf.org/rfc/rfc4346.txt",
+}
+
+ at misc{rfc4347,
+  author="E. Rescorla and N. Modadugu",
+  title="{Datagram Transport Layer Security}",
+  series="Request for Comments",
+  number="4347",
+  howpublished="RFC 4347 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 6347, updated by RFCs 5746, 7507",
+  url="http://www.ietf.org/rfc/rfc4347.txt",
+}
+
+ at misc{rfc4348,
+  author="S. Ahmadi",
+  title="{Real-Time Transport Protocol (RTP) Payload Format for the Variable-Rate Multimode Wideband (VMR-WB) Audio Codec}",
+  series="Request for Comments",
+  number="4348",
+  howpublished="RFC 4348 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 4424",
+  url="http://www.ietf.org/rfc/rfc4348.txt",
+}
+
+ at misc{rfc4349,
+  author="C. Pignataro and M. Townsley",
+  title="{High-Level Data Link Control (HDLC) Frames over Layer 2 Tunneling Protocol, Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="4349",
+  howpublished="RFC 4349 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 5641",
+  url="http://www.ietf.org/rfc/rfc4349.txt",
+}
+
+ at misc{rfc4350,
+  author="F. Hendrikx and C. Wallis",
+  title="{A Uniform Resource Name (URN) Formal Namespace for the New Zealand Government}",
+  series="Request for Comments",
+  number="4350",
+  howpublished="RFC 4350 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4350.txt",
+}
+
+ at misc{rfc4351,
+  author="G. Hellstrom and P. Jones",
+  title="{Real-Time Transport Protocol (RTP) Payload for Text Conversation Interleaved in an Audio Stream}",
+  series="Request for Comments",
+  number="4351",
+  howpublished="RFC 4351 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4351.txt",
+}
+
+ at misc{rfc4352,
+  author="J. Sjoberg and M. Westerlund and A. Lakaniemi and S. Wenger",
+  title="{RTP Payload Format for the Extended Adaptive Multi-Rate Wideband (AMR-WB+) Audio Codec}",
+  series="Request for Comments",
+  number="4352",
+  howpublished="RFC 4352 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4352.txt",
+}
+
+ at misc{rfc4353,
+  author="J. Rosenberg",
+  title="{A Framework for Conferencing with the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4353",
+  howpublished="RFC 4353 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4353.txt",
+}
+
+ at misc{rfc4354,
+  author="M. Garcia-Martin",
+  title="{A Session Initiation Protocol (SIP) Event Package and Data Format for Various Settings in Support for the Push-to-Talk over Cellular (PoC) Service}",
+  series="Request for Comments",
+  number="4354",
+  howpublished="RFC 4354 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4354.txt",
+}
+
+ at misc{rfc4355,
+  author="R. Brandner and L. Conroy and R. Stastny",
+  title="{IANA Registration for Enumservices email, fax, mms, ems, and sms}",
+  series="Request for Comments",
+  number="4355",
+  howpublished="RFC 4355 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4355.txt",
+}
+
+ at misc{rfc4356,
+  author="R. Gellens",
+  title="{Mapping Between the Multimedia Messaging Service (MMS) and Internet Mail}",
+  series="Request for Comments",
+  number="4356",
+  howpublished="RFC 4356 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4356.txt",
+}
+
+ at misc{rfc4357,
+  author="V. Popov and I. Kurepkin and S. Leontiev",
+  title="{Additional Cryptographic Algorithms for Use with GOST 28147-89, GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94 Algorithms}",
+  series="Request for Comments",
+  number="4357",
+  howpublished="RFC 4357 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4357.txt",
+}
+
+ at misc{rfc4358,
+  author="D. Smith",
+  title="{A Uniform Resource Name (URN) Namespace for the Open Mobile Alliance (OMA)}",
+  series="Request for Comments",
+  number="4358",
+  howpublished="RFC 4358 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4358.txt",
+}
+
+ at misc{rfc4359,
+  author="B. Weis",
+  title="{The Use of RSA/SHA-1 Signatures within Encapsulating Security Payload (ESP) and Authentication Header (AH)}",
+  series="Request for Comments",
+  number="4359",
+  howpublished="RFC 4359 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4359.txt",
+}
+
+ at misc{rfc4360,
+  author="S. Sangli and D. Tappan and Y. Rekhter",
+  title="{BGP Extended Communities Attribute}",
+  series="Request for Comments",
+  number="4360",
+  howpublished="RFC 4360 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFCs 7153, 7606",
+  url="http://www.ietf.org/rfc/rfc4360.txt",
+}
+
+ at misc{rfc4361,
+  author="T. Lemon and B. Sommerfeld",
+  title="{Node-specific Client Identifiers for Dynamic Host Configuration Protocol Version Four (DHCPv4)}",
+  series="Request for Comments",
+  number="4361",
+  howpublished="RFC 4361 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc4361.txt",
+}
+
+ at misc{rfc4362,
+  author="L-E. Jonsson and G. Pelletier and K. Sandlund",
+  title="{RObust Header Compression (ROHC): A Link-Layer Assisted Profile for IP/UDP/RTP}",
+  series="Request for Comments",
+  number="4362",
+  howpublished="RFC 4362 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Updated by RFC 4815",
+  url="http://www.ietf.org/rfc/rfc4362.txt",
+}
+
+ at misc{rfc4363,
+  author="D. Levi and D. Harrington",
+  title="{Definitions of Managed Objects for Bridges with Traffic Classes, Multicast Filtering, and Virtual LAN Extensions}",
+  series="Request for Comments",
+  number="4363",
+  howpublished="RFC 4363 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4363.txt",
+}
+
+ at misc{rfc4364,
+  author="E. Rosen and Y. Rekhter",
+  title="{BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4364",
+  howpublished="RFC 4364 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFCs 4577, 4684, 5462",
+  url="http://www.ietf.org/rfc/rfc4364.txt",
+}
+
+ at misc{rfc4365,
+  author="E. Rosen",
+  title="{Applicability Statement for BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4365",
+  howpublished="RFC 4365 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4365.txt",
+}
+
+ at misc{rfc4366,
+  author="S. Blake-Wilson and M. Nystrom and D. Hopwood and J. Mikkelsen and T. Wright",
+  title="{Transport Layer Security (TLS) Extensions}",
+  series="Request for Comments",
+  number="4366",
+  howpublished="RFC 4366 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFCs 5246, 6066, updated by RFC 5746",
+  url="http://www.ietf.org/rfc/rfc4366.txt",
+}
+
+ at misc{rfc4367,
+  author="J. Rosenberg and IAB",
+  title="{What's in a Name: False Assumptions about DNS Names}",
+  series="Request for Comments",
+  number="4367",
+  howpublished="RFC 4367 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4367.txt",
+}
+
+ at misc{rfc4368,
+  author="T. Nadeau and S. Hegde",
+  title="{Multiprotocol Label Switching (MPLS) Label-Controlled Asynchronous Transfer Mode (ATM) and Frame-Relay Management Interface Definition}",
+  series="Request for Comments",
+  number="4368",
+  howpublished="RFC 4368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4368.txt",
+}
+
+ at misc{rfc4369,
+  author="K. Gibbons and C. Monia and J. Tseng and F. Travostino",
+  title="{Definitions of Managed Objects for Internet Fibre Channel Protocol (iFCP)}",
+  series="Request for Comments",
+  number="4369",
+  howpublished="RFC 4369 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    note="Obsoleted by RFC 6173",
+  url="http://www.ietf.org/rfc/rfc4369.txt",
+}
+
+ at misc{rfc4370,
+  author="R. Weltman",
+  title="{Lightweight Directory Access Protocol (LDAP) Proxied Authorization Control}",
+  series="Request for Comments",
+  number="4370",
+  howpublished="RFC 4370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4370.txt",
+}
+
+ at misc{rfc4371,
+  author="B. Carpenter and L. Lynch",
+  title="{BCP 101 Update for IPR Trust}",
+  series="Request for Comments",
+  number="4371",
+  howpublished="RFC 4371 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4371.txt",
+}
+
+ at misc{rfc4372,
+  author="F. Adrangi and A. Lior and J. Korhonen and J. Loughney",
+  title="{Chargeable User Identity}",
+  series="Request for Comments",
+  number="4372",
+  howpublished="RFC 4372 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4372.txt",
+}
+
+ at misc{rfc4373,
+  author="R. Harrison and J. Sermersheim and Y. Dong",
+  title="{Lightweight Directory Access Protocol (LDAP) Bulk Update/Replication Protocol (LBURP)}",
+  series="Request for Comments",
+  number="4373",
+  howpublished="RFC 4373 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4373.txt",
+}
+
+ at misc{rfc4374,
+  author="G. McCobb",
+  title="{The application/xv+xml Media Type}",
+  series="Request for Comments",
+  number="4374",
+  howpublished="RFC 4374 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4374.txt",
+}
+
+ at misc{rfc4375,
+  author="K. Carlberg",
+  title="{Emergency Telecommunications Services (ETS) Requirements for a Single Administrative Domain}",
+  series="Request for Comments",
+  number="4375",
+  howpublished="RFC 4375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4375.txt",
+}
+
+ at misc{rfc4376,
+  author="P. Koskelainen and J. Ott and H. Schulzrinne and X. Wu",
+  title="{Requirements for Floor Control Protocols}",
+  series="Request for Comments",
+  number="4376",
+  howpublished="RFC 4376 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4376.txt",
+}
+
+ at misc{rfc4377,
+  author="T. Nadeau and M. Morrow and G. Swallow and D. Allan and S. Matsushima",
+  title="{Operations and Management (OAM) Requirements for Multi-Protocol Label Switched (MPLS) Networks}",
+  series="Request for Comments",
+  number="4377",
+  howpublished="RFC 4377 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4377.txt",
+}
+
+ at misc{rfc4378,
+  author="D. Allan and T. Nadeau",
+  title="{A Framework for Multi-Protocol Label Switching (MPLS) Operations and Management (OAM)}",
+  series="Request for Comments",
+  number="4378",
+  howpublished="RFC 4378 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4378.txt",
+}
+
+ at misc{rfc4379,
+  author="K. Kompella and G. Swallow",
+  title="{Detecting Multi-Protocol Label Switched (MPLS) Data Plane Failures}",
+  series="Request for Comments",
+  number="4379",
+  howpublished="RFC 4379 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFCs 5462, 6424, 6425, 6426, 6829, 7506, 7537, 7743",
+  url="http://www.ietf.org/rfc/rfc4379.txt",
+}
+
+ at misc{rfc4380,
+  author="C. Huitema",
+  title="{Teredo: Tunneling IPv6 over UDP through Network Address Translations (NATs)}",
+  series="Request for Comments",
+  number="4380",
+  howpublished="RFC 4380 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFCs 5991, 6081",
+  url="http://www.ietf.org/rfc/rfc4380.txt",
+}
+
+ at misc{rfc4381,
+  author="M. Behringer",
+  title="{Analysis of the Security of BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4381",
+  howpublished="RFC 4381 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4381.txt",
+}
+
+ at misc{rfc4382,
+  author="T. Nadeau and H. van der Linde",
+  title="{MPLS/BGP Layer 3 Virtual Private Network (VPN) Management Information Base}",
+  series="Request for Comments",
+  number="4382",
+  howpublished="RFC 4382 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4382.txt",
+}
+
+ at misc{rfc4383,
+  author="M. Baugher and E. Carrara",
+  title="{The Use of Timed Efficient Stream Loss-Tolerant Authentication (TESLA) in the Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="4383",
+  howpublished="RFC 4383 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4383.txt",
+}
+
+ at misc{rfc4384,
+  author="D. Meyer",
+  title="{BGP Communities for Data Collection}",
+  series="Request for Comments",
+  number="4384",
+  howpublished="RFC 4384 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4384.txt",
+}
+
+ at misc{rfc4385,
+  author="S. Bryant and G. Swallow and L. Martini and D. McPherson",
+  title="{Pseudowire Emulation Edge-to-Edge (PWE3) Control Word for Use over an MPLS PSN}",
+  series="Request for Comments",
+  number="4385",
+  howpublished="RFC 4385 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 5586",
+  url="http://www.ietf.org/rfc/rfc4385.txt",
+}
+
+ at misc{rfc4386,
+  author="S. Boeyen and P. Hallam-Baker",
+  title="{Internet X.509 Public Key Infrastructure Repository Locator Service}",
+  series="Request for Comments",
+  number="4386",
+  howpublished="RFC 4386 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4386.txt",
+}
+
+ at misc{rfc4387,
+  author="P. Gutmann",
+  title="{Internet X.509 Public Key Infrastructure Operational Protocols: Certificate Store Access via HTTP}",
+  series="Request for Comments",
+  number="4387",
+  howpublished="RFC 4387 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4387.txt",
+}
+
+ at misc{rfc4388,
+  author="R. Woundy and K. Kinnear",
+  title="{Dynamic Host Configuration Protocol (DHCP) Leasequery}",
+  series="Request for Comments",
+  number="4388",
+  howpublished="RFC 4388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 6148",
+  url="http://www.ietf.org/rfc/rfc4388.txt",
+}
+
+ at misc{rfc4389,
+  author="D. Thaler and M. Talwar and C. Patel",
+  title="{Neighbor Discovery Proxies (ND Proxy)}",
+  series="Request for Comments",
+  number="4389",
+  howpublished="RFC 4389 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4389.txt",
+}
+
+ at misc{rfc4390,
+  author="V. Kashyap",
+  title="{Dynamic Host Configuration Protocol (DHCP) over InfiniBand}",
+  series="Request for Comments",
+  number="4390",
+  howpublished="RFC 4390 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4390.txt",
+}
+
+ at misc{rfc4391,
+  author="J. Chu and V. Kashyap",
+  title="{Transmission of IP over InfiniBand (IPoIB)}",
+  series="Request for Comments",
+  number="4391",
+  howpublished="RFC 4391 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4391.txt",
+}
+
+ at misc{rfc4392,
+  author="V. Kashyap",
+  title="{IP over InfiniBand (IPoIB) Architecture}",
+  series="Request for Comments",
+  number="4392",
+  howpublished="RFC 4392 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4392.txt",
+}
+
+ at misc{rfc4393,
+  author="H. Garudadri",
+  title="{MIME Type Registrations for 3GPP2 Multimedia Files}",
+  series="Request for Comments",
+  number="4393",
+  howpublished="RFC 4393 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFC 6381",
+  url="http://www.ietf.org/rfc/rfc4393.txt",
+}
+
+ at misc{rfc4394,
+  author="D. Fedyk and O. Aboul-Magd and D. Brungard and J. Lang and D. Papadimitriou",
+  title="{A Transport Network View of the Link Management Protocol (LMP)}",
+  series="Request for Comments",
+  number="4394",
+  howpublished="RFC 4394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4394.txt",
+}
+
+ at misc{rfc4395,
+  author="T. Hansen and T. Hardie and L. Masinter",
+  title="{Guidelines and Registration Procedures for New URI Schemes}",
+  series="Request for Comments",
+  number="4395",
+  howpublished="RFC 4395 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Obsoleted by RFC 7595",
+  url="http://www.ietf.org/rfc/rfc4395.txt",
+}
+
+ at misc{rfc4396,
+  author="J. Rey and Y. Matsui",
+  title="{RTP Payload Format for 3rd Generation Partnership Project (3GPP) Timed Text}",
+  series="Request for Comments",
+  number="4396",
+  howpublished="RFC 4396 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4396.txt",
+}
+
+ at misc{rfc4397,
+  author="I. Bryskin and A. Farrel",
+  title="{A Lexicography for the Interpretation of Generalized Multiprotocol Label Switching (GMPLS) Terminology within the Context of the ITU-T's Automatically Switched Optical Network (ASON) Architecture}",
+  series="Request for Comments",
+  number="4397",
+  howpublished="RFC 4397 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4397.txt",
+}
+
+ at misc{rfc4398,
+  author="S. Josefsson",
+  title="{Storing Certificates in the Domain Name System (DNS)}",
+  series="Request for Comments",
+  number="4398",
+  howpublished="RFC 4398 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc4398.txt",
+}
+
+ at misc{rfc4401,
+  author="N. Williams",
+  title="{A Pseudo-Random Function (PRF) API Extension for the Generic Security Service Application Program Interface (GSS-API)}",
+  series="Request for Comments",
+  number="4401",
+  howpublished="RFC 4401 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4401.txt",
+}
+
+ at misc{rfc4402,
+  author="N. Williams",
+  title="{A Pseudo-Random Function (PRF) for the Kerberos V Generic Security Service Application Program Interface (GSS-API) Mechanism}",
+  series="Request for Comments",
+  number="4402",
+  howpublished="RFC 4402 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Obsoleted by RFC 7802",
+  url="http://www.ietf.org/rfc/rfc4402.txt",
+}
+
+ at misc{rfc4403,
+  author="B. Bergeson and K. Boogert and V. Nanjundaswamy",
+  title="{Lightweight Directory Access Protocol (LDAP) Schema for Universal Description, Discovery, and Integration version 3 (UDDIv3)}",
+  series="Request for Comments",
+  number="4403",
+  howpublished="RFC 4403 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4403.txt",
+}
+
+ at misc{rfc4404,
+  author="R. Natarajan and A. Rijhsinghani",
+  title="{Definitions of Managed Objects for Fibre Channel Over TCP/IP (FCIP)}",
+  series="Request for Comments",
+  number="4404",
+  howpublished="RFC 4404 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4404.txt",
+}
+
+ at misc{rfc4405,
+  author="E. Allman and H. Katz",
+  title="{SMTP Service Extension for Indicating the Responsible Submitter of an E-Mail Message}",
+  series="Request for Comments",
+  number="4405",
+  howpublished="RFC 4405 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4405.txt",
+}
+
+ at misc{rfc4406,
+  author="J. Lyon and M. Wong",
+  title="{Sender ID: Authenticating E-Mail}",
+  series="Request for Comments",
+  number="4406",
+  howpublished="RFC 4406 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4406.txt",
+}
+
+ at misc{rfc4407,
+  author="J. Lyon",
+  title="{Purported Responsible Address in E-Mail Messages}",
+  series="Request for Comments",
+  number="4407",
+  howpublished="RFC 4407 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4407.txt",
+}
+
+ at misc{rfc4408,
+  author="M. Wong and W. Schlitt",
+  title="{Sender Policy Framework (SPF) for Authorizing Use of Domains in E-Mail, Version 1}",
+  series="Request for Comments",
+  number="4408",
+  howpublished="RFC 4408 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 7208, updated by RFC 6652",
+  url="http://www.ietf.org/rfc/rfc4408.txt",
+}
+
+ at misc{rfc4409,
+  author="R. Gellens and J. Klensin",
+  title="{Message Submission for Mail}",
+  series="Request for Comments",
+  number="4409",
+  howpublished="RFC 4409 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 6409",
+  url="http://www.ietf.org/rfc/rfc4409.txt",
+}
+
+ at misc{rfc4410,
+  author="M. Pullen and F. Zhao and D. Cohen",
+  title="{Selectively Reliable Multicast Protocol (SRMP)}",
+  series="Request for Comments",
+  number="4410",
+  howpublished="RFC 4410 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4410.txt",
+}
+
+ at misc{rfc4411,
+  author="J. Polk",
+  title="{Extending the Session Initiation Protocol (SIP) Reason Header for Preemption Events}",
+  series="Request for Comments",
+  number="4411",
+  howpublished="RFC 4411 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4411.txt",
+}
+
+ at misc{rfc4412,
+  author="H. Schulzrinne and J. Polk",
+  title="{Communications Resource Priority for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4412",
+  howpublished="RFC 4412 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 7134",
+  url="http://www.ietf.org/rfc/rfc4412.txt",
+}
+
+ at misc{rfc4413,
+  author="M. West and S. McCann",
+  title="{TCP/IP Field Behavior}",
+  series="Request for Comments",
+  number="4413",
+  howpublished="RFC 4413 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4413.txt",
+}
+
+ at misc{rfc4414,
+  author="A. Newton",
+  title="{An ENUM Registry Type for the Internet Registry Information Service (IRIS)}",
+  series="Request for Comments",
+  number="4414",
+  howpublished="RFC 4414 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4414.txt",
+}
+
+ at misc{rfc4415,
+  author="R. Brandner and L. Conroy and R. Stastny",
+  title="{IANA Registration for Enumservice Voice}",
+  series="Request for Comments",
+  number="4415",
+  howpublished="RFC 4415 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4415.txt",
+}
+
+ at misc{rfc4416,
+  author="J. Wong",
+  title="{Goals for Internet Messaging to Support Diverse Service Environments}",
+  series="Request for Comments",
+  number="4416",
+  howpublished="RFC 4416 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4416.txt",
+}
+
+ at misc{rfc4417,
+  author="P. Resnick and P. Saint-Andre",
+  title="{Report of the 2004 IAB Messaging Workshop}",
+  series="Request for Comments",
+  number="4417",
+  howpublished="RFC 4417 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4417.txt",
+}
+
+ at misc{rfc4418,
+  author="T. Krovetz",
+  title="{UMAC: Message Authentication Code using Universal Hashing}",
+  series="Request for Comments",
+  number="4418",
+  howpublished="RFC 4418 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4418.txt",
+}
+
+ at misc{rfc4419,
+  author="M. Friedl and N. Provos and W. Simpson",
+  title="{Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Layer Protocol}",
+  series="Request for Comments",
+  number="4419",
+  howpublished="RFC 4419 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4419.txt",
+}
+
+ at misc{rfc4420,
+  author="A. Farrel and D. Papadimitriou and J.-P. Vasseur and A. Ayyangar",
+  title="{Encoding of Attributes for Multiprotocol Label Switching (MPLS) Label Switched Path (LSP) Establishment Using Resource ReserVation Protocol-Traffic Engineering (RSVP-TE)}",
+  series="Request for Comments",
+  number="4420",
+  howpublished="RFC 4420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    note="Obsoleted by RFC 5420",
+  url="http://www.ietf.org/rfc/rfc4420.txt",
+}
+
+ at misc{rfc4421,
+  author="C. Perkins",
+  title="{RTP Payload Format for Uncompressed Video: Additional Colour Sampling Modes}",
+  series="Request for Comments",
+  number="4421",
+  howpublished="RFC 4421 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4421.txt",
+}
+
+ at misc{rfc4422,
+  author="A. Melnikov and  K. Zeilenga",
+  title="{Simple Authentication and Security Layer (SASL)}",
+  series="Request for Comments",
+  number="4422",
+  howpublished="RFC 4422 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4422.txt",
+}
+
+ at misc{rfc4423,
+  author="R. Moskowitz and P. Nikander",
+  title="{Host Identity Protocol (HIP) Architecture}",
+  series="Request for Comments",
+  number="4423",
+  howpublished="RFC 4423 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4423.txt",
+}
+
+ at misc{rfc4424,
+  author="S. Ahmadi",
+  title="{Real-Time Transport Protocol (RTP) Payload Format for the Variable-Rate Multimode Wideband (VMR-WB) Extension Audio Codec}",
+  series="Request for Comments",
+  number="4424",
+  howpublished="RFC 4424 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4424.txt",
+}
+
+ at misc{rfc4425,
+  author="A. Klemets",
+  title="{RTP Payload Format for Video Codec 1 (VC-1)}",
+  series="Request for Comments",
+  number="4425",
+  howpublished="RFC 4425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4425.txt",
+}
+
+ at misc{rfc4426,
+  author="J. Lang and B. Rajagopalan and D. Papadimitriou",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Recovery Functional Specification}",
+  series="Request for Comments",
+  number="4426",
+  howpublished="RFC 4426 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4426.txt",
+}
+
+ at misc{rfc4427,
+  author="E. Mannie and D. Papadimitriou",
+  title="{Recovery (Protection and Restoration) Terminology for Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="4427",
+  howpublished="RFC 4427 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4427.txt",
+}
+
+ at misc{rfc4428,
+  author="D. Papadimitriou and E. Mannie",
+  title="{Analysis of Generalized Multi-Protocol Label Switching (GMPLS)-based Recovery Mechanisms (including Protection and Restoration)}",
+  series="Request for Comments",
+  number="4428",
+  howpublished="RFC 4428 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4428.txt",
+}
+
+ at misc{rfc4429,
+  author="N. Moore",
+  title="{Optimistic Duplicate Address Detection (DAD) for IPv6}",
+  series="Request for Comments",
+  number="4429",
+  howpublished="RFC 4429 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Updated by RFC 7527",
+  url="http://www.ietf.org/rfc/rfc4429.txt",
+}
+
+ at misc{rfc4430,
+  author="S. Sakane and K. Kamada and M. Thomas and J. Vilhuber",
+  title="{Kerberized Internet Negotiation of Keys (KINK)}",
+  series="Request for Comments",
+  number="4430",
+  howpublished="RFC 4430 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4430.txt",
+}
+
+ at misc{rfc4431,
+  author="M. Andrews and S. Weiler",
+  title="{The DNSSEC Lookaside Validation (DLV) DNS Resource Record}",
+  series="Request for Comments",
+  number="4431",
+  howpublished="RFC 4431 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4431.txt",
+}
+
+ at misc{rfc4432,
+  author="B. Harris",
+  title="{RSA Key Exchange for the Secure Shell (SSH) Transport Layer Protocol}",
+  series="Request for Comments",
+  number="4432",
+  howpublished="RFC 4432 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4432.txt",
+}
+
+ at misc{rfc4433,
+  author="M. Kulkarni and A. Patel and K. Leung",
+  title="{Mobile IPv4 Dynamic Home Agent (HA) Assignment}",
+  series="Request for Comments",
+  number="4433",
+  howpublished="RFC 4433 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4433.txt",
+}
+
+ at misc{rfc4434,
+  author="P. Hoffman",
+  title="{The AES-XCBC-PRF-128 Algorithm for the Internet Key Exchange Protocol (IKE)}",
+  series="Request for Comments",
+  number="4434",
+  howpublished="RFC 4434 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4434.txt",
+}
+
+ at misc{rfc4435,
+  author="Y. Nomura and R. Walsh and J-P. Luoma and H. Asaeda and H. Schulzrinne",
+  title="{A Framework for the Usage of Internet Media Guides (IMGs)}",
+  series="Request for Comments",
+  number="4435",
+  howpublished="RFC 4435 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4435.txt",
+}
+
+ at misc{rfc4436,
+  author="B. Aboba and J. Carlson and S. Cheshire",
+  title="{Detecting Network Attachment in IPv4 (DNAv4)}",
+  series="Request for Comments",
+  number="4436",
+  howpublished="RFC 4436 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4436.txt",
+}
+
+ at misc{rfc4437,
+  author="J. Whitehead and G. Clemm and J. Reschke",
+  title="{Web Distributed Authoring and Versioning (WebDAV) Redirect Reference Resources}",
+  series="Request for Comments",
+  number="4437",
+  howpublished="RFC 4437 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4437.txt",
+}
+
+ at misc{rfc4438,
+  author="C. DeSanti and V. Gaonkar and H.K. Vivek and K. McCloghrie and S. Gai",
+  title="{Fibre-Channel Name Server MIB}",
+  series="Request for Comments",
+  number="4438",
+  howpublished="RFC 4438 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4438.txt",
+}
+
+ at misc{rfc4439,
+  author="C. DeSanti and V. Gaonkar and K. McCloghrie and S. Gai",
+  title="{Fibre Channel Fabric Address Manager MIB}",
+  series="Request for Comments",
+  number="4439",
+  howpublished="RFC 4439 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4439.txt",
+}
+
+ at misc{rfc4440,
+  author="S. Floyd and V. Paxson and A. Falk and IAB",
+  title="{IAB Thoughts on the Role of the Internet Research Task Force (IRTF)}",
+  series="Request for Comments",
+  number="4440",
+  howpublished="RFC 4440 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4440.txt",
+}
+
+ at misc{rfc4441,
+  author="B. Aboba",
+  title="{The IEEE 802/IETF Relationship}",
+  series="Request for Comments",
+  number="4441",
+  howpublished="RFC 4441 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Obsoleted by RFC 7241",
+  url="http://www.ietf.org/rfc/rfc4441.txt",
+}
+
+ at misc{rfc4442,
+  author="S. Fries and H. Tschofenig",
+  title="{Bootstrapping Timed Efficient Stream Loss-Tolerant Authentication (TESLA)}",
+  series="Request for Comments",
+  number="4442",
+  howpublished="RFC 4442 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4442.txt",
+}
+
+ at misc{rfc4443,
+  author="A. Conta and S. Deering and M. Gupta",
+  title="{Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification}",
+  series="Request for Comments",
+  number="4443",
+  howpublished="RFC 4443 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    note="Updated by RFC 4884",
+  url="http://www.ietf.org/rfc/rfc4443.txt",
+}
+
+ at misc{rfc4444,
+  author="J. Parker",
+  title="{Management Information Base for Intermediate System to Intermediate System (IS-IS)}",
+  series="Request for Comments",
+  number="4444",
+  howpublished="RFC 4444 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4444.txt",
+}
+
+ at misc{rfc4445,
+  author="J. Welch and J. Clark",
+  title="{A Proposed Media Delivery Index (MDI)}",
+  series="Request for Comments",
+  number="4445",
+  howpublished="RFC 4445 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4445.txt",
+}
+
+ at misc{rfc4446,
+  author="L. Martini",
+  title="{IANA Allocations for Pseudowire Edge to Edge Emulation (PWE3)}",
+  series="Request for Comments",
+  number="4446",
+  howpublished="RFC 4446 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4446.txt",
+}
+
+ at misc{rfc4447,
+  author="L. Martini and E. Rosen and N. El-Aawar and T. Smith and G. Heron",
+  title="{Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="4447",
+  howpublished="RFC 4447 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Obsoleted by RFC 8077, updated by RFCs 6723, 6870, 7358",
+  url="http://www.ietf.org/rfc/rfc4447.txt",
+}
+
+ at misc{rfc4448,
+  author="L. Martini and E. Rosen and N. El-Aawar and G. Heron",
+  title="{Encapsulation Methods for Transport of Ethernet over MPLS Networks}",
+  series="Request for Comments",
+  number="4448",
+  howpublished="RFC 4448 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc4448.txt",
+}
+
+ at misc{rfc4449,
+  author="C. Perkins",
+  title="{Securing Mobile IPv6 Route Optimization Using a Static Shared Key}",
+  series="Request for Comments",
+  number="4449",
+  howpublished="RFC 4449 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4449.txt",
+}
+
+ at misc{rfc4450,
+  author="E. Lear and H. Alvestrand",
+  title="{Getting Rid of the Cruft: Report from an Experiment in Identifying and Reclassifying Obsolete Standards Documents}",
+  series="Request for Comments",
+  number="4450",
+  howpublished="RFC 4450 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4450.txt",
+}
+
+ at misc{rfc4451,
+  author="D. McPherson and V. Gill",
+  title="{BGP MULTI\_EXIT\_DISC (MED) Considerations}",
+  series="Request for Comments",
+  number="4451",
+  howpublished="RFC 4451 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4451.txt",
+}
+
+ at misc{rfc4452,
+  author="H. Van de Sompel and T. Hammond and E. Neylon and S. Weibel",
+  title="{The "info" URI Scheme for Information Assets with Identifiers in Public Namespaces}",
+  series="Request for Comments",
+  number="4452",
+  howpublished="RFC 4452 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4452.txt",
+}
+
+ at misc{rfc4453,
+  author="J. Rosenberg and G. Camarillo and D. Willis",
+  title="{Requirements for Consent-Based Communications in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4453",
+  howpublished="RFC 4453 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4453.txt",
+}
+
+ at misc{rfc4454,
+  author="S. Singh and M. Townsley and C. Pignataro",
+  title="{Asynchronous Transfer Mode (ATM) over Layer 2 Tunneling Protocol Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="4454",
+  howpublished="RFC 4454 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Updated by RFC 5641",
+  url="http://www.ietf.org/rfc/rfc4454.txt",
+}
+
+ at misc{rfc4455,
+  author="M. Hallak-Stamler and M. Bakke and Y. Lederman and M. Krueger and K. McCloghrie",
+  title="{Definition of Managed Objects for Small Computer System Interface (SCSI) Entities}",
+  series="Request for Comments",
+  number="4455",
+  howpublished="RFC 4455 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4455.txt",
+}
+
+ at misc{rfc4456,
+  author="T. Bates and E. Chen and R. Chandra",
+  title="{BGP Route Reflection: An Alternative to Full Mesh Internal BGP (IBGP)}",
+  series="Request for Comments",
+  number="4456",
+  howpublished="RFC 4456 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Updated by RFC 7606",
+  url="http://www.ietf.org/rfc/rfc4456.txt",
+}
+
+ at misc{rfc4457,
+  author="G. Camarillo and G. Blanco",
+  title="{The Session Initiation Protocol (SIP) P-User-Database Private-Header (P-Header)}",
+  series="Request for Comments",
+  number="4457",
+  howpublished="RFC 4457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4457.txt",
+}
+
+ at misc{rfc4458,
+  author="C. Jennings and F. Audet and J. Elwell",
+  title="{Session Initiation Protocol (SIP) URIs for Applications such as Voicemail and Interactive Voice Response (IVR)}",
+  series="Request for Comments",
+  number="4458",
+  howpublished="RFC 4458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4458.txt",
+}
+
+ at misc{rfc4459,
+  author="P. Savola",
+  title="{MTU and Fragmentation Issues with In-the-Network Tunneling}",
+  series="Request for Comments",
+  number="4459",
+  howpublished="RFC 4459 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4459.txt",
+}
+
+ at misc{rfc4460,
+  author="R. Stewart and I. Arias-Rodriguez and K. Poon and A. Caro and M. Tuexen",
+  title="{Stream Control Transmission Protocol (SCTP) Specification Errata and Issues}",
+  series="Request for Comments",
+  number="4460",
+  howpublished="RFC 4460 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4460.txt",
+}
+
+ at misc{rfc4461,
+  author="S. Yasukawa",
+  title="{Signaling Requirements for Point-to-Multipoint Traffic-Engineered MPLS Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="4461",
+  howpublished="RFC 4461 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4461.txt",
+}
+
+ at misc{rfc4462,
+  author="J. Hutzelman and J. Salowey and J. Galbraith and V. Welch",
+  title="{Generic Security Service Application Program Interface (GSS-API) Authentication and Key Exchange for the Secure Shell (SSH) Protocol}",
+  series="Request for Comments",
+  number="4462",
+  howpublished="RFC 4462 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4462.txt",
+}
+
+ at misc{rfc4463,
+  author="S. Shanmugham and P. Monaco and B. Eberman",
+  title="{A Media Resource Control Protocol (MRCP) Developed by Cisco, Nuance, and Speechworks}",
+  series="Request for Comments",
+  number="4463",
+  howpublished="RFC 4463 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4463.txt",
+}
+
+ at misc{rfc4464,
+  author="A. Surtees and M. West",
+  title="{Signaling Compression (SigComp) Users' Guide}",
+  series="Request for Comments",
+  number="4464",
+  howpublished="RFC 4464 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4464.txt",
+}
+
+ at misc{rfc4465,
+  author="A. Surtees and M. West",
+  title="{Signaling Compression (SigComp) Torture Tests}",
+  series="Request for Comments",
+  number="4465",
+  howpublished="RFC 4465 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4465.txt",
+}
+
+ at misc{rfc4466,
+  author="A. Melnikov and C. Daboo",
+  title="{Collected Extensions to IMAP4 ABNF}",
+  series="Request for Comments",
+  number="4466",
+  howpublished="RFC 4466 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Updated by RFCs 6237, 7377",
+  url="http://www.ietf.org/rfc/rfc4466.txt",
+}
+
+ at misc{rfc4467,
+  author="M. Crispin",
+  title="{Internet Message Access Protocol (IMAP) - URLAUTH Extension}",
+  series="Request for Comments",
+  number="4467",
+  howpublished="RFC 4467 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Updated by RFCs 5092, 5550",
+  url="http://www.ietf.org/rfc/rfc4467.txt",
+}
+
+ at misc{rfc4468,
+  author="C. Newman",
+  title="{Message Submission BURL Extension}",
+  series="Request for Comments",
+  number="4468",
+  howpublished="RFC 4468 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Updated by RFC 5248",
+  url="http://www.ietf.org/rfc/rfc4468.txt",
+}
+
+ at misc{rfc4469,
+  author="P. Resnick",
+  title="{Internet Message Access Protocol (IMAP) CATENATE Extension}",
+  series="Request for Comments",
+  number="4469",
+  howpublished="RFC 4469 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    note="Updated by RFC 5550",
+  url="http://www.ietf.org/rfc/rfc4469.txt",
+}
+
+ at misc{rfc4470,
+  author="S. Weiler and J. Ihren",
+  title="{Minimally Covering NSEC Records and DNSSEC On-line Signing}",
+  series="Request for Comments",
+  number="4470",
+  howpublished="RFC 4470 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4470.txt",
+}
+
+ at misc{rfc4471,
+  author="G. Sisson and B. Laurie",
+  title="{Derivation of DNS Name Predecessor and Successor}",
+  series="Request for Comments",
+  number="4471",
+  howpublished="RFC 4471 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4471.txt",
+}
+
+ at misc{rfc4472,
+  author="A. Durand and J. Ihren and P. Savola",
+  title="{Operational Considerations and Issues with IPv6 DNS}",
+  series="Request for Comments",
+  number="4472",
+  howpublished="RFC 4472 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4472.txt",
+}
+
+ at misc{rfc4473,
+  author="Y. Nomura and R. Walsh and J-P. Luoma and J. Ott and H. Schulzrinne",
+  title="{Requirements for Internet Media Guides (IMGs)}",
+  series="Request for Comments",
+  number="4473",
+  howpublished="RFC 4473 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4473.txt",
+}
+
+ at misc{rfc4474,
+  author="J. Peterson and  C. Jennings",
+  title="{Enhancements for Authenticated Identity Management in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4474",
+  howpublished="RFC 4474 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4474.txt",
+}
+
+ at misc{rfc4475,
+  author="R. Sparks and A. Hawrylyshen and A. Johnston and J. Rosenberg and H. Schulzrinne",
+  title="{Session Initiation Protocol (SIP) Torture Test Messages}",
+  series="Request for Comments",
+  number="4475",
+  howpublished="RFC 4475 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4475.txt",
+}
+
+ at misc{rfc4476,
+  author="C. Francis and D. Pinkas",
+  title="{Attribute Certificate (AC) Policies Extension}",
+  series="Request for Comments",
+  number="4476",
+  howpublished="RFC 4476 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4476.txt",
+}
+
+ at misc{rfc4477,
+  author="T. Chown and S. Venaas and C. Strauf",
+  title="{Dynamic Host Configuration Protocol (DHCP): IPv4 and IPv6 Dual-Stack Issues}",
+  series="Request for Comments",
+  number="4477",
+  howpublished="RFC 4477 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4477.txt",
+}
+
+ at misc{rfc4478,
+  author="Y. Nir",
+  title="{Repeated Authentication in Internet Key Exchange (IKEv2) Protocol}",
+  series="Request for Comments",
+  number="4478",
+  howpublished="RFC 4478 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4478.txt",
+}
+
+ at misc{rfc4479,
+  author="J. Rosenberg",
+  title="{A Data Model for Presence}",
+  series="Request for Comments",
+  number="4479",
+  howpublished="RFC 4479 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4479.txt",
+}
+
+ at misc{rfc4480,
+  author="H. Schulzrinne and V. Gurbani and P. Kyzivat and J. Rosenberg",
+  title="{RPID: Rich Presence Extensions to the Presence Information Data Format (PIDF)}",
+  series="Request for Comments",
+  number="4480",
+  howpublished="RFC 4480 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4480.txt",
+}
+
+ at misc{rfc4481,
+  author="H. Schulzrinne",
+  title="{Timed Presence Extensions to the Presence Information Data Format (PIDF) to Indicate Status Information for Past and Future Time Intervals}",
+  series="Request for Comments",
+  number="4481",
+  howpublished="RFC 4481 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4481.txt",
+}
+
+ at misc{rfc4482,
+  author="H. Schulzrinne",
+  title="{CIPID: Contact Information for the Presence Information Data Format}",
+  series="Request for Comments",
+  number="4482",
+  howpublished="RFC 4482 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4482.txt",
+}
+
+ at misc{rfc4483,
+  author="E. Burger",
+  title="{A Mechanism for Content Indirection in Session Initiation Protocol (SIP) Messages}",
+  series="Request for Comments",
+  number="4483",
+  howpublished="RFC 4483 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4483.txt",
+}
+
+ at misc{rfc4484,
+  author="J. Peterson and J. Polk and D. Sicker and H. Tschofenig",
+  title="{Trait-Based Authorization Requirements for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4484",
+  howpublished="RFC 4484 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4484.txt",
+}
+
+ at misc{rfc4485,
+  author="J. Rosenberg and H. Schulzrinne",
+  title="{Guidelines for Authors of Extensions to the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4485",
+  howpublished="RFC 4485 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4485.txt",
+}
+
+ at misc{rfc4486,
+  author="E. Chen and V. Gillet",
+  title="{Subcodes for BGP Cease Notification Message}",
+  series="Request for Comments",
+  number="4486",
+  howpublished="RFC 4486 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4486.txt",
+}
+
+ at misc{rfc4487,
+  author="F. Le and S. Faccin and B. Patil and H. Tschofenig",
+  title="{Mobile IPv6 and Firewalls: Problem Statement}",
+  series="Request for Comments",
+  number="4487",
+  howpublished="RFC 4487 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4487.txt",
+}
+
+ at misc{rfc4488,
+  author="O. Levin",
+  title="{Suppression of Session Initiation Protocol (SIP) REFER Method Implicit Subscription}",
+  series="Request for Comments",
+  number="4488",
+  howpublished="RFC 4488 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4488.txt",
+}
+
+ at misc{rfc4489,
+  author="J-S. Park and M-K. Shin and H-J. Kim",
+  title="{A Method for Generating Link-Scoped IPv6 Multicast Addresses}",
+  series="Request for Comments",
+  number="4489",
+  howpublished="RFC 4489 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4489.txt",
+}
+
+ at misc{rfc4490,
+  author="S. Leontiev and G. Chudov",
+  title="{Using the GOST 28147-89, GOST R 34.11-94, GOST R 34.10-94, and GOST R 34.10-2001 Algorithms with Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="4490",
+  howpublished="RFC 4490 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4490.txt",
+}
+
+ at misc{rfc4491,
+  author="S. Leontiev and D. Shefanovski",
+  title="{Using the GOST R 34.10-94, GOST R 34.10-2001, and GOST R 34.11-94 Algorithms with the Internet X.509 Public Key Infrastructure Certificate and CRL Profile}",
+  series="Request for Comments",
+  number="4491",
+  howpublished="RFC 4491 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4491.txt",
+}
+
+ at misc{rfc4492,
+  author="S. Blake-Wilson and N. Bolyard and V. Gupta and C. Hawk and B. Moeller",
+  title="{Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4492",
+  howpublished="RFC 4492 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Updated by RFCs 5246, 7027, 7919",
+  url="http://www.ietf.org/rfc/rfc4492.txt",
+}
+
+ at misc{rfc4493,
+  author="JH. Song and R. Poovendran and J. Lee and T. Iwata",
+  title="{The AES-CMAC Algorithm}",
+  series="Request for Comments",
+  number="4493",
+  howpublished="RFC 4493 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4493.txt",
+}
+
+ at misc{rfc4494,
+  author="JH. Song and R. Poovendran and J. Lee",
+  title="{The AES-CMAC-96 Algorithm and Its Use with IPsec}",
+  series="Request for Comments",
+  number="4494",
+  howpublished="RFC 4494 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4494.txt",
+}
+
+ at misc{rfc4495,
+  author="J. Polk and S. Dhesikan",
+  title="{A Resource Reservation Protocol (RSVP) Extension for the Reduction of Bandwidth of a Reservation Flow}",
+  series="Request for Comments",
+  number="4495",
+  howpublished="RFC 4495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4495.txt",
+}
+
+ at misc{rfc4496,
+  author="M. Stecher and A. Barbir",
+  title="{Open Pluggable Edge Services (OPES) SMTP Use Cases}",
+  series="Request for Comments",
+  number="4496",
+  howpublished="RFC 4496 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4496.txt",
+}
+
+ at misc{rfc4497,
+  author="J. Elwell and F. Derks and P. Mourot and O. Rousseau",
+  title="{Interworking between the Session Initiation Protocol (SIP) and QSIG}",
+  series="Request for Comments",
+  number="4497",
+  howpublished="RFC 4497 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4497.txt",
+}
+
+ at misc{rfc4498,
+  author="G. Keeni",
+  title="{The Managed Object Aggregation MIB}",
+  series="Request for Comments",
+  number="4498",
+  howpublished="RFC 4498 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4498.txt",
+}
+
+ at misc{rfc4501,
+  author="S. Josefsson",
+  title="{Domain Name System Uniform Resource Identifiers}",
+  series="Request for Comments",
+  number="4501",
+  howpublished="RFC 4501 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4501.txt",
+}
+
+ at misc{rfc4502,
+  author="S. Waldbusser",
+  title="{Remote Network Monitoring Management Information Base Version 2}",
+  series="Request for Comments",
+  number="4502",
+  howpublished="RFC 4502 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4502.txt",
+}
+
+ at misc{rfc4503,
+  author="M. Boesgaard and M. Vesterager and E. Zenner",
+  title="{A Description of the Rabbit Stream Cipher Algorithm}",
+  series="Request for Comments",
+  number="4503",
+  howpublished="RFC 4503 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4503.txt",
+}
+
+ at misc{rfc4504,
+  author="H. Sinnreich and  S. Lass and C. Stredicke",
+  title="{SIP Telephony Device Requirements and Configuration}",
+  series="Request for Comments",
+  number="4504",
+  howpublished="RFC 4504 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4504.txt",
+}
+
+ at misc{rfc4505,
+  author="K. Zeilenga",
+  title="{Anonymous Simple Authentication and Security Layer (SASL) Mechanism}",
+  series="Request for Comments",
+  number="4505",
+  howpublished="RFC 4505 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4505.txt",
+}
+
+ at misc{rfc4506,
+  author="M. Eisler",
+  title="{XDR: External Data Representation Standard}",
+  series="Request for Comments",
+  number="4506",
+  howpublished="RFC 4506 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4506.txt",
+}
+
+ at misc{rfc4507,
+  author="J. Salowey and H. Zhou and P. Eronen and H. Tschofenig",
+  title="{Transport Layer Security (TLS) Session Resumption without Server-Side State}",
+  series="Request for Comments",
+  number="4507",
+  howpublished="RFC 4507 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Obsoleted by RFC 5077",
+  url="http://www.ietf.org/rfc/rfc4507.txt",
+}
+
+ at misc{rfc4508,
+  author="O. Levin and A. Johnston",
+  title="{Conveying Feature Tags with the Session Initiation Protocol (SIP) REFER Method}",
+  series="Request for Comments",
+  number="4508",
+  howpublished="RFC 4508 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4508.txt",
+}
+
+ at misc{rfc4509,
+  author="W. Hardaker",
+  title="{Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)}",
+  series="Request for Comments",
+  number="4509",
+  howpublished="RFC 4509 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4509.txt",
+}
+
+ at misc{rfc4510,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP): Technical Specification Road Map}",
+  series="Request for Comments",
+  number="4510",
+  howpublished="RFC 4510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4510.txt",
+}
+
+ at misc{rfc4511,
+  author="J. Sermersheim",
+  title="{Lightweight Directory Access Protocol (LDAP): The Protocol}",
+  series="Request for Comments",
+  number="4511",
+  howpublished="RFC 4511 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4511.txt",
+}
+
+ at misc{rfc4512,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP): Directory Information Models}",
+  series="Request for Comments",
+  number="4512",
+  howpublished="RFC 4512 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4512.txt",
+}
+
+ at misc{rfc4513,
+  author="R. Harrison",
+  title="{Lightweight Directory Access Protocol (LDAP): Authentication Methods and Security Mechanisms}",
+  series="Request for Comments",
+  number="4513",
+  howpublished="RFC 4513 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4513.txt",
+}
+
+ at misc{rfc4514,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Names}",
+  series="Request for Comments",
+  number="4514",
+  howpublished="RFC 4514 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4514.txt",
+}
+
+ at misc{rfc4515,
+  author="M. Smith and T. Howes",
+  title="{Lightweight Directory Access Protocol (LDAP): String Representation of Search Filters}",
+  series="Request for Comments",
+  number="4515",
+  howpublished="RFC 4515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4515.txt",
+}
+
+ at misc{rfc4516,
+  author="M. Smith and T. Howes",
+  title="{Lightweight Directory Access Protocol (LDAP): Uniform Resource Locator}",
+  series="Request for Comments",
+  number="4516",
+  howpublished="RFC 4516 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4516.txt",
+}
+
+ at misc{rfc4517,
+  author="S. Legg",
+  title="{Lightweight Directory Access Protocol (LDAP): Syntaxes and Matching Rules}",
+  series="Request for Comments",
+  number="4517",
+  howpublished="RFC 4517 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4517.txt",
+}
+
+ at misc{rfc4518,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP): Internationalized String Preparation}",
+  series="Request for Comments",
+  number="4518",
+  howpublished="RFC 4518 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4518.txt",
+}
+
+ at misc{rfc4519,
+  author="A. Sciberras",
+  title="{Lightweight Directory Access Protocol (LDAP): Schema for User Applications}",
+  series="Request for Comments",
+  number="4519",
+  howpublished="RFC 4519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4519.txt",
+}
+
+ at misc{rfc4520,
+  author="K. Zeilenga",
+  title="{Internet Assigned Numbers Authority (IANA) Considerations for the Lightweight Directory Access Protocol (LDAP)}",
+  series="Request for Comments",
+  number="4520",
+  howpublished="RFC 4520 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4520.txt",
+}
+
+ at misc{rfc4521,
+  author="K. Zeilenga",
+  title="{Considerations for Lightweight Directory Access Protocol (LDAP) Extensions}",
+  series="Request for Comments",
+  number="4521",
+  howpublished="RFC 4521 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4521.txt",
+}
+
+ at misc{rfc4522,
+  author="S. Legg",
+  title="{Lightweight Directory Access Protocol (LDAP): The Binary Encoding Option}",
+  series="Request for Comments",
+  number="4522",
+  howpublished="RFC 4522 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4522.txt",
+}
+
+ at misc{rfc4523,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Schema Definitions for X.509 Certificates}",
+  series="Request for Comments",
+  number="4523",
+  howpublished="RFC 4523 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4523.txt",
+}
+
+ at misc{rfc4524,
+  author="K. Zeilenga",
+  title="{COSINE LDAP/X.500 Schema}",
+  series="Request for Comments",
+  number="4524",
+  howpublished="RFC 4524 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4524.txt",
+}
+
+ at misc{rfc4525,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Modify-Increment Extension}",
+  series="Request for Comments",
+  number="4525",
+  howpublished="RFC 4525 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4525.txt",
+}
+
+ at misc{rfc4526,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Absolute True and False Filters}",
+  series="Request for Comments",
+  number="4526",
+  howpublished="RFC 4526 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4526.txt",
+}
+
+ at misc{rfc4527,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Read Entry Controls}",
+  series="Request for Comments",
+  number="4527",
+  howpublished="RFC 4527 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4527.txt",
+}
+
+ at misc{rfc4528,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Assertion Control}",
+  series="Request for Comments",
+  number="4528",
+  howpublished="RFC 4528 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4528.txt",
+}
+
+ at misc{rfc4529,
+  author="K. Zeilenga",
+  title="{Requesting Attributes by Object Class in the Lightweight Directory Access Protocol}",
+  series="Request for Comments",
+  number="4529",
+  howpublished="RFC 4529 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4529.txt",
+}
+
+ at misc{rfc4530,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) entryUUID Operational Attribute}",
+  series="Request for Comments",
+  number="4530",
+  howpublished="RFC 4530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4530.txt",
+}
+
+ at misc{rfc4531,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Turn Operation}",
+  series="Request for Comments",
+  number="4531",
+  howpublished="RFC 4531 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4531.txt",
+}
+
+ at misc{rfc4532,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) "Who am I?" Operation}",
+  series="Request for Comments",
+  number="4532",
+  howpublished="RFC 4532 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4532.txt",
+}
+
+ at misc{rfc4533,
+  author="K. Zeilenga and J.H. Choi",
+  title="{The Lightweight Directory Access Protocol (LDAP) Content Synchronization Operation}",
+  series="Request for Comments",
+  number="4533",
+  howpublished="RFC 4533 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4533.txt",
+}
+
+ at misc{rfc4534,
+  author="A Colegrove and H Harney",
+  title="{Group Security Policy Token v1}",
+  series="Request for Comments",
+  number="4534",
+  howpublished="RFC 4534 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4534.txt",
+}
+
+ at misc{rfc4535,
+  author="H. Harney and U. Meth and A. Colegrove and G. Gross",
+  title="{GSAKMP: Group Secure Association Key Management Protocol}",
+  series="Request for Comments",
+  number="4535",
+  howpublished="RFC 4535 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4535.txt",
+}
+
+ at misc{rfc4536,
+  author="P. Hoschka",
+  title="{The application/smil and application/smil+xml Media Types}",
+  series="Request for Comments",
+  number="4536",
+  howpublished="RFC 4536 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4536.txt",
+}
+
+ at misc{rfc4537,
+  author="L. Zhu and P. Leach and K. Jaganathan",
+  title="{Kerberos Cryptosystem Negotiation Extension}",
+  series="Request for Comments",
+  number="4537",
+  howpublished="RFC 4537 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4537.txt",
+}
+
+ at misc{rfc4538,
+  author="J. Rosenberg",
+  title="{Request Authorization through Dialog Identification in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4538",
+  howpublished="RFC 4538 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4538.txt",
+}
+
+ at misc{rfc4539,
+  author="T. Edwards",
+  title="{Media Type Registration for the Society of Motion Picture and Television Engineers (SMPTE) Material Exchange Format (MXF)}",
+  series="Request for Comments",
+  number="4539",
+  howpublished="RFC 4539 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4539.txt",
+}
+
+ at misc{rfc4540,
+  author="M. Stiemerling and J. Quittek and C. Cadar",
+  title="{NEC's Simple Middlebox Configuration (SIMCO) Protocol Version 3.0}",
+  series="Request for Comments",
+  number="4540",
+  howpublished="RFC 4540 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4540.txt",
+}
+
+ at misc{rfc4541,
+  author="M. Christensen and K. Kimball and F. Solensky",
+  title="{Considerations for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) Snooping Switches}",
+  series="Request for Comments",
+  number="4541",
+  howpublished="RFC 4541 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4541.txt",
+}
+
+ at misc{rfc4542,
+  author="F. Baker and J. Polk",
+  title="{Implementing an Emergency Telecommunications Service (ETS) for Real-Time Services in the Internet Protocol Suite}",
+  series="Request for Comments",
+  number="4542",
+  howpublished="RFC 4542 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Updated by RFC 5865",
+  url="http://www.ietf.org/rfc/rfc4542.txt",
+}
+
+ at misc{rfc4543,
+  author="D. McGrew and J. Viega",
+  title="{The Use of Galois Message Authentication Code (GMAC) in IPsec ESP and AH}",
+  series="Request for Comments",
+  number="4543",
+  howpublished="RFC 4543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4543.txt",
+}
+
+ at misc{rfc4544,
+  author="M. Bakke and M. Krueger and T. McSweeney and J. Muchow",
+  title="{Definitions of Managed Objects for Internet Small Computer System Interface (iSCSI)}",
+  series="Request for Comments",
+  number="4544",
+  howpublished="RFC 4544 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    note="Obsoleted by RFC 7147",
+  url="http://www.ietf.org/rfc/rfc4544.txt",
+}
+
+ at misc{rfc4545,
+  author="M. Bakke and J. Muchow",
+  title="{Definitions of Managed Objects for IP Storage User Identity Authorization}",
+  series="Request for Comments",
+  number="4545",
+  howpublished="RFC 4545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4545.txt",
+}
+
+ at misc{rfc4546,
+  author="D. Raftus and E. Cardona",
+  title="{Radio Frequency (RF) Interface Management Information Base for Data over Cable Service Interface Specifications (DOCSIS) 2.0 Compliant RF Interfaces}",
+  series="Request for Comments",
+  number="4546",
+  howpublished="RFC 4546 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4546.txt",
+}
+
+ at misc{rfc4547,
+  author="A. Ahmad and G. Nakanishi",
+  title="{Event Notification Management Information Base for Data over Cable Service Interface Specifications (DOCSIS)-Compliant Cable Modems and Cable Modem Termination Systems}",
+  series="Request for Comments",
+  number="4547",
+  howpublished="RFC 4547 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4547.txt",
+}
+
+ at misc{rfc4548,
+  author="E. Gray and J. Rutemiller and G. Swallow",
+  title="{Internet Code Point (ICP) Assignments for NSAP Addresses}",
+  series="Request for Comments",
+  number="4548",
+  howpublished="RFC 4548 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4548.txt",
+}
+
+ at misc{rfc4549,
+  author="A. Melnikov",
+  title="{Synchronization Operations for Disconnected IMAP4 Clients}",
+  series="Request for Comments",
+  number="4549",
+  howpublished="RFC 4549 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4549.txt",
+}
+
+ at misc{rfc4550,
+  author="S. Maes and A. Melnikov",
+  title="{Internet Email to Support Diverse Service Environments (Lemonade) Profile}",
+  series="Request for Comments",
+  number="4550",
+  howpublished="RFC 4550 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    note="Obsoleted by RFC 5550",
+  url="http://www.ietf.org/rfc/rfc4550.txt",
+}
+
+ at misc{rfc4551,
+  author="A. Melnikov and S. Hole",
+  title="{IMAP Extension for Conditional STORE Operation or Quick Flag Changes Resynchronization}",
+  series="Request for Comments",
+  number="4551",
+  howpublished="RFC 4551 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    note="Obsoleted by RFC 7162",
+  url="http://www.ietf.org/rfc/rfc4551.txt",
+}
+
+ at misc{rfc4552,
+  author="M. Gupta and N. Melam",
+  title="{Authentication/Confidentiality for OSPFv3}",
+  series="Request for Comments",
+  number="4552",
+  howpublished="RFC 4552 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4552.txt",
+}
+
+ at misc{rfc4553,
+  author="A. Vainshtein and YJ. Stein",
+  title="{Structure-Agnostic Time Division Multiplexing (TDM) over Packet (SAToP)}",
+  series="Request for Comments",
+  number="4553",
+  howpublished="RFC 4553 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4553.txt",
+}
+
+ at misc{rfc4554,
+  author="T. Chown",
+  title="{Use of VLANs for IPv4-IPv6 Coexistence in Enterprise Networks}",
+  series="Request for Comments",
+  number="4554",
+  howpublished="RFC 4554 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4554.txt",
+}
+
+ at misc{rfc4555,
+  author="P. Eronen",
+  title="{IKEv2 Mobility and Multihoming Protocol (MOBIKE)}",
+  series="Request for Comments",
+  number="4555",
+  howpublished="RFC 4555 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4555.txt",
+}
+
+ at misc{rfc4556,
+  author="L. Zhu and B. Tung",
+  title="{Public Key Cryptography for Initial Authentication in Kerberos (PKINIT)}",
+  series="Request for Comments",
+  number="4556",
+  howpublished="RFC 4556 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    note="Updated by RFC 6112",
+  url="http://www.ietf.org/rfc/rfc4556.txt",
+}
+
+ at misc{rfc4557,
+  author="L. Zhu and K. Jaganathan and N. Williams",
+  title="{Online Certificate Status Protocol (OCSP) Support for Public Key Cryptography for Initial Authentication in Kerberos (PKINIT)}",
+  series="Request for Comments",
+  number="4557",
+  howpublished="RFC 4557 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4557.txt",
+}
+
+ at misc{rfc4558,
+  author="Z. Ali and R. Rahman and D. Prairie and D. Papadimitriou",
+  title="{Node-ID Based Resource Reservation Protocol (RSVP) Hello: A Clarification Statement}",
+  series="Request for Comments",
+  number="4558",
+  howpublished="RFC 4558 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4558.txt",
+}
+
+ at misc{rfc4559,
+  author="K. Jaganathan and L. Zhu and J. Brezak",
+  title="{SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows}",
+  series="Request for Comments",
+  number="4559",
+  howpublished="RFC 4559 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4559.txt",
+}
+
+ at misc{rfc4560,
+  author="J. Quittek and K. White",
+  title="{Definitions of Managed Objects for Remote Ping, Traceroute, and Lookup Operations}",
+  series="Request for Comments",
+  number="4560",
+  howpublished="RFC 4560 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4560.txt",
+}
+
+ at misc{rfc4561,
+  author="J.-P. Vasseur and Z. Ali and S. Sivabalan",
+  title="{Definition of a Record Route Object (RRO) Node-Id Sub-Object}",
+  series="Request for Comments",
+  number="4561",
+  howpublished="RFC 4561 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4561.txt",
+}
+
+ at misc{rfc4562,
+  author="T. Melsen and S. Blake",
+  title="{MAC-Forced Forwarding: A Method for Subscriber Separation on an Ethernet Access Network}",
+  series="Request for Comments",
+  number="4562",
+  howpublished="RFC 4562 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4562.txt",
+}
+
+ at misc{rfc4563,
+  author="E. Carrara and V. Lehtovirta and K. Norrman",
+  title="{The Key ID Information Type for the General Extension Payload in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="4563",
+  howpublished="RFC 4563 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    note="Updated by RFC 6309",
+  url="http://www.ietf.org/rfc/rfc4563.txt",
+}
+
+ at misc{rfc4564,
+  author="S. Govindan and H. Cheng and ZH. Yao and WH. Zhou and L. Yang",
+  title="{Objectives for Control and Provisioning of Wireless Access Points (CAPWAP)}",
+  series="Request for Comments",
+  number="4564",
+  howpublished="RFC 4564 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4564.txt",
+}
+
+ at misc{rfc4565,
+  author="D. Loher and D. Nelson and O. Volinsky and B. Sarikaya",
+  title="{Evaluation of Candidate Control and Provisioning of Wireless Access Points (CAPWAP) Protocols}",
+  series="Request for Comments",
+  number="4565",
+  howpublished="RFC 4565 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4565.txt",
+}
+
+ at misc{rfc4566,
+  author="M. Handley and V. Jacobson and C. Perkins",
+  title="{SDP: Session Description Protocol}",
+  series="Request for Comments",
+  number="4566",
+  howpublished="RFC 4566 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4566.txt",
+}
+
+ at misc{rfc4567,
+  author="J. Arkko and F. Lindholm and M. Naslund and K. Norrman and E. Carrara",
+  title="{Key Management Extensions for Session Description Protocol (SDP) and Real Time Streaming Protocol (RTSP)}",
+  series="Request for Comments",
+  number="4567",
+  howpublished="RFC 4567 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4567.txt",
+}
+
+ at misc{rfc4568,
+  author="F. Andreasen and M. Baugher and D. Wing",
+  title="{Session Description Protocol (SDP) Security Descriptions for Media Streams}",
+  series="Request for Comments",
+  number="4568",
+  howpublished="RFC 4568 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4568.txt",
+}
+
+ at misc{rfc4569,
+  author="G. Camarillo",
+  title="{Internet Assigned Number Authority (IANA) Registration of the Message Media Feature Tag}",
+  series="Request for Comments",
+  number="4569",
+  howpublished="RFC 4569 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4569.txt",
+}
+
+ at misc{rfc4570,
+  author="B. Quinn and R. Finlayson",
+  title="{Session Description Protocol (SDP) Source Filters}",
+  series="Request for Comments",
+  number="4570",
+  howpublished="RFC 4570 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4570.txt",
+}
+
+ at misc{rfc4571,
+  author="J. Lazzaro",
+  title="{Framing Real-time Transport Protocol (RTP) and RTP Control Protocol (RTCP) Packets over Connection-Oriented Transport}",
+  series="Request for Comments",
+  number="4571",
+  howpublished="RFC 4571 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4571.txt",
+}
+
+ at misc{rfc4572,
+  author="J. Lennox",
+  title="{Connection-Oriented Media Transport over the Transport Layer Security (TLS) Protocol in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="4572",
+  howpublished="RFC 4572 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4572.txt",
+}
+
+ at misc{rfc4573,
+  author="R. Even and A. Lochbaum",
+  title="{MIME Type Registration for RTP Payload Format for H.224}",
+  series="Request for Comments",
+  number="4573",
+  howpublished="RFC 4573 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4573.txt",
+}
+
+ at misc{rfc4574,
+  author="O. Levin and G. Camarillo",
+  title="{The Session Description Protocol (SDP) Label Attribute}",
+  series="Request for Comments",
+  number="4574",
+  howpublished="RFC 4574 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4574.txt",
+}
+
+ at misc{rfc4575,
+  author="J. Rosenberg and H. Schulzrinne and O. Levin",
+  title="{A Session Initiation Protocol (SIP) Event Package for Conference State}",
+  series="Request for Comments",
+  number="4575",
+  howpublished="RFC 4575 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4575.txt",
+}
+
+ at misc{rfc4576,
+  author="E. Rosen and P. Psenak and P. Pillay-Esnault",
+  title="{Using a Link State Advertisement (LSA) Options Bit to Prevent Looping in BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4576",
+  howpublished="RFC 4576 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4576.txt",
+}
+
+ at misc{rfc4577,
+  author="E. Rosen and P. Psenak and P. Pillay-Esnault",
+  title="{OSPF as the Provider/Customer Edge Protocol for BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4577",
+  howpublished="RFC 4577 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4577.txt",
+}
+
+ at misc{rfc4578,
+  author="M. Johnston and S. Venaas",
+  title="{Dynamic Host Configuration Protocol (DHCP) Options for the Intel Preboot eXecution Environment (PXE)}",
+  series="Request for Comments",
+  number="4578",
+  howpublished="RFC 4578 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4578.txt",
+}
+
+ at misc{rfc4579,
+  author="A. Johnston and O. Levin",
+  title="{Session Initiation Protocol (SIP) Call Control - Conferencing for User Agents}",
+  series="Request for Comments",
+  number="4579",
+  howpublished="RFC 4579 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4579.txt",
+}
+
+ at misc{rfc4580,
+  author="B. Volz",
+  title="{Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Subscriber-ID Option}",
+  series="Request for Comments",
+  number="4580",
+  howpublished="RFC 4580 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4580.txt",
+}
+
+ at misc{rfc4581,
+  author="M. Bagnulo and J. Arkko",
+  title="{Cryptographically Generated Addresses (CGA) Extension Field Format}",
+  series="Request for Comments",
+  number="4581",
+  howpublished="RFC 4581 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4581.txt",
+}
+
+ at misc{rfc4582,
+  author="G. Camarillo and J. Ott and K. Drage",
+  title="{The Binary Floor Control Protocol (BFCP)}",
+  series="Request for Comments",
+  number="4582",
+  howpublished="RFC 4582 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4582.txt",
+}
+
+ at misc{rfc4583,
+  author="G. Camarillo",
+  title="{Session Description Protocol (SDP) Format for Binary Floor Control Protocol (BFCP) Streams}",
+  series="Request for Comments",
+  number="4583",
+  howpublished="RFC 4583 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4583.txt",
+}
+
+ at misc{rfc4584,
+  author="S. Chakrabarti and E. Nordmark",
+  title="{Extension to Sockets API for Mobile IPv6}",
+  series="Request for Comments",
+  number="4584",
+  howpublished="RFC 4584 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4584.txt",
+}
+
+ at misc{rfc4585,
+  author="J. Ott and S. Wenger and N. Sato and C. Burmeister and J. Rey",
+  title="{Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)}",
+  series="Request for Comments",
+  number="4585",
+  howpublished="RFC 4585 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    note="Updated by RFC 5506",
+  url="http://www.ietf.org/rfc/rfc4585.txt",
+}
+
+ at misc{rfc4586,
+  author="C. Burmeister and R. Hakenberg and A. Miyazaki and J. Ott and N. Sato and S. Fukunaga",
+  title="{Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback: Results of the Timing Rule Simulations}",
+  series="Request for Comments",
+  number="4586",
+  howpublished="RFC 4586 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4586.txt",
+}
+
+ at misc{rfc4587,
+  author="R. Even",
+  title="{RTP Payload Format for H.261 Video Streams}",
+  series="Request for Comments",
+  number="4587",
+  howpublished="RFC 4587 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4587.txt",
+}
+
+ at misc{rfc4588,
+  author="J. Rey and D. Leon and A. Miyazaki and V. Varsa and R. Hakenberg",
+  title="{RTP Retransmission Payload Format}",
+  series="Request for Comments",
+  number="4588",
+  howpublished="RFC 4588 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4588.txt",
+}
+
+ at misc{rfc4589,
+  author="H. Schulzrinne and H. Tschofenig",
+  title="{Location Types Registry}",
+  series="Request for Comments",
+  number="4589",
+  howpublished="RFC 4589 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4589.txt",
+}
+
+ at misc{rfc4590,
+  author="B. Sterman and D. Sadolevsky and D. Schwartz and D. Williams and W. Beck",
+  title="{RADIUS Extension for Digest Authentication}",
+  series="Request for Comments",
+  number="4590",
+  howpublished="RFC 4590 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    note="Obsoleted by RFC 5090",
+  url="http://www.ietf.org/rfc/rfc4590.txt",
+}
+
+ at misc{rfc4591,
+  author="M. Townsley and G. Wilkie and S. Booth and S. Bryant and J. Lau",
+  title="{Frame Relay over Layer 2 Tunneling Protocol Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="4591",
+  howpublished="RFC 4591 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    note="Updated by RFC 5641",
+  url="http://www.ietf.org/rfc/rfc4591.txt",
+}
+
+ at misc{rfc4592,
+  author="E. Lewis",
+  title="{The Role of Wildcards in the Domain Name System}",
+  series="Request for Comments",
+  number="4592",
+  howpublished="RFC 4592 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4592.txt",
+}
+
+ at misc{rfc4593,
+  author="A. Barbir and S. Murphy and Y. Yang",
+  title="{Generic Threats to Routing Protocols}",
+  series="Request for Comments",
+  number="4593",
+  howpublished="RFC 4593 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4593.txt",
+}
+
+ at misc{rfc4594,
+  author="J. Babiarz and K. Chan and F. Baker",
+  title="{Configuration Guidelines for DiffServ Service Classes}",
+  series="Request for Comments",
+  number="4594",
+  howpublished="RFC 4594 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    note="Updated by RFC 5865",
+  url="http://www.ietf.org/rfc/rfc4594.txt",
+}
+
+ at misc{rfc4595,
+  author="F. Maino and D. Black",
+  title="{Use of IKEv2 in the Fibre Channel Security Association Management Protocol}",
+  series="Request for Comments",
+  number="4595",
+  howpublished="RFC 4595 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4595.txt",
+}
+
+ at misc{rfc4596,
+  author="J. Rosenberg and P. Kyzivat",
+  title="{Guidelines for Usage of the Session Initiation Protocol (SIP) Caller Preferences Extension}",
+  series="Request for Comments",
+  number="4596",
+  howpublished="RFC 4596 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4596.txt",
+}
+
+ at misc{rfc4597,
+  author="R. Even and N. Ismail",
+  title="{Conferencing Scenarios}",
+  series="Request for Comments",
+  number="4597",
+  howpublished="RFC 4597 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4597.txt",
+}
+
+ at misc{rfc4598,
+  author="B. Link",
+  title="{Real-time Transport Protocol (RTP) Payload Format for Enhanced AC-3 (E-AC-3) Audio}",
+  series="Request for Comments",
+  number="4598",
+  howpublished="RFC 4598 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4598.txt",
+}
+
+ at misc{rfc4601,
+  author="B. Fenner and M. Handley and H. Holbrook and I. Kouvelas",
+  title="{Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)}",
+  series="Request for Comments",
+  number="4601",
+  howpublished="RFC 4601 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    note="Obsoleted by RFC 7761, updated by RFCs 5059, 5796, 6226",
+  url="http://www.ietf.org/rfc/rfc4601.txt",
+}
+
+ at misc{rfc4602,
+  author="T. Pusateri",
+  title="{Protocol Independent Multicast - Sparse Mode (PIM-SM) IETF Proposed Standard Requirements Analysis}",
+  series="Request for Comments",
+  number="4602",
+  howpublished="RFC 4602 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4602.txt",
+}
+
+ at misc{rfc4603,
+  author="G. Zorn and G. Weber and R. Foltak",
+  title="{Additional Values for the NAS-Port-Type Attribute}",
+  series="Request for Comments",
+  number="4603",
+  howpublished="RFC 4603 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4603.txt",
+}
+
+ at misc{rfc4604,
+  author="H. Holbrook and B. Cain and B. Haberman",
+  title="{Using Internet Group Management Protocol Version 3 (IGMPv3) and Multicast Listener Discovery Protocol Version 2 (MLDv2) for Source-Specific Multicast}",
+  series="Request for Comments",
+  number="4604",
+  howpublished="RFC 4604 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4604.txt",
+}
+
+ at misc{rfc4605,
+  author="B. Fenner and H. He and B. Haberman and H. Sandick",
+  title="{Internet Group Management Protocol (IGMP) / Multicast Listener Discovery (MLD)-Based Multicast Forwarding ("IGMP/MLD Proxying")}",
+  series="Request for Comments",
+  number="4605",
+  howpublished="RFC 4605 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4605.txt",
+}
+
+ at misc{rfc4606,
+  author="E. Mannie and D. Papadimitriou",
+  title="{Generalized Multi-Protocol Label Switching (GMPLS) Extensions for Synchronous Optical Network (SONET) and Synchronous Digital Hierarchy (SDH) Control}",
+  series="Request for Comments",
+  number="4606",
+  howpublished="RFC 4606 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    note="Updated by RFC 6344",
+  url="http://www.ietf.org/rfc/rfc4606.txt",
+}
+
+ at misc{rfc4607,
+  author="H. Holbrook and B. Cain",
+  title="{Source-Specific Multicast for IP}",
+  series="Request for Comments",
+  number="4607",
+  howpublished="RFC 4607 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4607.txt",
+}
+
+ at misc{rfc4608,
+  author="D. Meyer and R. Rockell and G. Shepherd",
+  title="{Source-Specific Protocol Independent Multicast in 232/8}",
+  series="Request for Comments",
+  number="4608",
+  howpublished="RFC 4608 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4608.txt",
+}
+
+ at misc{rfc4609,
+  author="P. Savola and R. Lehtonen and D. Meyer",
+  title="{Protocol Independent Multicast - Sparse Mode (PIM-SM) Multicast Routing Security Issues and Enhancements}",
+  series="Request for Comments",
+  number="4609",
+  howpublished="RFC 4609 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4609.txt",
+}
+
+ at misc{rfc4610,
+  author="D. Farinacci and Y. Cai",
+  title="{Anycast-RP Using Protocol Independent Multicast (PIM)}",
+  series="Request for Comments",
+  number="4610",
+  howpublished="RFC 4610 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4610.txt",
+}
+
+ at misc{rfc4611,
+  author="M. McBride and J. Meylor and D. Meyer",
+  title="{Multicast Source Discovery Protocol (MSDP) Deployment Scenarios}",
+  series="Request for Comments",
+  number="4611",
+  howpublished="RFC 4611 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4611.txt",
+}
+
+ at misc{rfc4612,
+  author="P. Jones and H. Tamura",
+  title="{Real-Time Facsimile (T.38) - audio/t38 MIME Sub-type Registration}",
+  series="Request for Comments",
+  number="4612",
+  howpublished="RFC 4612 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4612.txt",
+}
+
+ at misc{rfc4613,
+  author="P. Frojdh and U. Lindgren and M. Westerlund",
+  title="{Media Type Registrations for Downloadable Sounds for Musical Instrument Digital Interface (MIDI)}",
+  series="Request for Comments",
+  number="4613",
+  howpublished="RFC 4613 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4613.txt",
+}
+
+ at misc{rfc4614,
+  author="M. Duke and R. Braden and W. Eddy and E. Blanton",
+  title="{A Roadmap for Transmission Control Protocol (TCP) Specification Documents}",
+  series="Request for Comments",
+  number="4614",
+  howpublished="RFC 4614 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Obsoleted by RFC 7414, updated by RFC 6247",
+  url="http://www.ietf.org/rfc/rfc4614.txt",
+}
+
+ at misc{rfc4615,
+  author="J. Song and R. Poovendran and J. Lee and T. Iwata",
+  title="{The Advanced Encryption Standard-Cipher-based Message Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128) Algorithm for the Internet Key Exchange Protocol (IKE)}",
+  series="Request for Comments",
+  number="4615",
+  howpublished="RFC 4615 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4615.txt",
+}
+
+ at misc{rfc4616,
+  author="K. Zeilenga",
+  title="{The PLAIN Simple Authentication and Security Layer (SASL) Mechanism}",
+  series="Request for Comments",
+  number="4616",
+  howpublished="RFC 4616 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4616.txt",
+}
+
+ at misc{rfc4617,
+  author="J. Kornijenko",
+  title="{A Uniform Resource Name (URN) Formal Namespace for the Latvian National Government Integration Project}",
+  series="Request for Comments",
+  number="4617",
+  howpublished="RFC 4617 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4617.txt",
+}
+
+ at misc{rfc4618,
+  author="L. Martini and E. Rosen and G. Heron and A. Malis",
+  title="{Encapsulation Methods for Transport of PPP/High-Level Data Link Control (HDLC) over MPLS Networks}",
+  series="Request for Comments",
+  number="4618",
+  howpublished="RFC 4618 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4618.txt",
+}
+
+ at misc{rfc4619,
+  author="L. Martini and C. Kawa and A. Malis",
+  title="{Encapsulation Methods for Transport of Frame Relay over Multiprotocol Label Switching (MPLS) Networks}",
+  series="Request for Comments",
+  number="4619",
+  howpublished="RFC 4619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4619.txt",
+}
+
+ at misc{rfc4620,
+  author="M. Crawford and  B. Haberman",
+  title="{IPv6 Node Information Queries}",
+  series="Request for Comments",
+  number="4620",
+  howpublished="RFC 4620 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4620.txt",
+}
+
+ at misc{rfc4621,
+  author="T. Kivinen and H. Tschofenig",
+  title="{Design of the IKEv2 Mobility and Multihoming (MOBIKE) Protocol}",
+  series="Request for Comments",
+  number="4621",
+  howpublished="RFC 4621 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4621.txt",
+}
+
+ at misc{rfc4622,
+  author="P. Saint-Andre",
+  title="{Internationalized Resource Identifiers (IRIs) and Uniform Resource Identifiers (URIs) for the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="4622",
+  howpublished="RFC 4622 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    note="Obsoleted by RFC 5122",
+  url="http://www.ietf.org/rfc/rfc4622.txt",
+}
+
+ at misc{rfc4623,
+  author="A. Malis and M. Townsley",
+  title="{Pseudowire Emulation Edge-to-Edge (PWE3) Fragmentation and Reassembly}",
+  series="Request for Comments",
+  number="4623",
+  howpublished="RFC 4623 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4623.txt",
+}
+
+ at misc{rfc4624,
+  author="B. Fenner and D. Thaler",
+  title="{Multicast Source Discovery Protocol (MSDP) MIB}",
+  series="Request for Comments",
+  number="4624",
+  howpublished="RFC 4624 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4624.txt",
+}
+
+ at misc{rfc4625,
+  author="C. DeSanti and K. McCloghrie and S. Kode and S. Gai",
+  title="{Fibre Channel Routing Information MIB}",
+  series="Request for Comments",
+  number="4625",
+  howpublished="RFC 4625 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4625.txt",
+}
+
+ at misc{rfc4626,
+  author="C. DeSanti and V. Gaonkar and K. McCloghrie and S. Gai",
+  title="{MIB for Fibre Channel's Fabric Shortest Path First (FSPF) Protocol}",
+  series="Request for Comments",
+  number="4626",
+  howpublished="RFC 4626 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4626.txt",
+}
+
+ at misc{rfc4627,
+  author="D. Crockford",
+  title="{The application/json Media Type for JavaScript Object Notation (JSON)}",
+  series="Request for Comments",
+  number="4627",
+  howpublished="RFC 4627 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    note="Obsoleted by RFC 7159",
+  url="http://www.ietf.org/rfc/rfc4627.txt",
+}
+
+ at misc{rfc4628,
+  author="R. Even",
+  title="{RTP Payload Format for H.263 Moving RFC 2190 to Historic Status}",
+  series="Request for Comments",
+  number="4628",
+  howpublished="RFC 4628 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4628.txt",
+}
+
+ at misc{rfc4629,
+  author="J. Ott and C. Bormann and G. Sullivan and S. Wenger and R. Even",
+  title="{RTP Payload Format for ITU-T Rec. H.263 Video}",
+  series="Request for Comments",
+  number="4629",
+  howpublished="RFC 4629 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4629.txt",
+}
+
+ at misc{rfc4630,
+  author="R. Housley and S. Santesson",
+  title="{Update to DirectoryString Processing in the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="4630",
+  howpublished="RFC 4630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    note="Obsoleted by RFC 5280",
+  url="http://www.ietf.org/rfc/rfc4630.txt",
+}
+
+ at misc{rfc4631,
+  author="M. Dubuc and T. Nadeau and J. Lang and E. McGinnis and A. Farrel",
+  title="{Link Management Protocol (LMP) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="4631",
+  howpublished="RFC 4631 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4631.txt",
+}
+
+ at misc{rfc4632,
+  author="V. Fuller and T. Li",
+  title="{Classless Inter-domain Routing (CIDR): The Internet Address Assignment and Aggregation Plan}",
+  series="Request for Comments",
+  number="4632",
+  howpublished="RFC 4632 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4632.txt",
+}
+
+ at misc{rfc4633,
+  author="S. Hartman",
+  title="{Experiment in Long-Term Suspensions From Internet Engineering Task Force (IETF) Mailing Lists}",
+  series="Request for Comments",
+  number="4633",
+  howpublished="RFC 4633 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4633.txt",
+}
+
+ at misc{rfc4634,
+  author="D. Eastlake 3rd and T. Hansen",
+  title="{US Secure Hash Algorithms (SHA and HMAC-SHA)}",
+  series="Request for Comments",
+  number="4634",
+  howpublished="RFC 4634 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=jul,
+    note="Obsoleted by RFC 6234",
+  url="http://www.ietf.org/rfc/rfc4634.txt",
+}
+
+ at misc{rfc4635,
+  author="D. Eastlake 3rd",
+  title="{HMAC SHA (Hashed Message Authentication Code, Secure Hash Algorithm) TSIG Algorithm Identifiers}",
+  series="Request for Comments",
+  number="4635",
+  howpublished="RFC 4635 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4635.txt",
+}
+
+ at misc{rfc4636,
+  author="C. Perkins",
+  title="{Foreign Agent Error Extension for Mobile IPv4}",
+  series="Request for Comments",
+  number="4636",
+  howpublished="RFC 4636 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4636.txt",
+}
+
+ at misc{rfc4638,
+  author="P. Arberg and D. Kourkouzelis and M. Duckett and T. Anschutz and J. Moisand",
+  title="{Accommodating a Maximum Transit Unit/Maximum Receive Unit (MTU/MRU) Greater Than 1492 in the Point-to-Point Protocol over Ethernet (PPPoE)}",
+  series="Request for Comments",
+  number="4638",
+  howpublished="RFC 4638 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4638.txt",
+}
+
+ at misc{rfc4639,
+  author="R. Woundy and K. Marez",
+  title="{Cable Device Management Information Base for Data-Over-Cable Service Interface Specification (DOCSIS) Compliant Cable Modems and Cable Modem Termination Systems}",
+  series="Request for Comments",
+  number="4639",
+  howpublished="RFC 4639 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4639.txt",
+}
+
+ at misc{rfc4640,
+  author="A. Patel and G. Giaretta",
+  title="{Problem Statement for bootstrapping Mobile IPv6 (MIPv6)}",
+  series="Request for Comments",
+  number="4640",
+  howpublished="RFC 4640 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4640.txt",
+}
+
+ at misc{rfc4641,
+  author="O. Kolkman and R. Gieben",
+  title="{DNSSEC Operational Practices}",
+  series="Request for Comments",
+  number="4641",
+  howpublished="RFC 4641 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Obsoleted by RFC 6781",
+  url="http://www.ietf.org/rfc/rfc4641.txt",
+}
+
+ at misc{rfc4642,
+  author="K. Murchison and J. Vinocur and C. Newman",
+  title="{Using Transport Layer Security (TLS) with Network News Transfer Protocol (NNTP)}",
+  series="Request for Comments",
+  number="4642",
+  howpublished="RFC 4642 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4642.txt",
+}
+
+ at misc{rfc4643,
+  author="J. Vinocur and K. Murchison",
+  title="{Network News Transfer Protocol (NNTP) Extension for Authentication}",
+  series="Request for Comments",
+  number="4643",
+  howpublished="RFC 4643 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4643.txt",
+}
+
+ at misc{rfc4644,
+  author="J. Vinocur and K. Murchison",
+  title="{Network News Transfer Protocol (NNTP) Extension for Streaming Feeds}",
+  series="Request for Comments",
+  number="4644",
+  howpublished="RFC 4644 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4644.txt",
+}
+
+ at misc{rfc4645,
+  author="D. Ewell",
+  title="{Initial Language Subtag Registry}",
+  series="Request for Comments",
+  number="4645",
+  howpublished="RFC 4645 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4645.txt",
+}
+
+ at misc{rfc4646,
+  author="A. Phillips and M. Davis",
+  title="{Tags for Identifying Languages}",
+  series="Request for Comments",
+  number="4646",
+  howpublished="RFC 4646 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Obsoleted by RFC 5646",
+  url="http://www.ietf.org/rfc/rfc4646.txt",
+}
+
+ at misc{rfc4647,
+  author="A. Phillips and M. Davis",
+  title="{Matching of Language Tags}",
+  series="Request for Comments",
+  number="4647",
+  howpublished="RFC 4647 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4647.txt",
+}
+
+ at misc{rfc4648,
+  author="S. Josefsson",
+  title="{The Base16, Base32, and Base64 Data Encodings}",
+  series="Request for Comments",
+  number="4648",
+  howpublished="RFC 4648 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4648.txt",
+}
+
+ at misc{rfc4649,
+  author="B. Volz",
+  title="{Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Relay Agent Remote-ID Option}",
+  series="Request for Comments",
+  number="4649",
+  howpublished="RFC 4649 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4649.txt",
+}
+
+ at misc{rfc4650,
+  author="M. Euchner",
+  title="{HMAC-Authenticated Diffie-Hellman for Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="4650",
+  howpublished="RFC 4650 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4650.txt",
+}
+
+ at misc{rfc4651,
+  author="C. Vogt and J. Arkko",
+  title="{A Taxonomy and Analysis of Enhancements to Mobile IPv6 Route Optimization}",
+  series="Request for Comments",
+  number="4651",
+  howpublished="RFC 4651 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4651.txt",
+}
+
+ at misc{rfc4652,
+  author="D. Papadimitriou and L.Ong and J. Sadler and S. Shew and D. Ward",
+  title="{Evaluation of Existing Routing Protocols against Automatic Switched Optical Network (ASON) Routing Requirements}",
+  series="Request for Comments",
+  number="4652",
+  howpublished="RFC 4652 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4652.txt",
+}
+
+ at misc{rfc4653,
+  author="S. Bhandarkar and A. L. N. Reddy and M. Allman and E. Blanton",
+  title="{Improving the Robustness of TCP to Non-Congestion Events}",
+  series="Request for Comments",
+  number="4653",
+  howpublished="RFC 4653 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4653.txt",
+}
+
+ at misc{rfc4654,
+  author="J. Widmer and M. Handley",
+  title="{TCP-Friendly Multicast Congestion Control (TFMCC): Protocol Specification}",
+  series="Request for Comments",
+  number="4654",
+  howpublished="RFC 4654 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4654.txt",
+}
+
+ at misc{rfc4655,
+  author="A. Farrel and J.-P. Vasseur and J. Ash",
+  title="{A Path Computation Element (PCE)-Based Architecture}",
+  series="Request for Comments",
+  number="4655",
+  howpublished="RFC 4655 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4655.txt",
+}
+
+ at misc{rfc4656,
+  author="S. Shalunov and B. Teitelbaum and A. Karp and J. Boote and M. Zekauskas",
+  title="{A One-way Active Measurement Protocol (OWAMP)}",
+  series="Request for Comments",
+  number="4656",
+  howpublished="RFC 4656 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Updated by RFCs 7717, 7718",
+  url="http://www.ietf.org/rfc/rfc4656.txt",
+}
+
+ at misc{rfc4657,
+  author="J. Ash and J.L. Le Roux",
+  title="{Path Computation Element (PCE) Communication Protocol Generic Requirements}",
+  series="Request for Comments",
+  number="4657",
+  howpublished="RFC 4657 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4657.txt",
+}
+
+ at misc{rfc4659,
+  author="J. De Clercq and D. Ooms and M. Carugi and F. Le Faucheur",
+  title="{BGP-MPLS IP Virtual Private Network (VPN) Extension for IPv6 VPN}",
+  series="Request for Comments",
+  number="4659",
+  howpublished="RFC 4659 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4659.txt",
+}
+
+ at misc{rfc4660,
+  author="H. Khartabil and E. Leppanen and M. Lonnfors and J. Costa-Requena",
+  title="{Functional Description of Event Notification Filtering}",
+  series="Request for Comments",
+  number="4660",
+  howpublished="RFC 4660 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Updated by RFC 6665",
+  url="http://www.ietf.org/rfc/rfc4660.txt",
+}
+
+ at misc{rfc4661,
+  author="H. Khartabil and E. Leppanen and M. Lonnfors and J. Costa-Requena",
+  title="{An Extensible Markup Language (XML)-Based Format for Event Notification Filtering}",
+  series="Request for Comments",
+  number="4661",
+  howpublished="RFC 4661 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4661.txt",
+}
+
+ at misc{rfc4662,
+  author="A. B. Roach and B. Campbell and J. Rosenberg",
+  title="{A Session Initiation Protocol (SIP) Event Notification Extension for Resource Lists}",
+  series="Request for Comments",
+  number="4662",
+  howpublished="RFC 4662 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4662.txt",
+}
+
+ at misc{rfc4663,
+  author="D. Harrington",
+  title="{Transferring MIB Work from IETF Bridge MIB WG to IEEE 802.1 WG}",
+  series="Request for Comments",
+  number="4663",
+  howpublished="RFC 4663 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4663.txt",
+}
+
+ at misc{rfc4664,
+  author="L. Andersson and E. Rosen",
+  title="{Framework for Layer 2 Virtual Private Networks (L2VPNs)}",
+  series="Request for Comments",
+  number="4664",
+  howpublished="RFC 4664 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4664.txt",
+}
+
+ at misc{rfc4665,
+  author="W. Augustyn and Y. Serbest",
+  title="{Service Requirements for Layer 2 Provider-Provisioned Virtual Private Networks}",
+  series="Request for Comments",
+  number="4665",
+  howpublished="RFC 4665 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4665.txt",
+}
+
+ at misc{rfc4666,
+  author="K. Morneault and J. Pastor-Balbas",
+  title="{Signaling System 7 (SS7) Message Transfer Part 3 (MTP3) - User Adaptation Layer (M3UA)}",
+  series="Request for Comments",
+  number="4666",
+  howpublished="RFC 4666 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4666.txt",
+}
+
+ at misc{rfc4667,
+  author="W. Luo",
+  title="{Layer 2 Virtual Private Network (L2VPN) Extensions for Layer 2 Tunneling Protocol (L2TP)}",
+  series="Request for Comments",
+  number="4667",
+  howpublished="RFC 4667 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4667.txt",
+}
+
+ at misc{rfc4668,
+  author="D. Nelson",
+  title="{RADIUS Authentication Client MIB for IPv6}",
+  series="Request for Comments",
+  number="4668",
+  howpublished="RFC 4668 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4668.txt",
+}
+
+ at misc{rfc4669,
+  author="D. Nelson",
+  title="{RADIUS Authentication Server MIB for IPv6}",
+  series="Request for Comments",
+  number="4669",
+  howpublished="RFC 4669 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4669.txt",
+}
+
+ at misc{rfc4670,
+  author="D. Nelson",
+  title="{RADIUS Accounting Client MIB for IPv6}",
+  series="Request for Comments",
+  number="4670",
+  howpublished="RFC 4670 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4670.txt",
+}
+
+ at misc{rfc4671,
+  author="D. Nelson",
+  title="{RADIUS Accounting Server MIB for IPv6}",
+  series="Request for Comments",
+  number="4671",
+  howpublished="RFC 4671 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4671.txt",
+}
+
+ at misc{rfc4672,
+  author="S. De Cnodder and N. Jonnala and M. Chiba",
+  title="{RADIUS Dynamic Authorization Client MIB}",
+  series="Request for Comments",
+  number="4672",
+  howpublished="RFC 4672 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4672.txt",
+}
+
+ at misc{rfc4673,
+  author="S. De Cnodder and N. Jonnala and M. Chiba",
+  title="{RADIUS Dynamic Authorization Server MIB}",
+  series="Request for Comments",
+  number="4673",
+  howpublished="RFC 4673 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4673.txt",
+}
+
+ at misc{rfc4674,
+  author="J.L. Le Roux",
+  title="{Requirements for Path Computation Element (PCE) Discovery}",
+  series="Request for Comments",
+  number="4674",
+  howpublished="RFC 4674 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4674.txt",
+}
+
+ at misc{rfc4675,
+  author="P. Congdon and M. Sanchez and B. Aboba",
+  title="{RADIUS Attributes for Virtual LAN and Priority Support}",
+  series="Request for Comments",
+  number="4675",
+  howpublished="RFC 4675 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4675.txt",
+}
+
+ at misc{rfc4676,
+  author="H. Schulzrinne",
+  title="{Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Option for Civic Addresses Configuration Information}",
+  series="Request for Comments",
+  number="4676",
+  howpublished="RFC 4676 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Obsoleted by RFC 4776",
+  url="http://www.ietf.org/rfc/rfc4676.txt",
+}
+
+ at misc{rfc4677,
+  author="P. Hoffman and S. Harris",
+  title="{The Tao of IETF - A Novice's Guide to the Internet Engineering Task Force}",
+  series="Request for Comments",
+  number="4677",
+  howpublished="RFC 4677 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    note="Obsoleted by RFC 6722",
+  url="http://www.ietf.org/rfc/rfc4677.txt",
+}
+
+ at misc{rfc4678,
+  author="A. Bivens",
+  title="{Server/Application State Protocol v1}",
+  series="Request for Comments",
+  number="4678",
+  howpublished="RFC 4678 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4678.txt",
+}
+
+ at misc{rfc4679,
+  author="V. Mammoliti and G. Zorn and P. Arberg and R. Rennison",
+  title="{DSL Forum Vendor-Specific RADIUS Attributes}",
+  series="Request for Comments",
+  number="4679",
+  howpublished="RFC 4679 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4679.txt",
+}
+
+ at misc{rfc4680,
+  author="S. Santesson",
+  title="{TLS Handshake Message for Supplemental Data}",
+  series="Request for Comments",
+  number="4680",
+  howpublished="RFC 4680 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4680.txt",
+}
+
+ at misc{rfc4681,
+  author="S. Santesson and A. Medvinsky and J. Ball",
+  title="{TLS User Mapping Extension}",
+  series="Request for Comments",
+  number="4681",
+  howpublished="RFC 4681 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4681.txt",
+}
+
+ at misc{rfc4682,
+  author="E. Nechamkin and J-F. Mule",
+  title="{Multimedia Terminal Adapter (MTA) Management Information Base for PacketCable- and IPCablecom-Compliant Devices}",
+  series="Request for Comments",
+  number="4682",
+  howpublished="RFC 4682 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4682.txt",
+}
+
+ at misc{rfc4683,
+  author="J. Park and J. Lee and H.. Lee and S. Park and T. Polk",
+  title="{Internet X.509 Public Key Infrastructure Subject Identification Method (SIM)}",
+  series="Request for Comments",
+  number="4683",
+  howpublished="RFC 4683 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4683.txt",
+}
+
+ at misc{rfc4684,
+  author="P. Marques and R. Bonica and L. Fang and L. Martini and R. Raszuk and K. Patel and J. Guichard",
+  title="{Constrained Route Distribution for Border Gateway Protocol/MultiProtocol Label Switching (BGP/MPLS) Internet Protocol (IP) Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="4684",
+  howpublished="RFC 4684 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4684.txt",
+}
+
+ at misc{rfc4685,
+  author="J. Snell",
+  title="{Atom Threading Extensions}",
+  series="Request for Comments",
+  number="4685",
+  howpublished="RFC 4685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4685.txt",
+}
+
+ at misc{rfc4686,
+  author="J. Fenton",
+  title="{Analysis of Threats Motivating DomainKeys Identified Mail (DKIM)}",
+  series="Request for Comments",
+  number="4686",
+  howpublished="RFC 4686 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4686.txt",
+}
+
+ at misc{rfc4687,
+  author="S. Yasukawa and A. Farrel and D. King and T. Nadeau",
+  title="{Operations and Management (OAM) Requirements  for Point-to-Multipoint MPLS Networks}",
+  series="Request for Comments",
+  number="4687",
+  howpublished="RFC 4687 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4687.txt",
+}
+
+ at misc{rfc4688,
+  author="S. Rushing",
+  title="{A Uniform Resource Name (URN) Namespace for Aerospace and Defence Industries Association of Europe (ASD) Specification 1000D}",
+  series="Request for Comments",
+  number="4688",
+  howpublished="RFC 4688 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4688.txt",
+}
+
+ at misc{rfc4689,
+  author="S. Poretsky and J. Perser and S. Erramilli and S. Khurana",
+  title="{Terminology for Benchmarking Network-layer Traffic Control Mechanisms}",
+  series="Request for Comments",
+  number="4689",
+  howpublished="RFC 4689 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4689.txt",
+}
+
+ at misc{rfc4690,
+  author="J. Klensin and P. Faltstrom and C. Karp and IAB",
+  title="{Review and Recommendations for Internationalized Domain Names (IDNs)}",
+  series="Request for Comments",
+  number="4690",
+  howpublished="RFC 4690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4690.txt",
+}
+
+ at misc{rfc4691,
+  author="L. Andersson",
+  title="{Guidelines for Acting as an IETF Liaison to Another Organization}",
+  series="Request for Comments",
+  number="4691",
+  howpublished="RFC 4691 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4691.txt",
+}
+
+ at misc{rfc4692,
+  author="G. Huston",
+  title="{Considerations on the IPv6 Host Density Metric}",
+  series="Request for Comments",
+  number="4692",
+  howpublished="RFC 4692 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4692.txt",
+}
+
+ at misc{rfc4693,
+  author="H. Alvestrand",
+  title="{IETF Operational Notes}",
+  series="Request for Comments",
+  number="4693",
+  howpublished="RFC 4693 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Obsoleted by RFC 6393",
+  url="http://www.ietf.org/rfc/rfc4693.txt",
+}
+
+ at misc{rfc4694,
+  author="J. Yu",
+  title="{Number Portability Parameters for the "tel" URI}",
+  series="Request for Comments",
+  number="4694",
+  howpublished="RFC 4694 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4694.txt",
+}
+
+ at misc{rfc4695,
+  author="J. Lazzaro and J. Wawrzynek",
+  title="{RTP Payload Format for MIDI}",
+  series="Request for Comments",
+  number="4695",
+  howpublished="RFC 4695 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Obsoleted by RFC 6295",
+  url="http://www.ietf.org/rfc/rfc4695.txt",
+}
+
+ at misc{rfc4696,
+  author="J. Lazzaro and J. Wawrzynek",
+  title="{An Implementation Guide for RTP MIDI}",
+  series="Request for Comments",
+  number="4696",
+  howpublished="RFC 4696 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4696.txt",
+}
+
+ at misc{rfc4697,
+  author="M. Larson and P. Barber",
+  title="{Observed DNS Resolution Misbehavior}",
+  series="Request for Comments",
+  number="4697",
+  howpublished="RFC 4697 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4697.txt",
+}
+
+ at misc{rfc4698,
+  author="E. Gunduz and A. Newton and S. Kerr",
+  title="{IRIS: An Address Registry (areg) Type for the Internet Registry Information Service}",
+  series="Request for Comments",
+  number="4698",
+  howpublished="RFC 4698 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4698.txt",
+}
+
+ at misc{rfc4701,
+  author="M. Stapp and T. Lemon and A. Gustafsson",
+  title="{A DNS Resource Record (RR) for Encoding Dynamic Host Configuration Protocol (DHCP) Information (DHCID RR)}",
+  series="Request for Comments",
+  number="4701",
+  howpublished="RFC 4701 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Updated by RFC 5494",
+  url="http://www.ietf.org/rfc/rfc4701.txt",
+}
+
+ at misc{rfc4702,
+  author="M. Stapp and B. Volz and Y. Rekhter",
+  title="{The Dynamic Host Configuration Protocol (DHCP) Client Fully Qualified Domain Name (FQDN) Option}",
+  series="Request for Comments",
+  number="4702",
+  howpublished="RFC 4702 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4702.txt",
+}
+
+ at misc{rfc4703,
+  author="M. Stapp and B. Volz",
+  title="{Resolution of Fully Qualified Domain Name (FQDN) Conflicts among Dynamic Host Configuration Protocol (DHCP) Clients}",
+  series="Request for Comments",
+  number="4703",
+  howpublished="RFC 4703 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4703.txt",
+}
+
+ at misc{rfc4704,
+  author="B. Volz",
+  title="{The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Client Fully Qualified Domain Name (FQDN) Option}",
+  series="Request for Comments",
+  number="4704",
+  howpublished="RFC 4704 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4704.txt",
+}
+
+ at misc{rfc4705,
+  author="R. Housley and A. Corry",
+  title="{GigaBeam High-Speed Radio Link Encryption}",
+  series="Request for Comments",
+  number="4705",
+  howpublished="RFC 4705 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4705.txt",
+}
+
+ at misc{rfc4706,
+  author="M. Morgenstern and M. Dodge and S. Baillie and U. Bonollo",
+  title="{Definitions of Managed Objects for Asymmetric Digital Subscriber Line 2 (ADSL2)}",
+  series="Request for Comments",
+  number="4706",
+  howpublished="RFC 4706 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4706.txt",
+}
+
+ at misc{rfc4707,
+  author="P. Grau and V. Heinau and H. Schlichting and R. Schuettler",
+  title="{Netnews Administration System (NAS)}",
+  series="Request for Comments",
+  number="4707",
+  howpublished="RFC 4707 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4707.txt",
+}
+
+ at misc{rfc4708,
+  author="A. Miller",
+  title="{CellML Media Type}",
+  series="Request for Comments",
+  number="4708",
+  howpublished="RFC 4708 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4708.txt",
+}
+
+ at misc{rfc4709,
+  author="J. Reschke",
+  title="{Mounting Web Distributed Authoring and Versioning (WebDAV) Servers}",
+  series="Request for Comments",
+  number="4709",
+  howpublished="RFC 4709 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4709.txt",
+}
+
+ at misc{rfc4710,
+  author="A. Siddiqui and D. Romascanu and E. Golovinsky",
+  title="{Real-time Application Quality-of-Service Monitoring (RAQMON) Framework}",
+  series="Request for Comments",
+  number="4710",
+  howpublished="RFC 4710 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4710.txt",
+}
+
+ at misc{rfc4711,
+  author="A. Siddiqui and D. Romascanu and E. Golovinsky",
+  title="{Real-time Application Quality-of-Service Monitoring (RAQMON) MIB}",
+  series="Request for Comments",
+  number="4711",
+  howpublished="RFC 4711 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4711.txt",
+}
+
+ at misc{rfc4712,
+  author="A. Siddiqui and D. Romascanu and E. Golovinsky and M. Rahman and Y. Kim",
+  title="{Transport Mappings for Real-time Application Quality-of-Service Monitoring (RAQMON) Protocol Data Unit (PDU)}",
+  series="Request for Comments",
+  number="4712",
+  howpublished="RFC 4712 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4712.txt",
+}
+
+ at misc{rfc4713,
+  author="X. Lee and W. Mao and E. Chen and N. Hsu and J. Klensin",
+  title="{Registration and Administration Recommendations for Chinese Domain Names}",
+  series="Request for Comments",
+  number="4713",
+  howpublished="RFC 4713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4713.txt",
+}
+
+ at misc{rfc4714,
+  author="A. Mankin and S. Hayes",
+  title="{Requirements for IETF Technical Publication Service}",
+  series="Request for Comments",
+  number="4714",
+  howpublished="RFC 4714 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4714.txt",
+}
+
+ at misc{rfc4715,
+  author="M. Munakata and S. Schubert and T. Ohba",
+  title="{The Integrated Services Digital Network (ISDN) Subaddress Encoding Type for tel URI}",
+  series="Request for Comments",
+  number="4715",
+  howpublished="RFC 4715 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4715.txt",
+}
+
+ at misc{rfc4716,
+  author="J. Galbraith and R. Thayer",
+  title="{The Secure Shell (SSH) Public Key File Format}",
+  series="Request for Comments",
+  number="4716",
+  howpublished="RFC 4716 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4716.txt",
+}
+
+ at misc{rfc4717,
+  author="L. Martini and J. Jayakumar and M. Bocci and N. El-Aawar and J. Brayley and G. Koleyni",
+  title="{Encapsulation Methods for Transport of Asynchronous Transfer Mode (ATM) over MPLS Networks}",
+  series="Request for Comments",
+  number="4717",
+  howpublished="RFC 4717 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4717.txt",
+}
+
+ at misc{rfc4718,
+  author="P. Eronen and P. Hoffman",
+  title="{IKEv2 Clarifications and Implementation Guidelines}",
+  series="Request for Comments",
+  number="4718",
+  howpublished="RFC 4718 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Obsoleted by RFC 5996",
+  url="http://www.ietf.org/rfc/rfc4718.txt",
+}
+
+ at misc{rfc4719,
+  author="R. Aggarwal and M. Townsley and M. Dos Santos",
+  title="{Transport of Ethernet Frames over Layer 2 Tunneling Protocol Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="4719",
+  howpublished="RFC 4719 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Updated by RFC 5641",
+  url="http://www.ietf.org/rfc/rfc4719.txt",
+}
+
+ at misc{rfc4720,
+  author="A. Malis and D. Allan and N. Del Regno",
+  title="{Pseudowire Emulation Edge-to-Edge (PWE3) Frame Check Sequence Retention}",
+  series="Request for Comments",
+  number="4720",
+  howpublished="RFC 4720 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4720.txt",
+}
+
+ at misc{rfc4721,
+  author="C. Perkins and P. Calhoun and J. Bharatia",
+  title="{Mobile IPv4 Challenge/Response Extensions (Revised)}",
+  series="Request for Comments",
+  number="4721",
+  howpublished="RFC 4721 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4721.txt",
+}
+
+ at misc{rfc4722,
+  author="J. Van Dyke and E. Burger and A. Spitzer",
+  title="{Media Server Control Markup Language (MSCML) and Protocol}",
+  series="Request for Comments",
+  number="4722",
+  howpublished="RFC 4722 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Obsoleted by RFC 5022",
+  url="http://www.ietf.org/rfc/rfc4722.txt",
+}
+
+ at misc{rfc4723,
+  author="T. Kosonen and T. White",
+  title="{Registration of Media Type audio/mobile-xmf}",
+  series="Request for Comments",
+  number="4723",
+  howpublished="RFC 4723 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4723.txt",
+}
+
+ at misc{rfc4724,
+  author="S. Sangli and E. Chen and R. Fernando and J. Scudder and Y. Rekhter",
+  title="{Graceful Restart Mechanism for BGP}",
+  series="Request for Comments",
+  number="4724",
+  howpublished="RFC 4724 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4724.txt",
+}
+
+ at misc{rfc4725,
+  author="A. Mayrhofer and B. Hoeneisen",
+  title="{ENUM Validation Architecture}",
+  series="Request for Comments",
+  number="4725",
+  howpublished="RFC 4725 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4725.txt",
+}
+
+ at misc{rfc4726,
+  author="A. Farrel and J.-P. Vasseur and A. Ayyangar",
+  title="{A Framework for Inter-Domain Multiprotocol Label Switching Traffic Engineering}",
+  series="Request for Comments",
+  number="4726",
+  howpublished="RFC 4726 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4726.txt",
+}
+
+ at misc{rfc4727,
+  author="B. Fenner",
+  title="{Experimental Values In IPv4, IPv6, ICMPv4, ICMPv6, UDP, and TCP Headers}",
+  series="Request for Comments",
+  number="4727",
+  howpublished="RFC 4727 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4727.txt",
+}
+
+ at misc{rfc4728,
+  author="D. Johnson and Y. Hu and D. Maltz",
+  title="{The Dynamic Source Routing Protocol (DSR) for Mobile Ad Hoc Networks for IPv4}",
+  series="Request for Comments",
+  number="4728",
+  howpublished="RFC 4728 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4728.txt",
+}
+
+ at misc{rfc4729,
+  author="M. Abel",
+  title="{A Uniform Resource Name (URN) Namespace for  the Near Field Communication (NFC) Forum}",
+  series="Request for Comments",
+  number="4729",
+  howpublished="RFC 4729 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4729.txt",
+}
+
+ at misc{rfc4730,
+  author="E. Burger and M. Dolly",
+  title="{A Session Initiation Protocol (SIP) Event Package for Key Press Stimulus (KPML)}",
+  series="Request for Comments",
+  number="4730",
+  howpublished="RFC 4730 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4730.txt",
+}
+
+ at misc{rfc4731,
+  author="A. Melnikov and D. Cridland",
+  title="{IMAP4 Extension to SEARCH Command for Controlling What Kind of Information Is Returned}",
+  series="Request for Comments",
+  number="4731",
+  howpublished="RFC 4731 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4731.txt",
+}
+
+ at misc{rfc4732,
+  author="M. Handley and E. Rescorla and IAB",
+  title="{Internet Denial-of-Service Considerations}",
+  series="Request for Comments",
+  number="4732",
+  howpublished="RFC 4732 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4732.txt",
+}
+
+ at misc{rfc4733,
+  author="H. Schulzrinne and T. Taylor",
+  title="{RTP Payload for DTMF Digits, Telephony Tones, and Telephony Signals}",
+  series="Request for Comments",
+  number="4733",
+  howpublished="RFC 4733 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    note="Updated by RFCs 4734, 5244",
+  url="http://www.ietf.org/rfc/rfc4733.txt",
+}
+
+ at misc{rfc4734,
+  author="H. Schulzrinne and T. Taylor",
+  title="{Definition of Events for Modem, Fax, and Text Telephony Signals}",
+  series="Request for Comments",
+  number="4734",
+  howpublished="RFC 4734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4734.txt",
+}
+
+ at misc{rfc4735,
+  author="T. Taylor",
+  title="{Example Media Types for Use in Documentation}",
+  series="Request for Comments",
+  number="4735",
+  howpublished="RFC 4735 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4735.txt",
+}
+
+ at misc{rfc4736,
+  author="JP. Vasseur and Y. Ikejiri and R. Zhang",
+  title="{Reoptimization of Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Loosely Routed Label Switched Path (LSP)}",
+  series="Request for Comments",
+  number="4736",
+  howpublished="RFC 4736 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4736.txt",
+}
+
+ at misc{rfc4737,
+  author="A. Morton and L. Ciavattone and G. Ramachandran and S. Shalunov and J. Perser",
+  title="{Packet Reordering Metrics}",
+  series="Request for Comments",
+  number="4737",
+  howpublished="RFC 4737 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Updated by RFC 6248",
+  url="http://www.ietf.org/rfc/rfc4737.txt",
+}
+
+ at misc{rfc4738,
+  author="D. Ignjatic and L. Dondeti and F. Audet and P. Lin",
+  title="{MIKEY-RSA-R: An Additional Mode of Key Distribution in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="4738",
+  howpublished="RFC 4738 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4738.txt",
+}
+
+ at misc{rfc4739,
+  author="P. Eronen and J. Korhonen",
+  title="{Multiple Authentication Exchanges in the Internet Key Exchange (IKEv2) Protocol}",
+  series="Request for Comments",
+  number="4739",
+  howpublished="RFC 4739 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4739.txt",
+}
+
+ at misc{rfc4740,
+  author="M. Garcia-Martin and M. Belinchon and M. Pallares-Lopez and C. Canales-Valenzuela and K. Tammi",
+  title="{Diameter Session Initiation Protocol (SIP) Application}",
+  series="Request for Comments",
+  number="4740",
+  howpublished="RFC 4740 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4740.txt",
+}
+
+ at misc{rfc4741,
+  author="R. Enns",
+  title="{NETCONF Configuration Protocol}",
+  series="Request for Comments",
+  number="4741",
+  howpublished="RFC 4741 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    note="Obsoleted by RFC 6241",
+  url="http://www.ietf.org/rfc/rfc4741.txt",
+}
+
+ at misc{rfc4742,
+  author="M. Wasserman and T. Goddard",
+  title="{Using the NETCONF Configuration Protocol over Secure SHell (SSH)}",
+  series="Request for Comments",
+  number="4742",
+  howpublished="RFC 4742 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    note="Obsoleted by RFC 6242",
+  url="http://www.ietf.org/rfc/rfc4742.txt",
+}
+
+ at misc{rfc4743,
+  author="T. Goddard",
+  title="{Using NETCONF over the Simple Object Access Protocol (SOAP)}",
+  series="Request for Comments",
+  number="4743",
+  howpublished="RFC 4743 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4743.txt",
+}
+
+ at misc{rfc4744,
+  author="E. Lear and K. Crozier",
+  title="{Using the NETCONF Protocol over the Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="4744",
+  howpublished="RFC 4744 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4744.txt",
+}
+
+ at misc{rfc4745,
+  author="H. Schulzrinne and H. Tschofenig and J. Morris and J. Cuellar and J. Polk and J. Rosenberg",
+  title="{Common Policy: A Document Format for Expressing Privacy Preferences}",
+  series="Request for Comments",
+  number="4745",
+  howpublished="RFC 4745 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4745.txt",
+}
+
+ at misc{rfc4746,
+  author="T. Clancy and W. Arbaugh",
+  title="{Extensible Authentication Protocol (EAP) Password Authenticated Exchange}",
+  series="Request for Comments",
+  number="4746",
+  howpublished="RFC 4746 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4746.txt",
+}
+
+ at misc{rfc4747,
+  author="S. Kipp and G. Ramkumar and K. McCloghrie",
+  title="{The Virtual Fabrics MIB}",
+  series="Request for Comments",
+  number="4747",
+  howpublished="RFC 4747 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4747.txt",
+}
+
+ at misc{rfc4748,
+  author="S. Bradner",
+  title="{RFC 3978 Update to Recognize the IETF Trust}",
+  series="Request for Comments",
+  number="4748",
+  howpublished="RFC 4748 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Obsoleted by RFC 5378",
+  url="http://www.ietf.org/rfc/rfc4748.txt",
+}
+
+ at misc{rfc4749,
+  author="A. Sollaud",
+  title="{RTP Payload Format for the G.729.1 Audio Codec}",
+  series="Request for Comments",
+  number="4749",
+  howpublished="RFC 4749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=oct,
+    note="Updated by RFC 5459",
+  url="http://www.ietf.org/rfc/rfc4749.txt",
+}
+
+ at misc{rfc4750,
+  author="D. Joyal and P. Galecki and S. Giacalone and R. Coltun and F. Baker",
+  title="{OSPF Version 2 Management Information Base}",
+  series="Request for Comments",
+  number="4750",
+  howpublished="RFC 4750 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4750.txt",
+}
+
+ at misc{rfc4752,
+  author="A. Melnikov",
+  title="{The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism}",
+  series="Request for Comments",
+  number="4752",
+  howpublished="RFC 4752 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4752.txt",
+}
+
+ at misc{rfc4753,
+  author="D. Fu and J. Solinas",
+  title="{ECP Groups For IKE and IKEv2}",
+  series="Request for Comments",
+  number="4753",
+  howpublished="RFC 4753 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Obsoleted by RFC 5903",
+  url="http://www.ietf.org/rfc/rfc4753.txt",
+}
+
+ at misc{rfc4754,
+  author="D. Fu and J. Solinas",
+  title="{IKE and IKEv2 Authentication Using the Elliptic Curve Digital Signature Algorithm (ECDSA)}",
+  series="Request for Comments",
+  number="4754",
+  howpublished="RFC 4754 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4754.txt",
+}
+
+ at misc{rfc4755,
+  author="V. Kashyap",
+  title="{IP over InfiniBand: Connected Mode}",
+  series="Request for Comments",
+  number="4755",
+  howpublished="RFC 4755 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4755.txt",
+}
+
+ at misc{rfc4756,
+  author="A. Li",
+  title="{Forward Error Correction Grouping Semantics in Session Description Protocol}",
+  series="Request for Comments",
+  number="4756",
+  howpublished="RFC 4756 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Obsoleted by RFC 5956",
+  url="http://www.ietf.org/rfc/rfc4756.txt",
+}
+
+ at misc{rfc4757,
+  author="K. Jaganathan and L. Zhu and J. Brezak",
+  title="{The RC4-HMAC Kerberos Encryption Types Used by Microsoft Windows}",
+  series="Request for Comments",
+  number="4757",
+  howpublished="RFC 4757 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    note="Updated by RFC 6649",
+  url="http://www.ietf.org/rfc/rfc4757.txt",
+}
+
+ at misc{rfc4758,
+  author="M. Nystroem",
+  title="{Cryptographic Token Key Initialization Protocol (CT-KIP) Version 1.0 Revision 1}",
+  series="Request for Comments",
+  number="4758",
+  howpublished="RFC 4758 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4758.txt",
+}
+
+ at misc{rfc4759,
+  author="R. Stastny and R. Shockey and L. Conroy",
+  title="{The ENUM Dip Indicator Parameter for the "tel" URI}",
+  series="Request for Comments",
+  number="4759",
+  howpublished="RFC 4759 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4759.txt",
+}
+
+ at misc{rfc4760,
+  author="T. Bates and R. Chandra and D. Katz and Y. Rekhter",
+  title="{Multiprotocol Extensions for BGP-4}",
+  series="Request for Comments",
+  number="4760",
+  howpublished="RFC 4760 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Updated by RFC 7606",
+  url="http://www.ietf.org/rfc/rfc4760.txt",
+}
+
+ at misc{rfc4761,
+  author="K. Kompella and Y. Rekhter",
+  title="{Virtual Private LAN Service (VPLS) Using BGP for Auto-Discovery and Signaling}",
+  series="Request for Comments",
+  number="4761",
+  howpublished="RFC 4761 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc4761.txt",
+}
+
+ at misc{rfc4762,
+  author="M. Lasserre and V. Kompella",
+  title="{Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling}",
+  series="Request for Comments",
+  number="4762",
+  howpublished="RFC 4762 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4762.txt",
+}
+
+ at misc{rfc4763,
+  author="M. Vanderveen and H. Soliman",
+  title="{Extensible Authentication Protocol Method for Shared-secret Authentication and Key Establishment (EAP-SAKE)}",
+  series="Request for Comments",
+  number="4763",
+  howpublished="RFC 4763 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4763.txt",
+}
+
+ at misc{rfc4764,
+  author="F. Bersani and H. Tschofenig",
+  title="{The EAP-PSK Protocol: A Pre-Shared Key Extensible Authentication Protocol (EAP) Method}",
+  series="Request for Comments",
+  number="4764",
+  howpublished="RFC 4764 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4764.txt",
+}
+
+ at misc{rfc4765,
+  author="H. Debar and D. Curry and B. Feinstein",
+  title="{The Intrusion Detection Message Exchange Format (IDMEF)}",
+  series="Request for Comments",
+  number="4765",
+  howpublished="RFC 4765 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4765.txt",
+}
+
+ at misc{rfc4766,
+  author="M. Wood and M. Erlinger",
+  title="{Intrusion Detection Message Exchange Requirements}",
+  series="Request for Comments",
+  number="4766",
+  howpublished="RFC 4766 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4766.txt",
+}
+
+ at misc{rfc4767,
+  author="B. Feinstein and G. Matthews",
+  title="{The Intrusion Detection Exchange Protocol (IDXP)}",
+  series="Request for Comments",
+  number="4767",
+  howpublished="RFC 4767 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4767.txt",
+}
+
+ at misc{rfc4768,
+  author="S. Hartman",
+  title="{Desired Enhancements to Generic Security Services Application Program Interface (GSS-API) Version 3 Naming}",
+  series="Request for Comments",
+  number="4768",
+  howpublished="RFC 4768 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4768.txt",
+}
+
+ at misc{rfc4769,
+  author="J. Livingood and R. Shockey",
+  title="{IANA Registration for an Enumservice Containing Public Switched Telephone Network (PSTN) Signaling Information}",
+  series="Request for Comments",
+  number="4769",
+  howpublished="RFC 4769 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4769.txt",
+}
+
+ at misc{rfc4770,
+  author="C. Jennings and J. Reschke",
+  title="{vCard Extensions for Instant Messaging (IM)}",
+  series="Request for Comments",
+  number="4770",
+  howpublished="RFC 4770 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Obsoleted by RFC 6350",
+  url="http://www.ietf.org/rfc/rfc4770.txt",
+}
+
+ at misc{rfc4771,
+  author="V. Lehtovirta and M. Naslund and K. Norrman",
+  title="{Integrity Transform Carrying Roll-Over Counter for the Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="4771",
+  howpublished="RFC 4771 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4771.txt",
+}
+
+ at misc{rfc4772,
+  author="S. Kelly",
+  title="{Security Implications of Using the Data Encryption Standard (DES)}",
+  series="Request for Comments",
+  number="4772",
+  howpublished="RFC 4772 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4772.txt",
+}
+
+ at misc{rfc4773,
+  author="G. Huston",
+  title="{Administration of the IANA Special Purpose IPv6 Address Block}",
+  series="Request for Comments",
+  number="4773",
+  howpublished="RFC 4773 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    note="Obsoleted by RFC 6890",
+  url="http://www.ietf.org/rfc/rfc4773.txt",
+}
+
+ at misc{rfc4774,
+  author="S. Floyd",
+  title="{Specifying Alternate Semantics for the Explicit Congestion Notification (ECN) Field}",
+  series="Request for Comments",
+  number="4774",
+  howpublished="RFC 4774 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Updated by RFC 6040",
+  url="http://www.ietf.org/rfc/rfc4774.txt",
+}
+
+ at misc{rfc4775,
+  author="S. Bradner and B. Carpenter and T. Narten",
+  title="{Procedures for Protocol Extensions and Variations}",
+  series="Request for Comments",
+  number="4775",
+  howpublished="RFC 4775 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4775.txt",
+}
+
+ at misc{rfc4776,
+  author="H. Schulzrinne",
+  title="{Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Option for Civic Addresses Configuration Information}",
+  series="Request for Comments",
+  number="4776",
+  howpublished="RFC 4776 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    note="Updated by RFCs 5774, 6848",
+  url="http://www.ietf.org/rfc/rfc4776.txt",
+}
+
+ at misc{rfc4777,
+  author="T. Murphy Jr. and P. Rieth and J. Stevens",
+  title="{IBM's iSeries Telnet Enhancements}",
+  series="Request for Comments",
+  number="4777",
+  howpublished="RFC 4777 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4777.txt",
+}
+
+ at misc{rfc4778,
+  author="M. Kaeo",
+  title="{Operational Security Current Practices in Internet Service Provider Environments}",
+  series="Request for Comments",
+  number="4778",
+  howpublished="RFC 4778 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4778.txt",
+}
+
+ at misc{rfc4779,
+  author="S. Asadullah and A. Ahmed and C. Popoviciu and P. Savola and J. Palet",
+  title="{ISP IPv6 Deployment Scenarios in Broadband Access Networks}",
+  series="Request for Comments",
+  number="4779",
+  howpublished="RFC 4779 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4779.txt",
+}
+
+ at misc{rfc4780,
+  author="K. Lingle and J-F. Mule and J. Maeng and D. Walker",
+  title="{Management Information Base for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4780",
+  howpublished="RFC 4780 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4780.txt",
+}
+
+ at misc{rfc4781,
+  author="Y. Rekhter and R. Aggarwal",
+  title="{Graceful Restart Mechanism for BGP with MPLS}",
+  series="Request for Comments",
+  number="4781",
+  howpublished="RFC 4781 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4781.txt",
+}
+
+ at misc{rfc4782,
+  author="S. Floyd and M. Allman and A. Jain and P. Sarolahti",
+  title="{Quick-Start for TCP and IP}",
+  series="Request for Comments",
+  number="4782",
+  howpublished="RFC 4782 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4782.txt",
+}
+
+ at misc{rfc4783,
+  author="L. Berger",
+  title="{GMPLS - Communication of Alarm Information}",
+  series="Request for Comments",
+  number="4783",
+  howpublished="RFC 4783 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4783.txt",
+}
+
+ at misc{rfc4784,
+  author="C. Carroll and F. Quick",
+  title="{Verizon Wireless Dynamic Mobile IP Key Update for cdma2000(R) Networks}",
+  series="Request for Comments",
+  number="4784",
+  howpublished="RFC 4784 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4784.txt",
+}
+
+ at misc{rfc4785,
+  author="U. Blumenthal and P. Goel",
+  title="{Pre-Shared Key (PSK) Ciphersuites with NULL Encryption for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="4785",
+  howpublished="RFC 4785 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4785.txt",
+}
+
+ at misc{rfc4786,
+  author="J. Abley and K. Lindqvist",
+  title="{Operation of Anycast Services}",
+  series="Request for Comments",
+  number="4786",
+  howpublished="RFC 4786 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4786.txt",
+}
+
+ at misc{rfc4787,
+  author="F. Audet and C. Jennings",
+  title="{Network Address Translation (NAT) Behavioral Requirements for Unicast UDP}",
+  series="Request for Comments",
+  number="4787",
+  howpublished="RFC 4787 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Updated by RFCs 6888, 7857",
+  url="http://www.ietf.org/rfc/rfc4787.txt",
+}
+
+ at misc{rfc4788,
+  author="Q. Xie and R. Kapoor",
+  title="{Enhancements to RTP Payload Formats for EVRC Family Codecs}",
+  series="Request for Comments",
+  number="4788",
+  howpublished="RFC 4788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    note="Updated by RFC 5188",
+  url="http://www.ietf.org/rfc/rfc4788.txt",
+}
+
+ at misc{rfc4789,
+  author="J. Schoenwaelder and T. Jeffree",
+  title="{Simple Network Management Protocol (SNMP) over IEEE 802 Networks}",
+  series="Request for Comments",
+  number="4789",
+  howpublished="RFC 4789 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc4789.txt",
+}
+
+ at misc{rfc4790,
+  author="C. Newman and M. Duerst and  A. Gulbrandsen",
+  title="{Internet Application Protocol Collation Registry}",
+  series="Request for Comments",
+  number="4790",
+  howpublished="RFC 4790 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4790.txt",
+}
+
+ at misc{rfc4791,
+  author="C. Daboo and B. Desruisseaux and L. Dusseault",
+  title="{Calendaring Extensions to WebDAV (CalDAV)}",
+  series="Request for Comments",
+  number="4791",
+  howpublished="RFC 4791 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    note="Updated by RFCs 5689, 6638, 6764, 7809, 7953",
+  url="http://www.ietf.org/rfc/rfc4791.txt",
+}
+
+ at misc{rfc4792,
+  author="S. Legg",
+  title="{Encoding Instructions for the Generic String Encoding Rules (GSER)}",
+  series="Request for Comments",
+  number="4792",
+  howpublished="RFC 4792 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4792.txt",
+}
+
+ at misc{rfc4793,
+  author="M. Nystroem",
+  title="{The EAP Protected One-Time Password Protocol (EAP-POTP)}",
+  series="Request for Comments",
+  number="4793",
+  howpublished="RFC 4793 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4793.txt",
+}
+
+ at misc{rfc4794,
+  author="B. Fenner",
+  title="{RFC 1264 Is Obsolete}",
+  series="Request for Comments",
+  number="4794",
+  howpublished="RFC 4794 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2006,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc4794.txt",
+}
+
+ at misc{rfc4795,
+  author="B. Aboba and D. Thaler and L. Esibov",
+  title="{Link-local Multicast Name Resolution (LLMNR)}",
+  series="Request for Comments",
+  number="4795",
+  howpublished="RFC 4795 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4795.txt",
+}
+
+ at misc{rfc4796,
+  author="J. Hautakorpi and G. Camarillo",
+  title="{The Session Description Protocol (SDP) Content Attribute}",
+  series="Request for Comments",
+  number="4796",
+  howpublished="RFC 4796 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4796.txt",
+}
+
+ at misc{rfc4797,
+  author="Y. Rekhter and R. Bonica and E. Rosen",
+  title="{Use of Provider Edge to Provider Edge (PE-PE) Generic Routing Encapsulation (GRE) or IP in BGP/MPLS IP Virtual Private Networks}",
+  series="Request for Comments",
+  number="4797",
+  howpublished="RFC 4797 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc4797.txt",
+}
+
+ at misc{rfc4798,
+  author="J. De Clercq and D. Ooms and S. Prevost and F. Le Faucheur",
+  title="{Connecting IPv6 Islands over IPv4 MPLS Using IPv6 Provider Edge Routers (6PE)}",
+  series="Request for Comments",
+  number="4798",
+  howpublished="RFC 4798 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4798.txt",
+}
+
+ at misc{rfc4801,
+  author="T. Nadeau and A. Farrel",
+  title="{Definitions of Textual Conventions for Generalized Multiprotocol Label Switching (GMPLS) Management}",
+  series="Request for Comments",
+  number="4801",
+  howpublished="RFC 4801 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4801.txt",
+}
+
+ at misc{rfc4802,
+  author="T. Nadeau and A. Farrel and  Ed.",
+  title="{Generalized Multiprotocol Label Switching (GMPLS) Traffic Engineering Management Information Base}",
+  series="Request for Comments",
+  number="4802",
+  howpublished="RFC 4802 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4802.txt",
+}
+
+ at misc{rfc4803,
+  author="T. Nadeau and A. Farrel",
+  title="{Generalized Multiprotocol Label Switching (GMPLS) Label Switching Router (LSR) Management Information Base}",
+  series="Request for Comments",
+  number="4803",
+  howpublished="RFC 4803 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4803.txt",
+}
+
+ at misc{rfc4804,
+  author="F. Le Faucheur",
+  title="{Aggregation of Resource ReSerVation Protocol (RSVP) Reservations over MPLS TE/DS-TE Tunnels}",
+  series="Request for Comments",
+  number="4804",
+  howpublished="RFC 4804 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4804.txt",
+}
+
+ at misc{rfc4805,
+  author="O. Nicklass",
+  title="{Definitions of Managed Objects for the DS1, J1, E1, DS2, and E2 Interface Types}",
+  series="Request for Comments",
+  number="4805",
+  howpublished="RFC 4805 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4805.txt",
+}
+
+ at misc{rfc4806,
+  author="M. Myers and H. Tschofenig",
+  title="{Online Certificate Status Protocol (OCSP) Extensions to IKEv2}",
+  series="Request for Comments",
+  number="4806",
+  howpublished="RFC 4806 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4806.txt",
+}
+
+ at misc{rfc4807,
+  author="M. Baer and R. Charlet and W. Hardaker and R. Story and C. Wang",
+  title="{IPsec Security Policy Database Configuration MIB}",
+  series="Request for Comments",
+  number="4807",
+  howpublished="RFC 4807 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4807.txt",
+}
+
+ at misc{rfc4808,
+  author="S. Bellovin",
+  title="{Key Change Strategies for TCP-MD5}",
+  series="Request for Comments",
+  number="4808",
+  howpublished="RFC 4808 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4808.txt",
+}
+
+ at misc{rfc4809,
+  author="C. Bonatti and S. Turner and G. Lebovitz",
+  title="{Requirements for an IPsec Certificate Management Profile}",
+  series="Request for Comments",
+  number="4809",
+  howpublished="RFC 4809 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4809.txt",
+}
+
+ at misc{rfc4810,
+  author="C. Wallace and U. Pordesch and R. Brandner",
+  title="{Long-Term Archive Service Requirements}",
+  series="Request for Comments",
+  number="4810",
+  howpublished="RFC 4810 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4810.txt",
+}
+
+ at misc{rfc4811,
+  author="L. Nguyen and A. Roy and A. Zinin",
+  title="{OSPF Out-of-Band Link State Database (LSDB) Resynchronization}",
+  series="Request for Comments",
+  number="4811",
+  howpublished="RFC 4811 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4811.txt",
+}
+
+ at misc{rfc4812,
+  author="L. Nguyen and A. Roy and A. Zinin",
+  title="{OSPF Restart Signaling}",
+  series="Request for Comments",
+  number="4812",
+  howpublished="RFC 4812 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4812.txt",
+}
+
+ at misc{rfc4813,
+  author="B. Friedman and L. Nguyen and A. Roy and D. Yeung and A. Zinin",
+  title="{OSPF Link-Local Signaling}",
+  series="Request for Comments",
+  number="4813",
+  howpublished="RFC 4813 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    note="Obsoleted by RFC 5613",
+  url="http://www.ietf.org/rfc/rfc4813.txt",
+}
+
+ at misc{rfc4814,
+  author="D. Newman and T. Player",
+  title="{Hash and Stuffing: Overlooked Factors in Network Device Benchmarking}",
+  series="Request for Comments",
+  number="4814",
+  howpublished="RFC 4814 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4814.txt",
+}
+
+ at misc{rfc4815,
+  author="L-E. Jonsson and K. Sandlund and G. Pelletier and P. Kremer",
+  title="{RObust Header Compression (ROHC): Corrections and Clarifications to RFC 3095}",
+  series="Request for Comments",
+  number="4815",
+  howpublished="RFC 4815 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4815.txt",
+}
+
+ at misc{rfc4816,
+  author="A. Malis and L. Martini and J. Brayley and T. Walsh",
+  title="{Pseudowire Emulation Edge-to-Edge (PWE3) Asynchronous Transfer Mode (ATM) Transparent Cell Transport Service}",
+  series="Request for Comments",
+  number="4816",
+  howpublished="RFC 4816 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4816.txt",
+}
+
+ at misc{rfc4817,
+  author="M. Townsley and C. Pignataro and S. Wainner and T. Seely and J. Young",
+  title="{Encapsulation of MPLS over Layer 2 Tunneling Protocol Version 3}",
+  series="Request for Comments",
+  number="4817",
+  howpublished="RFC 4817 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4817.txt",
+}
+
+ at misc{rfc4818,
+  author="J. Salowey and R. Droms",
+  title="{RADIUS Delegated-IPv6-Prefix Attribute}",
+  series="Request for Comments",
+  number="4818",
+  howpublished="RFC 4818 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4818.txt",
+}
+
+ at misc{rfc4819,
+  author="J. Galbraith and J. Van Dyke and J. Bright",
+  title="{Secure Shell Public Key Subsystem}",
+  series="Request for Comments",
+  number="4819",
+  howpublished="RFC 4819 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4819.txt",
+}
+
+ at misc{rfc4820,
+  author="M. Tuexen and R. Stewart and P. Lei",
+  title="{Padding Chunk and Parameter for the Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="4820",
+  howpublished="RFC 4820 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4820.txt",
+}
+
+ at misc{rfc4821,
+  author="M. Mathis and J. Heffner",
+  title="{Packetization Layer Path MTU Discovery}",
+  series="Request for Comments",
+  number="4821",
+  howpublished="RFC 4821 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4821.txt",
+}
+
+ at misc{rfc4822,
+  author="R. Atkinson and M. Fanto",
+  title="{RIPv2 Cryptographic Authentication}",
+  series="Request for Comments",
+  number="4822",
+  howpublished="RFC 4822 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4822.txt",
+}
+
+ at misc{rfc4823,
+  author="T. Harding and R. Scott",
+  title="{FTP Transport for Secure Peer-to-Peer Business Data Interchange over the Internet}",
+  series="Request for Comments",
+  number="4823",
+  howpublished="RFC 4823 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4823.txt",
+}
+
+ at misc{rfc4824,
+  author="J. Hofmueller and A. Bachmann and IO. zmoelnig",
+  title="{The Transmission of IP Datagrams over the Semaphore Flag Signaling System (SFSS)}",
+  series="Request for Comments",
+  number="4824",
+  howpublished="RFC 4824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc4824.txt",
+}
+
+ at misc{rfc4825,
+  author="J. Rosenberg",
+  title="{The Extensible Markup Language (XML) Configuration Access Protocol (XCAP)}",
+  series="Request for Comments",
+  number="4825",
+  howpublished="RFC 4825 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4825.txt",
+}
+
+ at misc{rfc4826,
+  author="J. Rosenberg",
+  title="{Extensible Markup Language (XML) Formats for Representing Resource Lists}",
+  series="Request for Comments",
+  number="4826",
+  howpublished="RFC 4826 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4826.txt",
+}
+
+ at misc{rfc4827,
+  author="M. Isomaki and E. Leppanen",
+  title="{An Extensible Markup Language (XML) Configuration Access Protocol (XCAP) Usage for Manipulating Presence Document Contents}",
+  series="Request for Comments",
+  number="4827",
+  howpublished="RFC 4827 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4827.txt",
+}
+
+ at misc{rfc4828,
+  author="S. Floyd and E. Kohler",
+  title="{TCP Friendly Rate Control (TFRC): The Small-Packet (SP) Variant}",
+  series="Request for Comments",
+  number="4828",
+  howpublished="RFC 4828 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4828.txt",
+}
+
+ at misc{rfc4829,
+  author="J. de Oliveira and JP. Vasseur and L. Chen and C. Scoglio",
+  title="{Label Switched Path (LSP) Preemption Policies for MPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4829",
+  howpublished="RFC 4829 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4829.txt",
+}
+
+ at misc{rfc4830,
+  author="J. Kempf",
+  title="{Problem Statement for Network-Based Localized Mobility Management (NETLMM)}",
+  series="Request for Comments",
+  number="4830",
+  howpublished="RFC 4830 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4830.txt",
+}
+
+ at misc{rfc4831,
+  author="J. Kempf",
+  title="{Goals for Network-Based Localized Mobility Management (NETLMM)}",
+  series="Request for Comments",
+  number="4831",
+  howpublished="RFC 4831 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4831.txt",
+}
+
+ at misc{rfc4832,
+  author="C. Vogt and J. Kempf",
+  title="{Security Threats to Network-Based Localized Mobility Management (NETLMM)}",
+  series="Request for Comments",
+  number="4832",
+  howpublished="RFC 4832 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4832.txt",
+}
+
+ at misc{rfc4833,
+  author="E. Lear and P. Eggert",
+  title="{Timezone Options for DHCP}",
+  series="Request for Comments",
+  number="4833",
+  howpublished="RFC 4833 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4833.txt",
+}
+
+ at misc{rfc4834,
+  author="T. Morin",
+  title="{Requirements for Multicast in Layer 3 Provider-Provisioned Virtual Private Networks (PPVPNs)}",
+  series="Request for Comments",
+  number="4834",
+  howpublished="RFC 4834 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4834.txt",
+}
+
+ at misc{rfc4835,
+  author="V. Manral",
+  title="{Cryptographic Algorithm Implementation Requirements for Encapsulating Security Payload (ESP) and Authentication Header (AH)}",
+  series="Request for Comments",
+  number="4835",
+  howpublished="RFC 4835 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    note="Obsoleted by RFC 7321",
+  url="http://www.ietf.org/rfc/rfc4835.txt",
+}
+
+ at misc{rfc4836,
+  author="E. Beili",
+  title="{Definitions of Managed Objects for IEEE 802.3 Medium Attachment Units (MAUs)}",
+  series="Request for Comments",
+  number="4836",
+  howpublished="RFC 4836 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4836.txt",
+}
+
+ at misc{rfc4837,
+  author="L. Khermosh",
+  title="{Managed Objects of Ethernet Passive Optical Networks (EPON)}",
+  series="Request for Comments",
+  number="4837",
+  howpublished="RFC 4837 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4837.txt",
+}
+
+ at misc{rfc4838,
+  author="V. Cerf and S. Burleigh and A. Hooke and L. Torgerson and R. Durst and K. Scott and K. Fall and H. Weiss",
+  title="{Delay-Tolerant Networking Architecture}",
+  series="Request for Comments",
+  number="4838",
+  howpublished="RFC 4838 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4838.txt",
+}
+
+ at misc{rfc4839,
+  author="G. Conboy and J. Rivlin and J. Ferraiolo",
+  title="{Media Type Registrations for the Open eBook Publication Structure (OEBPS) Package File (OPF)}",
+  series="Request for Comments",
+  number="4839",
+  howpublished="RFC 4839 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4839.txt",
+}
+
+ at misc{rfc4840,
+  author="B. Aboba and E. Davies and D. Thaler",
+  title="{Multiple Encapsulation Methods Considered Harmful}",
+  series="Request for Comments",
+  number="4840",
+  howpublished="RFC 4840 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4840.txt",
+}
+
+ at misc{rfc4841,
+  author="C. Heard",
+  title="{RFC 4181 Update to Recognize the IETF Trust}",
+  series="Request for Comments",
+  number="4841",
+  howpublished="RFC 4841 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc4841.txt",
+}
+
+ at misc{rfc4842,
+  author="A. Malis and P. Pate and R. Cohen and D. Zelig",
+  title="{Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Circuit Emulation over Packet (CEP)}",
+  series="Request for Comments",
+  number="4842",
+  howpublished="RFC 4842 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4842.txt",
+}
+
+ at misc{rfc4843,
+  author="P. Nikander and J. Laganier and F. Dupont",
+  title="{An IPv6 Prefix for Overlay Routable Cryptographic Hash Identifiers (ORCHID)}",
+  series="Request for Comments",
+  number="4843",
+  howpublished="RFC 4843 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    note="Obsoleted by RFC 7343",
+  url="http://www.ietf.org/rfc/rfc4843.txt",
+}
+
+ at misc{rfc4844,
+  author="L. Daigle and Internet Architecture Board",
+  title="{The RFC Series and RFC Editor}",
+  series="Request for Comments",
+  number="4844",
+  howpublished="RFC 4844 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Updated by RFC 5741",
+  url="http://www.ietf.org/rfc/rfc4844.txt",
+}
+
+ at misc{rfc4845,
+  author="L. Daigle and Internet Architecture Board",
+  title="{Process for Publication of IAB RFCs}",
+  series="Request for Comments",
+  number="4845",
+  howpublished="RFC 4845 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4845.txt",
+}
+
+ at misc{rfc4846,
+  author="J. Klensin and D. Thaler",
+  title="{Independent Submissions to the RFC Editor}",
+  series="Request for Comments",
+  number="4846",
+  howpublished="RFC 4846 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Updated by RFC 5744",
+  url="http://www.ietf.org/rfc/rfc4846.txt",
+}
+
+ at misc{rfc4847,
+  author="T. Takeda",
+  title="{Framework and Requirements for Layer 1 Virtual Private Networks}",
+  series="Request for Comments",
+  number="4847",
+  howpublished="RFC 4847 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4847.txt",
+}
+
+ at misc{rfc4848,
+  author="L. Daigle",
+  title="{Domain-Based Application Service Location Using URIs and the Dynamic Delegation Discovery Service (DDDS)}",
+  series="Request for Comments",
+  number="4848",
+  howpublished="RFC 4848 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4848.txt",
+}
+
+ at misc{rfc4849,
+  author="P. Congdon and M. Sanchez and B. Aboba",
+  title="{RADIUS Filter Rule Attribute}",
+  series="Request for Comments",
+  number="4849",
+  howpublished="RFC 4849 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4849.txt",
+}
+
+ at misc{rfc4850,
+  author="D. Wysochanski",
+  title="{Declarative Public Extension Key for Internet Small Computer Systems Interface (iSCSI) Node Architecture}",
+  series="Request for Comments",
+  number="4850",
+  howpublished="RFC 4850 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    note="Obsoleted by RFC 7143",
+  url="http://www.ietf.org/rfc/rfc4850.txt",
+}
+
+ at misc{rfc4851,
+  author="N. Cam-Winget and D. McGrew and J. Salowey and H. Zhou",
+  title="{The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol Method (EAP-FAST)}",
+  series="Request for Comments",
+  number="4851",
+  howpublished="RFC 4851 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4851.txt",
+}
+
+ at misc{rfc4852,
+  author="J. Bound and Y. Pouffary and S. Klynsma and T. Chown and D. Green",
+  title="{IPv6 Enterprise Network Analysis - IP Layer 3 Focus}",
+  series="Request for Comments",
+  number="4852",
+  howpublished="RFC 4852 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4852.txt",
+}
+
+ at misc{rfc4853,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Multiple Signer Clarification}",
+  series="Request for Comments",
+  number="4853",
+  howpublished="RFC 4853 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4853.txt",
+}
+
+ at misc{rfc4854,
+  author="P. Saint-Andre",
+  title="{A Uniform Resource Name (URN) Namespace for Extensions to the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="4854",
+  howpublished="RFC 4854 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4854.txt",
+}
+
+ at misc{rfc4855,
+  author="S. Casner",
+  title="{Media Type Registration of RTP Payload Formats}",
+  series="Request for Comments",
+  number="4855",
+  howpublished="RFC 4855 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4855.txt",
+}
+
+ at misc{rfc4856,
+  author="S. Casner",
+  title="{Media Type Registration of Payload Formats in the RTP Profile for Audio and Video Conferences}",
+  series="Request for Comments",
+  number="4856",
+  howpublished="RFC 4856 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc4856.txt",
+}
+
+ at misc{rfc4857,
+  author="E. Fogelstroem and A. Jonsson and C. Perkins",
+  title="{Mobile IPv4 Regional Registration}",
+  series="Request for Comments",
+  number="4857",
+  howpublished="RFC 4857 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4857.txt",
+}
+
+ at misc{rfc4858,
+  author="H. Levkowetz and D. Meyer and L. Eggert and A. Mankin",
+  title="{Document Shepherding from Working Group Last Call to Publication}",
+  series="Request for Comments",
+  number="4858",
+  howpublished="RFC 4858 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4858.txt",
+}
+
+ at misc{rfc4859,
+  author="A. Farrel",
+  title="{Codepoint Registry for the Flags Field in the Resource Reservation Protocol-Traffic Engineering (RSVP-TE) Session Attribute Object}",
+  series="Request for Comments",
+  number="4859",
+  howpublished="RFC 4859 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4859.txt",
+}
+
+ at misc{rfc4860,
+  author="F. Le Faucheur and B. Davie and P. Bose and C. Christou and M. Davenport",
+  title="{Generic Aggregate Resource ReSerVation Protocol (RSVP) Reservations}",
+  series="Request for Comments",
+  number="4860",
+  howpublished="RFC 4860 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4860.txt",
+}
+
+ at misc{rfc4861,
+  author="T. Narten and E. Nordmark and W. Simpson and H. Soliman",
+  title="{Neighbor Discovery for IP version 6 (IPv6)}",
+  series="Request for Comments",
+  number="4861",
+  howpublished="RFC 4861 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFCs 5942, 6980, 7048, 7527, 7559, 8028",
+  url="http://www.ietf.org/rfc/rfc4861.txt",
+}
+
+ at misc{rfc4862,
+  author="S. Thomson and T. Narten and T. Jinmei",
+  title="{IPv6 Stateless Address Autoconfiguration}",
+  series="Request for Comments",
+  number="4862",
+  howpublished="RFC 4862 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFC 7527",
+  url="http://www.ietf.org/rfc/rfc4862.txt",
+}
+
+ at misc{rfc4863,
+  author="L. Martini and G. Swallow",
+  title="{Wildcard Pseudowire Type}",
+  series="Request for Comments",
+  number="4863",
+  howpublished="RFC 4863 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4863.txt",
+}
+
+ at misc{rfc4864,
+  author="G. Van de Velde and T. Hain and R. Droms and B. Carpenter and E. Klein",
+  title="{Local Network Protection for IPv6}",
+  series="Request for Comments",
+  number="4864",
+  howpublished="RFC 4864 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4864.txt",
+}
+
+ at misc{rfc4865,
+  author="G. White and G. Vaudreuil",
+  title="{SMTP Submission Service Extension for Future Message Release}",
+  series="Request for Comments",
+  number="4865",
+  howpublished="RFC 4865 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4865.txt",
+}
+
+ at misc{rfc4866,
+  author="J. Arkko and C. Vogt and W. Haddad",
+  title="{Enhanced Route Optimization for Mobile IPv6}",
+  series="Request for Comments",
+  number="4866",
+  howpublished="RFC 4866 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4866.txt",
+}
+
+ at misc{rfc4867,
+  author="J. Sjoberg and M. Westerlund and A. Lakaniemi and Q. Xie",
+  title="{RTP Payload Format and File Storage Format for the Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB) Audio Codecs}",
+  series="Request for Comments",
+  number="4867",
+  howpublished="RFC 4867 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4867.txt",
+}
+
+ at misc{rfc4868,
+  author="S. Kelly and S. Frankel",
+  title="{Using HMAC-SHA-256, HMAC-SHA-384, and HMAC-SHA-512 with IPsec}",
+  series="Request for Comments",
+  number="4868",
+  howpublished="RFC 4868 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4868.txt",
+}
+
+ at misc{rfc4869,
+  author="L. Law and J. Solinas",
+  title="{Suite B Cryptographic Suites for IPsec}",
+  series="Request for Comments",
+  number="4869",
+  howpublished="RFC 4869 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 6379",
+  url="http://www.ietf.org/rfc/rfc4869.txt",
+}
+
+ at misc{rfc4870,
+  author="M. Delany",
+  title="{Domain-Based Email Authentication Using Public Keys Advertised in the DNS (DomainKeys)}",
+  series="Request for Comments",
+  number="4870",
+  howpublished="RFC 4870 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 4871",
+  url="http://www.ietf.org/rfc/rfc4870.txt",
+}
+
+ at misc{rfc4871,
+  author="E. Allman and J. Callas and M. Delany and M. Libbey and J. Fenton and M. Thomas",
+  title="{DomainKeys Identified Mail (DKIM) Signatures}",
+  series="Request for Comments",
+  number="4871",
+  howpublished="RFC 4871 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 6376, updated by RFC 5672",
+  url="http://www.ietf.org/rfc/rfc4871.txt",
+}
+
+ at misc{rfc4872,
+  author="J.P. Lang and Y. Rekhter and D. Papadimitriou",
+  title="{RSVP-TE Extensions in Support of End-to-End Generalized Multi-Protocol Label Switching (GMPLS) Recovery}",
+  series="Request for Comments",
+  number="4872",
+  howpublished="RFC 4872 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Updated by RFCs 4873, 6780",
+  url="http://www.ietf.org/rfc/rfc4872.txt",
+}
+
+ at misc{rfc4873,
+  author="L. Berger and I. Bryskin and D. Papadimitriou and A. Farrel",
+  title="{GMPLS Segment Recovery}",
+  series="Request for Comments",
+  number="4873",
+  howpublished="RFC 4873 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4873.txt",
+}
+
+ at misc{rfc4874,
+  author="CY. Lee and A. Farrel and S. De Cnodder",
+  title="{Exclude Routes - Extension to Resource ReserVation Protocol-Traffic Engineering (RSVP-TE)}",
+  series="Request for Comments",
+  number="4874",
+  howpublished="RFC 4874 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    note="Updated by RFC 6001",
+  url="http://www.ietf.org/rfc/rfc4874.txt",
+}
+
+ at misc{rfc4875,
+  author="R. Aggarwal and D. Papadimitriou and S. Yasukawa",
+  title="{Extensions to Resource Reservation Protocol - Traffic Engineering (RSVP-TE) for Point-to-Multipoint TE Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="4875",
+  howpublished="RFC 4875 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Updated by RFC 6510",
+  url="http://www.ietf.org/rfc/rfc4875.txt",
+}
+
+ at misc{rfc4876,
+  author="B. Neal-Joslin and L. Howard and M. Ansari",
+  title="{A Configuration Profile Schema for Lightweight Directory Access Protocol (LDAP)-Based Agents}",
+  series="Request for Comments",
+  number="4876",
+  howpublished="RFC 4876 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4876.txt",
+}
+
+ at misc{rfc4877,
+  author="V. Devarapalli and F. Dupont",
+  title="{Mobile IPv6 Operation with IKEv2 and the Revised IPsec Architecture}",
+  series="Request for Comments",
+  number="4877",
+  howpublished="RFC 4877 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4877.txt",
+}
+
+ at misc{rfc4878,
+  author="M. Squire",
+  title="{Definitions and Managed Objects for Operations, Administration, and Maintenance (OAM) Functions on Ethernet-Like Interfaces}",
+  series="Request for Comments",
+  number="4878",
+  howpublished="RFC 4878 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4878.txt",
+}
+
+ at misc{rfc4879,
+  author="T. Narten",
+  title="{Clarification of the Third Party Disclosure Procedure in RFC 3979}",
+  series="Request for Comments",
+  number="4879",
+  howpublished="RFC 4879 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4879.txt",
+}
+
+ at misc{rfc4880,
+  author="J. Callas and L. Donnerhacke and H. Finney and D. Shaw and R. Thayer",
+  title="{OpenPGP Message Format}",
+  series="Request for Comments",
+  number="4880",
+  howpublished="RFC 4880 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    note="Updated by RFC 5581",
+  url="http://www.ietf.org/rfc/rfc4880.txt",
+}
+
+ at misc{rfc4881,
+  author="K. El Malki",
+  title="{Low-Latency Handoffs in Mobile IPv4}",
+  series="Request for Comments",
+  number="4881",
+  howpublished="RFC 4881 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4881.txt",
+}
+
+ at misc{rfc4882,
+  author="R. Koodli",
+  title="{IP Address Location Privacy and Mobile IPv6: Problem Statement}",
+  series="Request for Comments",
+  number="4882",
+  howpublished="RFC 4882 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4882.txt",
+}
+
+ at misc{rfc4883,
+  author="G. Feher and K. Nemeth and A. Korn and I. Cselenyi",
+  title="{Benchmarking Terminology for Resource Reservation Capable Routers}",
+  series="Request for Comments",
+  number="4883",
+  howpublished="RFC 4883 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4883.txt",
+}
+
+ at misc{rfc4884,
+  author="R. Bonica and D. Gan and D. Tappan and C. Pignataro",
+  title="{Extended ICMP to Support Multi-Part Messages}",
+  series="Request for Comments",
+  number="4884",
+  howpublished="RFC 4884 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc4884.txt",
+}
+
+ at misc{rfc4885,
+  author="T. Ernst and H-Y. Lach",
+  title="{Network Mobility Support Terminology}",
+  series="Request for Comments",
+  number="4885",
+  howpublished="RFC 4885 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4885.txt",
+}
+
+ at misc{rfc4886,
+  author="T. Ernst",
+  title="{Network Mobility Support Goals and Requirements}",
+  series="Request for Comments",
+  number="4886",
+  howpublished="RFC 4886 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4886.txt",
+}
+
+ at misc{rfc4887,
+  author="P. Thubert and R. Wakikawa and V. Devarapalli",
+  title="{Network Mobility Home Network Models}",
+  series="Request for Comments",
+  number="4887",
+  howpublished="RFC 4887 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4887.txt",
+}
+
+ at misc{rfc4888,
+  author="C. Ng and P. Thubert and M. Watari and F. Zhao",
+  title="{Network Mobility Route Optimization Problem Statement}",
+  series="Request for Comments",
+  number="4888",
+  howpublished="RFC 4888 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4888.txt",
+}
+
+ at misc{rfc4889,
+  author="C. Ng and F. Zhao and M. Watari and P. Thubert",
+  title="{Network Mobility Route Optimization Solution Space Analysis}",
+  series="Request for Comments",
+  number="4889",
+  howpublished="RFC 4889 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4889.txt",
+}
+
+ at misc{rfc4890,
+  author="E. Davies and J. Mohacsi",
+  title="{Recommendations for Filtering ICMPv6 Messages in Firewalls}",
+  series="Request for Comments",
+  number="4890",
+  howpublished="RFC 4890 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4890.txt",
+}
+
+ at misc{rfc4891,
+  author="R. Graveman and M. Parthasarathy and P. Savola and H. Tschofenig",
+  title="{Using IPsec to Secure IPv6-in-IPv4 Tunnels}",
+  series="Request for Comments",
+  number="4891",
+  howpublished="RFC 4891 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4891.txt",
+}
+
+ at misc{rfc4892,
+  author="S. Woolf and D. Conrad",
+  title="{Requirements for a Mechanism Identifying a Name Server Instance}",
+  series="Request for Comments",
+  number="4892",
+  howpublished="RFC 4892 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4892.txt",
+}
+
+ at misc{rfc4893,
+  author="Q. Vohra and E. Chen",
+  title="{BGP Support for Four-octet AS Number Space}",
+  series="Request for Comments",
+  number="4893",
+  howpublished="RFC 4893 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 6793",
+  url="http://www.ietf.org/rfc/rfc4893.txt",
+}
+
+ at misc{rfc4894,
+  author="P. Hoffman",
+  title="{Use of Hash Algorithms in Internet Key Exchange (IKE) and IPsec}",
+  series="Request for Comments",
+  number="4894",
+  howpublished="RFC 4894 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4894.txt",
+}
+
+ at misc{rfc4895,
+  author="M. Tuexen and R. Stewart and P. Lei and E. Rescorla",
+  title="{Authenticated Chunks for the Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="4895",
+  howpublished="RFC 4895 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4895.txt",
+}
+
+ at misc{rfc4896,
+  author="A. Surtees and M. West and A.B. Roach",
+  title="{Signaling Compression (SigComp) Corrections and Clarifications}",
+  series="Request for Comments",
+  number="4896",
+  howpublished="RFC 4896 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4896.txt",
+}
+
+ at misc{rfc4897,
+  author="J. Klensin and S. Hartman",
+  title="{Handling Normative References to Standards-Track Documents}",
+  series="Request for Comments",
+  number="4897",
+  howpublished="RFC 4897 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4897.txt",
+}
+
+ at misc{rfc4898,
+  author="M. Mathis and J. Heffner and R. Raghunarayan",
+  title="{TCP Extended Statistics MIB}",
+  series="Request for Comments",
+  number="4898",
+  howpublished="RFC 4898 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4898.txt",
+}
+
+ at misc{rfc4901,
+  author="J. Ash and J. Hand and A. Malis",
+  title="{Protocol Extensions for Header Compression over MPLS}",
+  series="Request for Comments",
+  number="4901",
+  howpublished="RFC 4901 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4901.txt",
+}
+
+ at misc{rfc4902,
+  author="M. Stecher",
+  title="{Integrity, Privacy, and Security in Open Pluggable Edge Services (OPES) for SMTP}",
+  series="Request for Comments",
+  number="4902",
+  howpublished="RFC 4902 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc4902.txt",
+}
+
+ at misc{rfc4903,
+  author="D. Thaler",
+  title="{Multi-Link Subnet Issues}",
+  series="Request for Comments",
+  number="4903",
+  howpublished="RFC 4903 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4903.txt",
+}
+
+ at misc{rfc4904,
+  author="V. Gurbani and C. Jennings",
+  title="{Representing Trunk Groups in tel/sip Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="4904",
+  howpublished="RFC 4904 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4904.txt",
+}
+
+ at misc{rfc4905,
+  author="L. Martini and E. Rosen and N. El-Aawar",
+  title="{Encapsulation Methods for Transport of Layer 2 Frames over MPLS Networks}",
+  series="Request for Comments",
+  number="4905",
+  howpublished="RFC 4905 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4905.txt",
+}
+
+ at misc{rfc4906,
+  author="L. Martini and E. Rosen and N. El-Aawar",
+  title="{Transport of Layer 2 Frames Over MPLS}",
+  series="Request for Comments",
+  number="4906",
+  howpublished="RFC 4906 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4906.txt",
+}
+
+ at misc{rfc4907,
+  author="B. Aboba",
+  title="{Architectural Implications of Link Indications}",
+  series="Request for Comments",
+  number="4907",
+  howpublished="RFC 4907 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4907.txt",
+}
+
+ at misc{rfc4908,
+  author="K. Nagami and S. Uda and N. Ogashiwa and H. Esaki and R. Wakikawa and H. Ohnishi",
+  title="{Multi-homing for small scale fixed network Using Mobile IP and NEMO}",
+  series="Request for Comments",
+  number="4908",
+  howpublished="RFC 4908 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4908.txt",
+}
+
+ at misc{rfc4909,
+  author="L. Dondeti and D. Castleford and F. Hartung",
+  title="{Multimedia Internet KEYing (MIKEY) General Extension Payload for Open Mobile Alliance BCAST LTKM/STKM Transport}",
+  series="Request for Comments",
+  number="4909",
+  howpublished="RFC 4909 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    note="Obsoleted by RFCs 5410, 6309",
+  url="http://www.ietf.org/rfc/rfc4909.txt",
+}
+
+ at misc{rfc4910,
+  author="S. Legg and D. Prager",
+  title="{Robust XML Encoding Rules (RXER) for Abstract Syntax Notation One (ASN.1)}",
+  series="Request for Comments",
+  number="4910",
+  howpublished="RFC 4910 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4910.txt",
+}
+
+ at misc{rfc4911,
+  author="S. Legg",
+  title="{Encoding Instructions for the Robust XML Encoding Rules (RXER)}",
+  series="Request for Comments",
+  number="4911",
+  howpublished="RFC 4911 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4911.txt",
+}
+
+ at misc{rfc4912,
+  author="S. Legg",
+  title="{Abstract Syntax Notation X (ASN.X)}",
+  series="Request for Comments",
+  number="4912",
+  howpublished="RFC 4912 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4912.txt",
+}
+
+ at misc{rfc4913,
+  author="S. Legg",
+  title="{Abstract Syntax Notation X (ASN.X) Representation of Encoding Instructions for the Generic String Encoding Rules (GSER)}",
+  series="Request for Comments",
+  number="4913",
+  howpublished="RFC 4913 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4913.txt",
+}
+
+ at misc{rfc4914,
+  author="S. Legg",
+  title="{Abstract Syntax Notation X (ASN.X) Representation of Encoding Instructions for the XML Encoding Rules (XER)}",
+  series="Request for Comments",
+  number="4914",
+  howpublished="RFC 4914 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4914.txt",
+}
+
+ at misc{rfc4915,
+  author="P. Psenak and S. Mirtorabi and A. Roy and L. Nguyen and P. Pillay-Esnault",
+  title="{Multi-Topology (MT) Routing in OSPF}",
+  series="Request for Comments",
+  number="4915",
+  howpublished="RFC 4915 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4915.txt",
+}
+
+ at misc{rfc4916,
+  author="J. Elwell",
+  title="{Connected Identity in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="4916",
+  howpublished="RFC 4916 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4916.txt",
+}
+
+ at misc{rfc4917,
+  author="V. Sastry and K. Leung and A. Patel",
+  title="{Mobile IPv4 Message String Extension}",
+  series="Request for Comments",
+  number="4917",
+  howpublished="RFC 4917 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4917.txt",
+}
+
+ at misc{rfc4918,
+  author="L. Dusseault",
+  title="{HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)}",
+  series="Request for Comments",
+  number="4918",
+  howpublished="RFC 4918 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    note="Updated by RFC 5689",
+  url="http://www.ietf.org/rfc/rfc4918.txt",
+}
+
+ at misc{rfc4919,
+  author="N. Kushalnagar and G. Montenegro and C. Schumacher",
+  title="{IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs): Overview, Assumptions, Problem Statement, and Goals}",
+  series="Request for Comments",
+  number="4919",
+  howpublished="RFC 4919 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4919.txt",
+}
+
+ at misc{rfc4920,
+  author="A. Farrel and A. Satyanarayana and A. Iwata and N. Fujita and G. Ash",
+  title="{Crankback Signaling Extensions for MPLS and GMPLS RSVP-TE}",
+  series="Request for Comments",
+  number="4920",
+  howpublished="RFC 4920 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4920.txt",
+}
+
+ at misc{rfc4923,
+  author="F. Baker and P. Bose",
+  title="{Quality of Service (QoS) Signaling in a Nested Virtual Private Network}",
+  series="Request for Comments",
+  number="4923",
+  howpublished="RFC 4923 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4923.txt",
+}
+
+ at misc{rfc4924,
+  author="B. Aboba and E. Davies",
+  title="{Reflections on Internet Transparency}",
+  series="Request for Comments",
+  number="4924",
+  howpublished="RFC 4924 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4924.txt",
+}
+
+ at misc{rfc4925,
+  author="X. Li and S. Dawkins and D. Ward and A. Durand",
+  title="{Softwire Problem Statement}",
+  series="Request for Comments",
+  number="4925",
+  howpublished="RFC 4925 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4925.txt",
+}
+
+ at misc{rfc4926,
+  author="T.Kalin and M.Molina",
+  title="{A URN Namespace for GEANT}",
+  series="Request for Comments",
+  number="4926",
+  howpublished="RFC 4926 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4926.txt",
+}
+
+ at misc{rfc4927,
+  author="J.-L. Le Roux",
+  title="{Path Computation Element Communication Protocol (PCECP) Specific Requirements for Inter-Area MPLS and GMPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="4927",
+  howpublished="RFC 4927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4927.txt",
+}
+
+ at misc{rfc4928,
+  author="G. Swallow and S. Bryant and L. Andersson",
+  title="{Avoiding Equal Cost Multipath Treatment in MPLS Networks}",
+  series="Request for Comments",
+  number="4928",
+  howpublished="RFC 4928 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc4928.txt",
+}
+
+ at misc{rfc4929,
+  author="L. Andersson and A. Farrel",
+  title="{Change Process for Multiprotocol Label Switching (MPLS) and Generalized MPLS (GMPLS) Protocols and Procedures}",
+  series="Request for Comments",
+  number="4929",
+  howpublished="RFC 4929 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4929.txt",
+}
+
+ at misc{rfc4930,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="4930",
+  howpublished="RFC 4930 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 5730",
+  url="http://www.ietf.org/rfc/rfc4930.txt",
+}
+
+ at misc{rfc4931,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Domain Name Mapping}",
+  series="Request for Comments",
+  number="4931",
+  howpublished="RFC 4931 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 5731",
+  url="http://www.ietf.org/rfc/rfc4931.txt",
+}
+
+ at misc{rfc4932,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Host Mapping}",
+  series="Request for Comments",
+  number="4932",
+  howpublished="RFC 4932 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 5732",
+  url="http://www.ietf.org/rfc/rfc4932.txt",
+}
+
+ at misc{rfc4933,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Contact Mapping}",
+  series="Request for Comments",
+  number="4933",
+  howpublished="RFC 4933 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 5733",
+  url="http://www.ietf.org/rfc/rfc4933.txt",
+}
+
+ at misc{rfc4934,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Transport Over TCP}",
+  series="Request for Comments",
+  number="4934",
+  howpublished="RFC 4934 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=may,
+    note="Obsoleted by RFC 5734",
+  url="http://www.ietf.org/rfc/rfc4934.txt",
+}
+
+ at misc{rfc4935,
+  author="C. DeSanti and H.K. Vivek and K. McCloghrie and S. Gai",
+  title="{Fibre Channel Fabric Configuration Server MIB}",
+  series="Request for Comments",
+  number="4935",
+  howpublished="RFC 4935 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4935.txt",
+}
+
+ at misc{rfc4936,
+  author="C. DeSanti and H.K. Vivek and K. McCloghrie and S. Gai",
+  title="{Fibre Channel Zone Server MIB}",
+  series="Request for Comments",
+  number="4936",
+  howpublished="RFC 4936 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4936.txt",
+}
+
+ at misc{rfc4937,
+  author="P. Arberg and V. Mammoliti",
+  title="{IANA Considerations for PPP over Ethernet (PPPoE)}",
+  series="Request for Comments",
+  number="4937",
+  howpublished="RFC 4937 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc4937.txt",
+}
+
+ at misc{rfc4938,
+  author="B. Berry and H. Holgate",
+  title="{PPP Over Ethernet (PPPoE) Extensions for Credit Flow and Link Metrics}",
+  series="Request for Comments",
+  number="4938",
+  howpublished="RFC 4938 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jun,
+    note="Obsoleted by RFC 5578",
+  url="http://www.ietf.org/rfc/rfc4938.txt",
+}
+
+ at misc{rfc4939,
+  author="K. Gibbons and G. Ramkumar and S. Kipp",
+  title="{Definitions of Managed Objects for iSNS (Internet Storage Name Service)}",
+  series="Request for Comments",
+  number="4939",
+  howpublished="RFC 4939 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4939.txt",
+}
+
+ at misc{rfc4940,
+  author="K. Kompella and B. Fenner",
+  title="{IANA Considerations for OSPF}",
+  series="Request for Comments",
+  number="4940",
+  howpublished="RFC 4940 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4940.txt",
+}
+
+ at misc{rfc4941,
+  author="T. Narten and R. Draves and S. Krishnan",
+  title="{Privacy Extensions for Stateless Address Autoconfiguration in IPv6}",
+  series="Request for Comments",
+  number="4941",
+  howpublished="RFC 4941 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4941.txt",
+}
+
+ at misc{rfc4942,
+  author="E. Davies and S. Krishnan and P. Savola",
+  title="{IPv6 Transition/Co-existence Security Considerations}",
+  series="Request for Comments",
+  number="4942",
+  howpublished="RFC 4942 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4942.txt",
+}
+
+ at misc{rfc4943,
+  author="S. Roy and A. Durand and J. Paugh",
+  title="{IPv6 Neighbor Discovery On-Link Assumption Considered Harmful}",
+  series="Request for Comments",
+  number="4943",
+  howpublished="RFC 4943 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4943.txt",
+}
+
+ at misc{rfc4944,
+  author="G. Montenegro and N. Kushalnagar and J. Hui and D. Culler",
+  title="{Transmission of IPv6 Packets over IEEE 802.15.4 Networks}",
+  series="Request for Comments",
+  number="4944",
+  howpublished="RFC 4944 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFCs 6282, 6775, 8025, 8066",
+  url="http://www.ietf.org/rfc/rfc4944.txt",
+}
+
+ at misc{rfc4945,
+  author="B. Korver",
+  title="{The Internet IP Security PKI Profile of IKEv1/ISAKMP, IKEv2, and PKIX}",
+  series="Request for Comments",
+  number="4945",
+  howpublished="RFC 4945 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4945.txt",
+}
+
+ at misc{rfc4946,
+  author="J. Snell",
+  title="{Atom License Extension}",
+  series="Request for Comments",
+  number="4946",
+  howpublished="RFC 4946 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4946.txt",
+}
+
+ at misc{rfc4947,
+  author="G. Fairhurst and M. Montpetit",
+  title="{Address Resolution Mechanisms for IP Datagrams over MPEG-2 Networks}",
+  series="Request for Comments",
+  number="4947",
+  howpublished="RFC 4947 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4947.txt",
+}
+
+ at misc{rfc4948,
+  author="L. Andersson and E. Davies and L. Zhang",
+  title="{Report from the IAB workshop on Unwanted Traffic March 9-10, 2006}",
+  series="Request for Comments",
+  number="4948",
+  howpublished="RFC 4948 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4948.txt",
+}
+
+ at misc{rfc4949,
+  author="R. Shirey",
+  title="{Internet Security Glossary, Version 2}",
+  series="Request for Comments",
+  number="4949",
+  howpublished="RFC 4949 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4949.txt",
+}
+
+ at misc{rfc4950,
+  author="R. Bonica and D. Gan and D. Tappan and C. Pignataro",
+  title="{ICMP Extensions for Multiprotocol Label Switching}",
+  series="Request for Comments",
+  number="4950",
+  howpublished="RFC 4950 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4950.txt",
+}
+
+ at misc{rfc4951,
+  author="V. Jain",
+  title="{Fail Over Extensions for Layer 2 Tunneling Protocol (L2TP) "failover"}",
+  series="Request for Comments",
+  number="4951",
+  howpublished="RFC 4951 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4951.txt",
+}
+
+ at misc{rfc4952,
+  author="J. Klensin and Y. Ko",
+  title="{Overview and Framework for Internationalized Email}",
+  series="Request for Comments",
+  number="4952",
+  howpublished="RFC 4952 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Obsoleted by RFC 6530, updated by RFC 5336",
+  url="http://www.ietf.org/rfc/rfc4952.txt",
+}
+
+ at misc{rfc4953,
+  author="J. Touch",
+  title="{Defending TCP Against Spoofing Attacks}",
+  series="Request for Comments",
+  number="4953",
+  howpublished="RFC 4953 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4953.txt",
+}
+
+ at misc{rfc4954,
+  author="R. Siemborski and A. Melnikov",
+  title="{SMTP Service Extension for Authentication}",
+  series="Request for Comments",
+  number="4954",
+  howpublished="RFC 4954 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Updated by RFC 5248",
+  url="http://www.ietf.org/rfc/rfc4954.txt",
+}
+
+ at misc{rfc4955,
+  author="D. Blacka",
+  title="{DNS Security (DNSSEC) Experiments}",
+  series="Request for Comments",
+  number="4955",
+  howpublished="RFC 4955 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4955.txt",
+}
+
+ at misc{rfc4956,
+  author="R. Arends and M. Kosters and D. Blacka",
+  title="{DNS Security (DNSSEC) Opt-In}",
+  series="Request for Comments",
+  number="4956",
+  howpublished="RFC 4956 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4956.txt",
+}
+
+ at misc{rfc4957,
+  author="S. Krishnan and N. Montavont and E. Njedjou and S. Veerepalli and A. Yegin",
+  title="{Link-Layer Event Notifications for Detecting Network Attachments}",
+  series="Request for Comments",
+  number="4957",
+  howpublished="RFC 4957 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4957.txt",
+}
+
+ at misc{rfc4958,
+  author="K. Carlberg",
+  title="{A Framework for Supporting Emergency Telecommunications Services (ETS) within a Single Administrative Domain}",
+  series="Request for Comments",
+  number="4958",
+  howpublished="RFC 4958 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4958.txt",
+}
+
+ at misc{rfc4959,
+  author="R. Siemborski and A. Gulbrandsen",
+  title="{IMAP Extension for Simple Authentication and Security Layer (SASL) Initial Client Response}",
+  series="Request for Comments",
+  number="4959",
+  howpublished="RFC 4959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4959.txt",
+}
+
+ at misc{rfc4960,
+  author="R. Stewart",
+  title="{Stream Control Transmission Protocol}",
+  series="Request for Comments",
+  number="4960",
+  howpublished="RFC 4960 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFCs 6096, 6335, 7053",
+  url="http://www.ietf.org/rfc/rfc4960.txt",
+}
+
+ at misc{rfc4961,
+  author="D. Wing",
+  title="{Symmetric RTP / RTP Control Protocol (RTCP)}",
+  series="Request for Comments",
+  number="4961",
+  howpublished="RFC 4961 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4961.txt",
+}
+
+ at misc{rfc4962,
+  author="R. Housley and B. Aboba",
+  title="{Guidance for Authentication, Authorization, and Accounting (AAA) Key Management}",
+  series="Request for Comments",
+  number="4962",
+  howpublished="RFC 4962 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4962.txt",
+}
+
+ at misc{rfc4963,
+  author="J. Heffner and M. Mathis and B. Chandler",
+  title="{IPv4 Reassembly Errors at High Data Rates}",
+  series="Request for Comments",
+  number="4963",
+  howpublished="RFC 4963 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4963.txt",
+}
+
+ at misc{rfc4964,
+  author="A. Allen and J. Holm and T. Hallin",
+  title="{The P-Answer-State Header Extension to the Session Initiation Protocol for the Open Mobile Alliance Push to Talk over Cellular}",
+  series="Request for Comments",
+  number="4964",
+  howpublished="RFC 4964 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4964.txt",
+}
+
+ at misc{rfc4965,
+  author="J-F. Mule and W. Townsley",
+  title="{CableLabs - IETF Standardization Collaboration}",
+  series="Request for Comments",
+  number="4965",
+  howpublished="RFC 4965 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4965.txt",
+}
+
+ at misc{rfc4966,
+  author="C. Aoun and E. Davies",
+  title="{Reasons to Move the Network Address Translator - Protocol Translator (NAT-PT) to Historic Status}",
+  series="Request for Comments",
+  number="4966",
+  howpublished="RFC 4966 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4966.txt",
+}
+
+ at misc{rfc4967,
+  author="B. Rosen",
+  title="{Dial String Parameter for the Session Initiation Protocol Uniform Resource Identifier}",
+  series="Request for Comments",
+  number="4967",
+  howpublished="RFC 4967 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4967.txt",
+}
+
+ at misc{rfc4968,
+  author="S. Madanapalli",
+  title="{Analysis of IPv6 Link Models for 802.16 Based Networks}",
+  series="Request for Comments",
+  number="4968",
+  howpublished="RFC 4968 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4968.txt",
+}
+
+ at misc{rfc4969,
+  author="A. Mayrhofer",
+  title="{IANA Registration for vCard Enumservice}",
+  series="Request for Comments",
+  number="4969",
+  howpublished="RFC 4969 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4969.txt",
+}
+
+ at misc{rfc4970,
+  author="A. Lindem and N. Shen and JP. Vasseur and R. Aggarwal and S. Shaffer",
+  title="{Extensions to OSPF for Advertising Optional Router Capabilities}",
+  series="Request for Comments",
+  number="4970",
+  howpublished="RFC 4970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Obsoleted by RFC 7770",
+  url="http://www.ietf.org/rfc/rfc4970.txt",
+}
+
+ at misc{rfc4971,
+  author="JP. Vasseur and N. Shen and R. Aggarwal",
+  title="{Intermediate System to Intermediate System (IS-IS) Extensions for Advertising Router Information}",
+  series="Request for Comments",
+  number="4971",
+  howpublished="RFC 4971 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Obsoleted by RFC 7981",
+  url="http://www.ietf.org/rfc/rfc4971.txt",
+}
+
+ at misc{rfc4972,
+  author="JP. Vasseur and JL. Leroux and S. Yasukawa and S. Previdi and P. Psenak and P. Mabbey",
+  title="{Routing Extensions for Discovery of Multiprotocol (MPLS) Label Switch Router (LSR) Traffic Engineering (TE) Mesh Membership}",
+  series="Request for Comments",
+  number="4972",
+  howpublished="RFC 4972 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4972.txt",
+}
+
+ at misc{rfc4973,
+  author="P. Srisuresh and P. Joseph",
+  title="{OSPF-xTE: Experimental Extension to OSPF for Traffic Engineering}",
+  series="Request for Comments",
+  number="4973",
+  howpublished="RFC 4973 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4973.txt",
+}
+
+ at misc{rfc4974,
+  author="D. Papadimitriou and A. Farrel",
+  title="{Generalized MPLS (GMPLS) RSVP-TE Signaling Extensions in Support of Calls}",
+  series="Request for Comments",
+  number="4974",
+  howpublished="RFC 4974 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    note="Updated by RFC 6001",
+  url="http://www.ietf.org/rfc/rfc4974.txt",
+}
+
+ at misc{rfc4975,
+  author="B. Campbell and R. Mahy and C. Jennings",
+  title="{The Message Session Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="4975",
+  howpublished="RFC 4975 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFC 7977",
+  url="http://www.ietf.org/rfc/rfc4975.txt",
+}
+
+ at misc{rfc4976,
+  author="C. Jennings and R. Mahy and A. B. Roach",
+  title="{Relay Extensions for the Message Sessions Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="4976",
+  howpublished="RFC 4976 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Updated by RFC 7977",
+  url="http://www.ietf.org/rfc/rfc4976.txt",
+}
+
+ at misc{rfc4977,
+  author="G. Tsirtsis and H. Soliman",
+  title="{Problem Statement: Dual Stack Mobility}",
+  series="Request for Comments",
+  number="4977",
+  howpublished="RFC 4977 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4977.txt",
+}
+
+ at misc{rfc4978,
+  author="A. Gulbrandsen",
+  title="{The IMAP COMPRESS Extension}",
+  series="Request for Comments",
+  number="4978",
+  howpublished="RFC 4978 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4978.txt",
+}
+
+ at misc{rfc4979,
+  author="A. Mayrhofer",
+  title="{IANA Registration for Enumservice 'XMPP'}",
+  series="Request for Comments",
+  number="4979",
+  howpublished="RFC 4979 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc4979.txt",
+}
+
+ at misc{rfc4980,
+  author="C. Ng and T. Ernst and E. Paik and M. Bagnulo",
+  title="{Analysis of Multihoming in Network Mobility Support}",
+  series="Request for Comments",
+  number="4980",
+  howpublished="RFC 4980 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4980.txt",
+}
+
+ at misc{rfc4981,
+  author="J. Risson and T. Moors",
+  title="{Survey of Research towards Robust Peer-to-Peer Networks: Search Methods}",
+  series="Request for Comments",
+  number="4981",
+  howpublished="RFC 4981 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4981.txt",
+}
+
+ at misc{rfc4982,
+  author="M. Bagnulo and J. Arkko",
+  title="{Support for Multiple Hash Algorithms in Cryptographically Generated Addresses (CGAs)}",
+  series="Request for Comments",
+  number="4982",
+  howpublished="RFC 4982 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4982.txt",
+}
+
+ at misc{rfc4983,
+  author="C. DeSanti and H.K. Vivek and K. McCloghrie and S. Gai",
+  title="{Fibre Channel Registered State Change Notification (RSCN) MIB}",
+  series="Request for Comments",
+  number="4983",
+  howpublished="RFC 4983 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4983.txt",
+}
+
+ at misc{rfc4984,
+  author="D. Meyer and L. Zhang and K. Fall",
+  title="{Report from the IAB Workshop on Routing and Addressing}",
+  series="Request for Comments",
+  number="4984",
+  howpublished="RFC 4984 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4984.txt",
+}
+
+ at misc{rfc4985,
+  author="S. Santesson",
+  title="{Internet X.509 Public Key Infrastructure Subject Alternative Name for Expression of Service Name}",
+  series="Request for Comments",
+  number="4985",
+  howpublished="RFC 4985 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4985.txt",
+}
+
+ at misc{rfc4986,
+  author="H. Eland and R. Mundy and S. Crocker and S. Krishnaswamy",
+  title="{Requirements Related to DNS Security (DNSSEC) Trust Anchor Rollover}",
+  series="Request for Comments",
+  number="4986",
+  howpublished="RFC 4986 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4986.txt",
+}
+
+ at misc{rfc4987,
+  author="W. Eddy",
+  title="{TCP SYN Flooding Attacks and Common Mitigations}",
+  series="Request for Comments",
+  number="4987",
+  howpublished="RFC 4987 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4987.txt",
+}
+
+ at misc{rfc4988,
+  author="R. Koodli and C. Perkins",
+  title="{Mobile IPv4 Fast Handovers}",
+  series="Request for Comments",
+  number="4988",
+  howpublished="RFC 4988 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc4988.txt",
+}
+
+ at misc{rfc4990,
+  author="K. Shiomoto and R. Papneja and R. Rabbat",
+  title="{Use of Addresses in Generalized Multiprotocol Label Switching (GMPLS) Networks}",
+  series="Request for Comments",
+  number="4990",
+  howpublished="RFC 4990 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4990.txt",
+}
+
+ at misc{rfc4991,
+  author="A. Newton",
+  title="{A Common Schema for Internet Registry Information Service Transfer Protocols}",
+  series="Request for Comments",
+  number="4991",
+  howpublished="RFC 4991 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4991.txt",
+}
+
+ at misc{rfc4992,
+  author="A. Newton",
+  title="{XML Pipelining with Chunks for the Internet Registry Information Service}",
+  series="Request for Comments",
+  number="4992",
+  howpublished="RFC 4992 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4992.txt",
+}
+
+ at misc{rfc4993,
+  author="A. Newton",
+  title="{A Lightweight UDP Transfer Protocol for the Internet Registry Information Service}",
+  series="Request for Comments",
+  number="4993",
+  howpublished="RFC 4993 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4993.txt",
+}
+
+ at misc{rfc4994,
+  author="S. Zeng and B. Volz and K. Kinnear and J. Brzozowski",
+  title="{DHCPv6 Relay Agent Echo Request Option}",
+  series="Request for Comments",
+  number="4994",
+  howpublished="RFC 4994 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc4994.txt",
+}
+
+ at misc{rfc4995,
+  author="L-E. Jonsson and G. Pelletier and K. Sandlund",
+  title="{The RObust Header Compression (ROHC) Framework}",
+  series="Request for Comments",
+  number="4995",
+  howpublished="RFC 4995 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Obsoleted by RFC 5795",
+  url="http://www.ietf.org/rfc/rfc4995.txt",
+}
+
+ at misc{rfc4996,
+  author="G. Pelletier and K. Sandlund and L-E. Jonsson and M. West",
+  title="{RObust Header Compression (ROHC): A Profile for TCP/IP (ROHC-TCP)}",
+  series="Request for Comments",
+  number="4996",
+  howpublished="RFC 4996 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    note="Obsoleted by RFC 6846",
+  url="http://www.ietf.org/rfc/rfc4996.txt",
+}
+
+ at misc{rfc4997,
+  author="R. Finking and G. Pelletier",
+  title="{Formal Notation for RObust Header Compression (ROHC-FN)}",
+  series="Request for Comments",
+  number="4997",
+  howpublished="RFC 4997 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc4997.txt",
+}
+
+ at misc{rfc4998,
+  author="T. Gondrom and R. Brandner and U. Pordesch",
+  title="{Evidence Record Syntax (ERS)}",
+  series="Request for Comments",
+  number="4998",
+  howpublished="RFC 4998 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc4998.txt",
+}
+
+ at misc{rfc5000,
+  author="RFC Editor",
+  title="{Internet Official Protocol Standards}",
+  series="Request for Comments",
+  number="5000",
+  howpublished="RFC 5000 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    note="Obsoleted by RFC 7100",
+  url="http://www.ietf.org/rfc/rfc5000.txt",
+}
+
+ at misc{rfc5001,
+  author="R. Austein",
+  title="{DNS Name Server Identifier (NSID) Option}",
+  series="Request for Comments",
+  number="5001",
+  howpublished="RFC 5001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5001.txt",
+}
+
+ at misc{rfc5002,
+  author="G. Camarillo and G. Blanco",
+  title="{The Session Initiation Protocol (SIP) P-Profile-Key Private Header (P-Header)}",
+  series="Request for Comments",
+  number="5002",
+  howpublished="RFC 5002 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5002.txt",
+}
+
+ at misc{rfc5003,
+  author="C. Metz and L. Martini and F. Balus and J. Sugimoto",
+  title="{Attachment Individual Identifier (AII) Types for Aggregation}",
+  series="Request for Comments",
+  number="5003",
+  howpublished="RFC 5003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5003.txt",
+}
+
+ at misc{rfc5004,
+  author="E. Chen and S. Sangli",
+  title="{Avoid BGP Best Path Transitions from One External to Another}",
+  series="Request for Comments",
+  number="5004",
+  howpublished="RFC 5004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5004.txt",
+}
+
+ at misc{rfc5005,
+  author="M. Nottingham",
+  title="{Feed Paging and Archiving}",
+  series="Request for Comments",
+  number="5005",
+  howpublished="RFC 5005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5005.txt",
+}
+
+ at misc{rfc5006,
+  author="J. Jeong and S. Park and L. Beloeil and S. Madanapalli",
+  title="{IPv6 Router Advertisement Option for DNS Configuration}",
+  series="Request for Comments",
+  number="5006",
+  howpublished="RFC 5006 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Obsoleted by RFC 6106",
+  url="http://www.ietf.org/rfc/rfc5006.txt",
+}
+
+ at misc{rfc5007,
+  author="J. Brzozowski and K. Kinnear and B. Volz and S. Zeng",
+  title="{DHCPv6 Leasequery}",
+  series="Request for Comments",
+  number="5007",
+  howpublished="RFC 5007 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5007.txt",
+}
+
+ at misc{rfc5008,
+  author="R. Housley and J. Solinas",
+  title="{Suite B in Secure/Multipurpose Internet Mail Extensions (S/MIME)}",
+  series="Request for Comments",
+  number="5008",
+  howpublished="RFC 5008 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    note="Obsoleted by RFC 6318",
+  url="http://www.ietf.org/rfc/rfc5008.txt",
+}
+
+ at misc{rfc5009,
+  author="R. Ejza",
+  title="{Private Header (P-Header) Extension to the Session Initiation Protocol (SIP) for Authorization of Early Media}",
+  series="Request for Comments",
+  number="5009",
+  howpublished="RFC 5009 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5009.txt",
+}
+
+ at misc{rfc5010,
+  author="K. Kinnear and M. Normoyle and M. Stapp",
+  title="{The Dynamic Host Configuration Protocol Version 4 (DHCPv4) Relay Agent Flags Suboption}",
+  series="Request for Comments",
+  number="5010",
+  howpublished="RFC 5010 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5010.txt",
+}
+
+ at misc{rfc5011,
+  author="M. StJohns",
+  title="{Automated Updates of DNS Security (DNSSEC) Trust Anchors}",
+  series="Request for Comments",
+  number="5011",
+  howpublished="RFC 5011 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5011.txt",
+}
+
+ at misc{rfc5012,
+  author="H. Schulzrinne and R. Marshall",
+  title="{Requirements for Emergency Context Resolution with Internet Technologies}",
+  series="Request for Comments",
+  number="5012",
+  howpublished="RFC 5012 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5012.txt",
+}
+
+ at misc{rfc5013,
+  author="J. Kunze and T. Baker",
+  title="{The Dublin Core Metadata Element Set}",
+  series="Request for Comments",
+  number="5013",
+  howpublished="RFC 5013 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5013.txt",
+}
+
+ at misc{rfc5014,
+  author="E. Nordmark and S. Chakrabarti and J. Laganier",
+  title="{IPv6 Socket API for Source Address Selection}",
+  series="Request for Comments",
+  number="5014",
+  howpublished="RFC 5014 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5014.txt",
+}
+
+ at misc{rfc5015,
+  author="M. Handley and I. Kouvelas and T. Speakman and L. Vicisano",
+  title="{Bidirectional Protocol Independent Multicast (BIDIR-PIM)}",
+  series="Request for Comments",
+  number="5015",
+  howpublished="RFC 5015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5015.txt",
+}
+
+ at misc{rfc5016,
+  author="M. Thomas",
+  title="{Requirements for a DomainKeys Identified Mail (DKIM) Signing Practices Protocol}",
+  series="Request for Comments",
+  number="5016",
+  howpublished="RFC 5016 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5016.txt",
+}
+
+ at misc{rfc5017,
+  author="D. McWalter",
+  title="{MIB Textual Conventions for Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="5017",
+  howpublished="RFC 5017 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5017.txt",
+}
+
+ at misc{rfc5018,
+  author="G. Camarillo",
+  title="{Connection Establishment in the Binary Floor Control Protocol (BFCP)}",
+  series="Request for Comments",
+  number="5018",
+  howpublished="RFC 5018 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5018.txt",
+}
+
+ at misc{rfc5019,
+  author="A. Deacon and R. Hurst",
+  title="{The Lightweight Online Certificate Status Protocol (OCSP) Profile for High-Volume Environments}",
+  series="Request for Comments",
+  number="5019",
+  howpublished="RFC 5019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5019.txt",
+}
+
+ at misc{rfc5020,
+  author="K. Zeilenga",
+  title="{The Lightweight Directory Access Protocol (LDAP) entryDN Operational Attribute}",
+  series="Request for Comments",
+  number="5020",
+  howpublished="RFC 5020 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5020.txt",
+}
+
+ at misc{rfc5021,
+  author="S. Josefsson",
+  title="{Extended Kerberos Version 5 Key Distribution Center (KDC) Exchanges over TCP}",
+  series="Request for Comments",
+  number="5021",
+  howpublished="RFC 5021 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5021.txt",
+}
+
+ at misc{rfc5022,
+  author="J. Van Dyke and E. Burger and A. Spitzer",
+  title="{Media Server Control Markup Language (MSCML) and Protocol}",
+  series="Request for Comments",
+  number="5022",
+  howpublished="RFC 5022 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5022.txt",
+}
+
+ at misc{rfc5023,
+  author="J. Gregorio and B. de hOra",
+  title="{The Atom Publishing Protocol}",
+  series="Request for Comments",
+  number="5023",
+  howpublished="RFC 5023 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5023.txt",
+}
+
+ at misc{rfc5024,
+  author="I. Friend",
+  title="{ODETTE File Transfer Protocol 2.0}",
+  series="Request for Comments",
+  number="5024",
+  howpublished="RFC 5024 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5024.txt",
+}
+
+ at misc{rfc5025,
+  author="J. Rosenberg",
+  title="{Presence Authorization Rules}",
+  series="Request for Comments",
+  number="5025",
+  howpublished="RFC 5025 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5025.txt",
+}
+
+ at misc{rfc5026,
+  author="G. Giaretta and J. Kempf and V. Devarapalli",
+  title="{Mobile IPv6 Bootstrapping in Split Scenario}",
+  series="Request for Comments",
+  number="5026",
+  howpublished="RFC 5026 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5026.txt",
+}
+
+ at misc{rfc5027,
+  author="F. Andreasen and D. Wing",
+  title="{Security Preconditions for Session Description Protocol (SDP) Media Streams}",
+  series="Request for Comments",
+  number="5027",
+  howpublished="RFC 5027 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5027.txt",
+}
+
+ at misc{rfc5028,
+  author="R. Mahy",
+  title="{A Telephone Number Mapping (ENUM) Service Registration for Instant Messaging (IM) Services}",
+  series="Request for Comments",
+  number="5028",
+  howpublished="RFC 5028 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc5028.txt",
+}
+
+ at misc{rfc5029,
+  author="JP. Vasseur and S. Previdi",
+  title="{Definition of an IS-IS Link Attribute Sub-TLV}",
+  series="Request for Comments",
+  number="5029",
+  howpublished="RFC 5029 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5029.txt",
+}
+
+ at misc{rfc5030,
+  author="M. Nakhjiri and K. Chowdhury and A. Lior and K. Leung",
+  title="{Mobile IPv4 RADIUS Requirements}",
+  series="Request for Comments",
+  number="5030",
+  howpublished="RFC 5030 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5030.txt",
+}
+
+ at misc{rfc5031,
+  author="H. Schulzrinne",
+  title="{A Uniform Resource Name (URN) for Emergency and Other Well-Known Services}",
+  series="Request for Comments",
+  number="5031",
+  howpublished="RFC 5031 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Updated by RFC 7163",
+  url="http://www.ietf.org/rfc/rfc5031.txt",
+}
+
+ at misc{rfc5032,
+  author="E. Burger",
+  title="{WITHIN Search Extension to the IMAP Protocol}",
+  series="Request for Comments",
+  number="5032",
+  howpublished="RFC 5032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5032.txt",
+}
+
+ at misc{rfc5033,
+  author="S. Floyd and M. Allman",
+  title="{Specifying New Congestion Control Algorithms}",
+  series="Request for Comments",
+  number="5033",
+  howpublished="RFC 5033 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5033.txt",
+}
+
+ at misc{rfc5034,
+  author="R. Siemborski and A. Menon-Sen",
+  title="{The Post Office Protocol (POP3) Simple Authentication and Security Layer (SASL) Authentication Mechanism}",
+  series="Request for Comments",
+  number="5034",
+  howpublished="RFC 5034 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5034.txt",
+}
+
+ at misc{rfc5035,
+  author="J. Schaad",
+  title="{Enhanced Security Services (ESS) Update: Adding CertID Algorithm Agility}",
+  series="Request for Comments",
+  number="5035",
+  howpublished="RFC 5035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5035.txt",
+}
+
+ at misc{rfc5036,
+  author="L. Andersson and I. Minei and B. Thomas",
+  title="{LDP Specification}",
+  series="Request for Comments",
+  number="5036",
+  howpublished="RFC 5036 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFCs 6720, 6790, 7358, 7552",
+  url="http://www.ietf.org/rfc/rfc5036.txt",
+}
+
+ at misc{rfc5037,
+  author="L. Andersson and I. Minei and B. Thomas",
+  title="{Experience with the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="5037",
+  howpublished="RFC 5037 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5037.txt",
+}
+
+ at misc{rfc5038,
+  author="B. Thomas and L. Andersson",
+  title="{The Label Distribution Protocol (LDP) Implementation Survey Results}",
+  series="Request for Comments",
+  number="5038",
+  howpublished="RFC 5038 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5038.txt",
+}
+
+ at misc{rfc5039,
+  author="J. Rosenberg and C. Jennings",
+  title="{The Session Initiation Protocol (SIP) and Spam}",
+  series="Request for Comments",
+  number="5039",
+  howpublished="RFC 5039 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5039.txt",
+}
+
+ at misc{rfc5040,
+  author="R. Recio and B. Metzler and P. Culley and J. Hilland and D. Garcia",
+  title="{A Remote Direct Memory Access Protocol Specification}",
+  series="Request for Comments",
+  number="5040",
+  howpublished="RFC 5040 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5040.txt",
+}
+
+ at misc{rfc5041,
+  author="H. Shah and J. Pinkerton and R. Recio and P. Culley",
+  title="{Direct Data Placement over Reliable Transports}",
+  series="Request for Comments",
+  number="5041",
+  howpublished="RFC 5041 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5041.txt",
+}
+
+ at misc{rfc5042,
+  author="J. Pinkerton and E. Deleganes",
+  title="{Direct Data Placement Protocol (DDP) / Remote Direct Memory Access Protocol (RDMAP) Security}",
+  series="Request for Comments",
+  number="5042",
+  howpublished="RFC 5042 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5042.txt",
+}
+
+ at misc{rfc5043,
+  author="C. Bestler and R. Stewart",
+  title="{Stream Control Transmission Protocol (SCTP) Direct Data Placement (DDP) Adaptation}",
+  series="Request for Comments",
+  number="5043",
+  howpublished="RFC 5043 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFCs 6581, 7146",
+  url="http://www.ietf.org/rfc/rfc5043.txt",
+}
+
+ at misc{rfc5044,
+  author="P. Culley and U. Elzur and R. Recio and S. Bailey and J. Carrier",
+  title="{Marker PDU Aligned Framing for TCP Specification}",
+  series="Request for Comments",
+  number="5044",
+  howpublished="RFC 5044 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFCs 6581, 7146",
+  url="http://www.ietf.org/rfc/rfc5044.txt",
+}
+
+ at misc{rfc5045,
+  author="C. Bestler and L. Coene",
+  title="{Applicability of Remote Direct Memory Access Protocol (RDMA) and Direct Data Placement (DDP)}",
+  series="Request for Comments",
+  number="5045",
+  howpublished="RFC 5045 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5045.txt",
+}
+
+ at misc{rfc5046,
+  author="M. Ko and M. Chadalapaka and J. Hufferd and U. Elzur and H. Shah and P. Thaler",
+  title="{Internet Small Computer System Interface (iSCSI) Extensions for Remote Direct Memory Access (RDMA)}",
+  series="Request for Comments",
+  number="5046",
+  howpublished="RFC 5046 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Obsoleted by RFC 7145, updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5046.txt",
+}
+
+ at misc{rfc5047,
+  author="M. Chadalapaka and J. Hufferd and J. Satran and H. Shah",
+  title="{DA: Datamover Architecture for the Internet Small Computer System Interface (iSCSI)}",
+  series="Request for Comments",
+  number="5047",
+  howpublished="RFC 5047 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5047.txt",
+}
+
+ at misc{rfc5048,
+  author="M. Chadalapaka",
+  title="{Internet Small Computer System Interface (iSCSI) Corrections and Clarifications}",
+  series="Request for Comments",
+  number="5048",
+  howpublished="RFC 5048 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Obsoleted by RFC 7143, updated by RFC 7146",
+  url="http://www.ietf.org/rfc/rfc5048.txt",
+}
+
+ at misc{rfc5049,
+  author="C. Bormann and Z. Liu and R. Price and G. Camarillo",
+  title="{Applying Signaling Compression (SigComp) to the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5049",
+  howpublished="RFC 5049 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5049.txt",
+}
+
+ at misc{rfc5050,
+  author="K. Scott and S. Burleigh",
+  title="{Bundle Protocol Specification}",
+  series="Request for Comments",
+  number="5050",
+  howpublished="RFC 5050 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5050.txt",
+}
+
+ at misc{rfc5051,
+  author="M. Crispin",
+  title="{i;unicode-casemap - Simple Unicode Collation Algorithm}",
+  series="Request for Comments",
+  number="5051",
+  howpublished="RFC 5051 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5051.txt",
+}
+
+ at misc{rfc5052,
+  author="M. Watson and M. Luby and L. Vicisano",
+  title="{Forward Error Correction (FEC) Building Block}",
+  series="Request for Comments",
+  number="5052",
+  howpublished="RFC 5052 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5052.txt",
+}
+
+ at misc{rfc5053,
+  author="M. Luby and A. Shokrollahi and M. Watson and T. Stockhammer",
+  title="{Raptor Forward Error Correction Scheme for Object Delivery}",
+  series="Request for Comments",
+  number="5053",
+  howpublished="RFC 5053 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5053.txt",
+}
+
+ at misc{rfc5054,
+  author="D. Taylor and T. Wu and N. Mavrogiannopoulos and T. Perrin",
+  title="{Using the Secure Remote Password (SRP) Protocol for TLS Authentication}",
+  series="Request for Comments",
+  number="5054",
+  howpublished="RFC 5054 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5054.txt",
+}
+
+ at misc{rfc5055,
+  author="T. Freeman and R. Housley and A. Malpani and D. Cooper and W. Polk",
+  title="{Server-Based Certificate Validation Protocol (SCVP)}",
+  series="Request for Comments",
+  number="5055",
+  howpublished="RFC 5055 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5055.txt",
+}
+
+ at misc{rfc5056,
+  author="N. Williams",
+  title="{On the Use of Channel Bindings to Secure Channels}",
+  series="Request for Comments",
+  number="5056",
+  howpublished="RFC 5056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5056.txt",
+}
+
+ at misc{rfc5057,
+  author="R. Sparks",
+  title="{Multiple Dialog Usages in the Session Initiation Protocol}",
+  series="Request for Comments",
+  number="5057",
+  howpublished="RFC 5057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5057.txt",
+}
+
+ at misc{rfc5058,
+  author="R. Boivie and N. Feldman and Y. Imai and W. Livens and D. Ooms",
+  title="{Explicit Multicast (Xcast) Concepts and Options}",
+  series="Request for Comments",
+  number="5058",
+  howpublished="RFC 5058 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5058.txt",
+}
+
+ at misc{rfc5059,
+  author="N. Bhaskar and A. Gall and J. Lingard and S. Venaas",
+  title="{Bootstrap Router (BSR) Mechanism for Protocol Independent Multicast (PIM)}",
+  series="Request for Comments",
+  number="5059",
+  howpublished="RFC 5059 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5059.txt",
+}
+
+ at misc{rfc5060,
+  author="R. Sivaramu and J. Lingard and D. McWalter and B. Joshi and A. Kessler",
+  title="{Protocol Independent Multicast MIB}",
+  series="Request for Comments",
+  number="5060",
+  howpublished="RFC 5060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5060.txt",
+}
+
+ at misc{rfc5061,
+  author="R. Stewart and Q. Xie and M. Tuexen and S. Maruyama and M. Kozuka",
+  title="{Stream Control Transmission Protocol (SCTP) Dynamic Address Reconfiguration}",
+  series="Request for Comments",
+  number="5061",
+  howpublished="RFC 5061 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5061.txt",
+}
+
+ at misc{rfc5062,
+  author="R. Stewart and M. Tuexen and G. Camarillo",
+  title="{Security Attacks Found Against the Stream Control Transmission Protocol (SCTP) and Current Countermeasures}",
+  series="Request for Comments",
+  number="5062",
+  howpublished="RFC 5062 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5062.txt",
+}
+
+ at misc{rfc5063,
+  author="A. Satyanarayana and R. Rahman",
+  title="{Extensions to GMPLS Resource Reservation Protocol (RSVP) Graceful Restart}",
+  series="Request for Comments",
+  number="5063",
+  howpublished="RFC 5063 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5063.txt",
+}
+
+ at misc{rfc5064,
+  author="M. Duerst",
+  title="{The Archived-At Message Header Field}",
+  series="Request for Comments",
+  number="5064",
+  howpublished="RFC 5064 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5064.txt",
+}
+
+ at misc{rfc5065,
+  author="P. Traina and D. McPherson and J. Scudder",
+  title="{Autonomous System Confederations for BGP}",
+  series="Request for Comments",
+  number="5065",
+  howpublished="RFC 5065 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5065.txt",
+}
+
+ at misc{rfc5066,
+  author="E. Beili",
+  title="{Ethernet in the First Mile Copper (EFMCu) Interfaces MIB}",
+  series="Request for Comments",
+  number="5066",
+  howpublished="RFC 5066 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    note="Updated by RFC 7124",
+  url="http://www.ietf.org/rfc/rfc5066.txt",
+}
+
+ at misc{rfc5067,
+  author="S. Lind and P. Pfautz",
+  title="{Infrastructure ENUM Requirements}",
+  series="Request for Comments",
+  number="5067",
+  howpublished="RFC 5067 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5067.txt",
+}
+
+ at misc{rfc5068,
+  author="C. Hutzler and D. Crocker and P. Resnick and E. Allman and T. Finch",
+  title="{Email Submission Operations: Access and Accountability Requirements}",
+  series="Request for Comments",
+  number="5068",
+  howpublished="RFC 5068 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5068.txt",
+}
+
+ at misc{rfc5069,
+  author="T. Taylor and H. Tschofenig and H. Schulzrinne and M. Shanmugam",
+  title="{Security Threats and Requirements for Emergency Call Marking and Mapping}",
+  series="Request for Comments",
+  number="5069",
+  howpublished="RFC 5069 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5069.txt",
+}
+
+ at misc{rfc5070,
+  author="R. Danyliw and J. Meijer and Y. Demchenko",
+  title="{The Incident Object Description Exchange Format}",
+  series="Request for Comments",
+  number="5070",
+  howpublished="RFC 5070 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    note="Obsoleted by RFC 7970, updated by RFC 6685",
+  url="http://www.ietf.org/rfc/rfc5070.txt",
+}
+
+ at misc{rfc5071,
+  author="D. Hankins",
+  title="{Dynamic Host Configuration Protocol Options Used by PXELINUX}",
+  series="Request for Comments",
+  number="5071",
+  howpublished="RFC 5071 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5071.txt",
+}
+
+ at misc{rfc5072,
+  author="S. Varada and D. Haskins and E. Allen",
+  title="{IP Version 6 over PPP}",
+  series="Request for Comments",
+  number="5072",
+  howpublished="RFC 5072 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5072.txt",
+}
+
+ at misc{rfc5073,
+  author="J.P. Vasseur and J.L. Le Roux",
+  title="{IGP Routing Protocol Extensions for Discovery of Traffic Engineering Node Capabilities}",
+  series="Request for Comments",
+  number="5073",
+  howpublished="RFC 5073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5073.txt",
+}
+
+ at misc{rfc5074,
+  author="S. Weiler",
+  title="{DNSSEC Lookaside Validation (DLV)}",
+  series="Request for Comments",
+  number="5074",
+  howpublished="RFC 5074 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5074.txt",
+}
+
+ at misc{rfc5075,
+  author="B. Haberman and R. Hinden",
+  title="{IPv6 Router Advertisement Flags Option}",
+  series="Request for Comments",
+  number="5075",
+  howpublished="RFC 5075 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    note="Obsoleted by RFC 5175",
+  url="http://www.ietf.org/rfc/rfc5075.txt",
+}
+
+ at misc{rfc5076,
+  author="B. Hoeneisen",
+  title="{ENUM Validation Information Mapping for the Extensible Provisioning Protocol}",
+  series="Request for Comments",
+  number="5076",
+  howpublished="RFC 5076 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5076.txt",
+}
+
+ at misc{rfc5077,
+  author="J. Salowey and H. Zhou and P. Eronen and H. Tschofenig",
+  title="{Transport Layer Security (TLS) Session Resumption without Server-Side State}",
+  series="Request for Comments",
+  number="5077",
+  howpublished="RFC 5077 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5077.txt",
+}
+
+ at misc{rfc5078,
+  author="S. Dawkins",
+  title="{IAB and IESG Selection, Confirmation, and Recall Process: Revision of the Nominating and Recall Committees Timeline}",
+  series="Request for Comments",
+  number="5078",
+  howpublished="RFC 5078 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    note="Obsoleted by RFC 7437",
+  url="http://www.ietf.org/rfc/rfc5078.txt",
+}
+
+ at misc{rfc5079,
+  author="J. Rosenberg",
+  title="{Rejecting Anonymous Requests in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5079",
+  howpublished="RFC 5079 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5079.txt",
+}
+
+ at misc{rfc5080,
+  author="D. Nelson and A. DeKok",
+  title="{Common Remote Authentication Dial In User Service (RADIUS) Implementation Issues and Suggested Fixes}",
+  series="Request for Comments",
+  number="5080",
+  howpublished="RFC 5080 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5080.txt",
+}
+
+ at misc{rfc5081,
+  author="N. Mavrogiannopoulos",
+  title="{Using OpenPGP Keys for Transport Layer Security (TLS) Authentication}",
+  series="Request for Comments",
+  number="5081",
+  howpublished="RFC 5081 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    note="Obsoleted by RFC 6091",
+  url="http://www.ietf.org/rfc/rfc5081.txt",
+}
+
+ at misc{rfc5082,
+  author="V. Gill and J. Heasley and D. Meyer and P. Savola and C. Pignataro",
+  title="{The Generalized TTL Security Mechanism (GTSM)}",
+  series="Request for Comments",
+  number="5082",
+  howpublished="RFC 5082 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5082.txt",
+}
+
+ at misc{rfc5083,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Authenticated-Enveloped-Data Content Type}",
+  series="Request for Comments",
+  number="5083",
+  howpublished="RFC 5083 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5083.txt",
+}
+
+ at misc{rfc5084,
+  author="R. Housley",
+  title="{Using AES-CCM and AES-GCM Authenticated Encryption in the Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5084",
+  howpublished="RFC 5084 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5084.txt",
+}
+
+ at misc{rfc5085,
+  author="T. Nadeau and C. Pignataro",
+  title="{Pseudowire Virtual Circuit Connectivity Verification (VCCV): A Control Channel for Pseudowires}",
+  series="Request for Comments",
+  number="5085",
+  howpublished="RFC 5085 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    note="Updated by RFC 5586",
+  url="http://www.ietf.org/rfc/rfc5085.txt",
+}
+
+ at misc{rfc5086,
+  author="A. Vainshtein and I. Sasson and E. Metz and T. Frost and P. Pate",
+  title="{Structure-Aware Time Division Multiplexed (TDM) Circuit Emulation Service over Packet Switched Network (CESoPSN)}",
+  series="Request for Comments",
+  number="5086",
+  howpublished="RFC 5086 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5086.txt",
+}
+
+ at misc{rfc5087,
+  author="Y(J). Stein and R. Shashoua and R. Insler and M. Anavi",
+  title="{Time Division Multiplexing over IP (TDMoIP)}",
+  series="Request for Comments",
+  number="5087",
+  howpublished="RFC 5087 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5087.txt",
+}
+
+ at misc{rfc5088,
+  author="JL. Le Roux and JP. Vasseur and Y. Ikejiri and R. Zhang",
+  title="{OSPF Protocol Extensions for Path Computation Element (PCE) Discovery}",
+  series="Request for Comments",
+  number="5088",
+  howpublished="RFC 5088 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5088.txt",
+}
+
+ at misc{rfc5089,
+  author="JL. Le Roux and JP. Vasseur and Y. Ikejiri and R. Zhang",
+  title="{IS-IS Protocol Extensions for Path Computation Element (PCE) Discovery}",
+  series="Request for Comments",
+  number="5089",
+  howpublished="RFC 5089 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5089.txt",
+}
+
+ at misc{rfc5090,
+  author="B. Sterman and D. Sadolevsky and D. Schwartz and D. Williams and W. Beck",
+  title="{RADIUS Extension for Digest Authentication}",
+  series="Request for Comments",
+  number="5090",
+  howpublished="RFC 5090 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5090.txt",
+}
+
+ at misc{rfc5091,
+  author="X. Boyen and L. Martin",
+  title="{Identity-Based Cryptography Standard (IBCS) \#1: Supersingular Curve Implementations of the BF and BB1 Cryptosystems}",
+  series="Request for Comments",
+  number="5091",
+  howpublished="RFC 5091 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5091.txt",
+}
+
+ at misc{rfc5092,
+  author="A. Melnikov and C. Newman",
+  title="{IMAP URL Scheme}",
+  series="Request for Comments",
+  number="5092",
+  howpublished="RFC 5092 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=nov,
+    note="Updated by RFC 5593",
+  url="http://www.ietf.org/rfc/rfc5092.txt",
+}
+
+ at misc{rfc5093,
+  author="G. Hunt",
+  title="{BT's eXtended Network Quality RTP Control Protocol Extended Reports (RTCP XR XNQ)}",
+  series="Request for Comments",
+  number="5093",
+  howpublished="RFC 5093 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5093.txt",
+}
+
+ at misc{rfc5094,
+  author="V. Devarapalli and A. Patel and K. Leung",
+  title="{Mobile IPv6 Vendor Specific Option}",
+  series="Request for Comments",
+  number="5094",
+  howpublished="RFC 5094 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5094.txt",
+}
+
+ at misc{rfc5095,
+  author="J. Abley and P. Savola and G. Neville-Neil",
+  title="{Deprecation of Type 0 Routing Headers in IPv6}",
+  series="Request for Comments",
+  number="5095",
+  howpublished="RFC 5095 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5095.txt",
+}
+
+ at misc{rfc5096,
+  author="V. Devarapalli",
+  title="{Mobile IPv6 Experimental Messages}",
+  series="Request for Comments",
+  number="5096",
+  howpublished="RFC 5096 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5096.txt",
+}
+
+ at misc{rfc5097,
+  author="G. Renker and G. Fairhurst",
+  title="{MIB for the UDP-Lite protocol}",
+  series="Request for Comments",
+  number="5097",
+  howpublished="RFC 5097 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5097.txt",
+}
+
+ at misc{rfc5098,
+  author="G. Beacham and S. Kumar and S. Channabasappa",
+  title="{Signaling MIB for PacketCable and IPCablecom Multimedia Terminal Adapters (MTAs)}",
+  series="Request for Comments",
+  number="5098",
+  howpublished="RFC 5098 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5098.txt",
+}
+
+ at misc{rfc5101,
+  author="B. Claise",
+  title="{Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of IP Traffic Flow Information}",
+  series="Request for Comments",
+  number="5101",
+  howpublished="RFC 5101 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Obsoleted by RFC 7011",
+  url="http://www.ietf.org/rfc/rfc5101.txt",
+}
+
+ at misc{rfc5102,
+  author="J. Quittek and S. Bryant and B. Claise and P. Aitken and J. Meyer",
+  title="{Information Model for IP Flow Information Export}",
+  series="Request for Comments",
+  number="5102",
+  howpublished="RFC 5102 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Obsoleted by RFC 7012, updated by RFC 6313",
+  url="http://www.ietf.org/rfc/rfc5102.txt",
+}
+
+ at misc{rfc5103,
+  author="B. Trammell and E. Boschi",
+  title="{Bidirectional Flow Export Using IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="5103",
+  howpublished="RFC 5103 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5103.txt",
+}
+
+ at misc{rfc5104,
+  author="S. Wenger and U. Chandra and M. Westerlund and B. Burman",
+  title="{Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)}",
+  series="Request for Comments",
+  number="5104",
+  howpublished="RFC 5104 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    note="Updated by RFC 7728",
+  url="http://www.ietf.org/rfc/rfc5104.txt",
+}
+
+ at misc{rfc5105,
+  author="O. Lendl",
+  title="{ENUM Validation Token Format Definition}",
+  series="Request for Comments",
+  number="5105",
+  howpublished="RFC 5105 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5105.txt",
+}
+
+ at misc{rfc5106,
+  author="H. Tschofenig and D. Kroeselberg and A. Pashalidis and Y. Ohba and F. Bersani",
+  title="{The Extensible Authentication Protocol-Internet Key Exchange Protocol version 2 (EAP-IKEv2) Method}",
+  series="Request for Comments",
+  number="5106",
+  howpublished="RFC 5106 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5106.txt",
+}
+
+ at misc{rfc5107,
+  author="R. Johnson and J. Kumarasamy and K. Kinnear and M. Stapp",
+  title="{DHCP Server Identifier Override Suboption}",
+  series="Request for Comments",
+  number="5107",
+  howpublished="RFC 5107 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5107.txt",
+}
+
+ at misc{rfc5109,
+  author="A. Li",
+  title="{RTP Payload Format for Generic Forward Error Correction}",
+  series="Request for Comments",
+  number="5109",
+  howpublished="RFC 5109 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5109.txt",
+}
+
+ at misc{rfc5110,
+  author="P. Savola",
+  title="{Overview of the Internet Multicast Routing Architecture}",
+  series="Request for Comments",
+  number="5110",
+  howpublished="RFC 5110 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5110.txt",
+}
+
+ at misc{rfc5111,
+  author="B. Aboba and L. Dondeti",
+  title="{Experiment in Exploratory Group Formation within the Internet Engineering Task Force (IETF)}",
+  series="Request for Comments",
+  number="5111",
+  howpublished="RFC 5111 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5111.txt",
+}
+
+ at misc{rfc5112,
+  author="M. Garcia-Martin",
+  title="{The Presence-Specific Static Dictionary for Signaling Compression (Sigcomp)}",
+  series="Request for Comments",
+  number="5112",
+  howpublished="RFC 5112 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5112.txt",
+}
+
+ at misc{rfc5113,
+  author="J. Arkko and B. Aboba and J. Korhonen and F. Bari",
+  title="{Network Discovery and Selection Problem}",
+  series="Request for Comments",
+  number="5113",
+  howpublished="RFC 5113 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5113.txt",
+}
+
+ at misc{rfc5114,
+  author="M. Lepinski and S. Kent",
+  title="{Additional Diffie-Hellman Groups for Use with IETF Standards}",
+  series="Request for Comments",
+  number="5114",
+  howpublished="RFC 5114 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5114.txt",
+}
+
+ at misc{rfc5115,
+  author="K. Carlberg and P. O'Hanlon",
+  title="{Telephony Routing over IP (TRIP) Attribute for Resource Priority}",
+  series="Request for Comments",
+  number="5115",
+  howpublished="RFC 5115 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5115.txt",
+}
+
+ at misc{rfc5116,
+  author="D. McGrew",
+  title="{An Interface and Algorithms for Authenticated Encryption}",
+  series="Request for Comments",
+  number="5116",
+  howpublished="RFC 5116 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5116.txt",
+}
+
+ at misc{rfc5117,
+  author="M. Westerlund and S. Wenger",
+  title="{RTP Topologies}",
+  series="Request for Comments",
+  number="5117",
+  howpublished="RFC 5117 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Obsoleted by RFC 7667",
+  url="http://www.ietf.org/rfc/rfc5117.txt",
+}
+
+ at misc{rfc5118,
+  author="V. Gurbani and C. Boulton and R. Sparks",
+  title="{Session Initiation Protocol (SIP) Torture Test Messages for Internet Protocol Version 6 (IPv6)}",
+  series="Request for Comments",
+  number="5118",
+  howpublished="RFC 5118 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5118.txt",
+}
+
+ at misc{rfc5119,
+  author="T. Edwards",
+  title="{A Uniform Resource Name (URN) Namespace for the Society of Motion Picture and Television Engineers (SMPTE)}",
+  series="Request for Comments",
+  number="5119",
+  howpublished="RFC 5119 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5119.txt",
+}
+
+ at misc{rfc5120,
+  author="T. Przygienda and N. Shen and N. Sheth",
+  title="{M-ISIS: Multi Topology (MT) Routing in Intermediate System to Intermediate Systems (IS-ISs)}",
+  series="Request for Comments",
+  number="5120",
+  howpublished="RFC 5120 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5120.txt",
+}
+
+ at misc{rfc5121,
+  author="B. Patil and F. Xia and B. Sarikaya and JH. Choi and S. Madanapalli",
+  title="{Transmission of IPv6 via the IPv6 Convergence Sublayer over IEEE 802.16 Networks}",
+  series="Request for Comments",
+  number="5121",
+  howpublished="RFC 5121 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5121.txt",
+}
+
+ at misc{rfc5122,
+  author="P. Saint-Andre",
+  title="{Internationalized Resource Identifiers (IRIs) and Uniform Resource Identifiers (URIs) for the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="5122",
+  howpublished="RFC 5122 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5122.txt",
+}
+
+ at misc{rfc5123,
+  author="R. White and B. Akyol",
+  title="{Considerations in Validating the Path in BGP}",
+  series="Request for Comments",
+  number="5123",
+  howpublished="RFC 5123 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5123.txt",
+}
+
+ at misc{rfc5124,
+  author="J. Ott and E. Carrara",
+  title="{Extended Secure RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/SAVPF)}",
+  series="Request for Comments",
+  number="5124",
+  howpublished="RFC 5124 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5124.txt",
+}
+
+ at misc{rfc5125,
+  author="T. Taylor",
+  title="{Reclassification of RFC 3525 to Historic}",
+  series="Request for Comments",
+  number="5125",
+  howpublished="RFC 5125 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5125.txt",
+}
+
+ at misc{rfc5126,
+  author="D. Pinkas and N. Pope and J. Ross",
+  title="{CMS Advanced Electronic Signatures (CAdES)}",
+  series="Request for Comments",
+  number="5126",
+  howpublished="RFC 5126 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5126.txt",
+}
+
+ at misc{rfc5127,
+  author="K. Chan and J. Babiarz and F. Baker",
+  title="{Aggregation of Diffserv Service Classes}",
+  series="Request for Comments",
+  number="5127",
+  howpublished="RFC 5127 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5127.txt",
+}
+
+ at misc{rfc5128,
+  author="P. Srisuresh and B. Ford and D. Kegel",
+  title="{State of Peer-to-Peer (P2P) Communication across Network Address Translators (NATs)}",
+  series="Request for Comments",
+  number="5128",
+  howpublished="RFC 5128 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5128.txt",
+}
+
+ at misc{rfc5129,
+  author="B. Davie and B. Briscoe and J. Tay",
+  title="{Explicit Congestion Marking in MPLS}",
+  series="Request for Comments",
+  number="5129",
+  howpublished="RFC 5129 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Updated by RFC 5462",
+  url="http://www.ietf.org/rfc/rfc5129.txt",
+}
+
+ at misc{rfc5130,
+  author="S. Previdi and M. Shand and C. Martin",
+  title="{A Policy Control Mechanism in IS-IS Using Administrative Tags}",
+  series="Request for Comments",
+  number="5130",
+  howpublished="RFC 5130 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5130.txt",
+}
+
+ at misc{rfc5131,
+  author="D. McWalter",
+  title="{A MIB Textual Convention for Language Tags}",
+  series="Request for Comments",
+  number="5131",
+  howpublished="RFC 5131 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5131.txt",
+}
+
+ at misc{rfc5132,
+  author="D. McWalter and D. Thaler and A. Kessler",
+  title="{IP Multicast MIB}",
+  series="Request for Comments",
+  number="5132",
+  howpublished="RFC 5132 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5132.txt",
+}
+
+ at misc{rfc5133,
+  author="M. Tuexen and K. Morneault",
+  title="{Terminal Endpoint Identifier (TEI) Query Request Number Change}",
+  series="Request for Comments",
+  number="5133",
+  howpublished="RFC 5133 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2007,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5133.txt",
+}
+
+ at misc{rfc5134,
+  author="M. Mealling",
+  title="{A Uniform Resource Name Namespace for the EPCglobal Electronic Product Code (EPC) and Related Standards}",
+  series="Request for Comments",
+  number="5134",
+  howpublished="RFC 5134 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5134.txt",
+}
+
+ at misc{rfc5135,
+  author="D. Wing and T. Eckert",
+  title="{IP Multicast Requirements for a Network Address Translator (NAT) and a Network Address Port Translator (NAPT)}",
+  series="Request for Comments",
+  number="5135",
+  howpublished="RFC 5135 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5135.txt",
+}
+
+ at misc{rfc5136,
+  author="P. Chimento and J. Ishac",
+  title="{Defining Network Capacity}",
+  series="Request for Comments",
+  number="5136",
+  howpublished="RFC 5136 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5136.txt",
+}
+
+ at misc{rfc5137,
+  author="J. Klensin",
+  title="{ASCII Escaping of Unicode Characters}",
+  series="Request for Comments",
+  number="5137",
+  howpublished="RFC 5137 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5137.txt",
+}
+
+ at misc{rfc5138,
+  author="S. Cox",
+  title="{A Uniform Resource Name (URN) Namespace for the Commission for the Management and Application of Geoscience Information (CGI)}",
+  series="Request for Comments",
+  number="5138",
+  howpublished="RFC 5138 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5138.txt",
+}
+
+ at misc{rfc5139,
+  author="M. Thomson and J. Winterbottom",
+  title="{Revised Civic Location Format for Presence Information Data Format Location Object (PIDF-LO)}",
+  series="Request for Comments",
+  number="5139",
+  howpublished="RFC 5139 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5139.txt",
+}
+
+ at misc{rfc5140,
+  author="M. Bangalore and R. Kumar and J. Rosenberg and H. Salama and D.N. Shah",
+  title="{A Telephony Gateway REgistration Protocol (TGREP)}",
+  series="Request for Comments",
+  number="5140",
+  howpublished="RFC 5140 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5140.txt",
+}
+
+ at misc{rfc5141,
+  author="J. Goodwin and H. Apel",
+  title="{A Uniform Resource Name (URN) Namespace for the International Organization for Standardization (ISO)}",
+  series="Request for Comments",
+  number="5141",
+  howpublished="RFC 5141 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5141.txt",
+}
+
+ at misc{rfc5142,
+  author="B. Haley and V. Devarapalli and H. Deng and J. Kempf",
+  title="{Mobility Header Home Agent Switch Message}",
+  series="Request for Comments",
+  number="5142",
+  howpublished="RFC 5142 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5142.txt",
+}
+
+ at misc{rfc5143,
+  author="A. Malis and J. Brayley and J. Shirron and L. Martini and S. Vogelsang",
+  title="{Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Circuit Emulation Service over MPLS (CEM) Encapsulation}",
+  series="Request for Comments",
+  number="5143",
+  howpublished="RFC 5143 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    note="Obsoleted by RFC 4842",
+  url="http://www.ietf.org/rfc/rfc5143.txt",
+}
+
+ at misc{rfc5144,
+  author="A. Newton and M. Sanz",
+  title="{A Domain Availability Check (DCHK) Registry Type for the Internet Registry Information Service (IRIS)}",
+  series="Request for Comments",
+  number="5144",
+  howpublished="RFC 5144 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5144.txt",
+}
+
+ at misc{rfc5145,
+  author="K. Shiomoto",
+  title="{Framework for MPLS-TE to GMPLS Migration}",
+  series="Request for Comments",
+  number="5145",
+  howpublished="RFC 5145 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5145.txt",
+}
+
+ at misc{rfc5146,
+  author="K. Kumaki",
+  title="{Interworking Requirements to Support Operation of MPLS-TE over GMPLS Networks}",
+  series="Request for Comments",
+  number="5146",
+  howpublished="RFC 5146 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5146.txt",
+}
+
+ at misc{rfc5147,
+  author="E. Wilde and M. Duerst",
+  title="{URI Fragment Identifiers for the text/plain Media Type}",
+  series="Request for Comments",
+  number="5147",
+  howpublished="RFC 5147 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5147.txt",
+}
+
+ at misc{rfc5148,
+  author="T. Clausen and C. Dearlove and B. Adamson",
+  title="{Jitter Considerations in Mobile Ad Hoc Networks (MANETs)}",
+  series="Request for Comments",
+  number="5148",
+  howpublished="RFC 5148 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5148.txt",
+}
+
+ at misc{rfc5149,
+  author="J. Korhonen and U. Nilsson and V. Devarapalli",
+  title="{Service Selection for Mobile IPv6}",
+  series="Request for Comments",
+  number="5149",
+  howpublished="RFC 5149 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5149.txt",
+}
+
+ at misc{rfc5150,
+  author="A. Ayyangar and K. Kompella and JP. Vasseur and A. Farrel",
+  title="{Label Switched Path Stitching with Generalized Multiprotocol Label Switching Traffic Engineering (GMPLS TE)}",
+  series="Request for Comments",
+  number="5150",
+  howpublished="RFC 5150 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5150.txt",
+}
+
+ at misc{rfc5151,
+  author="A. Farrel and A. Ayyangar and JP. Vasseur",
+  title="{Inter-Domain MPLS and GMPLS Traffic Engineering -- Resource Reservation Protocol-Traffic Engineering (RSVP-TE) Extensions}",
+  series="Request for Comments",
+  number="5151",
+  howpublished="RFC 5151 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5151.txt",
+}
+
+ at misc{rfc5152,
+  author="JP. Vasseur and A. Ayyangar and R. Zhang",
+  title="{A Per-Domain Path Computation Method for Establishing Inter-Domain Traffic Engineering (TE) Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="5152",
+  howpublished="RFC 5152 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5152.txt",
+}
+
+ at misc{rfc5153,
+  author="E. Boschi and L. Mark and J. Quittek and M. Stiemerling and P. Aitken",
+  title="{IP Flow Information Export (IPFIX) Implementation Guidelines}",
+  series="Request for Comments",
+  number="5153",
+  howpublished="RFC 5153 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5153.txt",
+}
+
+ at misc{rfc5154,
+  author="J. Jee and S. Madanapalli and J. Mandin",
+  title="{IP over IEEE 802.16 Problem Statement and Goals}",
+  series="Request for Comments",
+  number="5154",
+  howpublished="RFC 5154 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5154.txt",
+}
+
+ at misc{rfc5155,
+  author="B. Laurie and G. Sisson and R. Arends and D. Blacka",
+  title="{DNS Security (DNSSEC) Hashed Authenticated Denial of Existence}",
+  series="Request for Comments",
+  number="5155",
+  howpublished="RFC 5155 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    note="Updated by RFCs 6840, 6944",
+  url="http://www.ietf.org/rfc/rfc5155.txt",
+}
+
+ at misc{rfc5156,
+  author="M. Blanchet",
+  title="{Special-Use IPv6 Addresses}",
+  series="Request for Comments",
+  number="5156",
+  howpublished="RFC 5156 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 6890",
+  url="http://www.ietf.org/rfc/rfc5156.txt",
+}
+
+ at misc{rfc5157,
+  author="T. Chown",
+  title="{IPv6 Implications for Network Scanning}",
+  series="Request for Comments",
+  number="5157",
+  howpublished="RFC 5157 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    note="Obsoleted by RFC 7707",
+  url="http://www.ietf.org/rfc/rfc5157.txt",
+}
+
+ at misc{rfc5158,
+  author="G. Huston",
+  title="{6to4 Reverse DNS Delegation Specification}",
+  series="Request for Comments",
+  number="5158",
+  howpublished="RFC 5158 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5158.txt",
+}
+
+ at misc{rfc5159,
+  author="L. Dondeti and A. Jerichow",
+  title="{Session Description Protocol (SDP) Attributes for Open Mobile Alliance (OMA) Broadcast (BCAST) Service and Content Protection}",
+  series="Request for Comments",
+  number="5159",
+  howpublished="RFC 5159 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5159.txt",
+}
+
+ at misc{rfc5160,
+  author="P. Levis and M. Boucadair",
+  title="{Considerations of Provider-to-Provider Agreements for Internet-Scale Quality of Service (QoS)}",
+  series="Request for Comments",
+  number="5160",
+  howpublished="RFC 5160 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5160.txt",
+}
+
+ at misc{rfc5161,
+  author="A. Gulbrandsen and A. Melnikov",
+  title="{The IMAP ENABLE Extension}",
+  series="Request for Comments",
+  number="5161",
+  howpublished="RFC 5161 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5161.txt",
+}
+
+ at misc{rfc5162,
+  author="A. Melnikov and D. Cridland and C. Wilson",
+  title="{IMAP4 Extensions for Quick Mailbox Resynchronization}",
+  series="Request for Comments",
+  number="5162",
+  howpublished="RFC 5162 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    note="Obsoleted by RFC 7162",
+  url="http://www.ietf.org/rfc/rfc5162.txt",
+}
+
+ at misc{rfc5163,
+  author="G. Fairhurst and B. Collini-Nocker",
+  title="{Extension Formats for Unidirectional Lightweight Encapsulation (ULE) and the Generic Stream Encapsulation (GSE)}",
+  series="Request for Comments",
+  number="5163",
+  howpublished="RFC 5163 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5163.txt",
+}
+
+ at misc{rfc5164,
+  author="T. Melia",
+  title="{Mobility Services Transport: Problem Statement}",
+  series="Request for Comments",
+  number="5164",
+  howpublished="RFC 5164 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5164.txt",
+}
+
+ at misc{rfc5165,
+  author="C. Reed",
+  title="{A Uniform Resource Name (URN) Namespace for the Open Geospatial Consortium (OGC)}",
+  series="Request for Comments",
+  number="5165",
+  howpublished="RFC 5165 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5165.txt",
+}
+
+ at misc{rfc5166,
+  author="S. Floyd",
+  title="{Metrics for the Evaluation of Congestion Control Mechanisms}",
+  series="Request for Comments",
+  number="5166",
+  howpublished="RFC 5166 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5166.txt",
+}
+
+ at misc{rfc5167,
+  author="M. Dolly and R. Even",
+  title="{Media Server Control Protocol Requirements}",
+  series="Request for Comments",
+  number="5167",
+  howpublished="RFC 5167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5167.txt",
+}
+
+ at misc{rfc5168,
+  author="O. Levin and R. Even and P. Hagendorf",
+  title="{XML Schema for Media Control}",
+  series="Request for Comments",
+  number="5168",
+  howpublished="RFC 5168 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5168.txt",
+}
+
+ at misc{rfc5169,
+  author="T. Clancy and M. Nakhjiri and V. Narayanan and L. Dondeti",
+  title="{Handover Key Management and Re-Authentication Problem Statement}",
+  series="Request for Comments",
+  number="5169",
+  howpublished="RFC 5169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5169.txt",
+}
+
+ at misc{rfc5170,
+  author="V. Roca and C. Neumann and D. Furodet",
+  title="{Low Density Parity Check (LDPC) Staircase and Triangle Forward Error Correction (FEC) Schemes}",
+  series="Request for Comments",
+  number="5170",
+  howpublished="RFC 5170 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5170.txt",
+}
+
+ at misc{rfc5171,
+  author="M. Foschiano",
+  title="{Cisco Systems UniDirectional Link Detection (UDLD) Protocol}",
+  series="Request for Comments",
+  number="5171",
+  howpublished="RFC 5171 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5171.txt",
+}
+
+ at misc{rfc5172,
+  author="S. Varada",
+  title="{Negotiation for IPv6 Datagram Compression Using IPv6 Control Protocol}",
+  series="Request for Comments",
+  number="5172",
+  howpublished="RFC 5172 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5172.txt",
+}
+
+ at misc{rfc5173,
+  author="J. Degener and P. Guenther",
+  title="{Sieve Email Filtering: Body Extension}",
+  series="Request for Comments",
+  number="5173",
+  howpublished="RFC 5173 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5173.txt",
+}
+
+ at misc{rfc5174,
+  author="J-P. Evain",
+  title="{A Uniform Resource Name (URN) Namespace for the European Broadcasting Union (EBU)}",
+  series="Request for Comments",
+  number="5174",
+  howpublished="RFC 5174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5174.txt",
+}
+
+ at misc{rfc5175,
+  author="B. Haberman and R. Hinden",
+  title="{IPv6 Router Advertisement Flags Option}",
+  series="Request for Comments",
+  number="5175",
+  howpublished="RFC 5175 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5175.txt",
+}
+
+ at misc{rfc5176,
+  author="M. Chiba and G. Dommety and M. Eklund and D. Mitton and B. Aboba",
+  title="{Dynamic Authorization Extensions to Remote Authentication Dial In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="5176",
+  howpublished="RFC 5176 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5176.txt",
+}
+
+ at misc{rfc5177,
+  author="K. Leung and G. Dommety and V. Narayanan and A. Petrescu",
+  title="{Network Mobility (NEMO) Extensions for Mobile IPv4}",
+  series="Request for Comments",
+  number="5177",
+  howpublished="RFC 5177 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Updated by RFC 6626",
+  url="http://www.ietf.org/rfc/rfc5177.txt",
+}
+
+ at misc{rfc5178,
+  author="N. Williams and A. Melnikov",
+  title="{Generic Security Service Application Program Interface (GSS-API) Internationalization and Domain-Based Service Names and Name Type}",
+  series="Request for Comments",
+  number="5178",
+  howpublished="RFC 5178 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5178.txt",
+}
+
+ at misc{rfc5179,
+  author="N. Williams",
+  title="{Generic Security Service Application Program Interface (GSS-API) Domain-Based Service Names Mapping for the Kerberos V GSS Mechanism}",
+  series="Request for Comments",
+  number="5179",
+  howpublished="RFC 5179 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5179.txt",
+}
+
+ at misc{rfc5180,
+  author="C. Popoviciu and A. Hamza and G. Van de Velde and D. Dugatkin",
+  title="{IPv6 Benchmarking Methodology for Network Interconnect Devices}",
+  series="Request for Comments",
+  number="5180",
+  howpublished="RFC 5180 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5180.txt",
+}
+
+ at misc{rfc5181,
+  author="M-K. Shin and Y-H. Han and S-E. Kim and D. Premec",
+  title="{IPv6 Deployment Scenarios in 802.16 Networks}",
+  series="Request for Comments",
+  number="5181",
+  howpublished="RFC 5181 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5181.txt",
+}
+
+ at misc{rfc5182,
+  author="A. Melnikov",
+  title="{IMAP Extension for Referencing the Last SEARCH Result}",
+  series="Request for Comments",
+  number="5182",
+  howpublished="RFC 5182 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5182.txt",
+}
+
+ at misc{rfc5183,
+  author="N. Freed",
+  title="{Sieve Email Filtering: Environment Extension}",
+  series="Request for Comments",
+  number="5183",
+  howpublished="RFC 5183 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5183.txt",
+}
+
+ at misc{rfc5184,
+  author="F. Teraoka and K. Gogo and K. Mitsuya and R. Shibui and K. Mitani",
+  title="{Unified Layer 2 (L2) Abstractions for Layer 3 (L3)-Driven Fast Handover}",
+  series="Request for Comments",
+  number="5184",
+  howpublished="RFC 5184 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5184.txt",
+}
+
+ at misc{rfc5185,
+  author="S. Mirtorabi and P. Psenak and A. Lindem and A. Oswal",
+  title="{OSPF Multi-Area Adjacency}",
+  series="Request for Comments",
+  number="5185",
+  howpublished="RFC 5185 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5185.txt",
+}
+
+ at misc{rfc5186,
+  author="B. Haberman and J. Martin",
+  title="{Internet Group Management Protocol Version 3 (IGMPv3) / Multicast Listener Discovery Version 2 (MLDv2) and Multicast Routing Protocol Interaction}",
+  series="Request for Comments",
+  number="5186",
+  howpublished="RFC 5186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5186.txt",
+}
+
+ at misc{rfc5187,
+  author="P. Pillay-Esnault and A. Lindem",
+  title="{OSPFv3 Graceful Restart}",
+  series="Request for Comments",
+  number="5187",
+  howpublished="RFC 5187 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5187.txt",
+}
+
+ at misc{rfc5188,
+  author="H. Desineni and Q. Xie",
+  title="{RTP Payload Format for the Enhanced Variable Rate Wideband Codec (EVRC-WB) and the Media Subtype Updates for EVRC-B Codec}",
+  series="Request for Comments",
+  number="5188",
+  howpublished="RFC 5188 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5188.txt",
+}
+
+ at misc{rfc5189,
+  author="M. Stiemerling and J. Quittek and T. Taylor",
+  title="{Middlebox Communication (MIDCOM) Protocol Semantics}",
+  series="Request for Comments",
+  number="5189",
+  howpublished="RFC 5189 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5189.txt",
+}
+
+ at misc{rfc5190,
+  author="J. Quittek and M. Stiemerling and P. Srisuresh",
+  title="{Definitions of Managed Objects for Middlebox Communication}",
+  series="Request for Comments",
+  number="5190",
+  howpublished="RFC 5190 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5190.txt",
+}
+
+ at misc{rfc5191,
+  author="D. Forsberg and Y. Ohba and B. Patil and H. Tschofenig and A. Yegin",
+  title="{Protocol for Carrying Authentication for Network Access (PANA)}",
+  series="Request for Comments",
+  number="5191",
+  howpublished="RFC 5191 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    note="Updated by RFC 5872",
+  url="http://www.ietf.org/rfc/rfc5191.txt",
+}
+
+ at misc{rfc5192,
+  author="L. Morand and A. Yegin and S. Kumar and S. Madanapalli",
+  title="{DHCP Options for Protocol for Carrying Authentication for Network Access (PANA) Authentication Agents}",
+  series="Request for Comments",
+  number="5192",
+  howpublished="RFC 5192 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5192.txt",
+}
+
+ at misc{rfc5193,
+  author="P. Jayaraman and R. Lopez and Y. Ohba and M. Parthasarathy and A. Yegin",
+  title="{Protocol for Carrying Authentication for Network Access (PANA) Framework}",
+  series="Request for Comments",
+  number="5193",
+  howpublished="RFC 5193 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5193.txt",
+}
+
+ at misc{rfc5194,
+  author="A. van Wijk and G. Gybels",
+  title="{Framework for Real-Time Text over IP Using the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5194",
+  howpublished="RFC 5194 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5194.txt",
+}
+
+ at misc{rfc5195,
+  author="H. Ould-Brahim and D. Fedyk and Y. Rekhter",
+  title="{BGP-Based Auto-Discovery for Layer-1 VPNs}",
+  series="Request for Comments",
+  number="5195",
+  howpublished="RFC 5195 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5195.txt",
+}
+
+ at misc{rfc5196,
+  author="M. Lonnfors and K. Kiss",
+  title="{Session Initiation Protocol (SIP) User Agent Capability Extension to Presence Information Data Format (PIDF)}",
+  series="Request for Comments",
+  number="5196",
+  howpublished="RFC 5196 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5196.txt",
+}
+
+ at misc{rfc5197,
+  author="S. Fries and D. Ignjatic",
+  title="{On the Applicability of Various Multimedia Internet KEYing (MIKEY) Modes and Extensions}",
+  series="Request for Comments",
+  number="5197",
+  howpublished="RFC 5197 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5197.txt",
+}
+
+ at misc{rfc5198,
+  author="J. Klensin and M. Padlipsky",
+  title="{Unicode Format for Network Interchange}",
+  series="Request for Comments",
+  number="5198",
+  howpublished="RFC 5198 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5198.txt",
+}
+
+ at misc{rfc5201,
+  author="R. Moskowitz and P. Nikander and P. Jokela and T. Henderson",
+  title="{Host Identity Protocol}",
+  series="Request for Comments",
+  number="5201",
+  howpublished="RFC 5201 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 7401, updated by RFC 6253",
+  url="http://www.ietf.org/rfc/rfc5201.txt",
+}
+
+ at misc{rfc5202,
+  author="P. Jokela and R. Moskowitz and P. Nikander",
+  title="{Using the Encapsulating Security Payload (ESP) Transport Format with the Host Identity Protocol (HIP)}",
+  series="Request for Comments",
+  number="5202",
+  howpublished="RFC 5202 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 7402",
+  url="http://www.ietf.org/rfc/rfc5202.txt",
+}
+
+ at misc{rfc5203,
+  author="J. Laganier and T. Koponen and L. Eggert",
+  title="{Host Identity Protocol (HIP) Registration Extension}",
+  series="Request for Comments",
+  number="5203",
+  howpublished="RFC 5203 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 8003",
+  url="http://www.ietf.org/rfc/rfc5203.txt",
+}
+
+ at misc{rfc5204,
+  author="J. Laganier and L. Eggert",
+  title="{Host Identity Protocol (HIP) Rendezvous Extension}",
+  series="Request for Comments",
+  number="5204",
+  howpublished="RFC 5204 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 8004",
+  url="http://www.ietf.org/rfc/rfc5204.txt",
+}
+
+ at misc{rfc5205,
+  author="P. Nikander and J. Laganier",
+  title="{Host Identity Protocol (HIP) Domain Name System (DNS) Extensions}",
+  series="Request for Comments",
+  number="5205",
+  howpublished="RFC 5205 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    note="Obsoleted by RFC 8005",
+  url="http://www.ietf.org/rfc/rfc5205.txt",
+}
+
+ at misc{rfc5206,
+  author="P. Nikander and T. Henderson and C. Vogt and J. Arkko",
+  title="{End-Host Mobility and Multihoming with the Host Identity Protocol}",
+  series="Request for Comments",
+  number="5206",
+  howpublished="RFC 5206 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5206.txt",
+}
+
+ at misc{rfc5207,
+  author="M. Stiemerling and J. Quittek and L. Eggert",
+  title="{NAT and Firewall Traversal Issues of Host Identity Protocol (HIP) Communication}",
+  series="Request for Comments",
+  number="5207",
+  howpublished="RFC 5207 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5207.txt",
+}
+
+ at misc{rfc5208,
+  author="B. Kaliski",
+  title="{Public-Key Cryptography Standards (PKCS) \#8: Private-Key Information Syntax Specification Version 1.2}",
+  series="Request for Comments",
+  number="5208",
+  howpublished="RFC 5208 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    note="Obsoleted by RFC 5958",
+  url="http://www.ietf.org/rfc/rfc5208.txt",
+}
+
+ at misc{rfc5209,
+  author="P. Sangster and H. Khosravi and M. Mani and K. Narayan and J. Tardo",
+  title="{Network Endpoint Assessment (NEA): Overview and Requirements}",
+  series="Request for Comments",
+  number="5209",
+  howpublished="RFC 5209 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5209.txt",
+}
+
+ at misc{rfc5210,
+  author="J. Wu and J. Bi and X. Li and G. Ren and K. Xu and M. Williams",
+  title="{A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience}",
+  series="Request for Comments",
+  number="5210",
+  howpublished="RFC 5210 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5210.txt",
+}
+
+ at misc{rfc5211,
+  author="J. Curran",
+  title="{An Internet Transition Plan}",
+  series="Request for Comments",
+  number="5211",
+  howpublished="RFC 5211 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5211.txt",
+}
+
+ at misc{rfc5212,
+  author="K. Shiomoto and D. Papadimitriou and JL. Le Roux and M. Vigoureux and D. Brungard",
+  title="{Requirements for GMPLS-Based Multi-Region and Multi-Layer Networks (MRN/MLN)}",
+  series="Request for Comments",
+  number="5212",
+  howpublished="RFC 5212 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5212.txt",
+}
+
+ at misc{rfc5213,
+  author="S. Gundavelli and K. Leung and V. Devarapalli and K. Chowdhury and B. Patil",
+  title="{Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="5213",
+  howpublished="RFC 5213 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    note="Updated by RFCs 6543, 7864",
+  url="http://www.ietf.org/rfc/rfc5213.txt",
+}
+
+ at misc{rfc5214,
+  author="F. Templin and T. Gleeson and D. Thaler",
+  title="{Intra-Site Automatic Tunnel Addressing Protocol (ISATAP)}",
+  series="Request for Comments",
+  number="5214",
+  howpublished="RFC 5214 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5214.txt",
+}
+
+ at misc{rfc5215,
+  author="L. Barbato",
+  title="{RTP Payload Format for Vorbis Encoded Audio}",
+  series="Request for Comments",
+  number="5215",
+  howpublished="RFC 5215 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5215.txt",
+}
+
+ at misc{rfc5216,
+  author="D. Simon and B. Aboba and R. Hurst",
+  title="{The EAP-TLS Authentication Protocol}",
+  series="Request for Comments",
+  number="5216",
+  howpublished="RFC 5216 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5216.txt",
+}
+
+ at misc{rfc5217,
+  author="M. Shimaoka and N. Hastings and R. Nielsen",
+  title="{Memorandum for Multi-Domain Public Key Infrastructure Interoperability}",
+  series="Request for Comments",
+  number="5217",
+  howpublished="RFC 5217 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5217.txt",
+}
+
+ at misc{rfc5218,
+  author="D. Thaler and B. Aboba",
+  title="{What Makes For a Successful Protocol?}",
+  series="Request for Comments",
+  number="5218",
+  howpublished="RFC 5218 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5218.txt",
+}
+
+ at misc{rfc5219,
+  author="R. Finlayson",
+  title="{A More Loss-Tolerant RTP Payload Format for MP3 Audio}",
+  series="Request for Comments",
+  number="5219",
+  howpublished="RFC 5219 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5219.txt",
+}
+
+ at misc{rfc5220,
+  author="A. Matsumoto and T. Fujisaki and R. Hiromi and K. Kanayama",
+  title="{Problem Statement for Default Address Selection in Multi-Prefix Environments: Operational Issues of RFC 3484 Default Rules}",
+  series="Request for Comments",
+  number="5220",
+  howpublished="RFC 5220 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5220.txt",
+}
+
+ at misc{rfc5221,
+  author="A. Matsumoto and T. Fujisaki and R. Hiromi and K. Kanayama",
+  title="{Requirements for Address Selection Mechanisms}",
+  series="Request for Comments",
+  number="5221",
+  howpublished="RFC 5221 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5221.txt",
+}
+
+ at misc{rfc5222,
+  author="T. Hardie and A. Newton and H. Schulzrinne and H. Tschofenig",
+  title="{LoST: A Location-to-Service Translation Protocol}",
+  series="Request for Comments",
+  number="5222",
+  howpublished="RFC 5222 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    note="Updated by RFC 6848",
+  url="http://www.ietf.org/rfc/rfc5222.txt",
+}
+
+ at misc{rfc5223,
+  author="H. Schulzrinne and J. Polk and H. Tschofenig",
+  title="{Discovering Location-to-Service Translation (LoST) Servers Using the Dynamic Host Configuration Protocol (DHCP)}",
+  series="Request for Comments",
+  number="5223",
+  howpublished="RFC 5223 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5223.txt",
+}
+
+ at misc{rfc5224,
+  author="M. Brenner",
+  title="{Diameter Policy Processing Application}",
+  series="Request for Comments",
+  number="5224",
+  howpublished="RFC 5224 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5224.txt",
+}
+
+ at misc{rfc5225,
+  author="G. Pelletier and K. Sandlund",
+  title="{RObust Header Compression Version 2 (ROHCv2): Profiles for RTP, UDP, IP, ESP and UDP-Lite}",
+  series="Request for Comments",
+  number="5225",
+  howpublished="RFC 5225 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5225.txt",
+}
+
+ at misc{rfc5226,
+  author="T. Narten and H. Alvestrand",
+  title="{Guidelines for Writing an IANA Considerations Section in RFCs}",
+  series="Request for Comments",
+  number="5226",
+  howpublished="RFC 5226 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5226.txt",
+}
+
+ at misc{rfc5227,
+  author="S. Cheshire",
+  title="{IPv4 Address Conflict Detection}",
+  series="Request for Comments",
+  number="5227",
+  howpublished="RFC 5227 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5227.txt",
+}
+
+ at misc{rfc5228,
+  author="P. Guenther and T. Showalter",
+  title="{Sieve: An Email Filtering Language}",
+  series="Request for Comments",
+  number="5228",
+  howpublished="RFC 5228 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Updated by RFCs 5229, 5429, 6785",
+  url="http://www.ietf.org/rfc/rfc5228.txt",
+}
+
+ at misc{rfc5229,
+  author="K. Homme",
+  title="{Sieve Email Filtering: Variables Extension}",
+  series="Request for Comments",
+  number="5229",
+  howpublished="RFC 5229 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Updated by RFC 5173",
+  url="http://www.ietf.org/rfc/rfc5229.txt",
+}
+
+ at misc{rfc5230,
+  author="T. Showalter and N. Freed",
+  title="{Sieve Email Filtering: Vacation Extension}",
+  series="Request for Comments",
+  number="5230",
+  howpublished="RFC 5230 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5230.txt",
+}
+
+ at misc{rfc5231,
+  author="W. Segmuller and B. Leiba",
+  title="{Sieve Email Filtering: Relational Extension}",
+  series="Request for Comments",
+  number="5231",
+  howpublished="RFC 5231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5231.txt",
+}
+
+ at misc{rfc5232,
+  author="A. Melnikov",
+  title="{Sieve Email Filtering: Imap4flags Extension}",
+  series="Request for Comments",
+  number="5232",
+  howpublished="RFC 5232 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5232.txt",
+}
+
+ at misc{rfc5233,
+  author="K. Murchison",
+  title="{Sieve Email Filtering: Subaddress Extension}",
+  series="Request for Comments",
+  number="5233",
+  howpublished="RFC 5233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5233.txt",
+}
+
+ at misc{rfc5234,
+  author="D. Crocker and P. Overell",
+  title="{Augmented BNF for Syntax Specifications: ABNF}",
+  series="Request for Comments",
+  number="5234",
+  howpublished="RFC 5234 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    note="Updated by RFC 7405",
+  url="http://www.ietf.org/rfc/rfc5234.txt",
+}
+
+ at misc{rfc5235,
+  author="C. Daboo",
+  title="{Sieve Email Filtering: Spamtest and Virustest Extensions}",
+  series="Request for Comments",
+  number="5235",
+  howpublished="RFC 5235 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5235.txt",
+}
+
+ at misc{rfc5236,
+  author="A. Jayasumana and N. Piratla and T. Banka and A. Bare and R. Whitner",
+  title="{Improved Packet Reordering Metrics}",
+  series="Request for Comments",
+  number="5236",
+  howpublished="RFC 5236 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5236.txt",
+}
+
+ at misc{rfc5237,
+  author="J. Arkko and S. Bradner",
+  title="{IANA Allocation Guidelines for the Protocol Field}",
+  series="Request for Comments",
+  number="5237",
+  howpublished="RFC 5237 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5237.txt",
+}
+
+ at misc{rfc5238,
+  author="T. Phelan",
+  title="{Datagram Transport Layer Security (DTLS) over the Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="5238",
+  howpublished="RFC 5238 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5238.txt",
+}
+
+ at misc{rfc5239,
+  author="M. Barnes and C. Boulton and O. Levin",
+  title="{A Framework for Centralized Conferencing}",
+  series="Request for Comments",
+  number="5239",
+  howpublished="RFC 5239 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5239.txt",
+}
+
+ at misc{rfc5240,
+  author="B. Joshi and R. Bijlani",
+  title="{Protocol Independent Multicast (PIM) Bootstrap Router MIB}",
+  series="Request for Comments",
+  number="5240",
+  howpublished="RFC 5240 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5240.txt",
+}
+
+ at misc{rfc5241,
+  author="A. Falk and S. Bradner",
+  title="{Naming Rights in IETF Protocols}",
+  series="Request for Comments",
+  number="5241",
+  howpublished="RFC 5241 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5241.txt",
+}
+
+ at misc{rfc5242,
+  author="J. Klensin and H. Alvestrand",
+  title="{A Generalized Unified Character Code: Western European and CJK Sections}",
+  series="Request for Comments",
+  number="5242",
+  howpublished="RFC 5242 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5242.txt",
+}
+
+ at misc{rfc5243,
+  author="R. Ogier",
+  title="{OSPF Database Exchange Summary List Optimization}",
+  series="Request for Comments",
+  number="5243",
+  howpublished="RFC 5243 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5243.txt",
+}
+
+ at misc{rfc5244,
+  author="H. Schulzrinne and T. Taylor",
+  title="{Definition of Events for Channel-Oriented Telephony Signalling}",
+  series="Request for Comments",
+  number="5244",
+  howpublished="RFC 5244 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5244.txt",
+}
+
+ at misc{rfc5245,
+  author="J. Rosenberg",
+  title="{Interactive Connectivity Establishment (ICE): A Protocol for Network Address Translator (NAT) Traversal for Offer/Answer Protocols}",
+  series="Request for Comments",
+  number="5245",
+  howpublished="RFC 5245 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Updated by RFC 6336",
+  url="http://www.ietf.org/rfc/rfc5245.txt",
+}
+
+ at misc{rfc5246,
+  author="T. Dierks and E. Rescorla",
+  title="{The Transport Layer Security (TLS) Protocol Version 1.2}",
+  series="Request for Comments",
+  number="5246",
+  howpublished="RFC 5246 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    note="Updated by RFCs 5746, 5878, 6176, 7465, 7507, 7568, 7627, 7685, 7905, 7919",
+  url="http://www.ietf.org/rfc/rfc5246.txt",
+}
+
+ at misc{rfc5247,
+  author="B. Aboba and D. Simon and P. Eronen",
+  title="{Extensible Authentication Protocol (EAP) Key Management Framework}",
+  series="Request for Comments",
+  number="5247",
+  howpublished="RFC 5247 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5247.txt",
+}
+
+ at misc{rfc5248,
+  author="T. Hansen and J. Klensin",
+  title="{A Registry for SMTP Enhanced Mail System Status Codes}",
+  series="Request for Comments",
+  number="5248",
+  howpublished="RFC 5248 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5248.txt",
+}
+
+ at misc{rfc5249,
+  author="D. Harrington",
+  title="{Templates for Internet-Drafts Containing MIB Modules}",
+  series="Request for Comments",
+  number="5249",
+  howpublished="RFC 5249 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5249.txt",
+}
+
+ at misc{rfc5250,
+  author="L. Berger and I. Bryskin and A. Zinin and R. Coltun",
+  title="{The OSPF Opaque LSA Option}",
+  series="Request for Comments",
+  number="5250",
+  howpublished="RFC 5250 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5250.txt",
+}
+
+ at misc{rfc5251,
+  author="D. Fedyk and Y. Rekhter and D. Papadimitriou and R. Rabbat and L. Berger",
+  title="{Layer 1 VPN Basic Mode}",
+  series="Request for Comments",
+  number="5251",
+  howpublished="RFC 5251 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5251.txt",
+}
+
+ at misc{rfc5252,
+  author="I. Bryskin and L. Berger",
+  title="{OSPF-Based Layer 1 VPN Auto-Discovery}",
+  series="Request for Comments",
+  number="5252",
+  howpublished="RFC 5252 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5252.txt",
+}
+
+ at misc{rfc5253,
+  author="T. Takeda",
+  title="{Applicability Statement for Layer 1 Virtual Private Network (L1VPN) Basic Mode}",
+  series="Request for Comments",
+  number="5253",
+  howpublished="RFC 5253 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5253.txt",
+}
+
+ at misc{rfc5254,
+  author="N. Bitar and M. Bocci and L. Martini",
+  title="{Requirements for Multi-Segment Pseudowire Emulation Edge-to-Edge (PWE3)}",
+  series="Request for Comments",
+  number="5254",
+  howpublished="RFC 5254 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5254.txt",
+}
+
+ at misc{rfc5255,
+  author="C. Newman and A. Gulbrandsen and A. Melnikov",
+  title="{Internet Message Access Protocol Internationalization}",
+  series="Request for Comments",
+  number="5255",
+  howpublished="RFC 5255 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5255.txt",
+}
+
+ at misc{rfc5256,
+  author="M. Crispin and K. Murchison",
+  title="{Internet Message Access Protocol - SORT and THREAD Extensions}",
+  series="Request for Comments",
+  number="5256",
+  howpublished="RFC 5256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    note="Updated by RFC 5957",
+  url="http://www.ietf.org/rfc/rfc5256.txt",
+}
+
+ at misc{rfc5257,
+  author="C. Daboo and R. Gellens",
+  title="{Internet Message Access Protocol - ANNOTATE Extension}",
+  series="Request for Comments",
+  number="5257",
+  howpublished="RFC 5257 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5257.txt",
+}
+
+ at misc{rfc5258,
+  author="B. Leiba and A. Melnikov",
+  title="{Internet Message Access Protocol version 4 - LIST Command Extensions}",
+  series="Request for Comments",
+  number="5258",
+  howpublished="RFC 5258 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5258.txt",
+}
+
+ at misc{rfc5259,
+  author="A. Melnikov and P. Coates",
+  title="{Internet Message Access Protocol - CONVERT Extension}",
+  series="Request for Comments",
+  number="5259",
+  howpublished="RFC 5259 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5259.txt",
+}
+
+ at misc{rfc5260,
+  author="N. Freed",
+  title="{Sieve Email Filtering: Date and Index Extensions}",
+  series="Request for Comments",
+  number="5260",
+  howpublished="RFC 5260 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5260.txt",
+}
+
+ at misc{rfc5261,
+  author="J. Urpalainen",
+  title="{An Extensible Markup Language (XML) Patch Operations Framework Utilizing XML Path Language (XPath) Selectors}",
+  series="Request for Comments",
+  number="5261",
+  howpublished="RFC 5261 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5261.txt",
+}
+
+ at misc{rfc5262,
+  author="M. Lonnfors and E. Leppanen and H. Khartabil and J. Urpalainen",
+  title="{Presence Information Data Format (PIDF) Extension for Partial Presence}",
+  series="Request for Comments",
+  number="5262",
+  howpublished="RFC 5262 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5262.txt",
+}
+
+ at misc{rfc5263,
+  author="M. Lonnfors and J. Costa-Requena and E. Leppanen and H. Khartabil",
+  title="{Session Initiation Protocol (SIP) Extension for Partial Notification of Presence Information}",
+  series="Request for Comments",
+  number="5263",
+  howpublished="RFC 5263 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5263.txt",
+}
+
+ at misc{rfc5264,
+  author="A. Niemi and M. Lonnfors and E. Leppanen",
+  title="{Publication of Partial Presence Information}",
+  series="Request for Comments",
+  number="5264",
+  howpublished="RFC 5264 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5264.txt",
+}
+
+ at misc{rfc5265,
+  author="S. Vaarala and E. Klovning",
+  title="{Mobile IPv4 Traversal across IPsec-Based VPN Gateways}",
+  series="Request for Comments",
+  number="5265",
+  howpublished="RFC 5265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5265.txt",
+}
+
+ at misc{rfc5266,
+  author="V. Devarapalli and P. Eronen",
+  title="{Secure Connectivity and Mobility Using Mobile IPv4 and IKEv2 Mobility and Multihoming (MOBIKE)}",
+  series="Request for Comments",
+  number="5266",
+  howpublished="RFC 5266 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5266.txt",
+}
+
+ at misc{rfc5267,
+  author="D. Cridland and C. King",
+  title="{Contexts for IMAP4}",
+  series="Request for Comments",
+  number="5267",
+  howpublished="RFC 5267 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    note="Updated by RFC 5465",
+  url="http://www.ietf.org/rfc/rfc5267.txt",
+}
+
+ at misc{rfc5268,
+  author="R. Koodli",
+  title="{Mobile IPv6 Fast Handovers}",
+  series="Request for Comments",
+  number="5268",
+  howpublished="RFC 5268 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    note="Obsoleted by RFC 5568",
+  url="http://www.ietf.org/rfc/rfc5268.txt",
+}
+
+ at misc{rfc5269,
+  author="J. Kempf and R. Koodli",
+  title="{Distributing a Symmetric Fast Mobile IPv6 (FMIPv6) Handover Key Using SEcure Neighbor Discovery (SEND)}",
+  series="Request for Comments",
+  number="5269",
+  howpublished="RFC 5269 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5269.txt",
+}
+
+ at misc{rfc5270,
+  author="H. Jang and J. Jee and Y. Han and S. Park and J. Cha",
+  title="{Mobile IPv6 Fast Handovers over IEEE 802.16e Networks}",
+  series="Request for Comments",
+  number="5270",
+  howpublished="RFC 5270 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5270.txt",
+}
+
+ at misc{rfc5271,
+  author="H. Yokota and G. Dommety",
+  title="{Mobile IPv6 Fast Handovers for 3G CDMA Networks}",
+  series="Request for Comments",
+  number="5271",
+  howpublished="RFC 5271 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5271.txt",
+}
+
+ at misc{rfc5272,
+  author="J. Schaad and M. Myers",
+  title="{Certificate Management over CMS (CMC)}",
+  series="Request for Comments",
+  number="5272",
+  howpublished="RFC 5272 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    note="Updated by RFC 6402",
+  url="http://www.ietf.org/rfc/rfc5272.txt",
+}
+
+ at misc{rfc5273,
+  author="J. Schaad and M. Myers",
+  title="{Certificate Management over CMS (CMC): Transport Protocols}",
+  series="Request for Comments",
+  number="5273",
+  howpublished="RFC 5273 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    note="Updated by RFC 6402",
+  url="http://www.ietf.org/rfc/rfc5273.txt",
+}
+
+ at misc{rfc5274,
+  author="J. Schaad and M. Myers",
+  title="{Certificate Management Messages over CMS (CMC): Compliance Requirements}",
+  series="Request for Comments",
+  number="5274",
+  howpublished="RFC 5274 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    note="Updated by RFC 6402",
+  url="http://www.ietf.org/rfc/rfc5274.txt",
+}
+
+ at misc{rfc5275,
+  author="S. Turner",
+  title="{CMS Symmetric Key Management and Distribution}",
+  series="Request for Comments",
+  number="5275",
+  howpublished="RFC 5275 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5275.txt",
+}
+
+ at misc{rfc5276,
+  author="C. Wallace",
+  title="{Using the Server-Based Certificate Validation Protocol (SCVP) to Convey Long-Term Evidence Records}",
+  series="Request for Comments",
+  number="5276",
+  howpublished="RFC 5276 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5276.txt",
+}
+
+ at misc{rfc5277,
+  author="S. Chisholm and H. Trevino",
+  title="{NETCONF Event Notifications}",
+  series="Request for Comments",
+  number="5277",
+  howpublished="RFC 5277 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5277.txt",
+}
+
+ at misc{rfc5278,
+  author="J. Livingood and D. Troshynski",
+  title="{IANA Registration of Enumservices for Voice and Video Messaging}",
+  series="Request for Comments",
+  number="5278",
+  howpublished="RFC 5278 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc5278.txt",
+}
+
+ at misc{rfc5279,
+  author="A. Monrad and S. Loreto",
+  title="{A Uniform Resource Name (URN) Namespace for the 3rd Generation Partnership Project (3GPP)}",
+  series="Request for Comments",
+  number="5279",
+  howpublished="RFC 5279 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5279.txt",
+}
+
+ at misc{rfc5280,
+  author="D. Cooper and S. Santesson and S. Farrell and S. Boeyen and R. Housley and W. Polk",
+  title="{Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="5280",
+  howpublished="RFC 5280 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=may,
+    note="Updated by RFC 6818",
+  url="http://www.ietf.org/rfc/rfc5280.txt",
+}
+
+ at misc{rfc5281,
+  author="P. Funk and S. Blake-Wilson",
+  title="{Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)}",
+  series="Request for Comments",
+  number="5281",
+  howpublished="RFC 5281 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5281.txt",
+}
+
+ at misc{rfc5282,
+  author="D. Black and D. McGrew",
+  title="{Using Authenticated Encryption Algorithms with the Encrypted Payload of the Internet Key Exchange version 2 (IKEv2) Protocol}",
+  series="Request for Comments",
+  number="5282",
+  howpublished="RFC 5282 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5282.txt",
+}
+
+ at misc{rfc5283,
+  author="B. Decraene and JL. Le Roux and I. Minei",
+  title="{LDP Extension for Inter-Area Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="5283",
+  howpublished="RFC 5283 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5283.txt",
+}
+
+ at misc{rfc5284,
+  author="G. Swallow and A. Farrel",
+  title="{User-Defined Errors for RSVP}",
+  series="Request for Comments",
+  number="5284",
+  howpublished="RFC 5284 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5284.txt",
+}
+
+ at misc{rfc5285,
+  author="D. Singer and H. Desineni",
+  title="{A General Mechanism for RTP Header Extensions}",
+  series="Request for Comments",
+  number="5285",
+  howpublished="RFC 5285 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5285.txt",
+}
+
+ at misc{rfc5286,
+  author="A. Atlas and A. Zinin",
+  title="{Basic Specification for IP Fast Reroute: Loop-Free Alternates}",
+  series="Request for Comments",
+  number="5286",
+  howpublished="RFC 5286 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5286.txt",
+}
+
+ at misc{rfc5287,
+  author="A. Vainshtein and Y(J). Stein",
+  title="{Control Protocol Extensions for the Setup of Time-Division Multiplexing (TDM) Pseudowires in MPLS Networks}",
+  series="Request for Comments",
+  number="5287",
+  howpublished="RFC 5287 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5287.txt",
+}
+
+ at misc{rfc5288,
+  author="J. Salowey and A. Choudhury and D. McGrew",
+  title="{AES Galois Counter Mode (GCM) Cipher Suites for TLS}",
+  series="Request for Comments",
+  number="5288",
+  howpublished="RFC 5288 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5288.txt",
+}
+
+ at misc{rfc5289,
+  author="E. Rescorla",
+  title="{TLS Elliptic Curve Cipher Suites with SHA-256/384 and AES Galois Counter Mode (GCM)}",
+  series="Request for Comments",
+  number="5289",
+  howpublished="RFC 5289 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5289.txt",
+}
+
+ at misc{rfc5290,
+  author="S. Floyd and M. Allman",
+  title="{Comments on the Usefulness of Simple Best-Effort Traffic}",
+  series="Request for Comments",
+  number="5290",
+  howpublished="RFC 5290 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5290.txt",
+}
+
+ at misc{rfc5291,
+  author="E. Chen and Y. Rekhter",
+  title="{Outbound Route Filtering Capability for BGP-4}",
+  series="Request for Comments",
+  number="5291",
+  howpublished="RFC 5291 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5291.txt",
+}
+
+ at misc{rfc5292,
+  author="E. Chen and S. Sangli",
+  title="{Address-Prefix-Based Outbound Route Filter for BGP-4}",
+  series="Request for Comments",
+  number="5292",
+  howpublished="RFC 5292 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5292.txt",
+}
+
+ at misc{rfc5293,
+  author="J. Degener and P. Guenther",
+  title="{Sieve Email Filtering: Editheader Extension}",
+  series="Request for Comments",
+  number="5293",
+  howpublished="RFC 5293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5293.txt",
+}
+
+ at misc{rfc5294,
+  author="P. Savola and J. Lingard",
+  title="{Host Threats to Protocol Independent Multicast (PIM)}",
+  series="Request for Comments",
+  number="5294",
+  howpublished="RFC 5294 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5294.txt",
+}
+
+ at misc{rfc5295,
+  author="J. Salowey and L. Dondeti and V. Narayanan and M. Nakhjiri",
+  title="{Specification for the Derivation of Root Keys from an Extended Master Session Key (EMSK)}",
+  series="Request for Comments",
+  number="5295",
+  howpublished="RFC 5295 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5295.txt",
+}
+
+ at misc{rfc5296,
+  author="V. Narayanan and L. Dondeti",
+  title="{EAP Extensions for EAP Re-authentication Protocol (ERP)}",
+  series="Request for Comments",
+  number="5296",
+  howpublished="RFC 5296 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    note="Obsoleted by RFC 6696",
+  url="http://www.ietf.org/rfc/rfc5296.txt",
+}
+
+ at misc{rfc5297,
+  author="D. Harkins",
+  title="{Synthetic Initialization Vector (SIV) Authenticated Encryption Using the Advanced Encryption Standard (AES)}",
+  series="Request for Comments",
+  number="5297",
+  howpublished="RFC 5297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5297.txt",
+}
+
+ at misc{rfc5298,
+  author="T. Takeda and A. Farrel and Y. Ikejiri and JP. Vasseur",
+  title="{Analysis of Inter-Domain Label Switched Path (LSP) Recovery}",
+  series="Request for Comments",
+  number="5298",
+  howpublished="RFC 5298 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5298.txt",
+}
+
+ at misc{rfc5301,
+  author="D. McPherson and N. Shen",
+  title="{Dynamic Hostname Exchange Mechanism for IS-IS}",
+  series="Request for Comments",
+  number="5301",
+  howpublished="RFC 5301 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 6232",
+  url="http://www.ietf.org/rfc/rfc5301.txt",
+}
+
+ at misc{rfc5302,
+  author="T. Li and H. Smit and T. Przygienda",
+  title="{Domain-Wide Prefix Distribution with Two-Level IS-IS}",
+  series="Request for Comments",
+  number="5302",
+  howpublished="RFC 5302 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5302.txt",
+}
+
+ at misc{rfc5303,
+  author="D. Katz and R. Saluja and D. Eastlake 3rd",
+  title="{Three-Way Handshake for IS-IS Point-to-Point Adjacencies}",
+  series="Request for Comments",
+  number="5303",
+  howpublished="RFC 5303 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5303.txt",
+}
+
+ at misc{rfc5304,
+  author="T. Li and R. Atkinson",
+  title="{IS-IS Cryptographic Authentication}",
+  series="Request for Comments",
+  number="5304",
+  howpublished="RFC 5304 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFCs 6233, 6232",
+  url="http://www.ietf.org/rfc/rfc5304.txt",
+}
+
+ at misc{rfc5305,
+  author="T. Li and H. Smit",
+  title="{IS-IS Extensions for Traffic Engineering}",
+  series="Request for Comments",
+  number="5305",
+  howpublished="RFC 5305 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 5307",
+  url="http://www.ietf.org/rfc/rfc5305.txt",
+}
+
+ at misc{rfc5306,
+  author="M. Shand and L. Ginsberg",
+  title="{Restart Signaling for IS-IS}",
+  series="Request for Comments",
+  number="5306",
+  howpublished="RFC 5306 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5306.txt",
+}
+
+ at misc{rfc5307,
+  author="K. Kompella and Y. Rekhter",
+  title="{IS-IS Extensions in Support of Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="5307",
+  howpublished="RFC 5307 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFCs 6001, 6002, 7074",
+  url="http://www.ietf.org/rfc/rfc5307.txt",
+}
+
+ at misc{rfc5308,
+  author="C. Hopps",
+  title="{Routing IPv6 with IS-IS}",
+  series="Request for Comments",
+  number="5308",
+  howpublished="RFC 5308 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 7775",
+  url="http://www.ietf.org/rfc/rfc5308.txt",
+}
+
+ at misc{rfc5309,
+  author="N. Shen and A. Zinin",
+  title="{Point-to-Point Operation over LAN in Link State Routing Protocols}",
+  series="Request for Comments",
+  number="5309",
+  howpublished="RFC 5309 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5309.txt",
+}
+
+ at misc{rfc5310,
+  author="M. Bhatia and V. Manral and T. Li and R. Atkinson and R. White and M. Fanto",
+  title="{IS-IS Generic Cryptographic Authentication}",
+  series="Request for Comments",
+  number="5310",
+  howpublished="RFC 5310 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    note="Updated by RFCs 6233, 6232",
+  url="http://www.ietf.org/rfc/rfc5310.txt",
+}
+
+ at misc{rfc5311,
+  author="D. McPherson and L. Ginsberg and S. Previdi and M. Shand",
+  title="{Simplified Extension of Link State PDU (LSP) Space for IS-IS}",
+  series="Request for Comments",
+  number="5311",
+  howpublished="RFC 5311 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5311.txt",
+}
+
+ at misc{rfc5316,
+  author="M. Chen and R. Zhang and X. Duan",
+  title="{ISIS Extensions in Support of Inter-Autonomous System (AS) MPLS and GMPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="5316",
+  howpublished="RFC 5316 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5316.txt",
+}
+
+ at misc{rfc5317,
+  author="S. Bryant and L. Andersson",
+  title="{Joint Working Team (JWT) Report on MPLS Architectural Considerations for a Transport Profile}",
+  series="Request for Comments",
+  number="5317",
+  howpublished="RFC 5317 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5317.txt",
+}
+
+ at misc{rfc5318,
+  author="J. Hautakorpi and G. Camarillo",
+  title="{The Session Initiation Protocol (SIP) P-Refused-URI-List Private-Header (P-Header)}",
+  series="Request for Comments",
+  number="5318",
+  howpublished="RFC 5318 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5318.txt",
+}
+
+ at misc{rfc5320,
+  author="F. Templin",
+  title="{The Subnetwork Encapsulation and Adaptation Layer (SEAL)}",
+  series="Request for Comments",
+  number="5320",
+  howpublished="RFC 5320 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5320.txt",
+}
+
+ at misc{rfc5321,
+  author="J. Klensin",
+  title="{Simple Mail Transfer Protocol}",
+  series="Request for Comments",
+  number="5321",
+  howpublished="RFC 5321 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 7504",
+  url="http://www.ietf.org/rfc/rfc5321.txt",
+}
+
+ at misc{rfc5322,
+  author="P. Resnick",
+  title="{Internet Message Format}",
+  series="Request for Comments",
+  number="5322",
+  howpublished="RFC 5322 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 6854",
+  url="http://www.ietf.org/rfc/rfc5322.txt",
+}
+
+ at misc{rfc5323,
+  author="J. Reschke and S. Reddy and J. Davis and A. Babich",
+  title="{Web Distributed Authoring and Versioning (WebDAV) SEARCH}",
+  series="Request for Comments",
+  number="5323",
+  howpublished="RFC 5323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5323.txt",
+}
+
+ at misc{rfc5324,
+  author="C. DeSanti and F. Maino and K. McCloghrie",
+  title="{MIB for Fibre-Channel Security Protocols (FC-SP)}",
+  series="Request for Comments",
+  number="5324",
+  howpublished="RFC 5324 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5324.txt",
+}
+
+ at misc{rfc5325,
+  author="S. Burleigh and M. Ramadas and S. Farrell",
+  title="{Licklider Transmission Protocol - Motivation}",
+  series="Request for Comments",
+  number="5325",
+  howpublished="RFC 5325 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5325.txt",
+}
+
+ at misc{rfc5326,
+  author="M. Ramadas and S. Burleigh and S. Farrell",
+  title="{Licklider Transmission Protocol - Specification}",
+  series="Request for Comments",
+  number="5326",
+  howpublished="RFC 5326 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5326.txt",
+}
+
+ at misc{rfc5327,
+  author="S. Farrell and M. Ramadas and S. Burleigh",
+  title="{Licklider Transmission Protocol - Security Extensions}",
+  series="Request for Comments",
+  number="5327",
+  howpublished="RFC 5327 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5327.txt",
+}
+
+ at misc{rfc5328,
+  author="A. Adolf and P. MacAvock",
+  title="{A Uniform Resource Name (URN) Namespace for the Digital Video Broadcasting Project (DVB)}",
+  series="Request for Comments",
+  number="5328",
+  howpublished="RFC 5328 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Updated by RFC 7354",
+  url="http://www.ietf.org/rfc/rfc5328.txt",
+}
+
+ at misc{rfc5329,
+  author="K. Ishiguro and V. Manral and A. Davey and A. Lindem",
+  title="{Traffic Engineering Extensions to OSPF Version 3}",
+  series="Request for Comments",
+  number="5329",
+  howpublished="RFC 5329 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5329.txt",
+}
+
+ at misc{rfc5330,
+  author="JP. Vasseur and M. Meyer and K. Kumaki and A. Bonda",
+  title="{A Link-Type sub-TLV to Convey the Number of Traffic Engineering Label Switched Paths Signalled with Zero Reserved Bandwidth across a Link}",
+  series="Request for Comments",
+  number="5330",
+  howpublished="RFC 5330 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5330.txt",
+}
+
+ at misc{rfc5331,
+  author="R. Aggarwal and Y. Rekhter and E. Rosen",
+  title="{MPLS Upstream Label Assignment and Context-Specific Label Space}",
+  series="Request for Comments",
+  number="5331",
+  howpublished="RFC 5331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc5331.txt",
+}
+
+ at misc{rfc5332,
+  author="T. Eckert and E. Rosen and R. Aggarwal and Y. Rekhter",
+  title="{MPLS Multicast Encapsulations}",
+  series="Request for Comments",
+  number="5332",
+  howpublished="RFC 5332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5332.txt",
+}
+
+ at misc{rfc5333,
+  author="R. Mahy and B. Hoeneisen",
+  title="{IANA Registration of Enumservices for Internet Calendaring}",
+  series="Request for Comments",
+  number="5333",
+  howpublished="RFC 5333 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Updated by RFC 6118",
+  url="http://www.ietf.org/rfc/rfc5333.txt",
+}
+
+ at misc{rfc5334,
+  author="I. Goncalves and S. Pfeiffer and C. Montgomery",
+  title="{Ogg Media Types}",
+  series="Request for Comments",
+  number="5334",
+  howpublished="RFC 5334 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Updated by RFC 7845",
+  url="http://www.ietf.org/rfc/rfc5334.txt",
+}
+
+ at misc{rfc5335,
+  author="A. Yang",
+  title="{Internationalized Email Headers}",
+  series="Request for Comments",
+  number="5335",
+  howpublished="RFC 5335 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Obsoleted by RFC 6532",
+  url="http://www.ietf.org/rfc/rfc5335.txt",
+}
+
+ at misc{rfc5336,
+  author="J. Yao and W. Mao",
+  title="{SMTP Extension for Internationalized Email Addresses}",
+  series="Request for Comments",
+  number="5336",
+  howpublished="RFC 5336 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Obsoleted by RFC 6531",
+  url="http://www.ietf.org/rfc/rfc5336.txt",
+}
+
+ at misc{rfc5337,
+  author="C. Newman and A. Melnikov",
+  title="{Internationalized Delivery Status and Disposition Notifications}",
+  series="Request for Comments",
+  number="5337",
+  howpublished="RFC 5337 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Obsoleted by RFC 6533",
+  url="http://www.ietf.org/rfc/rfc5337.txt",
+}
+
+ at misc{rfc5338,
+  author="T. Henderson and P. Nikander and M. Komu",
+  title="{Using the Host Identity Protocol with Legacy Applications}",
+  series="Request for Comments",
+  number="5338",
+  howpublished="RFC 5338 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5338.txt",
+}
+
+ at misc{rfc5339,
+  author="JL. Le Roux and D. Papadimitriou",
+  title="{Evaluation of Existing GMPLS Protocols against Multi-Layer and Multi-Region Networks (MLN/MRN)}",
+  series="Request for Comments",
+  number="5339",
+  howpublished="RFC 5339 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5339.txt",
+}
+
+ at misc{rfc5340,
+  author="R. Coltun and D. Ferguson and J. Moy and A. Lindem",
+  title="{OSPF for IPv6}",
+  series="Request for Comments",
+  number="5340",
+  howpublished="RFC 5340 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=jul,
+    note="Updated by RFCs 6845, 6860, 7503",
+  url="http://www.ietf.org/rfc/rfc5340.txt",
+}
+
+ at misc{rfc5341,
+  author="C. Jennings and V. Gurbani",
+  title="{The Internet Assigned Number Authority (IANA) tel Uniform Resource Identifier (URI) Parameter Registry}",
+  series="Request for Comments",
+  number="5341",
+  howpublished="RFC 5341 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5341.txt",
+}
+
+ at misc{rfc5342,
+  author="D. Eastlake 3rd",
+  title="{IANA Considerations and IETF Protocol Usage for IEEE 802 Parameters}",
+  series="Request for Comments",
+  number="5342",
+  howpublished="RFC 5342 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    note="Obsoleted by RFC 7042",
+  url="http://www.ietf.org/rfc/rfc5342.txt",
+}
+
+ at misc{rfc5343,
+  author="J. Schoenwaelder",
+  title="{Simple Network Management Protocol (SNMP) Context EngineID Discovery}",
+  series="Request for Comments",
+  number="5343",
+  howpublished="RFC 5343 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5343.txt",
+}
+
+ at misc{rfc5344,
+  author="A. Houri and E. Aoki and S. Parameswar",
+  title="{Presence and Instant Messaging Peering Use Cases}",
+  series="Request for Comments",
+  number="5344",
+  howpublished="RFC 5344 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5344.txt",
+}
+
+ at misc{rfc5345,
+  author="J. Schoenwaelder",
+  title="{Simple Network Management Protocol (SNMP) Traffic Measurements and Trace Exchange Formats}",
+  series="Request for Comments",
+  number="5345",
+  howpublished="RFC 5345 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5345.txt",
+}
+
+ at misc{rfc5346,
+  author="J. Lim and W. Kim and C. Park and L. Conroy",
+  title="{Operational Requirements for ENUM-Based Softswitch Use}",
+  series="Request for Comments",
+  number="5346",
+  howpublished="RFC 5346 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5346.txt",
+}
+
+ at misc{rfc5347,
+  author="F. Andreasen and D. Hancock",
+  title="{Media Gateway Control Protocol Fax Package}",
+  series="Request for Comments",
+  number="5347",
+  howpublished="RFC 5347 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5347.txt",
+}
+
+ at misc{rfc5348,
+  author="S. Floyd and M. Handley and J. Padhye and J. Widmer",
+  title="{TCP Friendly Rate Control (TFRC): Protocol Specification}",
+  series="Request for Comments",
+  number="5348",
+  howpublished="RFC 5348 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5348.txt",
+}
+
+ at misc{rfc5349,
+  author="L. Zhu and K. Jaganathan and K. Lauter",
+  title="{Elliptic Curve Cryptography (ECC) Support for Public Key Cryptography for Initial Authentication in Kerberos (PKINIT)}",
+  series="Request for Comments",
+  number="5349",
+  howpublished="RFC 5349 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5349.txt",
+}
+
+ at misc{rfc5350,
+  author="J. Manner and A. McDonald",
+  title="{IANA Considerations for the IPv4 and IPv6 Router Alert Options}",
+  series="Request for Comments",
+  number="5350",
+  howpublished="RFC 5350 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5350.txt",
+}
+
+ at misc{rfc5351,
+  author="P. Lei and L. Ong and M. Tuexen and T. Dreibholz",
+  title="{An Overview of Reliable Server Pooling Protocols}",
+  series="Request for Comments",
+  number="5351",
+  howpublished="RFC 5351 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5351.txt",
+}
+
+ at misc{rfc5352,
+  author="R. Stewart and Q. Xie and M. Stillman and M. Tuexen",
+  title="{Aggregate Server Access Protocol (ASAP)}",
+  series="Request for Comments",
+  number="5352",
+  howpublished="RFC 5352 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5352.txt",
+}
+
+ at misc{rfc5353,
+  author="Q. Xie and R. Stewart and M. Stillman and M. Tuexen and A. Silverton",
+  title="{Endpoint Handlespace Redundancy Protocol (ENRP)}",
+  series="Request for Comments",
+  number="5353",
+  howpublished="RFC 5353 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5353.txt",
+}
+
+ at misc{rfc5354,
+  author="R. Stewart and Q. Xie and M. Stillman and M. Tuexen",
+  title="{Aggregate Server Access Protocol (ASAP) and Endpoint Handlespace Redundancy Protocol (ENRP) Parameters}",
+  series="Request for Comments",
+  number="5354",
+  howpublished="RFC 5354 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5354.txt",
+}
+
+ at misc{rfc5355,
+  author="M. Stillman and R. Gopal and E. Guttman and S. Sengodan and M. Holdrege",
+  title="{Threats Introduced by Reliable Server Pooling (RSerPool) and Requirements for Security in Response to Threats}",
+  series="Request for Comments",
+  number="5355",
+  howpublished="RFC 5355 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5355.txt",
+}
+
+ at misc{rfc5356,
+  author="T. Dreibholz and M. Tuexen",
+  title="{Reliable Server Pooling Policies}",
+  series="Request for Comments",
+  number="5356",
+  howpublished="RFC 5356 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5356.txt",
+}
+
+ at misc{rfc5357,
+  author="K. Hedayat and R. Krzanowski and A. Morton and K. Yum and J. Babiarz",
+  title="{A Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="5357",
+  howpublished="RFC 5357 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFCs 5618, 5938, 6038, 7717, 7750",
+  url="http://www.ietf.org/rfc/rfc5357.txt",
+}
+
+ at misc{rfc5358,
+  author="J. Damas and F. Neves",
+  title="{Preventing Use of Recursive Nameservers in Reflector Attacks}",
+  series="Request for Comments",
+  number="5358",
+  howpublished="RFC 5358 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5358.txt",
+}
+
+ at misc{rfc5359,
+  author="A. Johnston and R. Sparks and C. Cunningham and S. Donovan and K. Summers",
+  title="{Session Initiation Protocol Service Examples}",
+  series="Request for Comments",
+  number="5359",
+  howpublished="RFC 5359 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5359.txt",
+}
+
+ at misc{rfc5360,
+  author="J. Rosenberg and G. Camarillo and D. Willis",
+  title="{A Framework for Consent-Based Communications in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5360",
+  howpublished="RFC 5360 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5360.txt",
+}
+
+ at misc{rfc5361,
+  author="G. Camarillo",
+  title="{A Document Format for Requesting Consent}",
+  series="Request for Comments",
+  number="5361",
+  howpublished="RFC 5361 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5361.txt",
+}
+
+ at misc{rfc5362,
+  author="G. Camarillo",
+  title="{The Session Initiation Protocol (SIP) Pending Additions Event Package}",
+  series="Request for Comments",
+  number="5362",
+  howpublished="RFC 5362 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5362.txt",
+}
+
+ at misc{rfc5363,
+  author="G. Camarillo and A.B. Roach",
+  title="{Framework and Security Considerations for Session Initiation Protocol (SIP) URI-List Services}",
+  series="Request for Comments",
+  number="5363",
+  howpublished="RFC 5363 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5363.txt",
+}
+
+ at misc{rfc5364,
+  author="M. Garcia-Martin and G. Camarillo",
+  title="{Extensible Markup Language (XML) Format Extension for Representing Copy Control Attributes in Resource Lists}",
+  series="Request for Comments",
+  number="5364",
+  howpublished="RFC 5364 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5364.txt",
+}
+
+ at misc{rfc5365,
+  author="M. Garcia-Martin and G. Camarillo",
+  title="{Multiple-Recipient MESSAGE Requests in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5365",
+  howpublished="RFC 5365 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5365.txt",
+}
+
+ at misc{rfc5366,
+  author="G. Camarillo and A. Johnston",
+  title="{Conference Establishment Using Request-Contained Lists in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5366",
+  howpublished="RFC 5366 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5366.txt",
+}
+
+ at misc{rfc5367,
+  author="G. Camarillo and A.B. Roach and O. Levin",
+  title="{Subscriptions to Request-Contained Resource Lists in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5367",
+  howpublished="RFC 5367 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5367.txt",
+}
+
+ at misc{rfc5368,
+  author="G. Camarillo and A. Niemi and M. Isomaki and M. Garcia-Martin and H. Khartabil",
+  title="{Referring to Multiple Resources in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5368",
+  howpublished="RFC 5368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5368.txt",
+}
+
+ at misc{rfc5369,
+  author="G. Camarillo",
+  title="{Framework for Transcoding with the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5369",
+  howpublished="RFC 5369 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5369.txt",
+}
+
+ at misc{rfc5370,
+  author="G. Camarillo",
+  title="{The Session Initiation Protocol (SIP) Conference Bridge Transcoding Model}",
+  series="Request for Comments",
+  number="5370",
+  howpublished="RFC 5370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5370.txt",
+}
+
+ at misc{rfc5371,
+  author="S. Futemma and E. Itakura and A. Leung",
+  title="{RTP Payload Format for JPEG 2000 Video Streams}",
+  series="Request for Comments",
+  number="5371",
+  howpublished="RFC 5371 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5371.txt",
+}
+
+ at misc{rfc5372,
+  author="A. Leung and S. Futemma and E. Itakura",
+  title="{Payload Format for JPEG 2000 Video: Extensions for Scalability and Main Header Recovery}",
+  series="Request for Comments",
+  number="5372",
+  howpublished="RFC 5372 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5372.txt",
+}
+
+ at misc{rfc5373,
+  author="D. Willis and A. Allen",
+  title="{Requesting Answering Modes for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5373",
+  howpublished="RFC 5373 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5373.txt",
+}
+
+ at misc{rfc5374,
+  author="B. Weis and G. Gross and D. Ignjatic",
+  title="{Multicast Extensions to the Security Architecture for the Internet Protocol}",
+  series="Request for Comments",
+  number="5374",
+  howpublished="RFC 5374 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5374.txt",
+}
+
+ at misc{rfc5375,
+  author="G. Van de Velde and C. Popoviciu and T. Chown and O. Bonness and C. Hahn",
+  title="{IPv6 Unicast Address Assignment Considerations}",
+  series="Request for Comments",
+  number="5375",
+  howpublished="RFC 5375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5375.txt",
+}
+
+ at misc{rfc5376,
+  author="N. Bitar and R. Zhang and K. Kumaki",
+  title="{Inter-AS Requirements for the Path Computation Element Communication Protocol (PCECP)}",
+  series="Request for Comments",
+  number="5376",
+  howpublished="RFC 5376 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5376.txt",
+}
+
+ at misc{rfc5377,
+  author="J. Halpern",
+  title="{Advice to the Trustees of the IETF Trust on Rights to Be Granted in IETF Documents}",
+  series="Request for Comments",
+  number="5377",
+  howpublished="RFC 5377 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5377.txt",
+}
+
+ at misc{rfc5378,
+  author="S. Bradner and J. Contreras",
+  title="{Rights Contributors Provide to the IETF Trust}",
+  series="Request for Comments",
+  number="5378",
+  howpublished="RFC 5378 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5378.txt",
+}
+
+ at misc{rfc5379,
+  author="M. Munakata and S. Schubert and T. Ohba",
+  title="{Guidelines for Using the Privacy Mechanism for SIP}",
+  series="Request for Comments",
+  number="5379",
+  howpublished="RFC 5379 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5379.txt",
+}
+
+ at misc{rfc5380,
+  author="H. Soliman and C. Castelluccia and K. ElMalki and L. Bellier",
+  title="{Hierarchical Mobile IPv6 (HMIPv6) Mobility Management}",
+  series="Request for Comments",
+  number="5380",
+  howpublished="RFC 5380 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5380.txt",
+}
+
+ at misc{rfc5381,
+  author="T. Iijima and Y. Atarashi and H. Kimura and M. Kitani and H. Okita",
+  title="{Experience of Implementing NETCONF over SOAP}",
+  series="Request for Comments",
+  number="5381",
+  howpublished="RFC 5381 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5381.txt",
+}
+
+ at misc{rfc5382,
+  author="S. Guha and K. Biswas and B. Ford and S. Sivakumar and P. Srisuresh",
+  title="{NAT Behavioral Requirements for TCP}",
+  series="Request for Comments",
+  number="5382",
+  howpublished="RFC 5382 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 7857",
+  url="http://www.ietf.org/rfc/rfc5382.txt",
+}
+
+ at misc{rfc5383,
+  author="R. Gellens",
+  title="{Deployment Considerations for Lemonade-Compliant Mobile Email}",
+  series="Request for Comments",
+  number="5383",
+  howpublished="RFC 5383 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5383.txt",
+}
+
+ at misc{rfc5384,
+  author="A. Boers and I. Wijnands and E. Rosen",
+  title="{The Protocol Independent Multicast (PIM) Join Attribute Format}",
+  series="Request for Comments",
+  number="5384",
+  howpublished="RFC 5384 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    note="Updated by RFC 7887",
+  url="http://www.ietf.org/rfc/rfc5384.txt",
+}
+
+ at misc{rfc5385,
+  author="J. Touch",
+  title="{Version 2.0 Microsoft Word Template for Creating Internet Drafts and RFCs}",
+  series="Request for Comments",
+  number="5385",
+  howpublished="RFC 5385 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5385.txt",
+}
+
+ at misc{rfc5386,
+  author="N. Williams and M. Richardson",
+  title="{Better-Than-Nothing Security: An Unauthenticated Mode of IPsec}",
+  series="Request for Comments",
+  number="5386",
+  howpublished="RFC 5386 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5386.txt",
+}
+
+ at misc{rfc5387,
+  author="J. Touch and D. Black and Y. Wang",
+  title="{Problem and Applicability Statement for Better-Than-Nothing Security (BTNS)}",
+  series="Request for Comments",
+  number="5387",
+  howpublished="RFC 5387 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5387.txt",
+}
+
+ at misc{rfc5388,
+  author="S. Niccolini and S. Tartarelli and J. Quittek and T. Dietz and M. Swany",
+  title="{Information Model and XML Data Model for Traceroute Measurements}",
+  series="Request for Comments",
+  number="5388",
+  howpublished="RFC 5388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5388.txt",
+}
+
+ at misc{rfc5389,
+  author="J. Rosenberg and R. Mahy and P. Matthews and D. Wing",
+  title="{Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="5389",
+  howpublished="RFC 5389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=oct,
+    note="Updated by RFC 7350",
+  url="http://www.ietf.org/rfc/rfc5389.txt",
+}
+
+ at misc{rfc5390,
+  author="J. Rosenberg",
+  title="{Requirements for Management of Overload in the Session Initiation Protocol}",
+  series="Request for Comments",
+  number="5390",
+  howpublished="RFC 5390 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5390.txt",
+}
+
+ at misc{rfc5391,
+  author="A. Sollaud",
+  title="{RTP Payload Format for ITU-T Recommendation G.711.1}",
+  series="Request for Comments",
+  number="5391",
+  howpublished="RFC 5391 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5391.txt",
+}
+
+ at misc{rfc5392,
+  author="M. Chen and R. Zhang and X. Duan",
+  title="{OSPF Extensions in Support of Inter-Autonomous System (AS) MPLS and GMPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="5392",
+  howpublished="RFC 5392 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5392.txt",
+}
+
+ at misc{rfc5393,
+  author="R. Sparks and S. Lawrence and A. Hawrylyshen and B. Campen",
+  title="{Addressing an Amplification Vulnerability in Session Initiation Protocol (SIP) Forking Proxies}",
+  series="Request for Comments",
+  number="5393",
+  howpublished="RFC 5393 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5393.txt",
+}
+
+ at misc{rfc5394,
+  author="I. Bryskin and D. Papadimitriou and L. Berger and J. Ash",
+  title="{Policy-Enabled Path Computation Framework}",
+  series="Request for Comments",
+  number="5394",
+  howpublished="RFC 5394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5394.txt",
+}
+
+ at misc{rfc5395,
+  author="D. Eastlake 3rd",
+  title="{Domain Name System (DNS) IANA Considerations}",
+  series="Request for Comments",
+  number="5395",
+  howpublished="RFC 5395 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    note="Obsoleted by RFC 6195",
+  url="http://www.ietf.org/rfc/rfc5395.txt",
+}
+
+ at misc{rfc5396,
+  author="G. Huston and G. Michaelson",
+  title="{Textual Representation of Autonomous System (AS) Numbers}",
+  series="Request for Comments",
+  number="5396",
+  howpublished="RFC 5396 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5396.txt",
+}
+
+ at misc{rfc5397,
+  author="W. Sanchez and C. Daboo",
+  title="{WebDAV Current Principal Extension}",
+  series="Request for Comments",
+  number="5397",
+  howpublished="RFC 5397 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5397.txt",
+}
+
+ at misc{rfc5398,
+  author="G. Huston",
+  title="{Autonomous System (AS) Number Reservation for Documentation Use}",
+  series="Request for Comments",
+  number="5398",
+  howpublished="RFC 5398 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5398.txt",
+}
+
+ at misc{rfc5401,
+  author="B. Adamson and C. Bormann and M. Handley and J. Macker",
+  title="{Multicast Negative-Acknowledgment (NACK) Building Blocks}",
+  series="Request for Comments",
+  number="5401",
+  howpublished="RFC 5401 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5401.txt",
+}
+
+ at misc{rfc5402,
+  author="T. Harding",
+  title="{Compressed Data within an Internet Electronic Data Interchange (EDI) Message}",
+  series="Request for Comments",
+  number="5402",
+  howpublished="RFC 5402 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5402.txt",
+}
+
+ at misc{rfc5403,
+  author="M. Eisler",
+  title="{RPCSEC\_GSS Version 2}",
+  series="Request for Comments",
+  number="5403",
+  howpublished="RFC 5403 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    note="Updated by RFC 7861",
+  url="http://www.ietf.org/rfc/rfc5403.txt",
+}
+
+ at misc{rfc5404,
+  author="M. Westerlund and I. Johansson",
+  title="{RTP Payload Format for G.719}",
+  series="Request for Comments",
+  number="5404",
+  howpublished="RFC 5404 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5404.txt",
+}
+
+ at misc{rfc5405,
+  author="L. Eggert and G. Fairhurst",
+  title="{Unicast UDP Usage Guidelines for Application Designers}",
+  series="Request for Comments",
+  number="5405",
+  howpublished="RFC 5405 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5405.txt",
+}
+
+ at misc{rfc5406,
+  author="S. Bellovin",
+  title="{Guidelines for Specifying the Use of IPsec Version 2}",
+  series="Request for Comments",
+  number="5406",
+  howpublished="RFC 5406 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5406.txt",
+}
+
+ at misc{rfc5407,
+  author="M. Hasebe and J. Koshiko and Y. Suzuki and T. Yoshikawa and P. Kyzivat",
+  title="{Example Call Flows of Race Conditions in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5407",
+  howpublished="RFC 5407 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2008,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5407.txt",
+}
+
+ at misc{rfc5408,
+  author="G. Appenzeller and L. Martin and M. Schertler",
+  title="{Identity-Based Encryption Architecture and Supporting Data Structures}",
+  series="Request for Comments",
+  number="5408",
+  howpublished="RFC 5408 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5408.txt",
+}
+
+ at misc{rfc5409,
+  author="L. Martin and M. Schertler",
+  title="{Using the Boneh-Franklin and Boneh-Boyen Identity-Based Encryption Algorithms with the Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5409",
+  howpublished="RFC 5409 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5409.txt",
+}
+
+ at misc{rfc5410,
+  author="A. Jerichow and L. Piron",
+  title="{Multimedia Internet KEYing (MIKEY) General Extension Payload for Open Mobile Alliance BCAST 1.0}",
+  series="Request for Comments",
+  number="5410",
+  howpublished="RFC 5410 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    note="Updated by RFC 6309",
+  url="http://www.ietf.org/rfc/rfc5410.txt",
+}
+
+ at misc{rfc5411,
+  author="J. Rosenberg",
+  title="{A Hitchhiker's Guide to the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5411",
+  howpublished="RFC 5411 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5411.txt",
+}
+
+ at misc{rfc5412,
+  author="P. Calhoun and R. Suri and N. Cam-Winget and M. Williams and S. Hares and B. O'Hara and S. Kelly",
+  title="{Lightweight Access Point Protocol}",
+  series="Request for Comments",
+  number="5412",
+  howpublished="RFC 5412 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5412.txt",
+}
+
+ at misc{rfc5413,
+  author="P. Narasimhan and D. Harkins and S. Ponnuswamy",
+  title="{SLAPP: Secure Light Access Point Protocol}",
+  series="Request for Comments",
+  number="5413",
+  howpublished="RFC 5413 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5413.txt",
+}
+
+ at misc{rfc5414,
+  author="S. Iino and S. Govindan and M. Sugiura and H. Cheng",
+  title="{Wireless LAN Control Protocol (WiCoP)}",
+  series="Request for Comments",
+  number="5414",
+  howpublished="RFC 5414 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    note="Obsoleted by RFC 5415",
+  url="http://www.ietf.org/rfc/rfc5414.txt",
+}
+
+ at misc{rfc5415,
+  author="P. Calhoun and M. Montemurro and D. Stanley",
+  title="{Control And Provisioning of Wireless Access Points (CAPWAP) Protocol Specification}",
+  series="Request for Comments",
+  number="5415",
+  howpublished="RFC 5415 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5415.txt",
+}
+
+ at misc{rfc5416,
+  author="P. Calhoun and M. Montemurro and D. Stanley",
+  title="{Control and Provisioning of Wireless Access Points (CAPWAP) Protocol Binding for IEEE 802.11}",
+  series="Request for Comments",
+  number="5416",
+  howpublished="RFC 5416 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5416.txt",
+}
+
+ at misc{rfc5417,
+  author="P. Calhoun",
+  title="{Control And Provisioning of Wireless Access Points (CAPWAP) Access Controller DHCP Option}",
+  series="Request for Comments",
+  number="5417",
+  howpublished="RFC 5417 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5417.txt",
+}
+
+ at misc{rfc5418,
+  author="S. Kelly and T. Clancy",
+  title="{Control And Provisioning of Wireless Access Points (CAPWAP) Threat Analysis for IEEE 802.11 Deployments}",
+  series="Request for Comments",
+  number="5418",
+  howpublished="RFC 5418 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5418.txt",
+}
+
+ at misc{rfc5419,
+  author="B. Patil and G. Dommety",
+  title="{Why the Authentication Data Suboption is Needed for Mobile IPv6 (MIPv6)}",
+  series="Request for Comments",
+  number="5419",
+  howpublished="RFC 5419 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5419.txt",
+}
+
+ at misc{rfc5420,
+  author="A. Farrel and D. Papadimitriou and JP. Vasseur and A. Ayyangarps",
+  title="{Encoding of Attributes for MPLS LSP Establishment Using Resource Reservation Protocol Traffic Engineering (RSVP-TE)}",
+  series="Request for Comments",
+  number="5420",
+  howpublished="RFC 5420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    note="Updated by RFC 6510",
+  url="http://www.ietf.org/rfc/rfc5420.txt",
+}
+
+ at misc{rfc5421,
+  author="N. Cam-Winget and H. Zhou",
+  title="{Basic Password Exchange within the Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)}",
+  series="Request for Comments",
+  number="5421",
+  howpublished="RFC 5421 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5421.txt",
+}
+
+ at misc{rfc5422,
+  author="N. Cam-Winget and D. McGrew and J. Salowey and H. Zhou",
+  title="{Dynamic Provisioning Using Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)}",
+  series="Request for Comments",
+  number="5422",
+  howpublished="RFC 5422 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5422.txt",
+}
+
+ at misc{rfc5423,
+  author="R. Gellens and C. Newman",
+  title="{Internet Message Store Events}",
+  series="Request for Comments",
+  number="5423",
+  howpublished="RFC 5423 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5423.txt",
+}
+
+ at misc{rfc5424,
+  author="R. Gerhards",
+  title="{The Syslog Protocol}",
+  series="Request for Comments",
+  number="5424",
+  howpublished="RFC 5424 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5424.txt",
+}
+
+ at misc{rfc5425,
+  author="F. Miao and Y. Ma and J. Salowey",
+  title="{Transport Layer Security (TLS) Transport Mapping for Syslog}",
+  series="Request for Comments",
+  number="5425",
+  howpublished="RFC 5425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5425.txt",
+}
+
+ at misc{rfc5426,
+  author="A. Okmianski",
+  title="{Transmission of Syslog Messages over UDP}",
+  series="Request for Comments",
+  number="5426",
+  howpublished="RFC 5426 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5426.txt",
+}
+
+ at misc{rfc5427,
+  author="G. Keeni",
+  title="{Textual Conventions for Syslog Management}",
+  series="Request for Comments",
+  number="5427",
+  howpublished="RFC 5427 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5427.txt",
+}
+
+ at misc{rfc5428,
+  author="S. Channabasappa and W. De Ketelaere and E. Nechamkin",
+  title="{Management Event Management Information Base (MIB) for PacketCable- and IPCablecom-Compliant Devices}",
+  series="Request for Comments",
+  number="5428",
+  howpublished="RFC 5428 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5428.txt",
+}
+
+ at misc{rfc5429,
+  author="A. Stone",
+  title="{Sieve Email Filtering: Reject and Extended Reject Extensions}",
+  series="Request for Comments",
+  number="5429",
+  howpublished="RFC 5429 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5429.txt",
+}
+
+ at misc{rfc5430,
+  author="M. Salter and E. Rescorla and R. Housley",
+  title="{Suite B Profile for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="5430",
+  howpublished="RFC 5430 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Obsoleted by RFC 6460",
+  url="http://www.ietf.org/rfc/rfc5430.txt",
+}
+
+ at misc{rfc5431,
+  author="D. Sun",
+  title="{Diameter ITU-T Rw Policy Enforcement Interface Application}",
+  series="Request for Comments",
+  number="5431",
+  howpublished="RFC 5431 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5431.txt",
+}
+
+ at misc{rfc5432,
+  author="J. Polk and S. Dhesikan and G. Camarillo",
+  title="{Quality of Service (QoS) Mechanism Selection in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="5432",
+  howpublished="RFC 5432 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5432.txt",
+}
+
+ at misc{rfc5433,
+  author="T. Clancy and H. Tschofenig",
+  title="{Extensible Authentication Protocol - Generalized Pre-Shared Key (EAP-GPSK) Method}",
+  series="Request for Comments",
+  number="5433",
+  howpublished="RFC 5433 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5433.txt",
+}
+
+ at misc{rfc5434,
+  author="T. Narten",
+  title="{Considerations for Having a Successful Birds-of-a-Feather (BOF) Session}",
+  series="Request for Comments",
+  number="5434",
+  howpublished="RFC 5434 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5434.txt",
+}
+
+ at misc{rfc5435,
+  author="A. Melnikov and B. Leiba and W. Segmuller and T. Martin",
+  title="{Sieve Email Filtering: Extension for Notifications}",
+  series="Request for Comments",
+  number="5435",
+  howpublished="RFC 5435 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5435.txt",
+}
+
+ at misc{rfc5436,
+  author="B. Leiba and M. Haardt",
+  title="{Sieve Notification Mechanism: mailto}",
+  series="Request for Comments",
+  number="5436",
+  howpublished="RFC 5436 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5436.txt",
+}
+
+ at misc{rfc5437,
+  author="P. Saint-Andre and A. Melnikov",
+  title="{Sieve Notification Mechanism: Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="5437",
+  howpublished="RFC 5437 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5437.txt",
+}
+
+ at misc{rfc5438,
+  author="E. Burger and H. Khartabil",
+  title="{Instant Message Disposition Notification (IMDN)}",
+  series="Request for Comments",
+  number="5438",
+  howpublished="RFC 5438 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5438.txt",
+}
+
+ at misc{rfc5439,
+  author="S. Yasukawa and A. Farrel and O. Komolafe",
+  title="{An Analysis of Scaling Issues in MPLS-TE Core Networks}",
+  series="Request for Comments",
+  number="5439",
+  howpublished="RFC 5439 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5439.txt",
+}
+
+ at misc{rfc5440,
+  author="JP. Vasseur and JL. Le Roux",
+  title="{Path Computation Element (PCE) Communication Protocol (PCEP)}",
+  series="Request for Comments",
+  number="5440",
+  howpublished="RFC 5440 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Updated by RFC 7896",
+  url="http://www.ietf.org/rfc/rfc5440.txt",
+}
+
+ at misc{rfc5441,
+  author="JP. Vasseur and R. Zhang and N. Bitar and JL. Le Roux",
+  title="{A Backward-Recursive PCE-Based Computation (BRPC) Procedure to Compute Shortest Constrained Inter-Domain Traffic Engineering Label Switched Paths}",
+  series="Request for Comments",
+  number="5441",
+  howpublished="RFC 5441 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5441.txt",
+}
+
+ at misc{rfc5442,
+  author="E. Burger and G. Parsons",
+  title="{LEMONADE Architecture - Supporting Open Mobile Alliance (OMA) Mobile Email (MEM) Using Internet Mail}",
+  series="Request for Comments",
+  number="5442",
+  howpublished="RFC 5442 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5442.txt",
+}
+
+ at misc{rfc5443,
+  author="M. Jork and A. Atlas and L. Fang",
+  title="{LDP IGP Synchronization}",
+  series="Request for Comments",
+  number="5443",
+  howpublished="RFC 5443 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Updated by RFC 6138",
+  url="http://www.ietf.org/rfc/rfc5443.txt",
+}
+
+ at misc{rfc5444,
+  author="T. Clausen and C. Dearlove and J. Dean and C. Adjih",
+  title="{Generalized Mobile Ad Hoc Network (MANET) Packet/Message Format}",
+  series="Request for Comments",
+  number="5444",
+  howpublished="RFC 5444 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    note="Updated by RFC 7631",
+  url="http://www.ietf.org/rfc/rfc5444.txt",
+}
+
+ at misc{rfc5445,
+  author="M. Watson",
+  title="{Basic Forward Error Correction (FEC) Schemes}",
+  series="Request for Comments",
+  number="5445",
+  howpublished="RFC 5445 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5445.txt",
+}
+
+ at misc{rfc5446,
+  author="J. Korhonen and U. Nilsson",
+  title="{Service Selection for Mobile IPv4}",
+  series="Request for Comments",
+  number="5446",
+  howpublished="RFC 5446 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5446.txt",
+}
+
+ at misc{rfc5447,
+  author="J. Korhonen and J. Bournelle and H. Tschofenig and C. Perkins and K. Chowdhury",
+  title="{Diameter Mobile IPv6: Support for Network Access Server to Diameter Server Interaction}",
+  series="Request for Comments",
+  number="5447",
+  howpublished="RFC 5447 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5447.txt",
+}
+
+ at misc{rfc5448,
+  author="J. Arkko and V. Lehtovirta and P. Eronen",
+  title="{Improved Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA')}",
+  series="Request for Comments",
+  number="5448",
+  howpublished="RFC 5448 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5448.txt",
+}
+
+ at misc{rfc5449,
+  author="E. Baccelli and P. Jacquet and D. Nguyen and T. Clausen",
+  title="{OSPF Multipoint Relay (MPR) Extension for Ad Hoc Networks}",
+  series="Request for Comments",
+  number="5449",
+  howpublished="RFC 5449 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5449.txt",
+}
+
+ at misc{rfc5450,
+  author="D. Singer and H. Desineni",
+  title="{Transmission Time Offsets in RTP Streams}",
+  series="Request for Comments",
+  number="5450",
+  howpublished="RFC 5450 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5450.txt",
+}
+
+ at misc{rfc5451,
+  author="M. Kucherawy",
+  title="{Message Header Field for Indicating Message Authentication Status}",
+  series="Request for Comments",
+  number="5451",
+  howpublished="RFC 5451 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    note="Obsoleted by RFC 7001, updated by RFC 6577",
+  url="http://www.ietf.org/rfc/rfc5451.txt",
+}
+
+ at misc{rfc5452,
+  author="A. Hubert and R. van Mook",
+  title="{Measures for Making DNS More Resilient against Forged Answers}",
+  series="Request for Comments",
+  number="5452",
+  howpublished="RFC 5452 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5452.txt",
+}
+
+ at misc{rfc5453,
+  author="S. Krishnan",
+  title="{Reserved IPv6 Interface Identifiers}",
+  series="Request for Comments",
+  number="5453",
+  howpublished="RFC 5453 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5453.txt",
+}
+
+ at misc{rfc5454,
+  author="G. Tsirtsis and V. Park and H. Soliman",
+  title="{Dual-Stack Mobile IPv4}",
+  series="Request for Comments",
+  number="5454",
+  howpublished="RFC 5454 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5454.txt",
+}
+
+ at misc{rfc5455,
+  author="S. Sivabalan and J. Parker and S. Boutros and K. Kumaki",
+  title="{Diffserv-Aware Class-Type Object for the Path Computation Element Communication Protocol}",
+  series="Request for Comments",
+  number="5455",
+  howpublished="RFC 5455 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5455.txt",
+}
+
+ at misc{rfc5456,
+  author="M. Spencer and B. Capouch and E. Guy and F. Miller and K. Shumard",
+  title="{IAX: Inter-Asterisk eXchange Version 2}",
+  series="Request for Comments",
+  number="5456",
+  howpublished="RFC 5456 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5456.txt",
+}
+
+ at misc{rfc5457,
+  author="E. Guy",
+  title="{IANA Considerations for IAX: Inter-Asterisk eXchange Version 2}",
+  series="Request for Comments",
+  number="5457",
+  howpublished="RFC 5457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5457.txt",
+}
+
+ at misc{rfc5458,
+  author="H. Cruickshank and P. Pillai and M. Noisternig and S. Iyengar",
+  title="{Security Requirements for the Unidirectional Lightweight Encapsulation (ULE) Protocol}",
+  series="Request for Comments",
+  number="5458",
+  howpublished="RFC 5458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5458.txt",
+}
+
+ at misc{rfc5459,
+  author="A. Sollaud",
+  title="{G.729.1 RTP Payload Format Update: Discontinuous Transmission (DTX) Support}",
+  series="Request for Comments",
+  number="5459",
+  howpublished="RFC 5459 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5459.txt",
+}
+
+ at misc{rfc5460,
+  author="M. Stapp",
+  title="{DHCPv6 Bulk Leasequery}",
+  series="Request for Comments",
+  number="5460",
+  howpublished="RFC 5460 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    note="Updated by RFC 7653",
+  url="http://www.ietf.org/rfc/rfc5460.txt",
+}
+
+ at misc{rfc5461,
+  author="F. Gont",
+  title="{TCP's Reaction to Soft Errors}",
+  series="Request for Comments",
+  number="5461",
+  howpublished="RFC 5461 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5461.txt",
+}
+
+ at misc{rfc5462,
+  author="L. Andersson and R. Asati",
+  title="{Multiprotocol Label Switching (MPLS) Label Stack Entry: "EXP" Field Renamed to "Traffic Class" Field}",
+  series="Request for Comments",
+  number="5462",
+  howpublished="RFC 5462 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5462.txt",
+}
+
+ at misc{rfc5463,
+  author="N. Freed",
+  title="{Sieve Email Filtering:  Ihave Extension}",
+  series="Request for Comments",
+  number="5463",
+  howpublished="RFC 5463 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5463.txt",
+}
+
+ at misc{rfc5464,
+  author="C. Daboo",
+  title="{The IMAP METADATA Extension}",
+  series="Request for Comments",
+  number="5464",
+  howpublished="RFC 5464 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5464.txt",
+}
+
+ at misc{rfc5465,
+  author="A. Gulbrandsen and C. King and A. Melnikov",
+  title="{The IMAP NOTIFY Extension}",
+  series="Request for Comments",
+  number="5465",
+  howpublished="RFC 5465 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5465.txt",
+}
+
+ at misc{rfc5466,
+  author="A. Melnikov and C. King",
+  title="{IMAP4 Extension for Named Searches (Filters)}",
+  series="Request for Comments",
+  number="5466",
+  howpublished="RFC 5466 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5466.txt",
+}
+
+ at misc{rfc5467,
+  author="L. Berger and A. Takacs and D. Caviglia and D. Fedyk and J. Meuric",
+  title="{GMPLS Asymmetric Bandwidth Bidirectional Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="5467",
+  howpublished="RFC 5467 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Obsoleted by RFC 6387",
+  url="http://www.ietf.org/rfc/rfc5467.txt",
+}
+
+ at misc{rfc5468,
+  author="S. Dasgupta and J. de Oliveira and JP. Vasseur",
+  title="{Performance Analysis of Inter-Domain Path Computation Methodologies}",
+  series="Request for Comments",
+  number="5468",
+  howpublished="RFC 5468 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5468.txt",
+}
+
+ at misc{rfc5469,
+  author="P. Eronen",
+  title="{DES and IDEA Cipher Suites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="5469",
+  howpublished="RFC 5469 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5469.txt",
+}
+
+ at misc{rfc5470,
+  author="G. Sadasivan and N. Brownlee and B. Claise and J. Quittek",
+  title="{Architecture for IP Flow Information Export}",
+  series="Request for Comments",
+  number="5470",
+  howpublished="RFC 5470 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Updated by RFC 6183",
+  url="http://www.ietf.org/rfc/rfc5470.txt",
+}
+
+ at misc{rfc5471,
+  author="C. Schmoll and P. Aitken and B. Claise",
+  title="{Guidelines for IP Flow Information Export (IPFIX) Testing}",
+  series="Request for Comments",
+  number="5471",
+  howpublished="RFC 5471 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5471.txt",
+}
+
+ at misc{rfc5472,
+  author="T. Zseby and E. Boschi and N. Brownlee and B. Claise",
+  title="{IP Flow Information Export (IPFIX) Applicability}",
+  series="Request for Comments",
+  number="5472",
+  howpublished="RFC 5472 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5472.txt",
+}
+
+ at misc{rfc5473,
+  author="E. Boschi and L. Mark and B. Claise",
+  title="{Reducing Redundancy in IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Reports}",
+  series="Request for Comments",
+  number="5473",
+  howpublished="RFC 5473 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5473.txt",
+}
+
+ at misc{rfc5474,
+  author="N. Duffield and D. Chiou and B. Claise and A. Greenberg and M. Grossglauser and J. Rexford",
+  title="{A Framework for Packet Selection and Reporting}",
+  series="Request for Comments",
+  number="5474",
+  howpublished="RFC 5474 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5474.txt",
+}
+
+ at misc{rfc5475,
+  author="T. Zseby and M. Molina and N. Duffield and S. Niccolini and F. Raspall",
+  title="{Sampling and Filtering Techniques for IP Packet Selection}",
+  series="Request for Comments",
+  number="5475",
+  howpublished="RFC 5475 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5475.txt",
+}
+
+ at misc{rfc5476,
+  author="B. Claise and A. Johnson and J. Quittek",
+  title="{Packet Sampling (PSAMP) Protocol Specifications}",
+  series="Request for Comments",
+  number="5476",
+  howpublished="RFC 5476 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5476.txt",
+}
+
+ at misc{rfc5477,
+  author="T. Dietz and B. Claise and P. Aitken and F. Dressler and G. Carle",
+  title="{Information Model for Packet Sampling Exports}",
+  series="Request for Comments",
+  number="5477",
+  howpublished="RFC 5477 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5477.txt",
+}
+
+ at misc{rfc5478,
+  author="J. Polk",
+  title="{IANA Registration of New Session Initiation Protocol (SIP) Resource-Priority Namespaces}",
+  series="Request for Comments",
+  number="5478",
+  howpublished="RFC 5478 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5478.txt",
+}
+
+ at misc{rfc5479,
+  author="D. Wing and S. Fries and H. Tschofenig and F. Audet",
+  title="{Requirements and Analysis of Media Security Management Protocols}",
+  series="Request for Comments",
+  number="5479",
+  howpublished="RFC 5479 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5479.txt",
+}
+
+ at misc{rfc5480,
+  author="S. Turner and D. Brown and K. Yiu and R. Housley and T. Polk",
+  title="{Elliptic Curve Cryptography Subject Public Key Information}",
+  series="Request for Comments",
+  number="5480",
+  howpublished="RFC 5480 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5480.txt",
+}
+
+ at misc{rfc5481,
+  author="A. Morton and B. Claise",
+  title="{Packet Delay Variation Applicability Statement}",
+  series="Request for Comments",
+  number="5481",
+  howpublished="RFC 5481 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5481.txt",
+}
+
+ at misc{rfc5482,
+  author="L. Eggert and F. Gont",
+  title="{TCP User Timeout Option}",
+  series="Request for Comments",
+  number="5482",
+  howpublished="RFC 5482 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5482.txt",
+}
+
+ at misc{rfc5483,
+  author="L. Conroy and K. Fujiwara",
+  title="{ENUM Implementation Issues and Experiences}",
+  series="Request for Comments",
+  number="5483",
+  howpublished="RFC 5483 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5483.txt",
+}
+
+ at misc{rfc5484,
+  author="D. Singer",
+  title="{Associating Time-Codes with RTP Streams}",
+  series="Request for Comments",
+  number="5484",
+  howpublished="RFC 5484 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5484.txt",
+}
+
+ at misc{rfc5485,
+  author="R. Housley",
+  title="{Digital Signatures on Internet-Draft Documents}",
+  series="Request for Comments",
+  number="5485",
+  howpublished="RFC 5485 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5485.txt",
+}
+
+ at misc{rfc5486,
+  author="D. Malas and D. Meyer",
+  title="{Session Peering for Multimedia Interconnect (SPEERMINT) Terminology}",
+  series="Request for Comments",
+  number="5486",
+  howpublished="RFC 5486 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5486.txt",
+}
+
+ at misc{rfc5487,
+  author="M. Badra",
+  title="{Pre-Shared Key Cipher Suites for TLS with SHA-256/384 and AES Galois Counter Mode}",
+  series="Request for Comments",
+  number="5487",
+  howpublished="RFC 5487 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5487.txt",
+}
+
+ at misc{rfc5488,
+  author="S. Gundavelli and G. Keeni and K. Koide and K. Nagami",
+  title="{Network Mobility (NEMO) Management Information Base}",
+  series="Request for Comments",
+  number="5488",
+  howpublished="RFC 5488 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5488.txt",
+}
+
+ at misc{rfc5489,
+  author="M. Badra and I. Hajjeh",
+  title="{ECDHE\_PSK Cipher Suites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="5489",
+  howpublished="RFC 5489 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5489.txt",
+}
+
+ at misc{rfc5490,
+  author="A. Melnikov",
+  title="{The Sieve Mail-Filtering Language -- Extensions for Checking Mailbox Status and Accessing Mailbox Metadata}",
+  series="Request for Comments",
+  number="5490",
+  howpublished="RFC 5490 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5490.txt",
+}
+
+ at misc{rfc5491,
+  author="J. Winterbottom and M. Thomson and H. Tschofenig",
+  title="{GEOPRIV Presence Information Data Format Location Object (PIDF-LO) Usage Clarification, Considerations, and Recommendations}",
+  series="Request for Comments",
+  number="5491",
+  howpublished="RFC 5491 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Updated by RFC 7459",
+  url="http://www.ietf.org/rfc/rfc5491.txt",
+}
+
+ at misc{rfc5492,
+  author="J. Scudder and R. Chandra",
+  title="{Capabilities Advertisement with BGP-4}",
+  series="Request for Comments",
+  number="5492",
+  howpublished="RFC 5492 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5492.txt",
+}
+
+ at misc{rfc5493,
+  author="D. Caviglia and D. Bramanti and D. Li and D. McDysan",
+  title="{Requirements for the Conversion between Permanent Connections and Switched Connections in a Generalized Multiprotocol Label Switching (GMPLS) Network}",
+  series="Request for Comments",
+  number="5493",
+  howpublished="RFC 5493 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5493.txt",
+}
+
+ at misc{rfc5494,
+  author="J. Arkko and C. Pignataro",
+  title="{IANA Allocation Guidelines for the Address Resolution Protocol (ARP)}",
+  series="Request for Comments",
+  number="5494",
+  howpublished="RFC 5494 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5494.txt",
+}
+
+ at misc{rfc5495,
+  author="D. Li and J. Gao and A. Satyanarayana and S. Bardalai",
+  title="{Description of the Resource Reservation Protocol - Traffic-Engineered (RSVP-TE) Graceful Restart Procedures}",
+  series="Request for Comments",
+  number="5495",
+  howpublished="RFC 5495 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5495.txt",
+}
+
+ at misc{rfc5496,
+  author="IJ. Wijnands and A. Boers and E. Rosen",
+  title="{The Reverse Path Forwarding (RPF) Vector TLV}",
+  series="Request for Comments",
+  number="5496",
+  howpublished="RFC 5496 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5496.txt",
+}
+
+ at misc{rfc5497,
+  author="T. Clausen and C. Dearlove",
+  title="{Representing Multi-Value Time in Mobile Ad Hoc Networks (MANETs)}",
+  series="Request for Comments",
+  number="5497",
+  howpublished="RFC 5497 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5497.txt",
+}
+
+ at misc{rfc5498,
+  author="I. Chakeres",
+  title="{IANA Allocations for Mobile Ad Hoc Network (MANET) Protocols}",
+  series="Request for Comments",
+  number="5498",
+  howpublished="RFC 5498 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5498.txt",
+}
+
+ at misc{rfc5501,
+  author="Y. Kamite and Y. Wada and Y. Serbest and T. Morin and L. Fang",
+  title="{Requirements for Multicast Support in Virtual Private LAN Services}",
+  series="Request for Comments",
+  number="5501",
+  howpublished="RFC 5501 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5501.txt",
+}
+
+ at misc{rfc5502,
+  author="J. van Elburg",
+  title="{The SIP P-Served-User Private-Header (P-Header) for the 3GPP IP Multimedia (IM) Core Network (CN) Subsystem}",
+  series="Request for Comments",
+  number="5502",
+  howpublished="RFC 5502 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5502.txt",
+}
+
+ at misc{rfc5503,
+  author="F. Andreasen and B. McKibben and B. Marshall",
+  title="{Private Session Initiation Protocol (SIP) Proxy-to-Proxy Extensions for Supporting the PacketCable Distributed Call Signaling Architecture}",
+  series="Request for Comments",
+  number="5503",
+  howpublished="RFC 5503 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5503.txt",
+}
+
+ at misc{rfc5504,
+  author="K. Fujiwara and Y. Yoneya",
+  title="{Downgrading Mechanism for Email Address Internationalization}",
+  series="Request for Comments",
+  number="5504",
+  howpublished="RFC 5504 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=mar,
+    note="Obsoleted by RFC 6530",
+  url="http://www.ietf.org/rfc/rfc5504.txt",
+}
+
+ at misc{rfc5505,
+  author="B. Aboba and D. Thaler and L. Andersson and S. Cheshire",
+  title="{Principles of Internet Host Configuration}",
+  series="Request for Comments",
+  number="5505",
+  howpublished="RFC 5505 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5505.txt",
+}
+
+ at misc{rfc5506,
+  author="I. Johansson and M. Westerlund",
+  title="{Support for Reduced-Size Real-Time Transport Control Protocol (RTCP): Opportunities and Consequences}",
+  series="Request for Comments",
+  number="5506",
+  howpublished="RFC 5506 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5506.txt",
+}
+
+ at misc{rfc5507,
+  author="IAB and P. Faltstrom and R. Austein and P. Koch",
+  title="{Design Choices When Expanding the DNS}",
+  series="Request for Comments",
+  number="5507",
+  howpublished="RFC 5507 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5507.txt",
+}
+
+ at misc{rfc5508,
+  author="P. Srisuresh and B. Ford and S. Sivakumar and S. Guha",
+  title="{NAT Behavioral Requirements for ICMP}",
+  series="Request for Comments",
+  number="5508",
+  howpublished="RFC 5508 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    note="Updated by RFC 7857",
+  url="http://www.ietf.org/rfc/rfc5508.txt",
+}
+
+ at misc{rfc5509,
+  author="S. Loreto",
+  title="{Internet Assigned Numbers Authority (IANA) Registration of Instant Messaging and Presence DNS SRV RRs for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5509",
+  howpublished="RFC 5509 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5509.txt",
+}
+
+ at misc{rfc5510,
+  author="J. Lacan and V. Roca and J. Peltotalo and S. Peltotalo",
+  title="{Reed-Solomon Forward Error Correction (FEC) Schemes}",
+  series="Request for Comments",
+  number="5510",
+  howpublished="RFC 5510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5510.txt",
+}
+
+ at misc{rfc5511,
+  author="A. Farrel",
+  title="{Routing Backus-Naur Form (RBNF): A Syntax Used to Form Encoding Rules in Various Routing Protocol Specifications}",
+  series="Request for Comments",
+  number="5511",
+  howpublished="RFC 5511 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5511.txt",
+}
+
+ at misc{rfc5512,
+  author="P. Mohapatra and E. Rosen",
+  title="{The BGP Encapsulation Subsequent Address Family Identifier (SAFI) and the BGP Tunnel Encapsulation Attribute}",
+  series="Request for Comments",
+  number="5512",
+  howpublished="RFC 5512 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5512.txt",
+}
+
+ at misc{rfc5513,
+  author="A. Farrel",
+  title="{IANA Considerations for Three Letter Acronyms}",
+  series="Request for Comments",
+  number="5513",
+  howpublished="RFC 5513 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5513.txt",
+}
+
+ at misc{rfc5514,
+  author="E. Vyncke",
+  title="{IPv6 over Social Networks}",
+  series="Request for Comments",
+  number="5514",
+  howpublished="RFC 5514 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5514.txt",
+}
+
+ at misc{rfc5515,
+  author="V. Mammoliti and C. Pignataro and P. Arberg and J. Gibbons and P. Howard",
+  title="{Layer 2 Tunneling Protocol (L2TP) Access Line Information Attribute Value Pair (AVP) Extensions}",
+  series="Request for Comments",
+  number="5515",
+  howpublished="RFC 5515 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5515.txt",
+}
+
+ at misc{rfc5516,
+  author="M. Jones and L. Morand",
+  title="{Diameter Command Code Registration for the Third Generation Partnership Project (3GPP) Evolved Packet System (EPS)}",
+  series="Request for Comments",
+  number="5516",
+  howpublished="RFC 5516 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5516.txt",
+}
+
+ at misc{rfc5517,
+  author="S. HomChaudhuri and M. Foschiano",
+  title="{Cisco Systems' Private VLANs: Scalable Security in a Multi-Client Environment}",
+  series="Request for Comments",
+  number="5517",
+  howpublished="RFC 5517 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5517.txt",
+}
+
+ at misc{rfc5518,
+  author="P. Hoffman and J. Levine and A. Hathcock",
+  title="{Vouch By Reference}",
+  series="Request for Comments",
+  number="5518",
+  howpublished="RFC 5518 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5518.txt",
+}
+
+ at misc{rfc5519,
+  author="J. Chesterfield and B. Haberman",
+  title="{Multicast Group Membership Discovery MIB}",
+  series="Request for Comments",
+  number="5519",
+  howpublished="RFC 5519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5519.txt",
+}
+
+ at misc{rfc5520,
+  author="R. Bradford and JP. Vasseur and A. Farrel",
+  title="{Preserving Topology Confidentiality in Inter-Domain Path Computation Using a Path-Key-Based Mechanism}",
+  series="Request for Comments",
+  number="5520",
+  howpublished="RFC 5520 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5520.txt",
+}
+
+ at misc{rfc5521,
+  author="E. Oki and T. Takeda and A. Farrel",
+  title="{Extensions to the Path Computation Element Communication Protocol (PCEP) for Route Exclusions}",
+  series="Request for Comments",
+  number="5521",
+  howpublished="RFC 5521 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5521.txt",
+}
+
+ at misc{rfc5522,
+  author="W. Eddy and W. Ivancic and T. Davis",
+  title="{Network Mobility Route Optimization Requirements for Operational Use in Aeronautics and Space Exploration Mobile Networks}",
+  series="Request for Comments",
+  number="5522",
+  howpublished="RFC 5522 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5522.txt",
+}
+
+ at misc{rfc5523,
+  author="L. Berger",
+  title="{OSPFv3-Based Layer 1 VPN Auto-Discovery}",
+  series="Request for Comments",
+  number="5523",
+  howpublished="RFC 5523 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5523.txt",
+}
+
+ at misc{rfc5524,
+  author="D. Cridland",
+  title="{Extended URLFETCH for Binary and Converted Parts}",
+  series="Request for Comments",
+  number="5524",
+  howpublished="RFC 5524 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5524.txt",
+}
+
+ at misc{rfc5525,
+  author="T. Dreibholz and J. Mulik",
+  title="{Reliable Server Pooling MIB Module Definition}",
+  series="Request for Comments",
+  number="5525",
+  howpublished="RFC 5525 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5525.txt",
+}
+
+ at misc{rfc5526,
+  author="J. Livingood and P. Pfautz and R. Stastny",
+  title="{The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application for Infrastructure ENUM}",
+  series="Request for Comments",
+  number="5526",
+  howpublished="RFC 5526 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5526.txt",
+}
+
+ at misc{rfc5527,
+  author="M. Haberler and O. Lendl and R. Stastny",
+  title="{Combined User and Infrastructure ENUM in the e164.arpa Tree}",
+  series="Request for Comments",
+  number="5527",
+  howpublished="RFC 5527 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5527.txt",
+}
+
+ at misc{rfc5528,
+  author="A. Kato and M. Kanda and S. Kanno",
+  title="{Camellia Counter Mode and Camellia Counter with CBC-MAC Mode Algorithms}",
+  series="Request for Comments",
+  number="5528",
+  howpublished="RFC 5528 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5528.txt",
+}
+
+ at misc{rfc5529,
+  author="A. Kato and M. Kanda and S. Kanno",
+  title="{Modes of Operation for Camellia for Use with IPsec}",
+  series="Request for Comments",
+  number="5529",
+  howpublished="RFC 5529 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5529.txt",
+}
+
+ at misc{rfc5530,
+  author="A. Gulbrandsen",
+  title="{IMAP Response Codes}",
+  series="Request for Comments",
+  number="5530",
+  howpublished="RFC 5530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5530.txt",
+}
+
+ at misc{rfc5531,
+  author="R. Thurlow",
+  title="{RPC: Remote Procedure Call Protocol Specification Version 2}",
+  series="Request for Comments",
+  number="5531",
+  howpublished="RFC 5531 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5531.txt",
+}
+
+ at misc{rfc5532,
+  author="T. Talpey and C. Juszczak",
+  title="{Network File System (NFS) Remote Direct Memory Access (RDMA) Problem Statement}",
+  series="Request for Comments",
+  number="5532",
+  howpublished="RFC 5532 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5532.txt",
+}
+
+ at misc{rfc5533,
+  author="E. Nordmark and M. Bagnulo",
+  title="{Shim6: Level 3 Multihoming Shim Protocol for IPv6}",
+  series="Request for Comments",
+  number="5533",
+  howpublished="RFC 5533 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5533.txt",
+}
+
+ at misc{rfc5534,
+  author="J. Arkko and I. van Beijnum",
+  title="{Failure Detection and Locator Pair Exploration Protocol for IPv6 Multihoming}",
+  series="Request for Comments",
+  number="5534",
+  howpublished="RFC 5534 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5534.txt",
+}
+
+ at misc{rfc5535,
+  author="M. Bagnulo",
+  title="{Hash-Based Addresses (HBA)}",
+  series="Request for Comments",
+  number="5535",
+  howpublished="RFC 5535 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5535.txt",
+}
+
+ at misc{rfc5536,
+  author="K. Murchison and C. Lindsey and D. Kohn",
+  title="{Netnews Article Format}",
+  series="Request for Comments",
+  number="5536",
+  howpublished="RFC 5536 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5536.txt",
+}
+
+ at misc{rfc5537,
+  author="R. Allbery and C. Lindsey",
+  title="{Netnews Architecture and Protocols}",
+  series="Request for Comments",
+  number="5537",
+  howpublished="RFC 5537 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5537.txt",
+}
+
+ at misc{rfc5538,
+  author="F. Ellermann",
+  title="{The 'news' and 'nntp' URI Schemes}",
+  series="Request for Comments",
+  number="5538",
+  howpublished="RFC 5538 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5538.txt",
+}
+
+ at misc{rfc5539,
+  author="M. Badra",
+  title="{NETCONF over Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="5539",
+  howpublished="RFC 5539 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    note="Obsoleted by RFC 7589",
+  url="http://www.ietf.org/rfc/rfc5539.txt",
+}
+
+ at misc{rfc5540,
+  author="RFC Editor",
+  title="{40 Years of RFCs}",
+  series="Request for Comments",
+  number="5540",
+  howpublished="RFC 5540 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5540.txt",
+}
+
+ at misc{rfc5541,
+  author="JL. Le Roux and JP. Vasseur and Y. Lee",
+  title="{Encoding of Objective Functions in the Path Computation Element Communication Protocol (PCEP)}",
+  series="Request for Comments",
+  number="5541",
+  howpublished="RFC 5541 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5541.txt",
+}
+
+ at misc{rfc5542,
+  author="T. Nadeau and D. Zelig and O. Nicklass",
+  title="{Definitions of Textual Conventions for Pseudowire (PW) Management}",
+  series="Request for Comments",
+  number="5542",
+  howpublished="RFC 5542 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5542.txt",
+}
+
+ at misc{rfc5543,
+  author="H. Ould-Brahim and D. Fedyk and Y. Rekhter",
+  title="{BGP Traffic Engineering Attribute}",
+  series="Request for Comments",
+  number="5543",
+  howpublished="RFC 5543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    note="Updated by RFC 7606",
+  url="http://www.ietf.org/rfc/rfc5543.txt",
+}
+
+ at misc{rfc5544,
+  author="A. Santoni",
+  title="{Syntax for Binding Documents with Time-Stamps}",
+  series="Request for Comments",
+  number="5544",
+  howpublished="RFC 5544 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    note="Updated by RFC 5955",
+  url="http://www.ietf.org/rfc/rfc5544.txt",
+}
+
+ at misc{rfc5545,
+  author="B. Desruisseaux",
+  title="{Internet Calendaring and Scheduling Core Object Specification (iCalendar)}",
+  series="Request for Comments",
+  number="5545",
+  howpublished="RFC 5545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    note="Updated by RFCs 5546, 6868, 7529, 7953, 7986",
+  url="http://www.ietf.org/rfc/rfc5545.txt",
+}
+
+ at misc{rfc5546,
+  author="C. Daboo",
+  title="{iCalendar Transport-Independent Interoperability Protocol (iTIP)}",
+  series="Request for Comments",
+  number="5546",
+  howpublished="RFC 5546 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    note="Updated by RFC 6638",
+  url="http://www.ietf.org/rfc/rfc5546.txt",
+}
+
+ at misc{rfc5547,
+  author="M. Garcia-Martin and M. Isomaki and G. Camarillo and S. Loreto and P. Kyzivat",
+  title="{A Session Description Protocol (SDP) Offer/Answer Mechanism to Enable File Transfer}",
+  series="Request for Comments",
+  number="5547",
+  howpublished="RFC 5547 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5547.txt",
+}
+
+ at misc{rfc5548,
+  author="M. Dohler and T. Watteyne and T. Winter and D. Barthel",
+  title="{Routing Requirements for Urban Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="5548",
+  howpublished="RFC 5548 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5548.txt",
+}
+
+ at misc{rfc5549,
+  author="F. Le Faucheur and E. Rosen",
+  title="{Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop}",
+  series="Request for Comments",
+  number="5549",
+  howpublished="RFC 5549 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5549.txt",
+}
+
+ at misc{rfc5550,
+  author="D. Cridland and A. Melnikov and S. Maes",
+  title="{The Internet Email to Support Diverse Service Environments (Lemonade) Profile}",
+  series="Request for Comments",
+  number="5550",
+  howpublished="RFC 5550 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5550.txt",
+}
+
+ at misc{rfc5551,
+  author="R. Gellens",
+  title="{Lemonade Notifications Architecture}",
+  series="Request for Comments",
+  number="5551",
+  howpublished="RFC 5551 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5551.txt",
+}
+
+ at misc{rfc5552,
+  author="D. Burke and M. Scott",
+  title="{SIP Interface to VoiceXML Media Services}",
+  series="Request for Comments",
+  number="5552",
+  howpublished="RFC 5552 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5552.txt",
+}
+
+ at misc{rfc5553,
+  author="A. Farrel and R. Bradford and JP. Vasseur",
+  title="{Resource Reservation Protocol (RSVP) Extensions for Path Key Support}",
+  series="Request for Comments",
+  number="5553",
+  howpublished="RFC 5553 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5553.txt",
+}
+
+ at misc{rfc5554,
+  author="N. Williams",
+  title="{Clarifications and Extensions to the Generic Security Service Application Program Interface (GSS-API) for the Use of Channel Bindings}",
+  series="Request for Comments",
+  number="5554",
+  howpublished="RFC 5554 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5554.txt",
+}
+
+ at misc{rfc5555,
+  author="H. Soliman",
+  title="{Mobile IPv6 Support for Dual Stack Hosts and Routers}",
+  series="Request for Comments",
+  number="5555",
+  howpublished="RFC 5555 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5555.txt",
+}
+
+ at misc{rfc5556,
+  author="J. Touch and R. Perlman",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Problem and Applicability Statement}",
+  series="Request for Comments",
+  number="5556",
+  howpublished="RFC 5556 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5556.txt",
+}
+
+ at misc{rfc5557,
+  author="Y. Lee and JL. Le Roux and D. King and E. Oki",
+  title="{Path Computation Element Communication Protocol (PCEP) Requirements and Protocol Extensions in Support of Global Concurrent Optimization}",
+  series="Request for Comments",
+  number="5557",
+  howpublished="RFC 5557 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5557.txt",
+}
+
+ at misc{rfc5558,
+  author="F. Templin",
+  title="{Virtual Enterprise Traversal (VET)}",
+  series="Request for Comments",
+  number="5558",
+  howpublished="RFC 5558 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5558.txt",
+}
+
+ at misc{rfc5559,
+  author="P. Eardley",
+  title="{Pre-Congestion Notification (PCN) Architecture}",
+  series="Request for Comments",
+  number="5559",
+  howpublished="RFC 5559 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5559.txt",
+}
+
+ at misc{rfc5560,
+  author="H. Uijterwaal",
+  title="{A One-Way Packet Duplication Metric}",
+  series="Request for Comments",
+  number="5560",
+  howpublished="RFC 5560 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=may,
+    note="Updated by RFC 6248",
+  url="http://www.ietf.org/rfc/rfc5560.txt",
+}
+
+ at misc{rfc5561,
+  author="B. Thomas and K. Raza and S. Aggarwal and R. Aggarwal and JL. Le Roux",
+  title="{LDP Capabilities}",
+  series="Request for Comments",
+  number="5561",
+  howpublished="RFC 5561 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5561.txt",
+}
+
+ at misc{rfc5562,
+  author="A. Kuzmanovic and A. Mondal and S. Floyd and K. Ramakrishnan",
+  title="{Adding Explicit Congestion Notification (ECN) Capability to TCP's SYN/ACK Packets}",
+  series="Request for Comments",
+  number="5562",
+  howpublished="RFC 5562 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5562.txt",
+}
+
+ at misc{rfc5563,
+  author="K. Leung and G. Dommety and P. Yegani and K. Chowdhury",
+  title="{WiMAX Forum / 3GPP2 Proxy Mobile IPv4}",
+  series="Request for Comments",
+  number="5563",
+  howpublished="RFC 5563 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5563.txt",
+}
+
+ at misc{rfc5564,
+  author="A. El-Sherbiny and M. Farah and I. Oueichek and A. Al-Zoman",
+  title="{Linguistic Guidelines for the Use of the Arabic Language in Internet Domains}",
+  series="Request for Comments",
+  number="5564",
+  howpublished="RFC 5564 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5564.txt",
+}
+
+ at misc{rfc5565,
+  author="J. Wu and Y. Cui and C. Metz and E. Rosen",
+  title="{Softwire Mesh Framework}",
+  series="Request for Comments",
+  number="5565",
+  howpublished="RFC 5565 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5565.txt",
+}
+
+ at misc{rfc5566,
+  author="L. Berger and R. White and E. Rosen",
+  title="{BGP IPsec Tunnel Encapsulation Attribute}",
+  series="Request for Comments",
+  number="5566",
+  howpublished="RFC 5566 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5566.txt",
+}
+
+ at misc{rfc5567,
+  author="T. Melanchuk",
+  title="{An Architectural Framework for Media Server Control}",
+  series="Request for Comments",
+  number="5567",
+  howpublished="RFC 5567 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5567.txt",
+}
+
+ at misc{rfc5568,
+  author="R. Koodli",
+  title="{Mobile IPv6 Fast Handovers}",
+  series="Request for Comments",
+  number="5568",
+  howpublished="RFC 5568 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    note="Updated by RFC 7411",
+  url="http://www.ietf.org/rfc/rfc5568.txt",
+}
+
+ at misc{rfc5569,
+  author="R. Despres",
+  title="{IPv6 Rapid Deployment on IPv4 Infrastructures (6rd)}",
+  series="Request for Comments",
+  number="5569",
+  howpublished="RFC 5569 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5569.txt",
+}
+
+ at misc{rfc5570,
+  author="M. StJohns and R. Atkinson and G. Thomas",
+  title="{Common Architecture Label IPv6 Security Option (CALIPSO)}",
+  series="Request for Comments",
+  number="5570",
+  howpublished="RFC 5570 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5570.txt",
+}
+
+ at misc{rfc5571,
+  author="B. Storer and C. Pignataro and M. Dos Santos and B. Stevant and L. Toutain and J. Tremblay",
+  title="{Softwire Hub and Spoke Deployment Framework with Layer Two Tunneling Protocol Version 2 (L2TPv2)}",
+  series="Request for Comments",
+  number="5571",
+  howpublished="RFC 5571 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5571.txt",
+}
+
+ at misc{rfc5572,
+  author="M. Blanchet and F. Parent",
+  title="{IPv6 Tunnel Broker with the Tunnel Setup Protocol (TSP)}",
+  series="Request for Comments",
+  number="5572",
+  howpublished="RFC 5572 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5572.txt",
+}
+
+ at misc{rfc5573,
+  author="M. Thomson",
+  title="{Asynchronous Channels for the Blocks Extensible Exchange Protocol (BEEP)}",
+  series="Request for Comments",
+  number="5573",
+  howpublished="RFC 5573 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5573.txt",
+}
+
+ at misc{rfc5574,
+  author="G. Herlein and J. Valin and A. Heggestad and A. Moizard",
+  title="{RTP Payload Format for the Speex Codec}",
+  series="Request for Comments",
+  number="5574",
+  howpublished="RFC 5574 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5574.txt",
+}
+
+ at misc{rfc5575,
+  author="P. Marques and N. Sheth and R. Raszuk and B. Greene and J. Mauch and D. McPherson",
+  title="{Dissemination of Flow Specification Rules}",
+  series="Request for Comments",
+  number="5575",
+  howpublished="RFC 5575 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Updated by RFC 7674",
+  url="http://www.ietf.org/rfc/rfc5575.txt",
+}
+
+ at misc{rfc5576,
+  author="J. Lennox and J. Ott and T. Schierl",
+  title="{Source-Specific Media Attributes in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="5576",
+  howpublished="RFC 5576 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5576.txt",
+}
+
+ at misc{rfc5577,
+  author="P. Luthi and R. Even",
+  title="{RTP Payload Format for ITU-T Recommendation G.722.1}",
+  series="Request for Comments",
+  number="5577",
+  howpublished="RFC 5577 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5577.txt",
+}
+
+ at misc{rfc5578,
+  author="B. Berry and S. Ratliff and E. Paradise and T. Kaiser and M. Adams",
+  title="{PPP over Ethernet (PPPoE) Extensions for Credit Flow and Link Metrics}",
+  series="Request for Comments",
+  number="5578",
+  howpublished="RFC 5578 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5578.txt",
+}
+
+ at misc{rfc5579,
+  author="F. Templin",
+  title="{Transmission of IPv4 Packets over Intra-Site Automatic Tunnel Addressing Protocol (ISATAP) Interfaces}",
+  series="Request for Comments",
+  number="5579",
+  howpublished="RFC 5579 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5579.txt",
+}
+
+ at misc{rfc5580,
+  author="H. Tschofenig and F. Adrangi and M. Jones and A. Lior and B. Aboba",
+  title="{Carrying Location Objects in RADIUS and Diameter}",
+  series="Request for Comments",
+  number="5580",
+  howpublished="RFC 5580 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5580.txt",
+}
+
+ at misc{rfc5581,
+  author="D. Shaw",
+  title="{The Camellia Cipher in OpenPGP}",
+  series="Request for Comments",
+  number="5581",
+  howpublished="RFC 5581 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5581.txt",
+}
+
+ at misc{rfc5582,
+  author="H. Schulzrinne",
+  title="{Location-to-URL Mapping Architecture and Framework}",
+  series="Request for Comments",
+  number="5582",
+  howpublished="RFC 5582 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5582.txt",
+}
+
+ at misc{rfc5583,
+  author="T. Schierl and S. Wenger",
+  title="{Signaling Media Decoding Dependency in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="5583",
+  howpublished="RFC 5583 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5583.txt",
+}
+
+ at misc{rfc5584,
+  author="M. Hatanaka and J. Matsumoto",
+  title="{RTP Payload Format for the Adaptive TRansform Acoustic Coding (ATRAC) Family}",
+  series="Request for Comments",
+  number="5584",
+  howpublished="RFC 5584 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5584.txt",
+}
+
+ at misc{rfc5585,
+  author="T. Hansen and D. Crocker and P. Hallam-Baker",
+  title="{DomainKeys Identified Mail (DKIM) Service Overview}",
+  series="Request for Comments",
+  number="5585",
+  howpublished="RFC 5585 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5585.txt",
+}
+
+ at misc{rfc5586,
+  author="M. Bocci and M. Vigoureux and S. Bryant",
+  title="{MPLS Generic Associated Channel}",
+  series="Request for Comments",
+  number="5586",
+  howpublished="RFC 5586 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    note="Updated by RFCs 6423, 7026, 7214, 7274",
+  url="http://www.ietf.org/rfc/rfc5586.txt",
+}
+
+ at misc{rfc5587,
+  author="N. Williams",
+  title="{Extended Generic Security Service Mechanism Inquiry APIs}",
+  series="Request for Comments",
+  number="5587",
+  howpublished="RFC 5587 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5587.txt",
+}
+
+ at misc{rfc5588,
+  author="N. Williams",
+  title="{Generic Security Service Application Program Interface (GSS-API) Extension for Storing Delegated Credentials}",
+  series="Request for Comments",
+  number="5588",
+  howpublished="RFC 5588 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5588.txt",
+}
+
+ at misc{rfc5589,
+  author="R. Sparks and A. Johnston and D. Petrie",
+  title="{Session Initiation Protocol (SIP) Call Control - Transfer}",
+  series="Request for Comments",
+  number="5589",
+  howpublished="RFC 5589 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5589.txt",
+}
+
+ at misc{rfc5590,
+  author="D. Harrington and J. Schoenwaelder",
+  title="{Transport Subsystem for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="5590",
+  howpublished="RFC 5590 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5590.txt",
+}
+
+ at misc{rfc5591,
+  author="D. Harrington and W. Hardaker",
+  title="{Transport Security Model for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="5591",
+  howpublished="RFC 5591 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5591.txt",
+}
+
+ at misc{rfc5592,
+  author="D. Harrington and J. Salowey and W. Hardaker",
+  title="{Secure Shell Transport Model for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="5592",
+  howpublished="RFC 5592 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5592.txt",
+}
+
+ at misc{rfc5593,
+  author="N. Cook",
+  title="{Internet Message Access Protocol (IMAP) - URL Access Identifier Extension}",
+  series="Request for Comments",
+  number="5593",
+  howpublished="RFC 5593 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5593.txt",
+}
+
+ at misc{rfc5594,
+  author="J. Peterson and A. Cooper",
+  title="{Report from the IETF Workshop on Peer-to-Peer (P2P) Infrastructure, May 28, 2008}",
+  series="Request for Comments",
+  number="5594",
+  howpublished="RFC 5594 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5594.txt",
+}
+
+ at misc{rfc5595,
+  author="G. Fairhurst",
+  title="{The Datagram Congestion Control Protocol (DCCP) Service Codes}",
+  series="Request for Comments",
+  number="5595",
+  howpublished="RFC 5595 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    note="Updated by RFC 6335",
+  url="http://www.ietf.org/rfc/rfc5595.txt",
+}
+
+ at misc{rfc5596,
+  author="G. Fairhurst",
+  title="{Datagram Congestion Control Protocol (DCCP) Simultaneous-Open Technique to Facilitate NAT/Middlebox Traversal}",
+  series="Request for Comments",
+  number="5596",
+  howpublished="RFC 5596 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5596.txt",
+}
+
+ at misc{rfc5597,
+  author="R. Denis-Courmont",
+  title="{Network Address Translation (NAT) Behavioral Requirements for the Datagram Congestion Control Protocol}",
+  series="Request for Comments",
+  number="5597",
+  howpublished="RFC 5597 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5597.txt",
+}
+
+ at misc{rfc5598,
+  author="D. Crocker",
+  title="{Internet Mail Architecture}",
+  series="Request for Comments",
+  number="5598",
+  howpublished="RFC 5598 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5598.txt",
+}
+
+ at misc{rfc5601,
+  author="T. Nadeau and D. Zelig",
+  title="{Pseudowire (PW) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="5601",
+  howpublished="RFC 5601 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5601.txt",
+}
+
+ at misc{rfc5602,
+  author="D. Zelig and T. Nadeau",
+  title="{Pseudowire (PW) over MPLS PSN Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="5602",
+  howpublished="RFC 5602 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5602.txt",
+}
+
+ at misc{rfc5603,
+  author="D. Zelig and T. Nadeau",
+  title="{Ethernet Pseudowire (PW) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="5603",
+  howpublished="RFC 5603 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5603.txt",
+}
+
+ at misc{rfc5604,
+  author="O. Nicklass",
+  title="{Managed Objects for Time Division Multiplexing (TDM) over Packet Switched Networks (PSNs)}",
+  series="Request for Comments",
+  number="5604",
+  howpublished="RFC 5604 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5604.txt",
+}
+
+ at misc{rfc5605,
+  author="O. Nicklass and T. Nadeau",
+  title="{Managed Objects for ATM over Packet Switched Networks (PSNs)}",
+  series="Request for Comments",
+  number="5605",
+  howpublished="RFC 5605 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5605.txt",
+}
+
+ at misc{rfc5606,
+  author="J. Peterson and T. Hardie and J. Morris",
+  title="{Implications of 'retransmission-allowed' for SIP Location Conveyance}",
+  series="Request for Comments",
+  number="5606",
+  howpublished="RFC 5606 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5606.txt",
+}
+
+ at misc{rfc5607,
+  author="D. Nelson and G. Weber",
+  title="{Remote Authentication Dial-In User Service (RADIUS) Authorization for Network Access Server (NAS) Management}",
+  series="Request for Comments",
+  number="5607",
+  howpublished="RFC 5607 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5607.txt",
+}
+
+ at misc{rfc5608,
+  author="K. Narayan and D. Nelson",
+  title="{Remote Authentication Dial-In User Service (RADIUS) Usage for Simple Network Management Protocol (SNMP) Transport Models}",
+  series="Request for Comments",
+  number="5608",
+  howpublished="RFC 5608 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5608.txt",
+}
+
+ at misc{rfc5609,
+  author="V. Fajardo and Y. Ohba and R. Marin-Lopez",
+  title="{State Machines for the Protocol for Carrying Authentication for Network Access (PANA)}",
+  series="Request for Comments",
+  number="5609",
+  howpublished="RFC 5609 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5609.txt",
+}
+
+ at misc{rfc5610,
+  author="E. Boschi and B. Trammell and L. Mark and T. Zseby",
+  title="{Exporting Type Information for IP Flow Information Export (IPFIX) Information Elements}",
+  series="Request for Comments",
+  number="5610",
+  howpublished="RFC 5610 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5610.txt",
+}
+
+ at misc{rfc5611,
+  author="A. Vainshtein and S. Galtzur",
+  title="{Layer Two Tunneling Protocol version 3 - Setup of Time-Division Multiplexing (TDM) Pseudowires}",
+  series="Request for Comments",
+  number="5611",
+  howpublished="RFC 5611 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5611.txt",
+}
+
+ at misc{rfc5612,
+  author="P. Eronen and D. Harrington",
+  title="{Enterprise Number for Documentation Use}",
+  series="Request for Comments",
+  number="5612",
+  howpublished="RFC 5612 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5612.txt",
+}
+
+ at misc{rfc5613,
+  author="A. Zinin and A. Roy and L. Nguyen and B. Friedman and D. Yeung",
+  title="{OSPF Link-Local Signaling}",
+  series="Request for Comments",
+  number="5613",
+  howpublished="RFC 5613 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5613.txt",
+}
+
+ at misc{rfc5614,
+  author="R. Ogier and P. Spagnolo",
+  title="{Mobile Ad Hoc Network (MANET) Extension of OSPF Using Connected Dominating Set (CDS) Flooding}",
+  series="Request for Comments",
+  number="5614",
+  howpublished="RFC 5614 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Updated by RFC 7038",
+  url="http://www.ietf.org/rfc/rfc5614.txt",
+}
+
+ at misc{rfc5615,
+  author="C. Groves and Y. Lin",
+  title="{H.248/MEGACO Registration Procedures}",
+  series="Request for Comments",
+  number="5615",
+  howpublished="RFC 5615 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5615.txt",
+}
+
+ at misc{rfc5616,
+  author="N. Cook",
+  title="{Streaming Internet Messaging Attachments}",
+  series="Request for Comments",
+  number="5616",
+  howpublished="RFC 5616 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5616.txt",
+}
+
+ at misc{rfc5617,
+  author="E. Allman and J. Fenton and M. Delany and J. Levine",
+  title="{DomainKeys Identified Mail (DKIM) Author Domain Signing Practices (ADSP)}",
+  series="Request for Comments",
+  number="5617",
+  howpublished="RFC 5617 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5617.txt",
+}
+
+ at misc{rfc5618,
+  author="A. Morton and K. Hedayat",
+  title="{Mixed Security Mode for the Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="5618",
+  howpublished="RFC 5618 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5618.txt",
+}
+
+ at misc{rfc5619,
+  author="S. Yamamoto and C. Williams and H. Yokota and F. Parent",
+  title="{Softwire Security Analysis and Requirements}",
+  series="Request for Comments",
+  number="5619",
+  howpublished="RFC 5619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5619.txt",
+}
+
+ at misc{rfc5620,
+  author="O. Kolkman and IAB",
+  title="{RFC Editor Model (Version 1)}",
+  series="Request for Comments",
+  number="5620",
+  howpublished="RFC 5620 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Obsoleted by RFCs 6548, 6635",
+  url="http://www.ietf.org/rfc/rfc5620.txt",
+}
+
+ at misc{rfc5621,
+  author="G. Camarillo",
+  title="{Message Body Handling in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5621",
+  howpublished="RFC 5621 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5621.txt",
+}
+
+ at misc{rfc5622,
+  author="S. Floyd and E. Kohler",
+  title="{Profile for Datagram Congestion Control Protocol (DCCP) Congestion ID 4: TCP-Friendly Rate Control for Small Packets (TFRC-SP)}",
+  series="Request for Comments",
+  number="5622",
+  howpublished="RFC 5622 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Updated by RFC 6323",
+  url="http://www.ietf.org/rfc/rfc5622.txt",
+}
+
+ at misc{rfc5623,
+  author="E. Oki and T. Takeda and JL. Le Roux and A. Farrel",
+  title="{Framework for PCE-Based Inter-Layer MPLS and GMPLS Traffic Engineering}",
+  series="Request for Comments",
+  number="5623",
+  howpublished="RFC 5623 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5623.txt",
+}
+
+ at misc{rfc5624,
+  author="J. Korhonen and H. Tschofenig and E. Davies",
+  title="{Quality of Service Parameters for Usage with Diameter}",
+  series="Request for Comments",
+  number="5624",
+  howpublished="RFC 5624 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5624.txt",
+}
+
+ at misc{rfc5625,
+  author="R. Bellis",
+  title="{DNS Proxy Implementation Guidelines}",
+  series="Request for Comments",
+  number="5625",
+  howpublished="RFC 5625 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5625.txt",
+}
+
+ at misc{rfc5626,
+  author="C. Jennings and R. Mahy and F. Audet",
+  title="{Managing Client-Initiated Connections in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5626",
+  howpublished="RFC 5626 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5626.txt",
+}
+
+ at misc{rfc5627,
+  author="J. Rosenberg",
+  title="{Obtaining and Using Globally Routable User Agent URIs (GRUUs) in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5627",
+  howpublished="RFC 5627 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5627.txt",
+}
+
+ at misc{rfc5628,
+  author="P. Kyzivat",
+  title="{Registration Event Package Extension for Session Initiation Protocol (SIP) Globally Routable User Agent URIs (GRUUs)}",
+  series="Request for Comments",
+  number="5628",
+  howpublished="RFC 5628 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5628.txt",
+}
+
+ at misc{rfc5629,
+  author="J. Rosenberg",
+  title="{A Framework for Application Interaction in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5629",
+  howpublished="RFC 5629 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5629.txt",
+}
+
+ at misc{rfc5630,
+  author="F. Audet",
+  title="{The Use of the SIPS URI Scheme in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5630",
+  howpublished="RFC 5630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5630.txt",
+}
+
+ at misc{rfc5631,
+  author="R. Shacham and H. Schulzrinne and S. Thakolsri and W. Kellerer",
+  title="{Session Initiation Protocol (SIP) Session Mobility}",
+  series="Request for Comments",
+  number="5631",
+  howpublished="RFC 5631 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5631.txt",
+}
+
+ at misc{rfc5632,
+  author="C. Griffiths and J. Livingood and L. Popkin and R. Woundy and Y. Yang",
+  title="{Comcast's ISP Experiences in a Proactive Network Provider Participation for P2P (P4P) Technical Trial}",
+  series="Request for Comments",
+  number="5632",
+  howpublished="RFC 5632 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5632.txt",
+}
+
+ at misc{rfc5633,
+  author="S. Dawkins",
+  title="{Nominating Committee Process: Earlier Announcement of Open Positions and Solicitation of Volunteers}",
+  series="Request for Comments",
+  number="5633",
+  howpublished="RFC 5633 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Obsoleted by RFC 7437",
+  url="http://www.ietf.org/rfc/rfc5633.txt",
+}
+
+ at misc{rfc5634,
+  author="G. Fairhurst and A. Sathiaseelan",
+  title="{Quick-Start for the Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="5634",
+  howpublished="RFC 5634 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5634.txt",
+}
+
+ at misc{rfc5635,
+  author="W. Kumari and D. McPherson",
+  title="{Remote Triggered Black Hole Filtering with Unicast Reverse Path Forwarding (uRPF)}",
+  series="Request for Comments",
+  number="5635",
+  howpublished="RFC 5635 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5635.txt",
+}
+
+ at misc{rfc5636,
+  author="S. Park and H. Park and Y. Won and J. Lee and S. Kent",
+  title="{Traceable Anonymous Certificate}",
+  series="Request for Comments",
+  number="5636",
+  howpublished="RFC 5636 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5636.txt",
+}
+
+ at misc{rfc5637,
+  author="G. Giaretta and I. Guardini and E. Demaria and J. Bournelle and R. Lopez",
+  title="{Authentication, Authorization, and Accounting (AAA) Goals for Mobile IPv6}",
+  series="Request for Comments",
+  number="5637",
+  howpublished="RFC 5637 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5637.txt",
+}
+
+ at misc{rfc5638,
+  author="H. Sinnreich and A. Johnston and E. Shim and K. Singh",
+  title="{Simple SIP Usage Scenario for Applications in the Endpoints}",
+  series="Request for Comments",
+  number="5638",
+  howpublished="RFC 5638 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5638.txt",
+}
+
+ at misc{rfc5639,
+  author="M. Lochter and J. Merkle",
+  title="{Elliptic Curve Cryptography (ECC) Brainpool Standard Curves and Curve Generation}",
+  series="Request for Comments",
+  number="5639",
+  howpublished="RFC 5639 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5639.txt",
+}
+
+ at misc{rfc5640,
+  author="C. Filsfils and P. Mohapatra and C. Pignataro",
+  title="{Load-Balancing for Mesh Softwires}",
+  series="Request for Comments",
+  number="5640",
+  howpublished="RFC 5640 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5640.txt",
+}
+
+ at misc{rfc5641,
+  author="N. McGill and C. Pignataro",
+  title="{Layer 2 Tunneling Protocol Version 3 (L2TPv3) Extended Circuit Status Values}",
+  series="Request for Comments",
+  number="5641",
+  howpublished="RFC 5641 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5641.txt",
+}
+
+ at misc{rfc5642,
+  author="S. Venkata and S. Harwani and C. Pignataro and D. McPherson",
+  title="{Dynamic Hostname Exchange Mechanism for OSPF}",
+  series="Request for Comments",
+  number="5642",
+  howpublished="RFC 5642 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5642.txt",
+}
+
+ at misc{rfc5643,
+  author="D. Joyal and V. Manral",
+  title="{Management Information Base for OSPFv3}",
+  series="Request for Comments",
+  number="5643",
+  howpublished="RFC 5643 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5643.txt",
+}
+
+ at misc{rfc5644,
+  author="E. Stephan and L. Liang and A. Morton",
+  title="{IP Performance Metrics (IPPM): Spatial and Multicast}",
+  series="Request for Comments",
+  number="5644",
+  howpublished="RFC 5644 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Updated by RFC 6248",
+  url="http://www.ietf.org/rfc/rfc5644.txt",
+}
+
+ at misc{rfc5645,
+  author="D. Ewell",
+  title="{Update to the Language Subtag Registry}",
+  series="Request for Comments",
+  number="5645",
+  howpublished="RFC 5645 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5645.txt",
+}
+
+ at misc{rfc5646,
+  author="A. Phillips and M. Davis",
+  title="{Tags for Identifying Languages}",
+  series="Request for Comments",
+  number="5646",
+  howpublished="RFC 5646 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5646.txt",
+}
+
+ at misc{rfc5647,
+  author="K. Igoe and J. Solinas",
+  title="{AES Galois Counter Mode for the Secure Shell Transport Layer Protocol}",
+  series="Request for Comments",
+  number="5647",
+  howpublished="RFC 5647 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5647.txt",
+}
+
+ at misc{rfc5648,
+  author="R. Wakikawa and V. Devarapalli and G. Tsirtsis and T. Ernst and K. Nagami",
+  title="{Multiple Care-of Addresses Registration}",
+  series="Request for Comments",
+  number="5648",
+  howpublished="RFC 5648 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Updated by RFC 6089",
+  url="http://www.ietf.org/rfc/rfc5648.txt",
+}
+
+ at misc{rfc5649,
+  author="R. Housley and M. Dworkin",
+  title="{Advanced Encryption Standard (AES) Key Wrap with Padding Algorithm}",
+  series="Request for Comments",
+  number="5649",
+  howpublished="RFC 5649 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5649.txt",
+}
+
+ at misc{rfc5650,
+  author="M. Morgenstern and S. Baillie and U. Bonollo",
+  title="{Definitions of Managed Objects for Very High Speed Digital Subscriber Line 2 (VDSL2)}",
+  series="Request for Comments",
+  number="5650",
+  howpublished="RFC 5650 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5650.txt",
+}
+
+ at misc{rfc5651,
+  author="M. Luby and M. Watson and L. Vicisano",
+  title="{Layered Coding Transport (LCT) Building Block}",
+  series="Request for Comments",
+  number="5651",
+  howpublished="RFC 5651 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5651.txt",
+}
+
+ at misc{rfc5652,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5652",
+  howpublished="RFC 5652 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5652.txt",
+}
+
+ at misc{rfc5653,
+  author="M. Upadhyay and S. Malkani",
+  title="{Generic Security Service API Version 2: Java Bindings Update}",
+  series="Request for Comments",
+  number="5653",
+  howpublished="RFC 5653 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5653.txt",
+}
+
+ at misc{rfc5654,
+  author="B. Niven-Jenkins and D. Brungard and M. Betts and N. Sprecher and S. Ueno",
+  title="{Requirements of an MPLS Transport Profile}",
+  series="Request for Comments",
+  number="5654",
+  howpublished="RFC 5654 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5654.txt",
+}
+
+ at misc{rfc5655,
+  author="B. Trammell and E. Boschi and L. Mark and T. Zseby and A. Wagner",
+  title="{Specification of the IP Flow Information Export (IPFIX) File Format}",
+  series="Request for Comments",
+  number="5655",
+  howpublished="RFC 5655 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5655.txt",
+}
+
+ at misc{rfc5656,
+  author="D. Stebila and J. Green",
+  title="{Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer}",
+  series="Request for Comments",
+  number="5656",
+  howpublished="RFC 5656 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5656.txt",
+}
+
+ at misc{rfc5657,
+  author="L. Dusseault and R. Sparks",
+  title="{Guidance on Interoperation and Implementation Reports for Advancement to Draft Standard}",
+  series="Request for Comments",
+  number="5657",
+  howpublished="RFC 5657 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5657.txt",
+}
+
+ at misc{rfc5658,
+  author="T. Froment and C. Lebel and B. Bonnaerens",
+  title="{Addressing Record-Route Issues in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5658",
+  howpublished="RFC 5658 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5658.txt",
+}
+
+ at misc{rfc5659,
+  author="M. Bocci and S. Bryant",
+  title="{An Architecture for Multi-Segment Pseudowire Emulation Edge-to-Edge}",
+  series="Request for Comments",
+  number="5659",
+  howpublished="RFC 5659 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5659.txt",
+}
+
+ at misc{rfc5660,
+  author="N. Williams",
+  title="{IPsec Channels: Connection Latching}",
+  series="Request for Comments",
+  number="5660",
+  howpublished="RFC 5660 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5660.txt",
+}
+
+ at misc{rfc5661,
+  author="S. Shepler and M. Eisler and D. Noveck",
+  title="{Network File System (NFS) Version 4 Minor Version 1 Protocol}",
+  series="Request for Comments",
+  number="5661",
+  howpublished="RFC 5661 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5661.txt",
+}
+
+ at misc{rfc5662,
+  author="S. Shepler and M. Eisler and D. Noveck",
+  title="{Network File System (NFS) Version 4 Minor Version 1 External Data Representation Standard (XDR) Description}",
+  series="Request for Comments",
+  number="5662",
+  howpublished="RFC 5662 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5662.txt",
+}
+
+ at misc{rfc5663,
+  author="D. Black and S. Fridella and J. Glasgow",
+  title="{Parallel NFS (pNFS) Block/Volume Layout}",
+  series="Request for Comments",
+  number="5663",
+  howpublished="RFC 5663 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    note="Updated by RFC 6688",
+  url="http://www.ietf.org/rfc/rfc5663.txt",
+}
+
+ at misc{rfc5664,
+  author="B. Halevy and B. Welch and J. Zelenka",
+  title="{Object-Based Parallel NFS (pNFS) Operations}",
+  series="Request for Comments",
+  number="5664",
+  howpublished="RFC 5664 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5664.txt",
+}
+
+ at misc{rfc5665,
+  author="M. Eisler",
+  title="{IANA Considerations for Remote Procedure Call (RPC) Network Identifiers and Universal Address Formats}",
+  series="Request for Comments",
+  number="5665",
+  howpublished="RFC 5665 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5665.txt",
+}
+
+ at misc{rfc5666,
+  author="T. Talpey and B. Callaghan",
+  title="{Remote Direct Memory Access Transport for Remote Procedure Call}",
+  series="Request for Comments",
+  number="5666",
+  howpublished="RFC 5666 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5666.txt",
+}
+
+ at misc{rfc5667,
+  author="T. Talpey and B. Callaghan",
+  title="{Network File System (NFS) Direct Data Placement}",
+  series="Request for Comments",
+  number="5667",
+  howpublished="RFC 5667 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5667.txt",
+}
+
+ at misc{rfc5668,
+  author="Y. Rekhter and S. Sangli and D. Tappan",
+  title="{4-Octet AS Specific BGP Extended Community}",
+  series="Request for Comments",
+  number="5668",
+  howpublished="RFC 5668 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5668.txt",
+}
+
+ at misc{rfc5669,
+  author="S. Yoon and J. Kim and H. Park and H. Jeong and Y. Won",
+  title="{The SEED Cipher Algorithm and Its Use with the Secure Real-Time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="5669",
+  howpublished="RFC 5669 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5669.txt",
+}
+
+ at misc{rfc5670,
+  author="P. Eardley",
+  title="{Metering and Marking Behaviour of PCN-Nodes}",
+  series="Request for Comments",
+  number="5670",
+  howpublished="RFC 5670 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5670.txt",
+}
+
+ at misc{rfc5671,
+  author="S. Yasukawa and A. Farrel",
+  title="{Applicability of the Path Computation Element (PCE) to Point-to-Multipoint (P2MP) MPLS and GMPLS Traffic Engineering (TE)}",
+  series="Request for Comments",
+  number="5671",
+  howpublished="RFC 5671 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5671.txt",
+}
+
+ at misc{rfc5672,
+  author="D. Crocker",
+  title="{RFC 4871 DomainKeys Identified Mail (DKIM) Signatures -- Update}",
+  series="Request for Comments",
+  number="5672",
+  howpublished="RFC 5672 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    note="Obsoleted by RFC 6376",
+  url="http://www.ietf.org/rfc/rfc5672.txt",
+}
+
+ at misc{rfc5673,
+  author="K. Pister and P. Thubert and S. Dwars and T. Phinney",
+  title="{Industrial Routing Requirements in Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="5673",
+  howpublished="RFC 5673 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5673.txt",
+}
+
+ at misc{rfc5674,
+  author="S. Chisholm and R. Gerhards",
+  title="{Alarms in Syslog}",
+  series="Request for Comments",
+  number="5674",
+  howpublished="RFC 5674 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5674.txt",
+}
+
+ at misc{rfc5675,
+  author="V. Marinov and J. Schoenwaelder",
+  title="{Mapping Simple Network Management Protocol (SNMP) Notifications to SYSLOG Messages}",
+  series="Request for Comments",
+  number="5675",
+  howpublished="RFC 5675 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5675.txt",
+}
+
+ at misc{rfc5676,
+  author="J. Schoenwaelder and A. Clemm and A. Karmakar",
+  title="{Definitions of Managed Objects for Mapping SYSLOG Messages to Simple Network Management Protocol (SNMP) Notifications}",
+  series="Request for Comments",
+  number="5676",
+  howpublished="RFC 5676 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5676.txt",
+}
+
+ at misc{rfc5677,
+  author="T. Melia and G. Bajko and S. Das and N. Golmie and JC. Zuniga",
+  title="{IEEE 802.21 Mobility Services Framework Design (MSFD)}",
+  series="Request for Comments",
+  number="5677",
+  howpublished="RFC 5677 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5677.txt",
+}
+
+ at misc{rfc5678,
+  author="G. Bajko and S. Das",
+  title="{Dynamic Host Configuration Protocol (DHCPv4 and DHCPv6) Options for IEEE 802.21 Mobility Services (MoS) Discovery}",
+  series="Request for Comments",
+  number="5678",
+  howpublished="RFC 5678 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5678.txt",
+}
+
+ at misc{rfc5679,
+  author="G. Bajko",
+  title="{Locating IEEE 802.21 Mobility Services Using DNS}",
+  series="Request for Comments",
+  number="5679",
+  howpublished="RFC 5679 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5679.txt",
+}
+
+ at misc{rfc5680,
+  author="S. Dawkins",
+  title="{The Nominating Committee Process: Open Disclosure of Willing Nominees}",
+  series="Request for Comments",
+  number="5680",
+  howpublished="RFC 5680 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Obsoleted by RFC 7437",
+  url="http://www.ietf.org/rfc/rfc5680.txt",
+}
+
+ at misc{rfc5681,
+  author="M. Allman and V. Paxson and E. Blanton",
+  title="{TCP Congestion Control}",
+  series="Request for Comments",
+  number="5681",
+  howpublished="RFC 5681 (Draft Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5681.txt",
+}
+
+ at misc{rfc5682,
+  author="P. Sarolahti and M. Kojo and K. Yamamoto and M. Hata",
+  title="{Forward RTO-Recovery (F-RTO): An Algorithm for Detecting Spurious Retransmission Timeouts with TCP}",
+  series="Request for Comments",
+  number="5682",
+  howpublished="RFC 5682 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5682.txt",
+}
+
+ at misc{rfc5683,
+  author="A. Brusilovsky and I. Faynberg and Z. Zeltsan and S. Patel",
+  title="{Password-Authenticated Key (PAK) Diffie-Hellman Exchange}",
+  series="Request for Comments",
+  number="5683",
+  howpublished="RFC 5683 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5683.txt",
+}
+
+ at misc{rfc5684,
+  author="P. Srisuresh and B. Ford",
+  title="{Unintended Consequences of NAT Deployments with Overlapping Address Space}",
+  series="Request for Comments",
+  number="5684",
+  howpublished="RFC 5684 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5684.txt",
+}
+
+ at misc{rfc5685,
+  author="V. Devarapalli and K. Weniger",
+  title="{Redirect Mechanism for the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="5685",
+  howpublished="RFC 5685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5685.txt",
+}
+
+ at misc{rfc5686,
+  author="Y. Hiwasaki and H. Ohmuro",
+  title="{RTP Payload Format for mU-law EMbedded Codec for Low-delay IP Communication (UEMCLIP) Speech Codec}",
+  series="Request for Comments",
+  number="5686",
+  howpublished="RFC 5686 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5686.txt",
+}
+
+ at misc{rfc5687,
+  author="H. Tschofenig and H. Schulzrinne",
+  title="{GEOPRIV Layer 7 Location Configuration Protocol: Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="5687",
+  howpublished="RFC 5687 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5687.txt",
+}
+
+ at misc{rfc5688,
+  author="J. Rosenberg",
+  title="{A Session Initiation Protocol (SIP) Media Feature Tag for MIME Application Subtypes}",
+  series="Request for Comments",
+  number="5688",
+  howpublished="RFC 5688 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5688.txt",
+}
+
+ at misc{rfc5689,
+  author="C. Daboo",
+  title="{Extended MKCOL for Web Distributed Authoring and Versioning (WebDAV)}",
+  series="Request for Comments",
+  number="5689",
+  howpublished="RFC 5689 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5689.txt",
+}
+
+ at misc{rfc5690,
+  author="S. Floyd and A. Arcia and D. Ros and J. Iyengar",
+  title="{Adding Acknowledgement Congestion Control to TCP}",
+  series="Request for Comments",
+  number="5690",
+  howpublished="RFC 5690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5690.txt",
+}
+
+ at misc{rfc5691,
+  author="F. de Bont and S. Doehla and M. Schmidt and R. Sperschneider",
+  title="{RTP Payload Format for Elementary Streams with MPEG Surround Multi-Channel Audio}",
+  series="Request for Comments",
+  number="5691",
+  howpublished="RFC 5691 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5691.txt",
+}
+
+ at misc{rfc5692,
+  author="H. Jeon and S. Jeong and M. Riegel",
+  title="{Transmission of IP over Ethernet over IEEE 802.16 Networks}",
+  series="Request for Comments",
+  number="5692",
+  howpublished="RFC 5692 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5692.txt",
+}
+
+ at misc{rfc5693,
+  author="J. Seedorf and E. Burger",
+  title="{Application-Layer Traffic Optimization (ALTO) Problem Statement}",
+  series="Request for Comments",
+  number="5693",
+  howpublished="RFC 5693 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5693.txt",
+}
+
+ at misc{rfc5694,
+  author="G. Camarillo and IAB",
+  title="{Peer-to-Peer (P2P) Architecture: Definition, Taxonomies, Examples, and Applicability}",
+  series="Request for Comments",
+  number="5694",
+  howpublished="RFC 5694 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5694.txt",
+}
+
+ at misc{rfc5695,
+  author="A. Akhter and R. Asati and C. Pignataro",
+  title="{MPLS Forwarding Benchmarking Methodology for IP Flows}",
+  series="Request for Comments",
+  number="5695",
+  howpublished="RFC 5695 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5695.txt",
+}
+
+ at misc{rfc5696,
+  author="T. Moncaster and B. Briscoe and M. Menth",
+  title="{Baseline Encoding and Transport of Pre-Congestion Information}",
+  series="Request for Comments",
+  number="5696",
+  howpublished="RFC 5696 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    note="Obsoleted by RFC 6660",
+  url="http://www.ietf.org/rfc/rfc5696.txt",
+}
+
+ at misc{rfc5697,
+  author="S. Farrell",
+  title="{Other Certificates Extension}",
+  series="Request for Comments",
+  number="5697",
+  howpublished="RFC 5697 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5697.txt",
+}
+
+ at misc{rfc5698,
+  author="T. Kunz and S. Okunick and U. Pordesch",
+  title="{Data Structure for the Security Suitability of Cryptographic Algorithms (DSSC)}",
+  series="Request for Comments",
+  number="5698",
+  howpublished="RFC 5698 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5698.txt",
+}
+
+ at misc{rfc5701,
+  author="Y. Rekhter",
+  title="{IPv6 Address Specific BGP Extended Community Attribute}",
+  series="Request for Comments",
+  number="5701",
+  howpublished="RFC 5701 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    note="Updated by RFCs 7153, 7606",
+  url="http://www.ietf.org/rfc/rfc5701.txt",
+}
+
+ at misc{rfc5702,
+  author="J. Jansen",
+  title="{Use of SHA-2 Algorithms with RSA in DNSKEY and RRSIG Resource Records for DNSSEC}",
+  series="Request for Comments",
+  number="5702",
+  howpublished="RFC 5702 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc5702.txt",
+}
+
+ at misc{rfc5703,
+  author="T. Hansen and C. Daboo",
+  title="{Sieve Email Filtering: MIME Part Tests, Iteration, Extraction, Replacement, and Enclosure}",
+  series="Request for Comments",
+  number="5703",
+  howpublished="RFC 5703 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5703.txt",
+}
+
+ at misc{rfc5704,
+  author="S. Bryant and M. Morrow and IAB",
+  title="{Uncoordinated Protocol Development Considered Harmful}",
+  series="Request for Comments",
+  number="5704",
+  howpublished="RFC 5704 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5704.txt",
+}
+
+ at misc{rfc5705,
+  author="E. Rescorla",
+  title="{Keying Material Exporters for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="5705",
+  howpublished="RFC 5705 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5705.txt",
+}
+
+ at misc{rfc5706,
+  author="D. Harrington",
+  title="{Guidelines for Considering Operations and Management of New Protocols and Protocol Extensions}",
+  series="Request for Comments",
+  number="5706",
+  howpublished="RFC 5706 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5706.txt",
+}
+
+ at misc{rfc5707,
+  author="A. Saleem and Y. Xin and G. Sharratt",
+  title="{Media Server Markup Language (MSML)}",
+  series="Request for Comments",
+  number="5707",
+  howpublished="RFC 5707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5707.txt",
+}
+
+ at misc{rfc5708,
+  author="A. Keromytis",
+  title="{X.509 Key and Signature Encoding for the KeyNote Trust Management System}",
+  series="Request for Comments",
+  number="5708",
+  howpublished="RFC 5708 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5708.txt",
+}
+
+ at misc{rfc5709,
+  author="M. Bhatia and V. Manral and M. Fanto and R. White and M. Barnes and T. Li and R. Atkinson",
+  title="{OSPFv2 HMAC-SHA Cryptographic Authentication}",
+  series="Request for Comments",
+  number="5709",
+  howpublished="RFC 5709 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=oct,
+    note="Updated by RFC 7474",
+  url="http://www.ietf.org/rfc/rfc5709.txt",
+}
+
+ at misc{rfc5710,
+  author="L. Berger and D. Papadimitriou and JP. Vasseur",
+  title="{PathErr Message Triggered MPLS and GMPLS LSP Reroutes}",
+  series="Request for Comments",
+  number="5710",
+  howpublished="RFC 5710 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5710.txt",
+}
+
+ at misc{rfc5711,
+  author="JP. Vasseur and G. Swallow and I. Minei",
+  title="{Node Behavior upon Originating and Receiving Resource Reservation Protocol (RSVP) Path Error Messages}",
+  series="Request for Comments",
+  number="5711",
+  howpublished="RFC 5711 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5711.txt",
+}
+
+ at misc{rfc5712,
+  author="M. Meyer and JP. Vasseur",
+  title="{MPLS Traffic Engineering Soft Preemption}",
+  series="Request for Comments",
+  number="5712",
+  howpublished="RFC 5712 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5712.txt",
+}
+
+ at misc{rfc5713,
+  author="H. Moustafa and H. Tschofenig and S. De Cnodder",
+  title="{Security Threats and Security Requirements for the Access Node Control Protocol (ANCP)}",
+  series="Request for Comments",
+  number="5713",
+  howpublished="RFC 5713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5713.txt",
+}
+
+ at misc{rfc5714,
+  author="M. Shand and S. Bryant",
+  title="{IP Fast Reroute Framework}",
+  series="Request for Comments",
+  number="5714",
+  howpublished="RFC 5714 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5714.txt",
+}
+
+ at misc{rfc5715,
+  author="M. Shand and S. Bryant",
+  title="{A Framework for Loop-Free Convergence}",
+  series="Request for Comments",
+  number="5715",
+  howpublished="RFC 5715 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5715.txt",
+}
+
+ at misc{rfc5716,
+  author="J. Lentini and C. Everhart and D. Ellard and R. Tewari and M. Naik",
+  title="{Requirements for Federated File Systems}",
+  series="Request for Comments",
+  number="5716",
+  howpublished="RFC 5716 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5716.txt",
+}
+
+ at misc{rfc5717,
+  author="B. Lengyel and M. Bjorklund",
+  title="{Partial Lock Remote Procedure Call (RPC) for NETCONF}",
+  series="Request for Comments",
+  number="5717",
+  howpublished="RFC 5717 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5717.txt",
+}
+
+ at misc{rfc5718,
+  author="D. Beller and A. Farrel",
+  title="{An In-Band Data Communication Network For the MPLS Transport Profile}",
+  series="Request for Comments",
+  number="5718",
+  howpublished="RFC 5718 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5718.txt",
+}
+
+ at misc{rfc5719,
+  author="D. Romascanu and H. Tschofenig",
+  title="{Updated IANA Considerations for Diameter Command Code Allocations}",
+  series="Request for Comments",
+  number="5719",
+  howpublished="RFC 5719 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    note="Obsoleted by RFC 6733",
+  url="http://www.ietf.org/rfc/rfc5719.txt",
+}
+
+ at misc{rfc5720,
+  author="F. Templin",
+  title="{Routing and Addressing in Networks with Global Enterprise Recursion (RANGER)}",
+  series="Request for Comments",
+  number="5720",
+  howpublished="RFC 5720 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5720.txt",
+}
+
+ at misc{rfc5721,
+  author="R. Gellens and C. Newman",
+  title="{POP3 Support for UTF-8}",
+  series="Request for Comments",
+  number="5721",
+  howpublished="RFC 5721 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    note="Obsoleted by RFC 6856",
+  url="http://www.ietf.org/rfc/rfc5721.txt",
+}
+
+ at misc{rfc5722,
+  author="S. Krishnan",
+  title="{Handling of Overlapping IPv6 Fragments}",
+  series="Request for Comments",
+  number="5722",
+  howpublished="RFC 5722 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    note="Updated by RFC 6946",
+  url="http://www.ietf.org/rfc/rfc5722.txt",
+}
+
+ at misc{rfc5723,
+  author="Y. Sheffer and H. Tschofenig",
+  title="{Internet Key Exchange Protocol Version 2 (IKEv2) Session Resumption}",
+  series="Request for Comments",
+  number="5723",
+  howpublished="RFC 5723 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5723.txt",
+}
+
+ at misc{rfc5724,
+  author="E. Wilde and A. Vaha-Sipila",
+  title="{URI Scheme for Global System for Mobile Communications (GSM) Short Message Service (SMS)}",
+  series="Request for Comments",
+  number="5724",
+  howpublished="RFC 5724 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5724.txt",
+}
+
+ at misc{rfc5725,
+  author="A. Begen and D. Hsu and M. Lague",
+  title="{Post-Repair Loss RLE Report Block Type for RTP Control Protocol (RTCP) Extended Reports (XRs)}",
+  series="Request for Comments",
+  number="5725",
+  howpublished="RFC 5725 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5725.txt",
+}
+
+ at misc{rfc5726,
+  author="Y. Qiu and F. Zhao and R. Koodli",
+  title="{Mobile IPv6 Location Privacy Solutions}",
+  series="Request for Comments",
+  number="5726",
+  howpublished="RFC 5726 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5726.txt",
+}
+
+ at misc{rfc5727,
+  author="J. Peterson and C. Jennings and R. Sparks",
+  title="{Change Process for the Session Initiation Protocol (SIP) and the Real-time Applications and Infrastructure Area}",
+  series="Request for Comments",
+  number="5727",
+  howpublished="RFC 5727 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 7957",
+  url="http://www.ietf.org/rfc/rfc5727.txt",
+}
+
+ at misc{rfc5728,
+  author="S. Combes and P. Amundsen and M. Lambert and H-P. Lexow",
+  title="{The SatLabs Group DVB-RCS MIB}",
+  series="Request for Comments",
+  number="5728",
+  howpublished="RFC 5728 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5728.txt",
+}
+
+ at misc{rfc5729,
+  author="J. Korhonen and M. Jones and L. Morand and T. Tsou",
+  title="{Clarifications on the Routing of Diameter Requests Based on the Username and the Realm}",
+  series="Request for Comments",
+  number="5729",
+  howpublished="RFC 5729 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5729.txt",
+}
+
+ at misc{rfc5730,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="5730",
+  howpublished="RFC 5730 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5730.txt",
+}
+
+ at misc{rfc5731,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Domain Name Mapping}",
+  series="Request for Comments",
+  number="5731",
+  howpublished="RFC 5731 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5731.txt",
+}
+
+ at misc{rfc5732,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Host Mapping}",
+  series="Request for Comments",
+  number="5732",
+  howpublished="RFC 5732 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5732.txt",
+}
+
+ at misc{rfc5733,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Contact Mapping}",
+  series="Request for Comments",
+  number="5733",
+  howpublished="RFC 5733 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5733.txt",
+}
+
+ at misc{rfc5734,
+  author="S. Hollenbeck",
+  title="{Extensible Provisioning Protocol (EPP) Transport over TCP}",
+  series="Request for Comments",
+  number="5734",
+  howpublished="RFC 5734 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5734.txt",
+}
+
+ at misc{rfc5735,
+  author="M. Cotton and L. Vegoda",
+  title="{Special Use IPv4 Addresses}",
+  series="Request for Comments",
+  number="5735",
+  howpublished="RFC 5735 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    note="Obsoleted by RFC 6890, updated by RFC 6598",
+  url="http://www.ietf.org/rfc/rfc5735.txt",
+}
+
+ at misc{rfc5736,
+  author="G. Huston and M. Cotton and L. Vegoda",
+  title="{IANA IPv4 Special Purpose Address Registry}",
+  series="Request for Comments",
+  number="5736",
+  howpublished="RFC 5736 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    note="Obsoleted by RFC 6890",
+  url="http://www.ietf.org/rfc/rfc5736.txt",
+}
+
+ at misc{rfc5737,
+  author="J. Arkko and M. Cotton and L. Vegoda",
+  title="{IPv4 Address Blocks Reserved for Documentation}",
+  series="Request for Comments",
+  number="5737",
+  howpublished="RFC 5737 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5737.txt",
+}
+
+ at misc{rfc5738,
+  author="P. Resnick and C. Newman",
+  title="{IMAP Support for UTF-8}",
+  series="Request for Comments",
+  number="5738",
+  howpublished="RFC 5738 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Obsoleted by RFC 6855",
+  url="http://www.ietf.org/rfc/rfc5738.txt",
+}
+
+ at misc{rfc5739,
+  author="P. Eronen and J. Laganier and C. Madson",
+  title="{IPv6 Configuration in Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="5739",
+  howpublished="RFC 5739 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5739.txt",
+}
+
+ at misc{rfc5740,
+  author="B. Adamson and C. Bormann and M. Handley and J. Macker",
+  title="{NACK-Oriented Reliable Multicast (NORM) Transport Protocol}",
+  series="Request for Comments",
+  number="5740",
+  howpublished="RFC 5740 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5740.txt",
+}
+
+ at misc{rfc5741,
+  author="L. Daigle and O. Kolkman and IAB",
+  title="{RFC Streams, Headers, and Boilerplates}",
+  series="Request for Comments",
+  number="5741",
+  howpublished="RFC 5741 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    note="Obsoleted by RFC 7841",
+  url="http://www.ietf.org/rfc/rfc5741.txt",
+}
+
+ at misc{rfc5742,
+  author="H. Alvestrand and R. Housley",
+  title="{IESG Procedures for Handling of Independent and IRTF Stream Submissions}",
+  series="Request for Comments",
+  number="5742",
+  howpublished="RFC 5742 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5742.txt",
+}
+
+ at misc{rfc5743,
+  author="A. Falk",
+  title="{Definition of an Internet Research Task Force (IRTF) Document Stream}",
+  series="Request for Comments",
+  number="5743",
+  howpublished="RFC 5743 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5743.txt",
+}
+
+ at misc{rfc5744,
+  author="R. Braden and J. Halpern",
+  title="{Procedures for Rights Handling in the RFC Independent Submission Stream}",
+  series="Request for Comments",
+  number="5744",
+  howpublished="RFC 5744 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5744.txt",
+}
+
+ at misc{rfc5745,
+  author="A. Malis and IAB",
+  title="{Procedures for Rights Handling in the RFC IAB Stream}",
+  series="Request for Comments",
+  number="5745",
+  howpublished="RFC 5745 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2009,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc5745.txt",
+}
+
+ at misc{rfc5746,
+  author="E. Rescorla and M. Ray and S. Dispensa and N. Oskov",
+  title="{Transport Layer Security (TLS) Renegotiation Indication Extension}",
+  series="Request for Comments",
+  number="5746",
+  howpublished="RFC 5746 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5746.txt",
+}
+
+ at misc{rfc5747,
+  author="J. Wu and Y. Cui and X. Li and M. Xu and C. Metz",
+  title="{4over6 Transit Solution Using IP Encapsulation and MP-BGP Extensions}",
+  series="Request for Comments",
+  number="5747",
+  howpublished="RFC 5747 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5747.txt",
+}
+
+ at misc{rfc5748,
+  author="S. Yoon and J. Jeong and H. Kim and H. Jeong and Y. Won",
+  title="{IANA Registry Update for Support of the SEED Cipher Algorithm in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="5748",
+  howpublished="RFC 5748 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5748.txt",
+}
+
+ at misc{rfc5749,
+  author="K. Hoeper and M. Nakhjiri and Y. Ohba",
+  title="{Distribution of EAP-Based Keys for Handover and Re-Authentication}",
+  series="Request for Comments",
+  number="5749",
+  howpublished="RFC 5749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5749.txt",
+}
+
+ at misc{rfc5750,
+  author="B. Ramsdell and S. Turner",
+  title="{Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Certificate Handling}",
+  series="Request for Comments",
+  number="5750",
+  howpublished="RFC 5750 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5750.txt",
+}
+
+ at misc{rfc5751,
+  author="B. Ramsdell and S. Turner",
+  title="{Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification}",
+  series="Request for Comments",
+  number="5751",
+  howpublished="RFC 5751 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5751.txt",
+}
+
+ at misc{rfc5752,
+  author="S. Turner and J. Schaad",
+  title="{Multiple Signatures in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5752",
+  howpublished="RFC 5752 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5752.txt",
+}
+
+ at misc{rfc5753,
+  author="S. Turner and D. Brown",
+  title="{Use of Elliptic Curve Cryptography (ECC) Algorithms in Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5753",
+  howpublished="RFC 5753 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5753.txt",
+}
+
+ at misc{rfc5754,
+  author="S. Turner",
+  title="{Using SHA2 Algorithms with Cryptographic Message Syntax}",
+  series="Request for Comments",
+  number="5754",
+  howpublished="RFC 5754 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5754.txt",
+}
+
+ at misc{rfc5755,
+  author="S. Farrell and R. Housley and S. Turner",
+  title="{An Internet Attribute Certificate Profile for Authorization}",
+  series="Request for Comments",
+  number="5755",
+  howpublished="RFC 5755 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5755.txt",
+}
+
+ at misc{rfc5756,
+  author="S. Turner and D. Brown and K. Yiu and R. Housley and T. Polk",
+  title="{Updates for RSAES-OAEP and RSASSA-PSS Algorithm Parameters}",
+  series="Request for Comments",
+  number="5756",
+  howpublished="RFC 5756 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5756.txt",
+}
+
+ at misc{rfc5757,
+  author="T. Schmidt and M. Waehlisch and G. Fairhurst",
+  title="{Multicast Mobility in Mobile IP Version 6 (MIPv6): Problem Statement and Brief Survey}",
+  series="Request for Comments",
+  number="5757",
+  howpublished="RFC 5757 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5757.txt",
+}
+
+ at misc{rfc5758,
+  author="Q. Dang and S. Santesson and K. Moriarty and D. Brown and T. Polk",
+  title="{Internet X.509 Public Key Infrastructure: Additional Algorithms and Identifiers for DSA and ECDSA}",
+  series="Request for Comments",
+  number="5758",
+  howpublished="RFC 5758 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5758.txt",
+}
+
+ at misc{rfc5759,
+  author="J. Solinas and L. Zieglar",
+  title="{Suite B Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="5759",
+  howpublished="RFC 5759 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc5759.txt",
+}
+
+ at misc{rfc5760,
+  author="J. Ott and J. Chesterfield and E. Schooler",
+  title="{RTP Control Protocol (RTCP) Extensions for Single-Source Multicast Sessions with Unicast Feedback}",
+  series="Request for Comments",
+  number="5760",
+  howpublished="RFC 5760 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    note="Updated by RFC 6128",
+  url="http://www.ietf.org/rfc/rfc5760.txt",
+}
+
+ at misc{rfc5761,
+  author="C. Perkins and M. Westerlund",
+  title="{Multiplexing RTP Data and Control Packets on a Single Port}",
+  series="Request for Comments",
+  number="5761",
+  howpublished="RFC 5761 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Updated by RFC 8035",
+  url="http://www.ietf.org/rfc/rfc5761.txt",
+}
+
+ at misc{rfc5762,
+  author="C. Perkins",
+  title="{RTP and the Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="5762",
+  howpublished="RFC 5762 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Updated by RFC 6773",
+  url="http://www.ietf.org/rfc/rfc5762.txt",
+}
+
+ at misc{rfc5763,
+  author="J. Fischl and H. Tschofenig and E. Rescorla",
+  title="{Framework for Establishing a Secure Real-time Transport Protocol (SRTP) Security Context Using Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="5763",
+  howpublished="RFC 5763 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5763.txt",
+}
+
+ at misc{rfc5764,
+  author="D. McGrew and E. Rescorla",
+  title="{Datagram Transport Layer Security (DTLS) Extension to Establish Keys for the Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="5764",
+  howpublished="RFC 5764 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    note="Updated by RFC 7983",
+  url="http://www.ietf.org/rfc/rfc5764.txt",
+}
+
+ at misc{rfc5765,
+  author="H. Schulzrinne and E. Marocco and E. Ivov",
+  title="{Security Issues and Solutions in Peer-to-Peer Systems for Realtime Communications}",
+  series="Request for Comments",
+  number="5765",
+  howpublished="RFC 5765 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5765.txt",
+}
+
+ at misc{rfc5766,
+  author="R. Mahy and P. Matthews and J. Rosenberg",
+  title="{Traversal Using Relays around NAT (TURN): Relay Extensions to Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="5766",
+  howpublished="RFC 5766 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5766.txt",
+}
+
+ at misc{rfc5767,
+  author="M. Munakata and S. Schubert and T. Ohba",
+  title="{User-Agent-Driven Privacy Mechanism for SIP}",
+  series="Request for Comments",
+  number="5767",
+  howpublished="RFC 5767 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5767.txt",
+}
+
+ at misc{rfc5768,
+  author="J. Rosenberg",
+  title="{Indicating Support for Interactive Connectivity Establishment (ICE) in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5768",
+  howpublished="RFC 5768 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5768.txt",
+}
+
+ at misc{rfc5769,
+  author="R. Denis-Courmont",
+  title="{Test Vectors for Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="5769",
+  howpublished="RFC 5769 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5769.txt",
+}
+
+ at misc{rfc5770,
+  author="M. Komu and T. Henderson and H. Tschofenig and J. Melen and A. Keranen",
+  title="{Basic Host Identity Protocol (HIP) Extensions for Traversal of Network Address Translators}",
+  series="Request for Comments",
+  number="5770",
+  howpublished="RFC 5770 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5770.txt",
+}
+
+ at misc{rfc5771,
+  author="M. Cotton and L. Vegoda and D. Meyer",
+  title="{IANA Guidelines for IPv4 Multicast Address Assignments}",
+  series="Request for Comments",
+  number="5771",
+  howpublished="RFC 5771 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5771.txt",
+}
+
+ at misc{rfc5772,
+  author="A. Doria and E. Davies and F. Kastenholz",
+  title="{A Set of Possible Requirements for a Future Routing Architecture}",
+  series="Request for Comments",
+  number="5772",
+  howpublished="RFC 5772 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5772.txt",
+}
+
+ at misc{rfc5773,
+  author="E. Davies and A. Doria",
+  title="{Analysis of Inter-Domain Routing Requirements and History}",
+  series="Request for Comments",
+  number="5773",
+  howpublished="RFC 5773 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5773.txt",
+}
+
+ at misc{rfc5774,
+  author="K. Wolf and A. Mayrhofer",
+  title="{Considerations for Civic Addresses in the Presence Information Data Format Location Object (PIDF-LO): Guidelines and IANA Registry Definition}",
+  series="Request for Comments",
+  number="5774",
+  howpublished="RFC 5774 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5774.txt",
+}
+
+ at misc{rfc5775,
+  author="M. Luby and M. Watson and L. Vicisano",
+  title="{Asynchronous Layered Coding (ALC) Protocol Instantiation}",
+  series="Request for Comments",
+  number="5775",
+  howpublished="RFC 5775 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5775.txt",
+}
+
+ at misc{rfc5776,
+  author="V. Roca and A. Francillon and S. Faurite",
+  title="{Use of Timed Efficient Stream Loss-Tolerant Authentication (TESLA) in the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) Protocols}",
+  series="Request for Comments",
+  number="5776",
+  howpublished="RFC 5776 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5776.txt",
+}
+
+ at misc{rfc5777,
+  author="J. Korhonen and H. Tschofenig and M. Arumaithurai and M. Jones and A. Lior",
+  title="{Traffic Classification and Quality of Service (QoS) Attributes for Diameter}",
+  series="Request for Comments",
+  number="5777",
+  howpublished="RFC 5777 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5777.txt",
+}
+
+ at misc{rfc5778,
+  author="J. Korhonen and H. Tschofenig and J. Bournelle and G. Giaretta and M. Nakhjiri",
+  title="{Diameter Mobile IPv6: Support for Home Agent to Diameter Server Interaction}",
+  series="Request for Comments",
+  number="5778",
+  howpublished="RFC 5778 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5778.txt",
+}
+
+ at misc{rfc5779,
+  author="J. Korhonen and J. Bournelle and K. Chowdhury and A. Muhanna and U. Meyer",
+  title="{Diameter Proxy Mobile IPv6: Mobile Access Gateway and Local Mobility Anchor Interaction with Diameter Server}",
+  series="Request for Comments",
+  number="5779",
+  howpublished="RFC 5779 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5779.txt",
+}
+
+ at misc{rfc5780,
+  author="D. MacDonald and B. Lowekamp",
+  title="{NAT Behavior Discovery Using Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="5780",
+  howpublished="RFC 5780 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5780.txt",
+}
+
+ at misc{rfc5781,
+  author="S. Weiler and D. Ward and R. Housley",
+  title="{The rsync URI Scheme}",
+  series="Request for Comments",
+  number="5781",
+  howpublished="RFC 5781 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5781.txt",
+}
+
+ at misc{rfc5782,
+  author="J. Levine",
+  title="{DNS Blacklists and Whitelists}",
+  series="Request for Comments",
+  number="5782",
+  howpublished="RFC 5782 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5782.txt",
+}
+
+ at misc{rfc5783,
+  author="M. Welzl and W. Eddy",
+  title="{Congestion Control in the RFC Series}",
+  series="Request for Comments",
+  number="5783",
+  howpublished="RFC 5783 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5783.txt",
+}
+
+ at misc{rfc5784,
+  author="N. Freed and S. Vedam",
+  title="{Sieve Email Filtering:  Sieves and Display Directives in XML}",
+  series="Request for Comments",
+  number="5784",
+  howpublished="RFC 5784 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5784.txt",
+}
+
+ at misc{rfc5785,
+  author="M. Nottingham and E. Hammer-Lahav",
+  title="{Defining Well-Known Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="5785",
+  howpublished="RFC 5785 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5785.txt",
+}
+
+ at misc{rfc5786,
+  author="R. Aggarwal and K. Kompella",
+  title="{Advertising a Router's Local Addresses in OSPF Traffic Engineering (TE) Extensions}",
+  series="Request for Comments",
+  number="5786",
+  howpublished="RFC 5786 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 6827",
+  url="http://www.ietf.org/rfc/rfc5786.txt",
+}
+
+ at misc{rfc5787,
+  author="D. Papadimitriou",
+  title="{OSPFv2 Routing Protocols Extensions for Automatically Switched Optical Network (ASON) Routing}",
+  series="Request for Comments",
+  number="5787",
+  howpublished="RFC 5787 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Obsoleted by RFC 6827",
+  url="http://www.ietf.org/rfc/rfc5787.txt",
+}
+
+ at misc{rfc5788,
+  author="A. Melnikov and D. Cridland",
+  title="{IMAP4 Keyword Registry}",
+  series="Request for Comments",
+  number="5788",
+  howpublished="RFC 5788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5788.txt",
+}
+
+ at misc{rfc5789,
+  author="L. Dusseault and J. Snell",
+  title="{PATCH Method for HTTP}",
+  series="Request for Comments",
+  number="5789",
+  howpublished="RFC 5789 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5789.txt",
+}
+
+ at misc{rfc5790,
+  author="H. Liu and W. Cao and H. Asaeda",
+  title="{Lightweight Internet Group Management Protocol Version 3 (IGMPv3) and Multicast Listener Discovery Version 2 (MLDv2) Protocols}",
+  series="Request for Comments",
+  number="5790",
+  howpublished="RFC 5790 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5790.txt",
+}
+
+ at misc{rfc5791,
+  author="J. Reschke and J. Kunze",
+  title="{RFC 2731 ("Encoding Dublin Core Metadata in HTML") Is Obsolete}",
+  series="Request for Comments",
+  number="5791",
+  howpublished="RFC 5791 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5791.txt",
+}
+
+ at misc{rfc5792,
+  author="P. Sangster and K. Narayan",
+  title="{PA-TNC: A Posture Attribute (PA) Protocol Compatible with Trusted Network Connect (TNC)}",
+  series="Request for Comments",
+  number="5792",
+  howpublished="RFC 5792 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5792.txt",
+}
+
+ at misc{rfc5793,
+  author="R. Sahita and S. Hanna and R. Hurst and K. Narayan",
+  title="{PB-TNC: A Posture Broker (PB) Protocol Compatible with Trusted Network Connect (TNC)}",
+  series="Request for Comments",
+  number="5793",
+  howpublished="RFC 5793 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5793.txt",
+}
+
+ at misc{rfc5794,
+  author="J. Lee and J. Lee and J. Kim and D. Kwon and C. Kim",
+  title="{A Description of the ARIA Encryption Algorithm}",
+  series="Request for Comments",
+  number="5794",
+  howpublished="RFC 5794 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5794.txt",
+}
+
+ at misc{rfc5795,
+  author="K. Sandlund and G. Pelletier and L-E. Jonsson",
+  title="{The RObust Header Compression (ROHC) Framework}",
+  series="Request for Comments",
+  number="5795",
+  howpublished="RFC 5795 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5795.txt",
+}
+
+ at misc{rfc5796,
+  author="W. Atwood and S. Islam and M. Siami",
+  title="{Authentication and Confidentiality in Protocol Independent Multicast Sparse Mode (PIM-SM) Link-Local Messages}",
+  series="Request for Comments",
+  number="5796",
+  howpublished="RFC 5796 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5796.txt",
+}
+
+ at misc{rfc5797,
+  author="J. Klensin and A. Hoenes",
+  title="{FTP Command and Extension Registry}",
+  series="Request for Comments",
+  number="5797",
+  howpublished="RFC 5797 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5797.txt",
+}
+
+ at misc{rfc5798,
+  author="S. Nadas",
+  title="{Virtual Router Redundancy Protocol (VRRP) Version 3 for IPv4 and IPv6}",
+  series="Request for Comments",
+  number="5798",
+  howpublished="RFC 5798 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5798.txt",
+}
+
+ at misc{rfc5801,
+  author="S. Josefsson and N. Williams",
+  title="{Using Generic Security Service Application Program Interface (GSS-API) Mechanisms in Simple Authentication and Security Layer (SASL): The GS2 Mechanism Family}",
+  series="Request for Comments",
+  number="5801",
+  howpublished="RFC 5801 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5801.txt",
+}
+
+ at misc{rfc5802,
+  author="C. Newman and A. Menon-Sen and A. Melnikov and N. Williams",
+  title="{Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechanisms}",
+  series="Request for Comments",
+  number="5802",
+  howpublished="RFC 5802 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    note="Updated by RFC 7677",
+  url="http://www.ietf.org/rfc/rfc5802.txt",
+}
+
+ at misc{rfc5803,
+  author="A. Melnikov",
+  title="{Lightweight Directory Access Protocol (LDAP) Schema for Storing Salted Challenge Response Authentication Mechanism (SCRAM) Secrets}",
+  series="Request for Comments",
+  number="5803",
+  howpublished="RFC 5803 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5803.txt",
+}
+
+ at misc{rfc5804,
+  author="A. Melnikov and T. Martin",
+  title="{A Protocol for Remotely Managing Sieve Scripts}",
+  series="Request for Comments",
+  number="5804",
+  howpublished="RFC 5804 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    note="Updated by RFC 7817",
+  url="http://www.ietf.org/rfc/rfc5804.txt",
+}
+
+ at misc{rfc5805,
+  author="K. Zeilenga",
+  title="{Lightweight Directory Access Protocol (LDAP) Transactions}",
+  series="Request for Comments",
+  number="5805",
+  howpublished="RFC 5805 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5805.txt",
+}
+
+ at misc{rfc5806,
+  author="S. Levy and M. Mohali",
+  title="{Diversion Indication in SIP}",
+  series="Request for Comments",
+  number="5806",
+  howpublished="RFC 5806 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5806.txt",
+}
+
+ at misc{rfc5807,
+  author="Y. Ohba and A. Yegin",
+  title="{Definition of Master Key between PANA Client and Enforcement Point}",
+  series="Request for Comments",
+  number="5807",
+  howpublished="RFC 5807 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5807.txt",
+}
+
+ at misc{rfc5808,
+  author="R. Marshall",
+  title="{Requirements for a Location-by-Reference Mechanism}",
+  series="Request for Comments",
+  number="5808",
+  howpublished="RFC 5808 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5808.txt",
+}
+
+ at misc{rfc5810,
+  author="A. Doria and J. Hadi Salim and R. Haas and H. Khosravi and W. Wang and L. Dong and R. Gopal and J. Halpern",
+  title="{Forwarding and Control Element Separation (ForCES) Protocol Specification}",
+  series="Request for Comments",
+  number="5810",
+  howpublished="RFC 5810 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFCs 7121, 7391",
+  url="http://www.ietf.org/rfc/rfc5810.txt",
+}
+
+ at misc{rfc5811,
+  author="J. Hadi Salim and K. Ogawa",
+  title="{SCTP-Based Transport Mapping Layer (TML) for the Forwarding and Control Element Separation (ForCES) Protocol}",
+  series="Request for Comments",
+  number="5811",
+  howpublished="RFC 5811 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5811.txt",
+}
+
+ at misc{rfc5812,
+  author="J. Halpern and J. Hadi Salim",
+  title="{Forwarding and Control Element Separation (ForCES) Forwarding Element Model}",
+  series="Request for Comments",
+  number="5812",
+  howpublished="RFC 5812 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 7408",
+  url="http://www.ietf.org/rfc/rfc5812.txt",
+}
+
+ at misc{rfc5813,
+  author="R. Haas",
+  title="{Forwarding and Control Element Separation (ForCES) MIB}",
+  series="Request for Comments",
+  number="5813",
+  howpublished="RFC 5813 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5813.txt",
+}
+
+ at misc{rfc5814,
+  author="W. Sun and G. Zhang",
+  title="{Label Switched Path (LSP) Dynamic Provisioning Performance Metrics in Generalized MPLS Networks}",
+  series="Request for Comments",
+  number="5814",
+  howpublished="RFC 5814 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5814.txt",
+}
+
+ at misc{rfc5815,
+  author="T. Dietz and A. Kobayashi and B. Claise and G. Muenz",
+  title="{Definitions of Managed Objects for IP Flow Information Export}",
+  series="Request for Comments",
+  number="5815",
+  howpublished="RFC 5815 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Obsoleted by RFC 6615",
+  url="http://www.ietf.org/rfc/rfc5815.txt",
+}
+
+ at misc{rfc5816,
+  author="S. Santesson and N. Pope",
+  title="{ESSCertIDv2 Update for RFC 3161}",
+  series="Request for Comments",
+  number="5816",
+  howpublished="RFC 5816 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5816.txt",
+}
+
+ at misc{rfc5817,
+  author="Z. Ali and JP. Vasseur and A. Zamfir and J. Newton",
+  title="{Graceful Shutdown in MPLS and Generalized MPLS Traffic Engineering Networks}",
+  series="Request for Comments",
+  number="5817",
+  howpublished="RFC 5817 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5817.txt",
+}
+
+ at misc{rfc5818,
+  author="D. Li and H. Xu and S. Bardalai and J. Meuric and D. Caviglia",
+  title="{Data Channel Status Confirmation Extensions for the Link Management Protocol}",
+  series="Request for Comments",
+  number="5818",
+  howpublished="RFC 5818 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Updated by RFC 6898",
+  url="http://www.ietf.org/rfc/rfc5818.txt",
+}
+
+ at misc{rfc5819,
+  author="A. Melnikov and T. Sirainen",
+  title="{IMAP4 Extension for Returning STATUS Information in Extended LIST}",
+  series="Request for Comments",
+  number="5819",
+  howpublished="RFC 5819 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5819.txt",
+}
+
+ at misc{rfc5820,
+  author="A. Roy and M. Chandra",
+  title="{Extensions to OSPF to Support Mobile Ad Hoc Networking}",
+  series="Request for Comments",
+  number="5820",
+  howpublished="RFC 5820 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 7137",
+  url="http://www.ietf.org/rfc/rfc5820.txt",
+}
+
+ at misc{rfc5824,
+  author="K. Kumaki and R. Zhang and Y. Kamite",
+  title="{Requirements for Supporting Customer Resource ReSerVation Protocol (RSVP) and RSVP Traffic Engineering (RSVP-TE) over a BGP/MPLS IP-VPN}",
+  series="Request for Comments",
+  number="5824",
+  howpublished="RFC 5824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5824.txt",
+}
+
+ at misc{rfc5825,
+  author="K. Fujiwara and B. Leiba",
+  title="{Displaying Downgraded Messages for Email Address Internationalization}",
+  series="Request for Comments",
+  number="5825",
+  howpublished="RFC 5825 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Obsoleted by RFC 6530",
+  url="http://www.ietf.org/rfc/rfc5825.txt",
+}
+
+ at misc{rfc5826,
+  author="A. Brandt and J. Buron and G. Porcu",
+  title="{Home Automation Routing Requirements in Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="5826",
+  howpublished="RFC 5826 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5826.txt",
+}
+
+ at misc{rfc5827,
+  author="M. Allman and K. Avrachenkov and U. Ayesta and J. Blanton and P. Hurtig",
+  title="{Early Retransmit for TCP and Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="5827",
+  howpublished="RFC 5827 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5827.txt",
+}
+
+ at misc{rfc5828,
+  author="D. Fedyk and L. Berger and L. Andersson",
+  title="{Generalized Multiprotocol Label Switching (GMPLS) Ethernet Label Switching Architecture and Framework}",
+  series="Request for Comments",
+  number="5828",
+  howpublished="RFC 5828 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5828.txt",
+}
+
+ at misc{rfc5829,
+  author="A. Brown and G. Clemm and J. Reschke",
+  title="{Link Relation Types for Simple Version Navigation between Web Resources}",
+  series="Request for Comments",
+  number="5829",
+  howpublished="RFC 5829 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5829.txt",
+}
+
+ at misc{rfc5830,
+  author="V. Dolmatov",
+  title="{GOST 28147-89: Encryption, Decryption, and Message Authentication Code (MAC) Algorithms}",
+  series="Request for Comments",
+  number="5830",
+  howpublished="RFC 5830 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5830.txt",
+}
+
+ at misc{rfc5831,
+  author="V. Dolmatov",
+  title="{GOST R 34.11-94: Hash Function Algorithm}",
+  series="Request for Comments",
+  number="5831",
+  howpublished="RFC 5831 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 6986",
+  url="http://www.ietf.org/rfc/rfc5831.txt",
+}
+
+ at misc{rfc5832,
+  author="V. Dolmatov",
+  title="{GOST R 34.10-2001: Digital Signature Algorithm}",
+  series="Request for Comments",
+  number="5832",
+  howpublished="RFC 5832 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=mar,
+    note="Updated by RFC 7091",
+  url="http://www.ietf.org/rfc/rfc5832.txt",
+}
+
+ at misc{rfc5833,
+  author="Y. Shi and D. Perkins and C. Elliott and Y. Zhang",
+  title="{Control and Provisioning of Wireless Access Points (CAPWAP) Protocol Base MIB}",
+  series="Request for Comments",
+  number="5833",
+  howpublished="RFC 5833 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5833.txt",
+}
+
+ at misc{rfc5834,
+  author="Y. Shi and D. Perkins and C. Elliott and Y. Zhang",
+  title="{Control and Provisioning of Wireless Access Points (CAPWAP) Protocol Binding MIB for IEEE 802.11}",
+  series="Request for Comments",
+  number="5834",
+  howpublished="RFC 5834 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5834.txt",
+}
+
+ at misc{rfc5835,
+  author="A. Morton and S. Van den Berghe",
+  title="{Framework for Metric Composition}",
+  series="Request for Comments",
+  number="5835",
+  howpublished="RFC 5835 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5835.txt",
+}
+
+ at misc{rfc5836,
+  author="Y. Ohba and Q. Wu and G. Zorn",
+  title="{Extensible Authentication Protocol (EAP) Early Authentication Problem Statement}",
+  series="Request for Comments",
+  number="5836",
+  howpublished="RFC 5836 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5836.txt",
+}
+
+ at misc{rfc5837,
+  author="A. Atlas and R. Bonica and C. Pignataro and N. Shen and JR. Rivers",
+  title="{Extending ICMP for Interface and Next-Hop Identification}",
+  series="Request for Comments",
+  number="5837",
+  howpublished="RFC 5837 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5837.txt",
+}
+
+ at misc{rfc5838,
+  author="A. Lindem and S. Mirtorabi and A. Roy and M. Barnes and R. Aggarwal",
+  title="{Support of Address Families in OSPFv3}",
+  series="Request for Comments",
+  number="5838",
+  howpublished="RFC 5838 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Updated by RFCs 6969, 7949",
+  url="http://www.ietf.org/rfc/rfc5838.txt",
+}
+
+ at misc{rfc5839,
+  author="A. Niemi and D. Willis",
+  title="{An Extension to Session Initiation Protocol (SIP) Events for Conditional Event Notification}",
+  series="Request for Comments",
+  number="5839",
+  howpublished="RFC 5839 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5839.txt",
+}
+
+ at misc{rfc5840,
+  author="K. Grewal and G. Montenegro and M. Bhatia",
+  title="{Wrapped Encapsulating Security Payload (ESP) for Traffic Visibility}",
+  series="Request for Comments",
+  number="5840",
+  howpublished="RFC 5840 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5840.txt",
+}
+
+ at misc{rfc5841,
+  author="R. Hay and W. Turkal",
+  title="{TCP Option to Denote Packet Mood}",
+  series="Request for Comments",
+  number="5841",
+  howpublished="RFC 5841 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5841.txt",
+}
+
+ at misc{rfc5842,
+  author="G. Clemm and J. Crawford and J. Reschke and J. Whitehead",
+  title="{Binding Extensions to Web Distributed Authoring and Versioning (WebDAV)}",
+  series="Request for Comments",
+  number="5842",
+  howpublished="RFC 5842 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5842.txt",
+}
+
+ at misc{rfc5843,
+  author="A. Bryan",
+  title="{Additional Hash Algorithms for HTTP Instance Digests}",
+  series="Request for Comments",
+  number="5843",
+  howpublished="RFC 5843 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5843.txt",
+}
+
+ at misc{rfc5844,
+  author="R. Wakikawa and S. Gundavelli",
+  title="{IPv4 Support for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="5844",
+  howpublished="RFC 5844 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5844.txt",
+}
+
+ at misc{rfc5845,
+  author="A. Muhanna and M. Khalil and S. Gundavelli and K. Leung",
+  title="{Generic Routing Encapsulation (GRE) Key Option for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="5845",
+  howpublished="RFC 5845 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5845.txt",
+}
+
+ at misc{rfc5846,
+  author="A. Muhanna and M. Khalil and S. Gundavelli and K. Chowdhury and P. Yegani",
+  title="{Binding Revocation for IPv6 Mobility}",
+  series="Request for Comments",
+  number="5846",
+  howpublished="RFC 5846 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5846.txt",
+}
+
+ at misc{rfc5847,
+  author="V. Devarapalli and R. Koodli and H. Lim and N. Kant and S. Krishnan and J. Laganier",
+  title="{Heartbeat Mechanism for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="5847",
+  howpublished="RFC 5847 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5847.txt",
+}
+
+ at misc{rfc5848,
+  author="J. Kelsey and J. Callas and A. Clemm",
+  title="{Signed Syslog Messages}",
+  series="Request for Comments",
+  number="5848",
+  howpublished="RFC 5848 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5848.txt",
+}
+
+ at misc{rfc5849,
+  author="E. Hammer-Lahav",
+  title="{The OAuth 1.0 Protocol}",
+  series="Request for Comments",
+  number="5849",
+  howpublished="RFC 5849 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    note="Obsoleted by RFC 6749",
+  url="http://www.ietf.org/rfc/rfc5849.txt",
+}
+
+ at misc{rfc5850,
+  author="R. Mahy and R. Sparks and J. Rosenberg and D. Petrie and A. Johnston",
+  title="{A Call Control and Multi-Party Usage Framework for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5850",
+  howpublished="RFC 5850 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5850.txt",
+}
+
+ at misc{rfc5851,
+  author="S. Ooghe and N. Voigt and M. Platnic and T. Haag and S. Wadhwa",
+  title="{Framework and Requirements for an Access Node Control Mechanism in Broadband Multi-Service Networks}",
+  series="Request for Comments",
+  number="5851",
+  howpublished="RFC 5851 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5851.txt",
+}
+
+ at misc{rfc5852,
+  author="D. Caviglia and D. Ceccarelli and D. Bramanti and D. Li and S. Bardalai",
+  title="{RSVP-TE Signaling Extension for LSP Handover from the Management Plane to the Control Plane in a GMPLS-Enabled Transport Network}",
+  series="Request for Comments",
+  number="5852",
+  howpublished="RFC 5852 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5852.txt",
+}
+
+ at misc{rfc5853,
+  author="J. Hautakorpi and G. Camarillo and R. Penfield and A. Hawrylyshen and M. Bhatia",
+  title="{Requirements from Session Initiation Protocol (SIP) Session Border Control (SBC) Deployments}",
+  series="Request for Comments",
+  number="5853",
+  howpublished="RFC 5853 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5853.txt",
+}
+
+ at misc{rfc5854,
+  author="A. Bryan and T. Tsujikawa and N. McNab and P. Poeml",
+  title="{The Metalink Download Description Format}",
+  series="Request for Comments",
+  number="5854",
+  howpublished="RFC 5854 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5854.txt",
+}
+
+ at misc{rfc5855,
+  author="J. Abley and T. Manderson",
+  title="{Nameservers for IPv4 and IPv6 Reverse Zones}",
+  series="Request for Comments",
+  number="5855",
+  howpublished="RFC 5855 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5855.txt",
+}
+
+ at misc{rfc5856,
+  author="E. Ertekin and R. Jasani and C. Christou and C. Bormann",
+  title="{Integration of Robust Header Compression over IPsec Security Associations}",
+  series="Request for Comments",
+  number="5856",
+  howpublished="RFC 5856 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5856.txt",
+}
+
+ at misc{rfc5857,
+  author="E. Ertekin and C. Christou and R. Jasani and T. Kivinen and C. Bormann",
+  title="{IKEv2 Extensions to Support Robust Header Compression over IPsec}",
+  series="Request for Comments",
+  number="5857",
+  howpublished="RFC 5857 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5857.txt",
+}
+
+ at misc{rfc5858,
+  author="E. Ertekin and C. Christou and C. Bormann",
+  title="{IPsec Extensions to Support Robust Header Compression over IPsec}",
+  series="Request for Comments",
+  number="5858",
+  howpublished="RFC 5858 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5858.txt",
+}
+
+ at misc{rfc5859,
+  author="R. Johnson",
+  title="{TFTP Server Address Option for DHCPv4}",
+  series="Request for Comments",
+  number="5859",
+  howpublished="RFC 5859 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5859.txt",
+}
+
+ at misc{rfc5860,
+  author="M. Vigoureux and D. Ward and M. Betts",
+  title="{Requirements for Operations, Administration, and Maintenance (OAM) in MPLS Transport Networks}",
+  series="Request for Comments",
+  number="5860",
+  howpublished="RFC 5860 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5860.txt",
+}
+
+ at misc{rfc5861,
+  author="M. Nottingham",
+  title="{HTTP Cache-Control Extensions for Stale Content}",
+  series="Request for Comments",
+  number="5861",
+  howpublished="RFC 5861 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5861.txt",
+}
+
+ at misc{rfc5862,
+  author="S. Yasukawa and A. Farrel",
+  title="{Path Computation Clients (PCC) - Path Computation Element (PCE) Requirements for Point-to-Multipoint MPLS-TE}",
+  series="Request for Comments",
+  number="5862",
+  howpublished="RFC 5862 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5862.txt",
+}
+
+ at misc{rfc5863,
+  author="T. Hansen and E. Siegel and P. Hallam-Baker and D. Crocker",
+  title="{DomainKeys Identified Mail (DKIM) Development, Deployment, and Operations}",
+  series="Request for Comments",
+  number="5863",
+  howpublished="RFC 5863 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5863.txt",
+}
+
+ at misc{rfc5864,
+  author="R. Allbery",
+  title="{DNS SRV Resource Records for AFS}",
+  series="Request for Comments",
+  number="5864",
+  howpublished="RFC 5864 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5864.txt",
+}
+
+ at misc{rfc5865,
+  author="F. Baker and J. Polk and M. Dolly",
+  title="{A Differentiated Services Code Point (DSCP) for Capacity-Admitted Traffic}",
+  series="Request for Comments",
+  number="5865",
+  howpublished="RFC 5865 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5865.txt",
+}
+
+ at misc{rfc5866,
+  author="D. Sun and P. McCann and H. Tschofenig and T. Tsou and A. Doria and G. Zorn",
+  title="{Diameter Quality-of-Service Application}",
+  series="Request for Comments",
+  number="5866",
+  howpublished="RFC 5866 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5866.txt",
+}
+
+ at misc{rfc5867,
+  author="J. Martocci and P. De Mil and N. Riou and W. Vermeylen",
+  title="{Building Automation Routing Requirements in Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="5867",
+  howpublished="RFC 5867 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5867.txt",
+}
+
+ at misc{rfc5868,
+  author="S. Sakane and K. Kamada and S. Zrelli and M. Ishiyama",
+  title="{Problem Statement on the Cross-Realm Operation of Kerberos}",
+  series="Request for Comments",
+  number="5868",
+  howpublished="RFC 5868 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5868.txt",
+}
+
+ at misc{rfc5869,
+  author="H. Krawczyk and P. Eronen",
+  title="{HMAC-based Extract-and-Expand Key Derivation Function (HKDF)}",
+  series="Request for Comments",
+  number="5869",
+  howpublished="RFC 5869 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5869.txt",
+}
+
+ at misc{rfc5870,
+  author="A. Mayrhofer and C. Spanring",
+  title="{A Uniform Resource Identifier for Geographic Locations ('geo' URI)}",
+  series="Request for Comments",
+  number="5870",
+  howpublished="RFC 5870 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5870.txt",
+}
+
+ at misc{rfc5871,
+  author="J. Arkko and S. Bradner",
+  title="{IANA Allocation Guidelines for the IPv6 Routing Header}",
+  series="Request for Comments",
+  number="5871",
+  howpublished="RFC 5871 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5871.txt",
+}
+
+ at misc{rfc5872,
+  author="J. Arkko and A. Yegin",
+  title="{IANA Rules for the Protocol for Carrying Authentication for Network Access (PANA)}",
+  series="Request for Comments",
+  number="5872",
+  howpublished="RFC 5872 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5872.txt",
+}
+
+ at misc{rfc5873,
+  author="Y. Ohba and A. Yegin",
+  title="{Pre-Authentication Support for the Protocol for Carrying Authentication for Network Access (PANA)}",
+  series="Request for Comments",
+  number="5873",
+  howpublished="RFC 5873 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5873.txt",
+}
+
+ at misc{rfc5874,
+  author="J. Rosenberg and J. Urpalainen",
+  title="{An Extensible Markup Language (XML) Document Format for Indicating a Change in XML Configuration Access Protocol (XCAP) Resources}",
+  series="Request for Comments",
+  number="5874",
+  howpublished="RFC 5874 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5874.txt",
+}
+
+ at misc{rfc5875,
+  author="J. Urpalainen and D. Willis",
+  title="{An Extensible Markup Language (XML) Configuration Access Protocol (XCAP) Diff Event Package}",
+  series="Request for Comments",
+  number="5875",
+  howpublished="RFC 5875 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5875.txt",
+}
+
+ at misc{rfc5876,
+  author="J. Elwell",
+  title="{Updates to Asserted Identity in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5876",
+  howpublished="RFC 5876 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc5876.txt",
+}
+
+ at misc{rfc5877,
+  author="R. Housley",
+  title="{The application/pkix-attr-cert Media Type for Attribute Certificates}",
+  series="Request for Comments",
+  number="5877",
+  howpublished="RFC 5877 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5877.txt",
+}
+
+ at misc{rfc5878,
+  author="M. Brown and R. Housley",
+  title="{Transport Layer Security (TLS) Authorization Extensions}",
+  series="Request for Comments",
+  number="5878",
+  howpublished="RFC 5878 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5878.txt",
+}
+
+ at misc{rfc5879,
+  author="T. Kivinen and D. McDonald",
+  title="{Heuristics for Detecting ESP-NULL Packets}",
+  series="Request for Comments",
+  number="5879",
+  howpublished="RFC 5879 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5879.txt",
+}
+
+ at misc{rfc5880,
+  author="D. Katz and D. Ward",
+  title="{Bidirectional Forwarding Detection (BFD)}",
+  series="Request for Comments",
+  number="5880",
+  howpublished="RFC 5880 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFCs 7419, 7880",
+  url="http://www.ietf.org/rfc/rfc5880.txt",
+}
+
+ at misc{rfc5881,
+  author="D. Katz and D. Ward",
+  title="{Bidirectional Forwarding Detection (BFD) for IPv4 and IPv6 (Single Hop)}",
+  series="Request for Comments",
+  number="5881",
+  howpublished="RFC 5881 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5881.txt",
+}
+
+ at misc{rfc5882,
+  author="D. Katz and D. Ward",
+  title="{Generic Application of Bidirectional Forwarding Detection (BFD)}",
+  series="Request for Comments",
+  number="5882",
+  howpublished="RFC 5882 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5882.txt",
+}
+
+ at misc{rfc5883,
+  author="D. Katz and D. Ward",
+  title="{Bidirectional Forwarding Detection (BFD) for Multihop Paths}",
+  series="Request for Comments",
+  number="5883",
+  howpublished="RFC 5883 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5883.txt",
+}
+
+ at misc{rfc5884,
+  author="R. Aggarwal and K. Kompella and T. Nadeau and G. Swallow",
+  title="{Bidirectional Forwarding Detection (BFD) for MPLS Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="5884",
+  howpublished="RFC 5884 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFC 7726",
+  url="http://www.ietf.org/rfc/rfc5884.txt",
+}
+
+ at misc{rfc5885,
+  author="T. Nadeau and C. Pignataro",
+  title="{Bidirectional Forwarding Detection (BFD) for the Pseudowire Virtual Circuit Connectivity Verification (VCCV)}",
+  series="Request for Comments",
+  number="5885",
+  howpublished="RFC 5885 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFCs 6478, 7885",
+  url="http://www.ietf.org/rfc/rfc5885.txt",
+}
+
+ at misc{rfc5886,
+  author="JP. Vasseur and JL. Le Roux and Y. Ikejiri",
+  title="{A Set of Monitoring Tools for Path Computation Element (PCE)-Based Architecture}",
+  series="Request for Comments",
+  number="5886",
+  howpublished="RFC 5886 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5886.txt",
+}
+
+ at misc{rfc5887,
+  author="B. Carpenter and R. Atkinson and H. Flinck",
+  title="{Renumbering Still Needs Work}",
+  series="Request for Comments",
+  number="5887",
+  howpublished="RFC 5887 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5887.txt",
+}
+
+ at misc{rfc5888,
+  author="G. Camarillo and H. Schulzrinne",
+  title="{The Session Description Protocol (SDP) Grouping Framework}",
+  series="Request for Comments",
+  number="5888",
+  howpublished="RFC 5888 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5888.txt",
+}
+
+ at misc{rfc5889,
+  author="E. Baccelli and M. Townsley",
+  title="{IP Addressing Model in Ad Hoc Networks}",
+  series="Request for Comments",
+  number="5889",
+  howpublished="RFC 5889 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5889.txt",
+}
+
+ at misc{rfc5890,
+  author="J. Klensin",
+  title="{Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework}",
+  series="Request for Comments",
+  number="5890",
+  howpublished="RFC 5890 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5890.txt",
+}
+
+ at misc{rfc5891,
+  author="J. Klensin",
+  title="{Internationalized Domain Names in Applications (IDNA): Protocol}",
+  series="Request for Comments",
+  number="5891",
+  howpublished="RFC 5891 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5891.txt",
+}
+
+ at misc{rfc5892,
+  author="P. Faltstrom",
+  title="{The Unicode Code Points and Internationalized Domain Names for Applications (IDNA)}",
+  series="Request for Comments",
+  number="5892",
+  howpublished="RFC 5892 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5892.txt",
+}
+
+ at misc{rfc5893,
+  author="H. Alvestrand and C. Karp",
+  title="{Right-to-Left Scripts for Internationalized Domain Names for Applications (IDNA)}",
+  series="Request for Comments",
+  number="5893",
+  howpublished="RFC 5893 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5893.txt",
+}
+
+ at misc{rfc5894,
+  author="J. Klensin",
+  title="{Internationalized Domain Names for Applications (IDNA): Background, Explanation, and Rationale}",
+  series="Request for Comments",
+  number="5894",
+  howpublished="RFC 5894 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5894.txt",
+}
+
+ at misc{rfc5895,
+  author="P. Resnick and P. Hoffman",
+  title="{Mapping Characters for Internationalized Domain Names in Applications (IDNA) 2008}",
+  series="Request for Comments",
+  number="5895",
+  howpublished="RFC 5895 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5895.txt",
+}
+
+ at misc{rfc5896,
+  author="L. Hornquist Astrand and S. Hartman",
+  title="{Generic Security Service Application Program Interface (GSS-API): Delegate if Approved by Policy}",
+  series="Request for Comments",
+  number="5896",
+  howpublished="RFC 5896 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5896.txt",
+}
+
+ at misc{rfc5897,
+  author="J. Rosenberg",
+  title="{Identification of Communications Services in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5897",
+  howpublished="RFC 5897 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5897.txt",
+}
+
+ at misc{rfc5898,
+  author="F. Andreasen and G. Camarillo and D. Oran and D. Wing",
+  title="{Connectivity Preconditions for Session Description Protocol (SDP) Media Streams}",
+  series="Request for Comments",
+  number="5898",
+  howpublished="RFC 5898 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5898.txt",
+}
+
+ at misc{rfc5901,
+  author="P. Cain and D. Jevans",
+  title="{Extensions to the IODEF-Document Class for Reporting Phishing}",
+  series="Request for Comments",
+  number="5901",
+  howpublished="RFC 5901 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5901.txt",
+}
+
+ at misc{rfc5902,
+  author="D. Thaler and L. Zhang and G. Lebovitz",
+  title="{IAB Thoughts on IPv6 Network Address Translation}",
+  series="Request for Comments",
+  number="5902",
+  howpublished="RFC 5902 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5902.txt",
+}
+
+ at misc{rfc5903,
+  author="D. Fu and J. Solinas",
+  title="{Elliptic Curve Groups modulo a Prime (ECP Groups) for IKE and IKEv2}",
+  series="Request for Comments",
+  number="5903",
+  howpublished="RFC 5903 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5903.txt",
+}
+
+ at misc{rfc5904,
+  author="G. Zorn",
+  title="{RADIUS Attributes for IEEE 802.16 Privacy Key Management Version 1 (PKMv1) Protocol Support}",
+  series="Request for Comments",
+  number="5904",
+  howpublished="RFC 5904 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5904.txt",
+}
+
+ at misc{rfc5905,
+  author="D. Mills and J. Martin and J. Burbank and W. Kasch",
+  title="{Network Time Protocol Version 4: Protocol and Algorithms Specification}",
+  series="Request for Comments",
+  number="5905",
+  howpublished="RFC 5905 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFC 7822",
+  url="http://www.ietf.org/rfc/rfc5905.txt",
+}
+
+ at misc{rfc5906,
+  author="B. Haberman and D. Mills",
+  title="{Network Time Protocol Version 4: Autokey Specification}",
+  series="Request for Comments",
+  number="5906",
+  howpublished="RFC 5906 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5906.txt",
+}
+
+ at misc{rfc5907,
+  author="H. Gerstung and C. Elliott and B. Haberman",
+  title="{Definitions of Managed Objects for Network Time Protocol Version 4 (NTPv4)}",
+  series="Request for Comments",
+  number="5907",
+  howpublished="RFC 5907 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5907.txt",
+}
+
+ at misc{rfc5908,
+  author="R. Gayraud and B. Lourdelet",
+  title="{Network Time Protocol (NTP) Server Option for DHCPv6}",
+  series="Request for Comments",
+  number="5908",
+  howpublished="RFC 5908 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5908.txt",
+}
+
+ at misc{rfc5909,
+  author="J-M. Combes and S. Krishnan and G. Daley",
+  title="{Securing Neighbor Discovery Proxy: Problem Statement}",
+  series="Request for Comments",
+  number="5909",
+  howpublished="RFC 5909 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5909.txt",
+}
+
+ at misc{rfc5910,
+  author="J. Gould and S. Hollenbeck",
+  title="{Domain Name System (DNS) Security Extensions Mapping for the Extensible Provisioning Protocol (EPP)}",
+  series="Request for Comments",
+  number="5910",
+  howpublished="RFC 5910 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc5910.txt",
+}
+
+ at misc{rfc5911,
+  author="P. Hoffman and J. Schaad",
+  title="{New ASN.1 Modules for Cryptographic Message Syntax (CMS) and S/MIME}",
+  series="Request for Comments",
+  number="5911",
+  howpublished="RFC 5911 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFC 6268",
+  url="http://www.ietf.org/rfc/rfc5911.txt",
+}
+
+ at misc{rfc5912,
+  author="P. Hoffman and J. Schaad",
+  title="{New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)}",
+  series="Request for Comments",
+  number="5912",
+  howpublished="RFC 5912 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    note="Updated by RFC 6960",
+  url="http://www.ietf.org/rfc/rfc5912.txt",
+}
+
+ at misc{rfc5913,
+  author="S. Turner and S. Chokhani",
+  title="{Clearance Attribute and Authority Clearance Constraints Certificate Extension}",
+  series="Request for Comments",
+  number="5913",
+  howpublished="RFC 5913 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5913.txt",
+}
+
+ at misc{rfc5914,
+  author="R. Housley and S. Ashmore and C. Wallace",
+  title="{Trust Anchor Format}",
+  series="Request for Comments",
+  number="5914",
+  howpublished="RFC 5914 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5914.txt",
+}
+
+ at misc{rfc5915,
+  author="S. Turner and D. Brown",
+  title="{Elliptic Curve Private Key Structure}",
+  series="Request for Comments",
+  number="5915",
+  howpublished="RFC 5915 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5915.txt",
+}
+
+ at misc{rfc5916,
+  author="S. Turner",
+  title="{Device Owner Attribute}",
+  series="Request for Comments",
+  number="5916",
+  howpublished="RFC 5916 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5916.txt",
+}
+
+ at misc{rfc5917,
+  author="S. Turner",
+  title="{Clearance Sponsor Attribute}",
+  series="Request for Comments",
+  number="5917",
+  howpublished="RFC 5917 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5917.txt",
+}
+
+ at misc{rfc5918,
+  author="R. Asati and I. Minei and B. Thomas",
+  title="{Label Distribution Protocol (LDP) 'Typed Wildcard' Forward Equivalence Class (FEC)}",
+  series="Request for Comments",
+  number="5918",
+  howpublished="RFC 5918 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Updated by RFC 7358",
+  url="http://www.ietf.org/rfc/rfc5918.txt",
+}
+
+ at misc{rfc5919,
+  author="R. Asati and P. Mohapatra and E. Chen and B. Thomas",
+  title="{Signaling LDP Label Advertisement Completion}",
+  series="Request for Comments",
+  number="5919",
+  howpublished="RFC 5919 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5919.txt",
+}
+
+ at misc{rfc5920,
+  author="L. Fang",
+  title="{Security Framework for MPLS and GMPLS Networks}",
+  series="Request for Comments",
+  number="5920",
+  howpublished="RFC 5920 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5920.txt",
+}
+
+ at misc{rfc5921,
+  author="M. Bocci and S. Bryant and D. Frost and L. Levrau and L. Berger",
+  title="{A Framework for MPLS in Transport Networks}",
+  series="Request for Comments",
+  number="5921",
+  howpublished="RFC 5921 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    note="Updated by RFCs 6215, 7274",
+  url="http://www.ietf.org/rfc/rfc5921.txt",
+}
+
+ at misc{rfc5922,
+  author="V. Gurbani and S. Lawrence and A. Jeffrey",
+  title="{Domain Certificates in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5922",
+  howpublished="RFC 5922 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5922.txt",
+}
+
+ at misc{rfc5923,
+  author="V. Gurbani and R. Mahy and B. Tate",
+  title="{Connection Reuse in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5923",
+  howpublished="RFC 5923 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5923.txt",
+}
+
+ at misc{rfc5924,
+  author="S. Lawrence and V. Gurbani",
+  title="{Extended Key Usage (EKU) for Session Initiation Protocol (SIP) X.509 Certificates}",
+  series="Request for Comments",
+  number="5924",
+  howpublished="RFC 5924 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5924.txt",
+}
+
+ at misc{rfc5925,
+  author="J. Touch and A. Mankin and R. Bonica",
+  title="{The TCP Authentication Option}",
+  series="Request for Comments",
+  number="5925",
+  howpublished="RFC 5925 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5925.txt",
+}
+
+ at misc{rfc5926,
+  author="G. Lebovitz and E. Rescorla",
+  title="{Cryptographic Algorithms for the TCP Authentication Option (TCP-AO)}",
+  series="Request for Comments",
+  number="5926",
+  howpublished="RFC 5926 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5926.txt",
+}
+
+ at misc{rfc5927,
+  author="F. Gont",
+  title="{ICMP Attacks against TCP}",
+  series="Request for Comments",
+  number="5927",
+  howpublished="RFC 5927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5927.txt",
+}
+
+ at misc{rfc5928,
+  author="M. Petit-Huguenin",
+  title="{Traversal Using Relays around NAT (TURN) Resolution Mechanism}",
+  series="Request for Comments",
+  number="5928",
+  howpublished="RFC 5928 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Updated by RFC 7350",
+  url="http://www.ietf.org/rfc/rfc5928.txt",
+}
+
+ at misc{rfc5929,
+  author="J. Altman and N. Williams and L. Zhu",
+  title="{Channel Bindings for TLS}",
+  series="Request for Comments",
+  number="5929",
+  howpublished="RFC 5929 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5929.txt",
+}
+
+ at misc{rfc5930,
+  author="S. Shen and Y. Mao and NSS. Murthy",
+  title="{Using Advanced Encryption Standard Counter Mode (AES-CTR) with the Internet Key Exchange version 02 (IKEv2) Protocol}",
+  series="Request for Comments",
+  number="5930",
+  howpublished="RFC 5930 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5930.txt",
+}
+
+ at misc{rfc5931,
+  author="D. Harkins and G. Zorn",
+  title="{Extensible Authentication Protocol (EAP) Authentication Using Only a Password}",
+  series="Request for Comments",
+  number="5931",
+  howpublished="RFC 5931 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5931.txt",
+}
+
+ at misc{rfc5932,
+  author="A. Kato and M. Kanda and S. Kanno",
+  title="{Camellia Cipher Suites for TLS}",
+  series="Request for Comments",
+  number="5932",
+  howpublished="RFC 5932 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5932.txt",
+}
+
+ at misc{rfc5933,
+  author="V. Dolmatov and A. Chuprina and I. Ustinov",
+  title="{Use of GOST Signature Algorithms in DNSKEY and RRSIG Resource Records for DNSSEC}",
+  series="Request for Comments",
+  number="5933",
+  howpublished="RFC 5933 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    note="Updated by RFC 6944",
+  url="http://www.ietf.org/rfc/rfc5933.txt",
+}
+
+ at misc{rfc5934,
+  author="R. Housley and S. Ashmore and C. Wallace",
+  title="{Trust Anchor Management Protocol (TAMP)}",
+  series="Request for Comments",
+  number="5934",
+  howpublished="RFC 5934 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5934.txt",
+}
+
+ at misc{rfc5935,
+  author="M. Ellison and B. Natale",
+  title="{Expressing SNMP SMI Datatypes in XML Schema Definition Language}",
+  series="Request for Comments",
+  number="5935",
+  howpublished="RFC 5935 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5935.txt",
+}
+
+ at misc{rfc5936,
+  author="E. Lewis and A. Hoenes",
+  title="{DNS Zone Transfer Protocol (AXFR)}",
+  series="Request for Comments",
+  number="5936",
+  howpublished="RFC 5936 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc5936.txt",
+}
+
+ at misc{rfc5937,
+  author="S. Ashmore and C. Wallace",
+  title="{Using Trust Anchor Constraints during Certification Path Processing}",
+  series="Request for Comments",
+  number="5937",
+  howpublished="RFC 5937 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5937.txt",
+}
+
+ at misc{rfc5938,
+  author="A. Morton and M. Chiba",
+  title="{Individual Session Control Feature for the Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="5938",
+  howpublished="RFC 5938 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5938.txt",
+}
+
+ at misc{rfc5939,
+  author="F. Andreasen",
+  title="{Session Description Protocol (SDP) Capability Negotiation}",
+  series="Request for Comments",
+  number="5939",
+  howpublished="RFC 5939 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    note="Updated by RFC 6871",
+  url="http://www.ietf.org/rfc/rfc5939.txt",
+}
+
+ at misc{rfc5940,
+  author="S. Turner and R. Housley",
+  title="{Additional Cryptographic Message Syntax (CMS) Revocation Information Choices}",
+  series="Request for Comments",
+  number="5940",
+  howpublished="RFC 5940 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5940.txt",
+}
+
+ at misc{rfc5941,
+  author="D. M'Raihi and S. Boeyen and M. Grandcolas and S. Bajaj",
+  title="{Sharing Transaction Fraud Data}",
+  series="Request for Comments",
+  number="5941",
+  howpublished="RFC 5941 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5941.txt",
+}
+
+ at misc{rfc5942,
+  author="H. Singh and W. Beebee and E. Nordmark",
+  title="{IPv6 Subnet Model: The Relationship between Links and Subnet Prefixes}",
+  series="Request for Comments",
+  number="5942",
+  howpublished="RFC 5942 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5942.txt",
+}
+
+ at misc{rfc5943,
+  author="B. Haberman",
+  title="{A Dedicated Routing Policy Specification Language Interface Identifier for Operational Testing}",
+  series="Request for Comments",
+  number="5943",
+  howpublished="RFC 5943 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5943.txt",
+}
+
+ at misc{rfc5944,
+  author="C. Perkins",
+  title="{IP Mobility Support for IPv4, Revised}",
+  series="Request for Comments",
+  number="5944",
+  howpublished="RFC 5944 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc5944.txt",
+}
+
+ at misc{rfc5945,
+  author="F. Le Faucheur and J. Manner and D. Wing and A. Guillou",
+  title="{Resource Reservation Protocol (RSVP) Proxy Approaches}",
+  series="Request for Comments",
+  number="5945",
+  howpublished="RFC 5945 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5945.txt",
+}
+
+ at misc{rfc5946,
+  author="F. Le Faucheur and J. Manner and A. Narayanan and A. Guillou and H. Malik",
+  title="{Resource Reservation Protocol (RSVP) Extensions for Path-Triggered RSVP Receiver Proxy}",
+  series="Request for Comments",
+  number="5946",
+  howpublished="RFC 5946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5946.txt",
+}
+
+ at misc{rfc5947,
+  author="J. Elwell and H. Kaplan",
+  title="{Requirements for Multiple Address of Record (AOR) Reachability Information in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="5947",
+  howpublished="RFC 5947 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5947.txt",
+}
+
+ at misc{rfc5948,
+  author="S. Madanapalli and S. Park and S. Chakrabarti and G. Montenegro",
+  title="{Transmission of IPv4 Packets over the IP Convergence Sublayer of IEEE 802.16}",
+  series="Request for Comments",
+  number="5948",
+  howpublished="RFC 5948 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5948.txt",
+}
+
+ at misc{rfc5949,
+  author="H. Yokota and K. Chowdhury and R. Koodli and B. Patil and F. Xia",
+  title="{Fast Handovers for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="5949",
+  howpublished="RFC 5949 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5949.txt",
+}
+
+ at misc{rfc5950,
+  author="S. Mansfield and E. Gray and K. Lam",
+  title="{Network Management Framework for MPLS-based Transport Networks}",
+  series="Request for Comments",
+  number="5950",
+  howpublished="RFC 5950 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5950.txt",
+}
+
+ at misc{rfc5951,
+  author="K. Lam and S. Mansfield and E. Gray",
+  title="{Network Management Requirements for MPLS-based Transport Networks}",
+  series="Request for Comments",
+  number="5951",
+  howpublished="RFC 5951 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5951.txt",
+}
+
+ at misc{rfc5952,
+  author="S. Kawamura and M. Kawashima",
+  title="{A Recommendation for IPv6 Address Text Representation}",
+  series="Request for Comments",
+  number="5952",
+  howpublished="RFC 5952 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5952.txt",
+}
+
+ at misc{rfc5953,
+  author="W. Hardaker",
+  title="{Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="5953",
+  howpublished="RFC 5953 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Obsoleted by RFC 6353",
+  url="http://www.ietf.org/rfc/rfc5953.txt",
+}
+
+ at misc{rfc5954,
+  author="V. Gurbani and B. Carpenter and B. Tate",
+  title="{Essential Correction for IPv6 ABNF and URI Comparison in RFC 3261}",
+  series="Request for Comments",
+  number="5954",
+  howpublished="RFC 5954 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5954.txt",
+}
+
+ at misc{rfc5955,
+  author="A. Santoni",
+  title="{The application/timestamped-data Media Type}",
+  series="Request for Comments",
+  number="5955",
+  howpublished="RFC 5955 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5955.txt",
+}
+
+ at misc{rfc5956,
+  author="A. Begen",
+  title="{Forward Error Correction Grouping Semantics in the Session Description Protocol}",
+  series="Request for Comments",
+  number="5956",
+  howpublished="RFC 5956 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5956.txt",
+}
+
+ at misc{rfc5957,
+  author="D. Karp",
+  title="{Display-Based Address Sorting for the IMAP4 SORT Extension}",
+  series="Request for Comments",
+  number="5957",
+  howpublished="RFC 5957 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc5957.txt",
+}
+
+ at misc{rfc5958,
+  author="S. Turner",
+  title="{Asymmetric Key Packages}",
+  series="Request for Comments",
+  number="5958",
+  howpublished="RFC 5958 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5958.txt",
+}
+
+ at misc{rfc5959,
+  author="S. Turner",
+  title="{Algorithms for Asymmetric Key Package Content Type}",
+  series="Request for Comments",
+  number="5959",
+  howpublished="RFC 5959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Updated by RFC 6162",
+  url="http://www.ietf.org/rfc/rfc5959.txt",
+}
+
+ at misc{rfc5960,
+  author="D. Frost and S. Bryant and M. Bocci",
+  title="{MPLS Transport Profile Data Plane Architecture}",
+  series="Request for Comments",
+  number="5960",
+  howpublished="RFC 5960 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc5960.txt",
+}
+
+ at misc{rfc5961,
+  author="A. Ramaiah and R. Stewart and M. Dalal",
+  title="{Improving TCP's Robustness to Blind In-Window Attacks}",
+  series="Request for Comments",
+  number="5961",
+  howpublished="RFC 5961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5961.txt",
+}
+
+ at misc{rfc5962,
+  author="H. Schulzrinne and V. Singh and H. Tschofenig and M. Thomson",
+  title="{Dynamic Extensions to the Presence Information Data Format Location Object (PIDF-LO)}",
+  series="Request for Comments",
+  number="5962",
+  howpublished="RFC 5962 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5962.txt",
+}
+
+ at misc{rfc5963,
+  author="R. Gagliano",
+  title="{IPv6 Deployment in Internet Exchange Points (IXPs)}",
+  series="Request for Comments",
+  number="5963",
+  howpublished="RFC 5963 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5963.txt",
+}
+
+ at misc{rfc5964,
+  author="J. Winterbottom and M. Thomson",
+  title="{Specifying Holes in Location-to-Service Translation (LoST) Service Boundaries}",
+  series="Request for Comments",
+  number="5964",
+  howpublished="RFC 5964 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5964.txt",
+}
+
+ at misc{rfc5965,
+  author="Y. Shafranovich and J. Levine and M. Kucherawy",
+  title="{An Extensible Format for Email Feedback Reports}",
+  series="Request for Comments",
+  number="5965",
+  howpublished="RFC 5965 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Updated by RFC 6650",
+  url="http://www.ietf.org/rfc/rfc5965.txt",
+}
+
+ at misc{rfc5966,
+  author="R. Bellis",
+  title="{DNS Transport over TCP - Implementation Requirements}",
+  series="Request for Comments",
+  number="5966",
+  howpublished="RFC 5966 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    note="Obsoleted by RFC 7766",
+  url="http://www.ietf.org/rfc/rfc5966.txt",
+}
+
+ at misc{rfc5967,
+  author="S. Turner",
+  title="{The application/pkcs10 Media Type}",
+  series="Request for Comments",
+  number="5967",
+  howpublished="RFC 5967 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5967.txt",
+}
+
+ at misc{rfc5968,
+  author="J. Ott and C. Perkins",
+  title="{Guidelines for Extending the RTP Control Protocol (RTCP)}",
+  series="Request for Comments",
+  number="5968",
+  howpublished="RFC 5968 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5968.txt",
+}
+
+ at misc{rfc5969,
+  author="W. Townsley and O. Troan",
+  title="{IPv6 Rapid Deployment on IPv4 Infrastructures (6rd) -- Protocol Specification}",
+  series="Request for Comments",
+  number="5969",
+  howpublished="RFC 5969 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5969.txt",
+}
+
+ at misc{rfc5970,
+  author="T. Huth and J. Freimann and V. Zimmer and D. Thaler",
+  title="{DHCPv6 Options for Network Boot}",
+  series="Request for Comments",
+  number="5970",
+  howpublished="RFC 5970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5970.txt",
+}
+
+ at misc{rfc5971,
+  author="H. Schulzrinne and R. Hancock",
+  title="{GIST: General Internet Signalling Transport}",
+  series="Request for Comments",
+  number="5971",
+  howpublished="RFC 5971 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5971.txt",
+}
+
+ at misc{rfc5972,
+  author="T. Tsenov and H. Tschofenig and X. Fu and C. Aoun and E. Davies",
+  title="{General Internet Signaling Transport (GIST) State Machine}",
+  series="Request for Comments",
+  number="5972",
+  howpublished="RFC 5972 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5972.txt",
+}
+
+ at misc{rfc5973,
+  author="M. Stiemerling and H. Tschofenig and C. Aoun and E. Davies",
+  title="{NAT/Firewall NSIS Signaling Layer Protocol (NSLP)}",
+  series="Request for Comments",
+  number="5973",
+  howpublished="RFC 5973 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5973.txt",
+}
+
+ at misc{rfc5974,
+  author="J. Manner and G. Karagiannis and A. McDonald",
+  title="{NSIS Signaling Layer Protocol (NSLP) for Quality-of-Service Signaling}",
+  series="Request for Comments",
+  number="5974",
+  howpublished="RFC 5974 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5974.txt",
+}
+
+ at misc{rfc5975,
+  author="G. Ash and A. Bader and C. Kappler and D. Oran",
+  title="{QSPEC Template for the Quality-of-Service NSIS Signaling Layer Protocol (NSLP)}",
+  series="Request for Comments",
+  number="5975",
+  howpublished="RFC 5975 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5975.txt",
+}
+
+ at misc{rfc5976,
+  author="G. Ash and A. Morton and M. Dolly and P. Tarapore and C. Dvorak and Y. El Mghazli",
+  title="{Y.1541-QOSM: Model for Networks Using Y.1541 Quality-of-Service Classes}",
+  series="Request for Comments",
+  number="5976",
+  howpublished="RFC 5976 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5976.txt",
+}
+
+ at misc{rfc5977,
+  author="A. Bader and L. Westberg and G. Karagiannis and C. Kappler and T. Phelan",
+  title="{RMD-QOSM: The NSIS Quality-of-Service Model for Resource Management in Diffserv}",
+  series="Request for Comments",
+  number="5977",
+  howpublished="RFC 5977 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5977.txt",
+}
+
+ at misc{rfc5978,
+  author="J. Manner and R. Bless and J. Loughney and E. Davies",
+  title="{Using and Extending the NSIS Protocol Family}",
+  series="Request for Comments",
+  number="5978",
+  howpublished="RFC 5978 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5978.txt",
+}
+
+ at misc{rfc5979,
+  author="C. Shen and H. Schulzrinne and S. Lee and J. Bang",
+  title="{NSIS Operation over IP Tunnels}",
+  series="Request for Comments",
+  number="5979",
+  howpublished="RFC 5979 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5979.txt",
+}
+
+ at misc{rfc5980,
+  author="T. Sanda and X. Fu and S. Jeong and J. Manner and H. Tschofenig",
+  title="{NSIS Protocol Operation in Mobile Environments}",
+  series="Request for Comments",
+  number="5980",
+  howpublished="RFC 5980 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc5980.txt",
+}
+
+ at misc{rfc5981,
+  author="J. Manner and M. Stiemerling and H. Tschofenig and R. Bless",
+  title="{Authorization for NSIS Signaling Layer Protocols}",
+  series="Request for Comments",
+  number="5981",
+  howpublished="RFC 5981 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc5981.txt",
+}
+
+ at misc{rfc5982,
+  author="A. Kobayashi and B. Claise",
+  title="{IP Flow Information Export (IPFIX) Mediation: Problem Statement}",
+  series="Request for Comments",
+  number="5982",
+  howpublished="RFC 5982 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5982.txt",
+}
+
+ at misc{rfc5983,
+  author="R. Gellens",
+  title="{Mailing Lists and Internationalized Email Addresses}",
+  series="Request for Comments",
+  number="5983",
+  howpublished="RFC 5983 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    note="Obsoleted by RFC 6783",
+  url="http://www.ietf.org/rfc/rfc5983.txt",
+}
+
+ at misc{rfc5984,
+  author="K-M. Moller",
+  title="{Increasing Throughput in IP Networks with ESP-Based Forwarding: ESPBasedForwarding}",
+  series="Request for Comments",
+  number="5984",
+  howpublished="RFC 5984 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc5984.txt",
+}
+
+ at misc{rfc5985,
+  author="M. Barnes",
+  title="{HTTP-Enabled Location Delivery (HELD)}",
+  series="Request for Comments",
+  number="5985",
+  howpublished="RFC 5985 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    note="Updated by RFC 7840",
+  url="http://www.ietf.org/rfc/rfc5985.txt",
+}
+
+ at misc{rfc5986,
+  author="M. Thomson and J. Winterbottom",
+  title="{Discovering the Local Location Information Server (LIS)}",
+  series="Request for Comments",
+  number="5986",
+  howpublished="RFC 5986 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5986.txt",
+}
+
+ at misc{rfc5987,
+  author="J. Reschke",
+  title="{Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters}",
+  series="Request for Comments",
+  number="5987",
+  howpublished="RFC 5987 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5987.txt",
+}
+
+ at misc{rfc5988,
+  author="M. Nottingham",
+  title="{Web Linking}",
+  series="Request for Comments",
+  number="5988",
+  howpublished="RFC 5988 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5988.txt",
+}
+
+ at misc{rfc5989,
+  author="A.B. Roach",
+  title="{A SIP Event Package for Subscribing to Changes to an HTTP Resource}",
+  series="Request for Comments",
+  number="5989",
+  howpublished="RFC 5989 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5989.txt",
+}
+
+ at misc{rfc5990,
+  author="J. Randall and B. Kaliski and J. Brainard and S. Turner",
+  title="{Use of the RSA-KEM Key Transport Algorithm in the Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="5990",
+  howpublished="RFC 5990 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5990.txt",
+}
+
+ at misc{rfc5991,
+  author="D. Thaler and S. Krishnan and J. Hoagland",
+  title="{Teredo Security Updates}",
+  series="Request for Comments",
+  number="5991",
+  howpublished="RFC 5991 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5991.txt",
+}
+
+ at misc{rfc5992,
+  author="S. Sharikov and D. Miloshevic and J. Klensin",
+  title="{Internationalized Domain Names Registration and Administration Guidelines for European Languages Using Cyrillic}",
+  series="Request for Comments",
+  number="5992",
+  howpublished="RFC 5992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5992.txt",
+}
+
+ at misc{rfc5993,
+  author="X. Duan and S. Wang and M. Westerlund and K. Hellwig and I. Johansson",
+  title="{RTP Payload Format for Global System for Mobile Communications Half Rate (GSM-HR)}",
+  series="Request for Comments",
+  number="5993",
+  howpublished="RFC 5993 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5993.txt",
+}
+
+ at misc{rfc5994,
+  author="S. Bryant and M. Morrow and G. Swallow and R. Cherukuri and T. Nadeau and N. Harrison and B. Niven-Jenkins",
+  title="{Application of Ethernet Pseudowires to MPLS Transport Networks}",
+  series="Request for Comments",
+  number="5994",
+  howpublished="RFC 5994 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc5994.txt",
+}
+
+ at misc{rfc5995,
+  author="J. Reschke",
+  title="{Using POST to Add Members to Web Distributed Authoring and Versioning (WebDAV) Collections}",
+  series="Request for Comments",
+  number="5995",
+  howpublished="RFC 5995 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5995.txt",
+}
+
+ at misc{rfc5996,
+  author="C. Kaufman and P. Hoffman and Y. Nir and P. Eronen",
+  title="{Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="5996",
+  howpublished="RFC 5996 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    note="Obsoleted by RFC 7296, updated by RFCs 5998, 6989",
+  url="http://www.ietf.org/rfc/rfc5996.txt",
+}
+
+ at misc{rfc5997,
+  author="A. DeKok",
+  title="{Use of Status-Server Packets in the Remote Authentication Dial In User Service (RADIUS) Protocol}",
+  series="Request for Comments",
+  number="5997",
+  howpublished="RFC 5997 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc5997.txt",
+}
+
+ at misc{rfc5998,
+  author="P. Eronen and H. Tschofenig and Y. Sheffer",
+  title="{An Extension for EAP-Only Authentication in IKEv2}",
+  series="Request for Comments",
+  number="5998",
+  howpublished="RFC 5998 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc5998.txt",
+}
+
+ at misc{rfc6001,
+  author="D. Papadimitriou and M. Vigoureux and K. Shiomoto and D. Brungard and JL. Le Roux",
+  title="{Generalized MPLS (GMPLS) Protocol Extensions for Multi-Layer and Multi-Region Networks (MLN/MRN)}",
+  series="Request for Comments",
+  number="6001",
+  howpublished="RFC 6001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6001.txt",
+}
+
+ at misc{rfc6002,
+  author="L. Berger and D. Fedyk",
+  title="{Generalized MPLS (GMPLS) Data Channel Switching Capable (DCSC) and Channel Set Label Extensions}",
+  series="Request for Comments",
+  number="6002",
+  howpublished="RFC 6002 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6002.txt",
+}
+
+ at misc{rfc6003,
+  author="D. Papadimitriou",
+  title="{Ethernet Traffic Parameters}",
+  series="Request for Comments",
+  number="6003",
+  howpublished="RFC 6003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6003.txt",
+}
+
+ at misc{rfc6004,
+  author="L. Berger and D. Fedyk",
+  title="{Generalized MPLS (GMPLS) Support for Metro Ethernet Forum and G.8011 Ethernet Service Switching}",
+  series="Request for Comments",
+  number="6004",
+  howpublished="RFC 6004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6004.txt",
+}
+
+ at misc{rfc6005,
+  author="L. Berger and D. Fedyk",
+  title="{Generalized MPLS (GMPLS) Support for Metro Ethernet Forum and G.8011 User Network Interface (UNI)}",
+  series="Request for Comments",
+  number="6005",
+  howpublished="RFC 6005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6005.txt",
+}
+
+ at misc{rfc6006,
+  author="Q. Zhao and D. King and F. Verhaeghe and T. Takeda and Z. Ali and J. Meuric",
+  title="{Extensions to the Path Computation Element Communication Protocol (PCEP) for Point-to-Multipoint Traffic Engineering Label Switched Paths}",
+  series="Request for Comments",
+  number="6006",
+  howpublished="RFC 6006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6006.txt",
+}
+
+ at misc{rfc6007,
+  author="I. Nishioka and D. King",
+  title="{Use of the Synchronization VECtor (SVEC) List for Synchronized Dependent Path Computations}",
+  series="Request for Comments",
+  number="6007",
+  howpublished="RFC 6007 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6007.txt",
+}
+
+ at misc{rfc6008,
+  author="M. Kucherawy",
+  title="{Authentication-Results Registration for Differentiating among Cryptographic Results}",
+  series="Request for Comments",
+  number="6008",
+  howpublished="RFC 6008 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6008.txt",
+}
+
+ at misc{rfc6009,
+  author="N. Freed",
+  title="{Sieve Email Filtering: Delivery Status Notifications and Deliver-By Extensions}",
+  series="Request for Comments",
+  number="6009",
+  howpublished="RFC 6009 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6009.txt",
+}
+
+ at misc{rfc6010,
+  author="R. Housley and S. Ashmore and C. Wallace",
+  title="{Cryptographic Message Syntax (CMS) Content Constraints Extension}",
+  series="Request for Comments",
+  number="6010",
+  howpublished="RFC 6010 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6010.txt",
+}
+
+ at misc{rfc6011,
+  author="S. Lawrence and J. Elwell",
+  title="{Session Initiation Protocol (SIP) User Agent Configuration}",
+  series="Request for Comments",
+  number="6011",
+  howpublished="RFC 6011 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6011.txt",
+}
+
+ at misc{rfc6012,
+  author="J. Salowey and T. Petch and R. Gerhards and H. Feng",
+  title="{Datagram Transport Layer Security (DTLS) Transport Mapping for Syslog}",
+  series="Request for Comments",
+  number="6012",
+  howpublished="RFC 6012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6012.txt",
+}
+
+ at misc{rfc6013,
+  author="W. Simpson",
+  title="{TCP Cookie Transactions (TCPCT)}",
+  series="Request for Comments",
+  number="6013",
+  howpublished="RFC 6013 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    note="Obsoleted by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc6013.txt",
+}
+
+ at misc{rfc6014,
+  author="P. Hoffman",
+  title="{Cryptographic Algorithm Identifier Allocation for DNSSEC}",
+  series="Request for Comments",
+  number="6014",
+  howpublished="RFC 6014 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6014.txt",
+}
+
+ at misc{rfc6015,
+  author="A. Begen",
+  title="{RTP Payload Format for 1-D Interleaved Parity Forward Error Correction (FEC)}",
+  series="Request for Comments",
+  number="6015",
+  howpublished="RFC 6015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6015.txt",
+}
+
+ at misc{rfc6016,
+  author="B. Davie and F. Le Faucheur and A. Narayanan",
+  title="{Support for the Resource Reservation Protocol (RSVP) in Layer 3 VPNs}",
+  series="Request for Comments",
+  number="6016",
+  howpublished="RFC 6016 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6016.txt",
+}
+
+ at misc{rfc6017,
+  author="K. Meadors",
+  title="{Electronic Data Interchange - Internet Integration (EDIINT) Features Header Field}",
+  series="Request for Comments",
+  number="6017",
+  howpublished="RFC 6017 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6017.txt",
+}
+
+ at misc{rfc6018,
+  author="F. Baker and W. Harrop and G. Armitage",
+  title="{IPv4 and IPv6 Greynets}",
+  series="Request for Comments",
+  number="6018",
+  howpublished="RFC 6018 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6018.txt",
+}
+
+ at misc{rfc6019,
+  author="R. Housley",
+  title="{BinaryTime: An Alternate Format for Representing Date and Time in ASN.1}",
+  series="Request for Comments",
+  number="6019",
+  howpublished="RFC 6019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6019.txt",
+}
+
+ at misc{rfc6020,
+  author="M. Bjorklund",
+  title="{YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)}",
+  series="Request for Comments",
+  number="6020",
+  howpublished="RFC 6020 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6020.txt",
+}
+
+ at misc{rfc6021,
+  author="J. Schoenwaelder",
+  title="{Common YANG Data Types}",
+  series="Request for Comments",
+  number="6021",
+  howpublished="RFC 6021 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    note="Obsoleted by RFC 6991",
+  url="http://www.ietf.org/rfc/rfc6021.txt",
+}
+
+ at misc{rfc6022,
+  author="M. Scott and M. Bjorklund",
+  title="{YANG Module for NETCONF Monitoring}",
+  series="Request for Comments",
+  number="6022",
+  howpublished="RFC 6022 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6022.txt",
+}
+
+ at misc{rfc6023,
+  author="Y. Nir and H. Tschofenig and H. Deng and R. Singh",
+  title="{A Childless Initiation of the Internet Key Exchange Version 2 (IKEv2) Security Association (SA)}",
+  series="Request for Comments",
+  number="6023",
+  howpublished="RFC 6023 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6023.txt",
+}
+
+ at misc{rfc6024,
+  author="R. Reddy and C. Wallace",
+  title="{Trust Anchor Management Requirements}",
+  series="Request for Comments",
+  number="6024",
+  howpublished="RFC 6024 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6024.txt",
+}
+
+ at misc{rfc6025,
+  author="C. Wallace and C. Gardiner",
+  title="{ASN.1 Translation}",
+  series="Request for Comments",
+  number="6025",
+  howpublished="RFC 6025 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6025.txt",
+}
+
+ at misc{rfc6026,
+  author="R. Sparks and T. Zourzouvillys",
+  title="{Correct Transaction Handling for 2xx Responses to Session Initiation Protocol (SIP) INVITE Requests}",
+  series="Request for Comments",
+  number="6026",
+  howpublished="RFC 6026 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6026.txt",
+}
+
+ at misc{rfc6027,
+  author="Y. Nir",
+  title="{IPsec Cluster Problem Statement}",
+  series="Request for Comments",
+  number="6027",
+  howpublished="RFC 6027 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6027.txt",
+}
+
+ at misc{rfc6028,
+  author="G. Camarillo and A. Keranen",
+  title="{Host Identity Protocol (HIP) Multi-Hop Routing Extension}",
+  series="Request for Comments",
+  number="6028",
+  howpublished="RFC 6028 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6028.txt",
+}
+
+ at misc{rfc6029,
+  author="I. Rimac and V. Hilt and M. Tomsu and V. Gurbani and E. Marocco",
+  title="{A Survey on Research on the Application-Layer Traffic Optimization (ALTO) Problem}",
+  series="Request for Comments",
+  number="6029",
+  howpublished="RFC 6029 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6029.txt",
+}
+
+ at misc{rfc6030,
+  author="P. Hoyer and M. Pei and S. Machani",
+  title="{Portable Symmetric Key Container (PSKC)}",
+  series="Request for Comments",
+  number="6030",
+  howpublished="RFC 6030 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6030.txt",
+}
+
+ at misc{rfc6031,
+  author="S. Turner and R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Symmetric Key Package Content Type}",
+  series="Request for Comments",
+  number="6031",
+  howpublished="RFC 6031 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6031.txt",
+}
+
+ at misc{rfc6032,
+  author="S. Turner and R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Encrypted Key Package Content Type}",
+  series="Request for Comments",
+  number="6032",
+  howpublished="RFC 6032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6032.txt",
+}
+
+ at misc{rfc6033,
+  author="S. Turner",
+  title="{Algorithms for Cryptographic Message Syntax (CMS) Encrypted Key Package Content Type}",
+  series="Request for Comments",
+  number="6033",
+  howpublished="RFC 6033 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    note="Updated by RFC 6161",
+  url="http://www.ietf.org/rfc/rfc6033.txt",
+}
+
+ at misc{rfc6034,
+  author="D. Thaler",
+  title="{Unicast-Prefix-Based IPv4 Multicast Addresses}",
+  series="Request for Comments",
+  number="6034",
+  howpublished="RFC 6034 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6034.txt",
+}
+
+ at misc{rfc6035,
+  author="A. Pendleton and A. Clark and A. Johnston and H. Sinnreich",
+  title="{Session Initiation Protocol Event Package for Voice Quality Reporting}",
+  series="Request for Comments",
+  number="6035",
+  howpublished="RFC 6035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6035.txt",
+}
+
+ at misc{rfc6036,
+  author="B. Carpenter and S. Jiang",
+  title="{Emerging Service Provider Scenarios for IPv6 Deployment}",
+  series="Request for Comments",
+  number="6036",
+  howpublished="RFC 6036 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6036.txt",
+}
+
+ at misc{rfc6037,
+  author="E. Rosen and Y. Cai and IJ. Wijnands",
+  title="{Cisco Systems' Solution for Multicast in BGP/MPLS IP VPNs}",
+  series="Request for Comments",
+  number="6037",
+  howpublished="RFC 6037 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6037.txt",
+}
+
+ at misc{rfc6038,
+  author="A. Morton and L. Ciavattone",
+  title="{Two-Way Active Measurement Protocol (TWAMP) Reflect Octets and Symmetrical Size Features}",
+  series="Request for Comments",
+  number="6038",
+  howpublished="RFC 6038 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6038.txt",
+}
+
+ at misc{rfc6039,
+  author="V. Manral and M. Bhatia and J. Jaeggli and R. White",
+  title="{Issues with Existing Cryptographic Protection Methods for Routing Protocols}",
+  series="Request for Comments",
+  number="6039",
+  howpublished="RFC 6039 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6039.txt",
+}
+
+ at misc{rfc6040,
+  author="B. Briscoe",
+  title="{Tunnelling of Explicit Congestion Notification}",
+  series="Request for Comments",
+  number="6040",
+  howpublished="RFC 6040 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6040.txt",
+}
+
+ at misc{rfc6041,
+  author="A. Crouch and H. Khosravi and A. Doria and X. Wang and K. Ogawa",
+  title="{Forwarding and Control Element Separation (ForCES) Applicability Statement}",
+  series="Request for Comments",
+  number="6041",
+  howpublished="RFC 6041 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6041.txt",
+}
+
+ at misc{rfc6042,
+  author="A. Keromytis",
+  title="{Transport Layer Security (TLS) Authorization Using KeyNote}",
+  series="Request for Comments",
+  number="6042",
+  howpublished="RFC 6042 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6042.txt",
+}
+
+ at misc{rfc6043,
+  author="J. Mattsson and T. Tian",
+  title="{MIKEY-TICKET: Ticket-Based Modes of Key Distribution in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="6043",
+  howpublished="RFC 6043 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Updated by RFC 6309",
+  url="http://www.ietf.org/rfc/rfc6043.txt",
+}
+
+ at misc{rfc6044,
+  author="M. Mohali",
+  title="{Mapping and Interworking of Diversion Information between Diversion and History-Info Headers in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6044",
+  howpublished="RFC 6044 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    note="Obsoleted by RFC 7544",
+  url="http://www.ietf.org/rfc/rfc6044.txt",
+}
+
+ at misc{rfc6045,
+  author="K. Moriarty",
+  title="{Real-time Inter-network Defense (RID)}",
+  series="Request for Comments",
+  number="6045",
+  howpublished="RFC 6045 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    note="Obsoleted by RFC 6545",
+  url="http://www.ietf.org/rfc/rfc6045.txt",
+}
+
+ at misc{rfc6046,
+  author="K. Moriarty and B. Trammell",
+  title="{Transport of Real-time Inter-network Defense (RID) Messages}",
+  series="Request for Comments",
+  number="6046",
+  howpublished="RFC 6046 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    note="Obsoleted by RFC 6546",
+  url="http://www.ietf.org/rfc/rfc6046.txt",
+}
+
+ at misc{rfc6047,
+  author="A. Melnikov",
+  title="{iCalendar Message-Based Interoperability Protocol (iMIP)}",
+  series="Request for Comments",
+  number="6047",
+  howpublished="RFC 6047 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6047.txt",
+}
+
+ at misc{rfc6048,
+  author="J. Elie",
+  title="{Network News Transfer Protocol (NNTP) Additions to LIST Command}",
+  series="Request for Comments",
+  number="6048",
+  howpublished="RFC 6048 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6048.txt",
+}
+
+ at misc{rfc6049,
+  author="A. Morton and E. Stephan",
+  title="{Spatial Composition of Metrics}",
+  series="Request for Comments",
+  number="6049",
+  howpublished="RFC 6049 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    note="Updated by RFC 6248",
+  url="http://www.ietf.org/rfc/rfc6049.txt",
+}
+
+ at misc{rfc6050,
+  author="K. Drage",
+  title="{A Session Initiation Protocol (SIP) Extension for the Identification of Services}",
+  series="Request for Comments",
+  number="6050",
+  howpublished="RFC 6050 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6050.txt",
+}
+
+ at misc{rfc6051,
+  author="C. Perkins and T. Schierl",
+  title="{Rapid Synchronisation of RTP Flows}",
+  series="Request for Comments",
+  number="6051",
+  howpublished="RFC 6051 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6051.txt",
+}
+
+ at misc{rfc6052,
+  author="C. Bao and C. Huitema and M. Bagnulo and M. Boucadair and X. Li",
+  title="{IPv6 Addressing of IPv4/IPv6 Translators}",
+  series="Request for Comments",
+  number="6052",
+  howpublished="RFC 6052 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6052.txt",
+}
+
+ at misc{rfc6053,
+  author="E. Haleplidis and K. Ogawa and W. Wang and J. Hadi Salim",
+  title="{Implementation Report for Forwarding and Control Element Separation (ForCES)}",
+  series="Request for Comments",
+  number="6053",
+  howpublished="RFC 6053 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    note="Updated by RFC 6984",
+  url="http://www.ietf.org/rfc/rfc6053.txt",
+}
+
+ at misc{rfc6054,
+  author="D. McGrew and B. Weis",
+  title="{Using Counter Modes with Encapsulating Security Payload (ESP) and Authentication Header (AH) to Protect Group Traffic}",
+  series="Request for Comments",
+  number="6054",
+  howpublished="RFC 6054 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6054.txt",
+}
+
+ at misc{rfc6055,
+  author="D. Thaler and J. Klensin and S. Cheshire",
+  title="{IAB Thoughts on Encodings for Internationalized Domain Names}",
+  series="Request for Comments",
+  number="6055",
+  howpublished="RFC 6055 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6055.txt",
+}
+
+ at misc{rfc6056,
+  author="M. Larsen and F. Gont",
+  title="{Recommendations for Transport-Protocol Port Randomization}",
+  series="Request for Comments",
+  number="6056",
+  howpublished="RFC 6056 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6056.txt",
+}
+
+ at misc{rfc6057,
+  author="C. Bastian and T. Klieber and J. Livingood and J. Mills and R. Woundy",
+  title="{Comcast's Protocol-Agnostic Congestion Management System}",
+  series="Request for Comments",
+  number="6057",
+  howpublished="RFC 6057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6057.txt",
+}
+
+ at misc{rfc6058,
+  author="M. Liebsch and A. Muhanna and O. Blume",
+  title="{Transient Binding for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6058",
+  howpublished="RFC 6058 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6058.txt",
+}
+
+ at misc{rfc6059,
+  author="S. Krishnan and G. Daley",
+  title="{Simple Procedures for Detecting Network Attachment in IPv6}",
+  series="Request for Comments",
+  number="6059",
+  howpublished="RFC 6059 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6059.txt",
+}
+
+ at misc{rfc6060,
+  author="D. Fedyk and H. Shah and N. Bitar and A. Takacs",
+  title="{Generalized Multiprotocol Label Switching (GMPLS) Control of Ethernet Provider Backbone Traffic Engineering (PBB-TE)}",
+  series="Request for Comments",
+  number="6060",
+  howpublished="RFC 6060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6060.txt",
+}
+
+ at misc{rfc6061,
+  author="B. Rosen",
+  title="{Uniform Resource Name (URN) Namespace for the National Emergency Number Association (NENA)}",
+  series="Request for Comments",
+  number="6061",
+  howpublished="RFC 6061 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6061.txt",
+}
+
+ at misc{rfc6062,
+  author="S. Perreault and J. Rosenberg",
+  title="{Traversal Using Relays around NAT (TURN) Extensions for TCP Allocations}",
+  series="Request for Comments",
+  number="6062",
+  howpublished="RFC 6062 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6062.txt",
+}
+
+ at misc{rfc6063,
+  author="A. Doherty and M. Pei and S. Machani and M. Nystrom",
+  title="{Dynamic Symmetric Key Provisioning Protocol (DSKPP)}",
+  series="Request for Comments",
+  number="6063",
+  howpublished="RFC 6063 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6063.txt",
+}
+
+ at misc{rfc6064,
+  author="M. Westerlund and P. Frojdh",
+  title="{SDP and RTSP Extensions Defined for 3GPP Packet-Switched Streaming Service and Multimedia Broadcast/Multicast Service}",
+  series="Request for Comments",
+  number="6064",
+  howpublished="RFC 6064 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6064.txt",
+}
+
+ at misc{rfc6065,
+  author="K. Narayan and D. Nelson and R. Presuhn",
+  title="{Using Authentication, Authorization, and Accounting Services to Dynamically Provision View-Based Access Control Model User-to-Group Mappings}",
+  series="Request for Comments",
+  number="6065",
+  howpublished="RFC 6065 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6065.txt",
+}
+
+ at misc{rfc6066,
+  author="D. Eastlake 3rd",
+  title="{Transport Layer Security (TLS) Extensions: Extension Definitions}",
+  series="Request for Comments",
+  number="6066",
+  howpublished="RFC 6066 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6066.txt",
+}
+
+ at misc{rfc6067,
+  author="M. Davis and A. Phillips and Y. Umaoka",
+  title="{BCP 47 Extension U}",
+  series="Request for Comments",
+  number="6067",
+  howpublished="RFC 6067 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6067.txt",
+}
+
+ at misc{rfc6068,
+  author="M. Duerst and L. Masinter and J. Zawinski",
+  title="{The 'mailto' URI Scheme}",
+  series="Request for Comments",
+  number="6068",
+  howpublished="RFC 6068 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6068.txt",
+}
+
+ at misc{rfc6069,
+  author="A. Zimmermann and A. Hannemann",
+  title="{Making TCP More Robust to Long Connectivity Disruptions (TCP-LCD)}",
+  series="Request for Comments",
+  number="6069",
+  howpublished="RFC 6069 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6069.txt",
+}
+
+ at misc{rfc6070,
+  author="S. Josefsson",
+  title="{PKCS \#5: Password-Based Key Derivation Function 2 (PBKDF2) Test Vectors}",
+  series="Request for Comments",
+  number="6070",
+  howpublished="RFC 6070 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6070.txt",
+}
+
+ at misc{rfc6071,
+  author="S. Frankel and S. Krishnan",
+  title="{IP Security (IPsec) and Internet Key Exchange (IKE) Document Roadmap}",
+  series="Request for Comments",
+  number="6071",
+  howpublished="RFC 6071 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6071.txt",
+}
+
+ at misc{rfc6072,
+  author="C. Jennings and J. Fischl",
+  title="{Certificate Management Service for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6072",
+  howpublished="RFC 6072 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6072.txt",
+}
+
+ at misc{rfc6073,
+  author="L. Martini and C. Metz and T. Nadeau and M. Bocci and M. Aissaoui",
+  title="{Segmented Pseudowire}",
+  series="Request for Comments",
+  number="6073",
+  howpublished="RFC 6073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    note="Updated by RFCs 6723, 7267",
+  url="http://www.ietf.org/rfc/rfc6073.txt",
+}
+
+ at misc{rfc6074,
+  author="E. Rosen and B. Davie and V. Radoaca and W. Luo",
+  title="{Provisioning, Auto-Discovery, and Signaling in Layer 2 Virtual Private Networks (L2VPNs)}",
+  series="Request for Comments",
+  number="6074",
+  howpublished="RFC 6074 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6074.txt",
+}
+
+ at misc{rfc6075,
+  author="D. Cridland",
+  title="{The Internet Assigned Number Authority (IANA) Application Configuration Access Protocol (ACAP) Vendor Subtrees Registry}",
+  series="Request for Comments",
+  number="6075",
+  howpublished="RFC 6075 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6075.txt",
+}
+
+ at misc{rfc6076,
+  author="D. Malas and A. Morton",
+  title="{Basic Telephony SIP End-to-End Performance Metrics}",
+  series="Request for Comments",
+  number="6076",
+  howpublished="RFC 6076 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6076.txt",
+}
+
+ at misc{rfc6077,
+  author="D. Papadimitriou and M. Welzl and M. Scharf and B. Briscoe",
+  title="{Open Research Issues in Internet Congestion Control}",
+  series="Request for Comments",
+  number="6077",
+  howpublished="RFC 6077 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6077.txt",
+}
+
+ at misc{rfc6078,
+  author="G. Camarillo and J. Melen",
+  title="{Host Identity Protocol (HIP) Immediate Carriage and Conveyance of Upper-Layer Protocol Signaling (HICCUPS)}",
+  series="Request for Comments",
+  number="6078",
+  howpublished="RFC 6078 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6078.txt",
+}
+
+ at misc{rfc6079,
+  author="G. Camarillo and P. Nikander and J. Hautakorpi and A. Keranen and A. Johnston",
+  title="{HIP BONE: Host Identity Protocol (HIP) Based Overlay Networking Environment (BONE)}",
+  series="Request for Comments",
+  number="6079",
+  howpublished="RFC 6079 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6079.txt",
+}
+
+ at misc{rfc6080,
+  author="D. Petrie and S. Channabasappa",
+  title="{A Framework for Session Initiation Protocol User Agent Profile Delivery}",
+  series="Request for Comments",
+  number="6080",
+  howpublished="RFC 6080 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6080.txt",
+}
+
+ at misc{rfc6081,
+  author="D. Thaler",
+  title="{Teredo Extensions}",
+  series="Request for Comments",
+  number="6081",
+  howpublished="RFC 6081 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6081.txt",
+}
+
+ at misc{rfc6082,
+  author="K. Whistler and G. Adams and M. Duerst and R. Presuhn and J. Klensin",
+  title="{Deprecating Unicode Language Tag Characters: RFC 2482 is Historic}",
+  series="Request for Comments",
+  number="6082",
+  howpublished="RFC 6082 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6082.txt",
+}
+
+ at misc{rfc6083,
+  author="M. Tuexen and R. Seggelmann and E. Rescorla",
+  title="{Datagram Transport Layer Security (DTLS) for Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="6083",
+  howpublished="RFC 6083 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6083.txt",
+}
+
+ at misc{rfc6084,
+  author="X. Fu and C. Dickmann and J. Crowcroft",
+  title="{General Internet Signaling Transport (GIST) over Stream Control Transmission Protocol (SCTP) and Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="6084",
+  howpublished="RFC 6084 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6084.txt",
+}
+
+ at misc{rfc6085,
+  author="S. Gundavelli and M. Townsley and O. Troan and W. Dec",
+  title="{Address Mapping of IPv6 Multicast Packets on Ethernet}",
+  series="Request for Comments",
+  number="6085",
+  howpublished="RFC 6085 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6085.txt",
+}
+
+ at misc{rfc6086,
+  author="C. Holmberg and E. Burger and H. Kaplan",
+  title="{Session Initiation Protocol (SIP) INFO Method and Package Framework}",
+  series="Request for Comments",
+  number="6086",
+  howpublished="RFC 6086 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6086.txt",
+}
+
+ at misc{rfc6087,
+  author="A. Bierman",
+  title="{Guidelines for Authors and Reviewers of YANG Data Model Documents}",
+  series="Request for Comments",
+  number="6087",
+  howpublished="RFC 6087 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6087.txt",
+}
+
+ at misc{rfc6088,
+  author="G. Tsirtsis and G. Giarreta and H. Soliman and N. Montavont",
+  title="{Traffic Selectors for Flow Bindings}",
+  series="Request for Comments",
+  number="6088",
+  howpublished="RFC 6088 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6088.txt",
+}
+
+ at misc{rfc6089,
+  author="G. Tsirtsis and H. Soliman and N. Montavont and G. Giaretta and K. Kuladinithi",
+  title="{Flow Bindings in Mobile IPv6 and Network Mobility (NEMO) Basic Support}",
+  series="Request for Comments",
+  number="6089",
+  howpublished="RFC 6089 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6089.txt",
+}
+
+ at misc{rfc6090,
+  author="D. McGrew and K. Igoe and M. Salter",
+  title="{Fundamental Elliptic Curve Cryptography Algorithms}",
+  series="Request for Comments",
+  number="6090",
+  howpublished="RFC 6090 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6090.txt",
+}
+
+ at misc{rfc6091,
+  author="N. Mavrogiannopoulos and D. Gillmor",
+  title="{Using OpenPGP Keys for Transport Layer Security (TLS) Authentication}",
+  series="Request for Comments",
+  number="6091",
+  howpublished="RFC 6091 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6091.txt",
+}
+
+ at misc{rfc6092,
+  author="J. Woodyatt",
+  title="{Recommended Simple Security Capabilities in Customer Premises Equipment (CPE) for Providing Residential IPv6 Internet Service}",
+  series="Request for Comments",
+  number="6092",
+  howpublished="RFC 6092 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6092.txt",
+}
+
+ at misc{rfc6093,
+  author="F. Gont and A. Yourtchenko",
+  title="{On the Implementation of the TCP Urgent Mechanism}",
+  series="Request for Comments",
+  number="6093",
+  howpublished="RFC 6093 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6093.txt",
+}
+
+ at misc{rfc6094,
+  author="M. Bhatia and V. Manral",
+  title="{Summary of Cryptographic Authentication Algorithm Implementation Requirements for Routing Protocols}",
+  series="Request for Comments",
+  number="6094",
+  howpublished="RFC 6094 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6094.txt",
+}
+
+ at misc{rfc6095,
+  author="B. Linowski and M. Ersue and S. Kuryla",
+  title="{Extending YANG with Language Abstractions}",
+  series="Request for Comments",
+  number="6095",
+  howpublished="RFC 6095 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6095.txt",
+}
+
+ at misc{rfc6096,
+  author="M. Tuexen and R. Stewart",
+  title="{Stream Control Transmission Protocol (SCTP) Chunk Flags Registration}",
+  series="Request for Comments",
+  number="6096",
+  howpublished="RFC 6096 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6096.txt",
+}
+
+ at misc{rfc6097,
+  author="J. Korhonen and V. Devarapalli",
+  title="{Local Mobility Anchor (LMA) Discovery for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6097",
+  howpublished="RFC 6097 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6097.txt",
+}
+
+ at misc{rfc6098,
+  author="H. Deng and H. Levkowetz and V. Devarapalli and S. Gundavelli and B. Haley",
+  title="{Generic Notification Message for Mobile IPv4}",
+  series="Request for Comments",
+  number="6098",
+  howpublished="RFC 6098 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6098.txt",
+}
+
+ at misc{rfc6101,
+  author="A. Freier and P. Karlton and P. Kocher",
+  title="{The Secure Sockets Layer (SSL) Protocol Version 3.0}",
+  series="Request for Comments",
+  number="6101",
+  howpublished="RFC 6101 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6101.txt",
+}
+
+ at misc{rfc6104,
+  author="T. Chown and S. Venaas",
+  title="{Rogue IPv6 Router Advertisement Problem Statement}",
+  series="Request for Comments",
+  number="6104",
+  howpublished="RFC 6104 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6104.txt",
+}
+
+ at misc{rfc6105,
+  author="E. Levy-Abegnoli and G. Van de Velde and C. Popoviciu and J. Mohacsi",
+  title="{IPv6 Router Advertisement Guard}",
+  series="Request for Comments",
+  number="6105",
+  howpublished="RFC 6105 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    note="Updated by RFC 7113",
+  url="http://www.ietf.org/rfc/rfc6105.txt",
+}
+
+ at misc{rfc6106,
+  author="J. Jeong and S. Park and L. Beloeil and S. Madanapalli",
+  title="{IPv6 Router Advertisement Options for DNS Configuration}",
+  series="Request for Comments",
+  number="6106",
+  howpublished="RFC 6106 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2010,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6106.txt",
+}
+
+ at misc{rfc6107,
+  author="K. Shiomoto and A. Farrel",
+  title="{Procedures for Dynamically Signaled Hierarchical Label Switched Paths}",
+  series="Request for Comments",
+  number="6107",
+  howpublished="RFC 6107 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6107.txt",
+}
+
+ at misc{rfc6108,
+  author="C. Chung and A. Kasyanov and J. Livingood and N. Mody and B. Van Lieu",
+  title="{Comcast's Web Notification System Design}",
+  series="Request for Comments",
+  number="6108",
+  howpublished="RFC 6108 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6108.txt",
+}
+
+ at misc{rfc6109,
+  author="C. Petrucci and F. Gennai and A. Shahin and A. Vinciarelli",
+  title="{La Posta Elettronica Certificata - Italian Certified Electronic Mail}",
+  series="Request for Comments",
+  number="6109",
+  howpublished="RFC 6109 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6109.txt",
+}
+
+ at misc{rfc6110,
+  author="L. Lhotka",
+  title="{Mapping YANG to Document Schema Definition Languages and Validating NETCONF Content}",
+  series="Request for Comments",
+  number="6110",
+  howpublished="RFC 6110 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    note="Updated by RFC 7952",
+  url="http://www.ietf.org/rfc/rfc6110.txt",
+}
+
+ at misc{rfc6111,
+  author="L. Zhu",
+  title="{Additional Kerberos Naming Constraints}",
+  series="Request for Comments",
+  number="6111",
+  howpublished="RFC 6111 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6111.txt",
+}
+
+ at misc{rfc6112,
+  author="L. Zhu and P. Leach and S. Hartman",
+  title="{Anonymity Support for Kerberos}",
+  series="Request for Comments",
+  number="6112",
+  howpublished="RFC 6112 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6112.txt",
+}
+
+ at misc{rfc6113,
+  author="S. Hartman and L. Zhu",
+  title="{A Generalized Framework for Kerberos Pre-Authentication}",
+  series="Request for Comments",
+  number="6113",
+  howpublished="RFC 6113 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6113.txt",
+}
+
+ at misc{rfc6114,
+  author="M. Katagi and S. Moriai",
+  title="{The 128-Bit Blockcipher CLEFIA}",
+  series="Request for Comments",
+  number="6114",
+  howpublished="RFC 6114 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6114.txt",
+}
+
+ at misc{rfc6115,
+  author="T. Li",
+  title="{Recommendation for a Routing Architecture}",
+  series="Request for Comments",
+  number="6115",
+  howpublished="RFC 6115 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6115.txt",
+}
+
+ at misc{rfc6116,
+  author="S. Bradner and L. Conroy and K. Fujiwara",
+  title="{The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)}",
+  series="Request for Comments",
+  number="6116",
+  howpublished="RFC 6116 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6116.txt",
+}
+
+ at misc{rfc6117,
+  author="B. Hoeneisen and A. Mayrhofer and J. Livingood",
+  title="{IANA Registration of Enumservices: Guide, Template, and IANA Considerations}",
+  series="Request for Comments",
+  number="6117",
+  howpublished="RFC 6117 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6117.txt",
+}
+
+ at misc{rfc6118,
+  author="B. Hoeneisen and A. Mayrhofer",
+  title="{Update of Legacy IANA Registrations of Enumservices}",
+  series="Request for Comments",
+  number="6118",
+  howpublished="RFC 6118 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6118.txt",
+}
+
+ at misc{rfc6119,
+  author="J. Harrison and J. Berger and M. Bartlett",
+  title="{IPv6 Traffic Engineering in IS-IS}",
+  series="Request for Comments",
+  number="6119",
+  howpublished="RFC 6119 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6119.txt",
+}
+
+ at misc{rfc6120,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Core}",
+  series="Request for Comments",
+  number="6120",
+  howpublished="RFC 6120 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Updated by RFC 7590",
+  url="http://www.ietf.org/rfc/rfc6120.txt",
+}
+
+ at misc{rfc6121,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Instant Messaging and Presence}",
+  series="Request for Comments",
+  number="6121",
+  howpublished="RFC 6121 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6121.txt",
+}
+
+ at misc{rfc6122,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Address Format}",
+  series="Request for Comments",
+  number="6122",
+  howpublished="RFC 6122 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Obsoleted by RFC 7622",
+  url="http://www.ietf.org/rfc/rfc6122.txt",
+}
+
+ at misc{rfc6123,
+  author="A. Farrel",
+  title="{Inclusion of Manageability Sections in Path Computation Element (PCE) Working Group Drafts}",
+  series="Request for Comments",
+  number="6123",
+  howpublished="RFC 6123 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6123.txt",
+}
+
+ at misc{rfc6124,
+  author="Y. Sheffer and G. Zorn and H. Tschofenig and S. Fluhrer",
+  title="{An EAP Authentication Method Based on the Encrypted Key Exchange (EKE) Protocol}",
+  series="Request for Comments",
+  number="6124",
+  howpublished="RFC 6124 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6124.txt",
+}
+
+ at misc{rfc6125,
+  author="P. Saint-Andre and J. Hodges",
+  title="{Representation and Verification of Domain-Based Application Service Identity within Internet Public Key Infrastructure Using X.509 (PKIX) Certificates in the Context of Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="6125",
+  howpublished="RFC 6125 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6125.txt",
+}
+
+ at misc{rfc6126,
+  author="J. Chroboczek",
+  title="{The Babel Routing Protocol}",
+  series="Request for Comments",
+  number="6126",
+  howpublished="RFC 6126 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Updated by RFCs 7298, 7557",
+  url="http://www.ietf.org/rfc/rfc6126.txt",
+}
+
+ at misc{rfc6127,
+  author="J. Arkko and M. Townsley",
+  title="{IPv4 Run-Out and IPv4-IPv6 Co-Existence Scenarios}",
+  series="Request for Comments",
+  number="6127",
+  howpublished="RFC 6127 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6127.txt",
+}
+
+ at misc{rfc6128,
+  author="A. Begen",
+  title="{RTP Control Protocol (RTCP) Port for Source-Specific Multicast (SSM) Sessions}",
+  series="Request for Comments",
+  number="6128",
+  howpublished="RFC 6128 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6128.txt",
+}
+
+ at misc{rfc6129,
+  author="L. Romary and S. Lundberg",
+  title="{The 'application/tei+xml' Media Type}",
+  series="Request for Comments",
+  number="6129",
+  howpublished="RFC 6129 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6129.txt",
+}
+
+ at misc{rfc6130,
+  author="T. Clausen and C. Dearlove and J. Dean",
+  title="{Mobile Ad Hoc Network (MANET) Neighborhood Discovery Protocol (NHDP)}",
+  series="Request for Comments",
+  number="6130",
+  howpublished="RFC 6130 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Updated by RFCs 7183, 7188, 7466",
+  url="http://www.ietf.org/rfc/rfc6130.txt",
+}
+
+ at misc{rfc6131,
+  author="R. George and B. Leiba",
+  title="{Sieve Vacation Extension: "Seconds" Parameter}",
+  series="Request for Comments",
+  number="6131",
+  howpublished="RFC 6131 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6131.txt",
+}
+
+ at misc{rfc6132,
+  author="R. George and B. Leiba",
+  title="{Sieve Notification Using Presence Information}",
+  series="Request for Comments",
+  number="6132",
+  howpublished="RFC 6132 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6132.txt",
+}
+
+ at misc{rfc6133,
+  author="R. George and B. Leiba and A. Melnikov",
+  title="{Sieve Email Filtering: Use of Presence Information with Auto-Responder Functionality}",
+  series="Request for Comments",
+  number="6133",
+  howpublished="RFC 6133 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6133.txt",
+}
+
+ at misc{rfc6134,
+  author="A. Melnikov and B. Leiba",
+  title="{Sieve Extension: Externally Stored Lists}",
+  series="Request for Comments",
+  number="6134",
+  howpublished="RFC 6134 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6134.txt",
+}
+
+ at misc{rfc6135,
+  author="C. Holmberg and S. Blau",
+  title="{An Alternative Connection Model for the Message Session Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="6135",
+  howpublished="RFC 6135 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6135.txt",
+}
+
+ at misc{rfc6136,
+  author="A. Sajassi and D. Mohan",
+  title="{Layer 2 Virtual Private Network (L2VPN) Operations, Administration, and Maintenance (OAM) Requirements and Framework}",
+  series="Request for Comments",
+  number="6136",
+  howpublished="RFC 6136 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6136.txt",
+}
+
+ at misc{rfc6137,
+  author="D. Zisiadis and S. Kopsidas and M. Tsavli and G. Cessieux",
+  title="{The Network Trouble Ticket Data Model (NTTDM)}",
+  series="Request for Comments",
+  number="6137",
+  howpublished="RFC 6137 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6137.txt",
+}
+
+ at misc{rfc6138,
+  author="S. Kini and W. Lu",
+  title="{LDP IGP Synchronization for Broadcast Networks}",
+  series="Request for Comments",
+  number="6138",
+  howpublished="RFC 6138 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6138.txt",
+}
+
+ at misc{rfc6139,
+  author="S. Russert and E. Fleischman and F. Templin",
+  title="{Routing and Addressing in Networks with Global Enterprise Recursion (RANGER) Scenarios}",
+  series="Request for Comments",
+  number="6139",
+  howpublished="RFC 6139 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6139.txt",
+}
+
+ at misc{rfc6140,
+  author="A.B. Roach",
+  title="{Registration for Multiple Phone Numbers in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6140",
+  howpublished="RFC 6140 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6140.txt",
+}
+
+ at misc{rfc6141,
+  author="G. Camarillo and C. Holmberg and Y. Gao",
+  title="{Re-INVITE and Target-Refresh Request Handling in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6141",
+  howpublished="RFC 6141 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6141.txt",
+}
+
+ at misc{rfc6142,
+  author="A. Moise and J. Brodkin",
+  title="{ANSI C12.22, IEEE 1703, and MC12.22 Transport Over IP}",
+  series="Request for Comments",
+  number="6142",
+  howpublished="RFC 6142 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6142.txt",
+}
+
+ at misc{rfc6143,
+  author="T. Richardson and J. Levine",
+  title="{The Remote Framebuffer Protocol}",
+  series="Request for Comments",
+  number="6143",
+  howpublished="RFC 6143 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6143.txt",
+}
+
+ at misc{rfc6144,
+  author="F. Baker and X. Li and C. Bao and K. Yin",
+  title="{Framework for IPv4/IPv6 Translation}",
+  series="Request for Comments",
+  number="6144",
+  howpublished="RFC 6144 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6144.txt",
+}
+
+ at misc{rfc6145,
+  author="X. Li and C. Bao and F. Baker",
+  title="{IP/ICMP Translation Algorithm}",
+  series="Request for Comments",
+  number="6145",
+  howpublished="RFC 6145 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Obsoleted by RFC 7915, updated by RFCs 6791, 7757",
+  url="http://www.ietf.org/rfc/rfc6145.txt",
+}
+
+ at misc{rfc6146,
+  author="M. Bagnulo and P. Matthews and I. van Beijnum",
+  title="{Stateful NAT64: Network Address and Protocol Translation from IPv6 Clients to IPv4 Servers}",
+  series="Request for Comments",
+  number="6146",
+  howpublished="RFC 6146 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6146.txt",
+}
+
+ at misc{rfc6147,
+  author="M. Bagnulo and A. Sullivan and P. Matthews and I. van Beijnum",
+  title="{DNS64: DNS Extensions for Network Address Translation from IPv6 Clients to IPv4 Servers}",
+  series="Request for Comments",
+  number="6147",
+  howpublished="RFC 6147 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6147.txt",
+}
+
+ at misc{rfc6148,
+  author="P. Kurapati and R. Desetti and B. Joshi",
+  title="{DHCPv4 Lease Query by Relay Agent Remote ID}",
+  series="Request for Comments",
+  number="6148",
+  howpublished="RFC 6148 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6148.txt",
+}
+
+ at misc{rfc6149,
+  author="S. Turner and L. Chen",
+  title="{MD2 to Historic Status}",
+  series="Request for Comments",
+  number="6149",
+  howpublished="RFC 6149 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6149.txt",
+}
+
+ at misc{rfc6150,
+  author="S. Turner and L. Chen",
+  title="{MD4 to Historic Status}",
+  series="Request for Comments",
+  number="6150",
+  howpublished="RFC 6150 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6150.txt",
+}
+
+ at misc{rfc6151,
+  author="S. Turner and L. Chen",
+  title="{Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms}",
+  series="Request for Comments",
+  number="6151",
+  howpublished="RFC 6151 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6151.txt",
+}
+
+ at misc{rfc6152,
+  author="J. Klensin and N. Freed and M. Rose and D. Crocker",
+  title="{SMTP Service Extension for 8-bit MIME Transport}",
+  series="Request for Comments",
+  number="6152",
+  howpublished="RFC 6152 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6152.txt",
+}
+
+ at misc{rfc6153,
+  author="S. Das and G. Bajko",
+  title="{DHCPv4 and DHCPv6 Options for Access Network Discovery and Selection Function (ANDSF) Discovery}",
+  series="Request for Comments",
+  number="6153",
+  howpublished="RFC 6153 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6153.txt",
+}
+
+ at misc{rfc6154,
+  author="B. Leiba and J. Nicolson",
+  title="{IMAP LIST Extension for Special-Use Mailboxes}",
+  series="Request for Comments",
+  number="6154",
+  howpublished="RFC 6154 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6154.txt",
+}
+
+ at misc{rfc6155,
+  author="J. Winterbottom and M. Thomson and H. Tschofenig and R. Barnes",
+  title="{Use of Device Identity in HTTP-Enabled Location Delivery (HELD)}",
+  series="Request for Comments",
+  number="6155",
+  howpublished="RFC 6155 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Updated by RFC 6915",
+  url="http://www.ietf.org/rfc/rfc6155.txt",
+}
+
+ at misc{rfc6156,
+  author="G. Camarillo and O. Novo and S. Perreault",
+  title="{Traversal Using Relays around NAT (TURN) Extension for IPv6}",
+  series="Request for Comments",
+  number="6156",
+  howpublished="RFC 6156 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6156.txt",
+}
+
+ at misc{rfc6157,
+  author="G. Camarillo and K. El Malki and V. Gurbani",
+  title="{IPv6 Transition in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6157",
+  howpublished="RFC 6157 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6157.txt",
+}
+
+ at misc{rfc6158,
+  author="A. DeKok and G. Weber",
+  title="{RADIUS Design Guidelines}",
+  series="Request for Comments",
+  number="6158",
+  howpublished="RFC 6158 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Updated by RFCs 6929, 8044",
+  url="http://www.ietf.org/rfc/rfc6158.txt",
+}
+
+ at misc{rfc6159,
+  author="T. Tsou and G. Zorn and T. Taylor",
+  title="{Session-Specific Explicit Diameter Request Routing}",
+  series="Request for Comments",
+  number="6159",
+  howpublished="RFC 6159 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6159.txt",
+}
+
+ at misc{rfc6160,
+  author="S. Turner",
+  title="{Algorithms for Cryptographic Message Syntax (CMS) Protection of Symmetric Key Package Content Types}",
+  series="Request for Comments",
+  number="6160",
+  howpublished="RFC 6160 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6160.txt",
+}
+
+ at misc{rfc6161,
+  author="S. Turner",
+  title="{Elliptic Curve Algorithms for Cryptographic Message Syntax (CMS) Encrypted Key Package Content Type}",
+  series="Request for Comments",
+  number="6161",
+  howpublished="RFC 6161 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6161.txt",
+}
+
+ at misc{rfc6162,
+  author="S. Turner",
+  title="{Elliptic Curve Algorithms for Cryptographic Message Syntax (CMS) Asymmetric Key Package Content Type}",
+  series="Request for Comments",
+  number="6162",
+  howpublished="RFC 6162 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6162.txt",
+}
+
+ at misc{rfc6163,
+  author="Y. Lee and G. Bernstein and W. Imajuku",
+  title="{Framework for GMPLS and Path Computation Element (PCE) Control of Wavelength Switched Optical Networks (WSONs)}",
+  series="Request for Comments",
+  number="6163",
+  howpublished="RFC 6163 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6163.txt",
+}
+
+ at misc{rfc6164,
+  author="M. Kohno and B. Nitzan and R. Bush and Y. Matsuzaki and L. Colitti and T. Narten",
+  title="{Using 127-Bit IPv6 Prefixes on Inter-Router Links}",
+  series="Request for Comments",
+  number="6164",
+  howpublished="RFC 6164 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Updated by RFC 6547",
+  url="http://www.ietf.org/rfc/rfc6164.txt",
+}
+
+ at misc{rfc6165,
+  author="A. Banerjee and D. Ward",
+  title="{Extensions to IS-IS for Layer-2 Systems}",
+  series="Request for Comments",
+  number="6165",
+  howpublished="RFC 6165 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6165.txt",
+}
+
+ at misc{rfc6166,
+  author="S. Venaas",
+  title="{A Registry for PIM Message Types}",
+  series="Request for Comments",
+  number="6166",
+  howpublished="RFC 6166 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6166.txt",
+}
+
+ at misc{rfc6167,
+  author="M. Phillips and P. Adams and D. Rokicki and E. Johnson",
+  title="{URI Scheme for Java(tm) Message Service 1.0}",
+  series="Request for Comments",
+  number="6167",
+  howpublished="RFC 6167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6167.txt",
+}
+
+ at misc{rfc6168,
+  author="W. Hardaker",
+  title="{Requirements for Management of Name Servers for the DNS}",
+  series="Request for Comments",
+  number="6168",
+  howpublished="RFC 6168 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6168.txt",
+}
+
+ at misc{rfc6169,
+  author="S. Krishnan and D. Thaler and J. Hoagland",
+  title="{Security Concerns with IP Tunneling}",
+  series="Request for Comments",
+  number="6169",
+  howpublished="RFC 6169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6169.txt",
+}
+
+ at misc{rfc6170,
+  author="S. Santesson and R. Housley and S. Bajaj and L. Rosenthol",
+  title="{Internet X.509 Public Key Infrastructure -- Certificate Image}",
+  series="Request for Comments",
+  number="6170",
+  howpublished="RFC 6170 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6170.txt",
+}
+
+ at misc{rfc6171,
+  author="K. Zeilenga",
+  title="{The Lightweight Directory Access Protocol (LDAP) Don't Use Copy Control}",
+  series="Request for Comments",
+  number="6171",
+  howpublished="RFC 6171 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6171.txt",
+}
+
+ at misc{rfc6172,
+  author="D. Black and D. Peterson",
+  title="{Deprecation of the Internet Fibre Channel Protocol (iFCP) Address Translation Mode}",
+  series="Request for Comments",
+  number="6172",
+  howpublished="RFC 6172 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6172.txt",
+}
+
+ at misc{rfc6173,
+  author="P. Venkatesen",
+  title="{Definitions of Managed Objects for the Internet Fibre Channel Protocol (iFCP)}",
+  series="Request for Comments",
+  number="6173",
+  howpublished="RFC 6173 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6173.txt",
+}
+
+ at misc{rfc6174,
+  author="E. Juskevicius",
+  title="{Definition of IETF Working Group Document States}",
+  series="Request for Comments",
+  number="6174",
+  howpublished="RFC 6174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6174.txt",
+}
+
+ at misc{rfc6175,
+  author="E. Juskevicius",
+  title="{Requirements to Extend the Datatracker for IETF Working Group Chairs and Authors}",
+  series="Request for Comments",
+  number="6175",
+  howpublished="RFC 6175 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6175.txt",
+}
+
+ at misc{rfc6176,
+  author="S. Turner and T. Polk",
+  title="{Prohibiting Secure Sockets Layer (SSL) Version 2.0}",
+  series="Request for Comments",
+  number="6176",
+  howpublished="RFC 6176 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6176.txt",
+}
+
+ at misc{rfc6177,
+  author="T. Narten and G. Huston and L. Roberts",
+  title="{IPv6 Address Assignment to End Sites}",
+  series="Request for Comments",
+  number="6177",
+  howpublished="RFC 6177 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6177.txt",
+}
+
+ at misc{rfc6178,
+  author="D. Smith and J. Mullooly and W. Jaeger and T. Scholl",
+  title="{Label Edge Router Forwarding of IPv4 Option Packets}",
+  series="Request for Comments",
+  number="6178",
+  howpublished="RFC 6178 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6178.txt",
+}
+
+ at misc{rfc6179,
+  author="F. Templin",
+  title="{The Internet Routing Overlay Network (IRON)}",
+  series="Request for Comments",
+  number="6179",
+  howpublished="RFC 6179 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6179.txt",
+}
+
+ at misc{rfc6180,
+  author="J. Arkko and F. Baker",
+  title="{Guidelines for Using IPv6 Transition Mechanisms during IPv6 Deployment}",
+  series="Request for Comments",
+  number="6180",
+  howpublished="RFC 6180 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6180.txt",
+}
+
+ at misc{rfc6181,
+  author="M. Bagnulo",
+  title="{Threat Analysis for TCP Extensions for Multipath Operation with Multiple Addresses}",
+  series="Request for Comments",
+  number="6181",
+  howpublished="RFC 6181 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6181.txt",
+}
+
+ at misc{rfc6182,
+  author="A. Ford and C. Raiciu and M. Handley and S. Barre and J. Iyengar",
+  title="{Architectural Guidelines for Multipath TCP Development}",
+  series="Request for Comments",
+  number="6182",
+  howpublished="RFC 6182 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6182.txt",
+}
+
+ at misc{rfc6183,
+  author="A. Kobayashi and B. Claise and G. Muenz and K. Ishibashi",
+  title="{IP Flow Information Export (IPFIX) Mediation: Framework}",
+  series="Request for Comments",
+  number="6183",
+  howpublished="RFC 6183 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6183.txt",
+}
+
+ at misc{rfc6184,
+  author="Y.-K. Wang and R. Even and T. Kristensen and R. Jesup",
+  title="{RTP Payload Format for H.264 Video}",
+  series="Request for Comments",
+  number="6184",
+  howpublished="RFC 6184 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6184.txt",
+}
+
+ at misc{rfc6185,
+  author="T. Kristensen and P. Luthi",
+  title="{RTP Payload Format for H.264 Reduced-Complexity Decoding Operation (RCDO) Video}",
+  series="Request for Comments",
+  number="6185",
+  howpublished="RFC 6185 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6185.txt",
+}
+
+ at misc{rfc6186,
+  author="C. Daboo",
+  title="{Use of SRV Records for Locating Email Submission/Access Services}",
+  series="Request for Comments",
+  number="6186",
+  howpublished="RFC 6186 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6186.txt",
+}
+
+ at misc{rfc6187,
+  author="K. Igoe and D. Stebila",
+  title="{X.509v3 Certificates for Secure Shell Authentication}",
+  series="Request for Comments",
+  number="6187",
+  howpublished="RFC 6187 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6187.txt",
+}
+
+ at misc{rfc6188,
+  author="D. McGrew",
+  title="{The Use of AES-192 and AES-256 in Secure RTP}",
+  series="Request for Comments",
+  number="6188",
+  howpublished="RFC 6188 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6188.txt",
+}
+
+ at misc{rfc6189,
+  author="P. Zimmermann and A. Johnston and J. Callas",
+  title="{ZRTP: Media Path Key Agreement for Unicast Secure RTP}",
+  series="Request for Comments",
+  number="6189",
+  howpublished="RFC 6189 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6189.txt",
+}
+
+ at misc{rfc6190,
+  author="S. Wenger and Y.-K. Wang and T. Schierl and A. Eleftheriadis",
+  title="{RTP Payload Format for Scalable Video Coding}",
+  series="Request for Comments",
+  number="6190",
+  howpublished="RFC 6190 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6190.txt",
+}
+
+ at misc{rfc6191,
+  author="F. Gont",
+  title="{Reducing the TIME-WAIT State Using TCP Timestamps}",
+  series="Request for Comments",
+  number="6191",
+  howpublished="RFC 6191 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6191.txt",
+}
+
+ at misc{rfc6192,
+  author="D. Dugal and C. Pignataro and R. Dunn",
+  title="{Protecting the Router Control Plane}",
+  series="Request for Comments",
+  number="6192",
+  howpublished="RFC 6192 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6192.txt",
+}
+
+ at misc{rfc6193,
+  author="M. Saito and D. Wing and M. Toyama",
+  title="{Media Description for the Internet Key Exchange Protocol (IKE) in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="6193",
+  howpublished="RFC 6193 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6193.txt",
+}
+
+ at misc{rfc6194,
+  author="T. Polk and L. Chen and S. Turner and P. Hoffman",
+  title="{Security Considerations for the SHA-0 and SHA-1 Message-Digest Algorithms}",
+  series="Request for Comments",
+  number="6194",
+  howpublished="RFC 6194 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6194.txt",
+}
+
+ at misc{rfc6195,
+  author="D. Eastlake 3rd",
+  title="{Domain Name System (DNS) IANA Considerations}",
+  series="Request for Comments",
+  number="6195",
+  howpublished="RFC 6195 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Obsoleted by RFC 6895",
+  url="http://www.ietf.org/rfc/rfc6195.txt",
+}
+
+ at misc{rfc6196,
+  author="A. Melnikov",
+  title="{Moving mailserver: URI Scheme to Historic}",
+  series="Request for Comments",
+  number="6196",
+  howpublished="RFC 6196 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6196.txt",
+}
+
+ at misc{rfc6197,
+  author="K. Wolf",
+  title="{Location-to-Service Translation (LoST) Service List Boundary Extension}",
+  series="Request for Comments",
+  number="6197",
+  howpublished="RFC 6197 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6197.txt",
+}
+
+ at misc{rfc6198,
+  author="B. Decraene and P. Francois and C. Pelsser and Z. Ahmad and A.J. Elizondo Armengol and T. Takeda",
+  title="{Requirements for the Graceful Shutdown of BGP Sessions}",
+  series="Request for Comments",
+  number="6198",
+  howpublished="RFC 6198 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6198.txt",
+}
+
+ at misc{rfc6201,
+  author="R. Asati and C. Pignataro and F. Calabria and C. Olvera",
+  title="{Device Reset Characterization}",
+  series="Request for Comments",
+  number="6201",
+  howpublished="RFC 6201 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6201.txt",
+}
+
+ at misc{rfc6202,
+  author="S. Loreto and P. Saint-Andre and S. Salsano and G. Wilkins",
+  title="{Known Issues and Best Practices for the Use of Long Polling and Streaming in Bidirectional HTTP}",
+  series="Request for Comments",
+  number="6202",
+  howpublished="RFC 6202 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6202.txt",
+}
+
+ at misc{rfc6203,
+  author="T. Sirainen",
+  title="{IMAP4 Extension for Fuzzy Search}",
+  series="Request for Comments",
+  number="6203",
+  howpublished="RFC 6203 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6203.txt",
+}
+
+ at misc{rfc6204,
+  author="H. Singh and W. Beebee and C. Donley and B. Stark and O. Troan",
+  title="{Basic Requirements for IPv6 Customer Edge Routers}",
+  series="Request for Comments",
+  number="6204",
+  howpublished="RFC 6204 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Obsoleted by RFC 7084",
+  url="http://www.ietf.org/rfc/rfc6204.txt",
+}
+
+ at misc{rfc6205,
+  author="T. Otani and D. Li",
+  title="{Generalized Labels for Lambda-Switch-Capable (LSC) Label Switching Routers}",
+  series="Request for Comments",
+  number="6205",
+  howpublished="RFC 6205 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    note="Updated by RFC 7699",
+  url="http://www.ietf.org/rfc/rfc6205.txt",
+}
+
+ at misc{rfc6206,
+  author="P. Levis and T. Clausen and J. Hui and O. Gnawali and J. Ko",
+  title="{The Trickle Algorithm}",
+  series="Request for Comments",
+  number="6206",
+  howpublished="RFC 6206 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6206.txt",
+}
+
+ at misc{rfc6207,
+  author="R. Denenberg",
+  title="{The Media Types application/mods+xml, application/mads+xml, application/mets+xml, application/marcxml+xml, and application/sru+xml}",
+  series="Request for Comments",
+  number="6207",
+  howpublished="RFC 6207 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6207.txt",
+}
+
+ at misc{rfc6208,
+  author="K. Sankar and A. Jones",
+  title="{Cloud Data Management Interface (CDMI) Media Types}",
+  series="Request for Comments",
+  number="6208",
+  howpublished="RFC 6208 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6208.txt",
+}
+
+ at misc{rfc6209,
+  author="W. Kim and J. Lee and J. Park and D. Kwon",
+  title="{Addition of the ARIA Cipher Suites to Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="6209",
+  howpublished="RFC 6209 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6209.txt",
+}
+
+ at misc{rfc6210,
+  author="J. Schaad",
+  title="{Experiment: Hash Functions with Parameters in the Cryptographic Message Syntax (CMS) and S/MIME}",
+  series="Request for Comments",
+  number="6210",
+  howpublished="RFC 6210 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6210.txt",
+}
+
+ at misc{rfc6211,
+  author="J. Schaad",
+  title="{Cryptographic Message Syntax (CMS) Algorithm Identifier Protection Attribute}",
+  series="Request for Comments",
+  number="6211",
+  howpublished="RFC 6211 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6211.txt",
+}
+
+ at misc{rfc6212,
+  author="M. Kucherawy",
+  title="{Authentication-Results Registration for Vouch by Reference Results}",
+  series="Request for Comments",
+  number="6212",
+  howpublished="RFC 6212 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6212.txt",
+}
+
+ at misc{rfc6213,
+  author="C. Hopps and L. Ginsberg",
+  title="{IS-IS BFD-Enabled TLV}",
+  series="Request for Comments",
+  number="6213",
+  howpublished="RFC 6213 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6213.txt",
+}
+
+ at misc{rfc6214,
+  author="B. Carpenter and R. Hinden",
+  title="{Adaptation of RFC 1149 for IPv6}",
+  series="Request for Comments",
+  number="6214",
+  howpublished="RFC 6214 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6214.txt",
+}
+
+ at misc{rfc6215,
+  author="M. Bocci and L. Levrau and D. Frost",
+  title="{MPLS Transport Profile User-to-Network and Network-to-Network Interfaces}",
+  series="Request for Comments",
+  number="6215",
+  howpublished="RFC 6215 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6215.txt",
+}
+
+ at misc{rfc6216,
+  author="C. Jennings and K. Ono and R. Sparks and B. Hibbard",
+  title="{Example Call Flows Using Session Initiation Protocol (SIP) Security Mechanisms}",
+  series="Request for Comments",
+  number="6216",
+  howpublished="RFC 6216 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6216.txt",
+}
+
+ at misc{rfc6217,
+  author="T. Ritter",
+  title="{Regional Broadcast Using an Atmospheric Link Layer}",
+  series="Request for Comments",
+  number="6217",
+  howpublished="RFC 6217 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6217.txt",
+}
+
+ at misc{rfc6218,
+  author="G. Zorn and T. Zhang and J. Walker and J. Salowey",
+  title="{Cisco Vendor-Specific RADIUS Attributes for the Delivery of Keying Material}",
+  series="Request for Comments",
+  number="6218",
+  howpublished="RFC 6218 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6218.txt",
+}
+
+ at misc{rfc6219,
+  author="X. Li and C. Bao and M. Chen and H. Zhang and J. Wu",
+  title="{The China Education and Research Network (CERNET) IVI Translation Design and Deployment for the IPv4/IPv6 Coexistence and Transition}",
+  series="Request for Comments",
+  number="6219",
+  howpublished="RFC 6219 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6219.txt",
+}
+
+ at misc{rfc6220,
+  author="D. McPherson and O. Kolkman and J. Klensin and G. Huston and Internet Architecture Board",
+  title="{Defining the Role and Function of IETF Protocol Parameter Registry Operators}",
+  series="Request for Comments",
+  number="6220",
+  howpublished="RFC 6220 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6220.txt",
+}
+
+ at misc{rfc6221,
+  author="D. Miles and S. Ooghe and W. Dec and S. Krishnan and A. Kavanagh",
+  title="{Lightweight DHCPv6 Relay Agent}",
+  series="Request for Comments",
+  number="6221",
+  howpublished="RFC 6221 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6221.txt",
+}
+
+ at misc{rfc6222,
+  author="A. Begen and C. Perkins and D. Wing",
+  title="{Guidelines for Choosing RTP Control Protocol (RTCP) Canonical Names (CNAMEs)}",
+  series="Request for Comments",
+  number="6222",
+  howpublished="RFC 6222 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    note="Obsoleted by RFC 7022",
+  url="http://www.ietf.org/rfc/rfc6222.txt",
+}
+
+ at misc{rfc6223,
+  author="C. Holmberg",
+  title="{Indication of Support for Keep-Alive}",
+  series="Request for Comments",
+  number="6223",
+  howpublished="RFC 6223 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6223.txt",
+}
+
+ at misc{rfc6224,
+  author="T. Schmidt and M. Waehlisch and S. Krishnan",
+  title="{Base Deployment for Multicast Listener Support in Proxy Mobile IPv6 (PMIPv6) Domains}",
+  series="Request for Comments",
+  number="6224",
+  howpublished="RFC 6224 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6224.txt",
+}
+
+ at misc{rfc6225,
+  author="J. Polk and M. Linsner and M. Thomson and B. Aboba",
+  title="{Dynamic Host Configuration Protocol Options for Coordinate-Based Location Configuration Information}",
+  series="Request for Comments",
+  number="6225",
+  howpublished="RFC 6225 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6225.txt",
+}
+
+ at misc{rfc6226,
+  author="B. Joshi and A. Kessler and D. McWalter",
+  title="{PIM Group-to-Rendezvous-Point Mapping}",
+  series="Request for Comments",
+  number="6226",
+  howpublished="RFC 6226 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6226.txt",
+}
+
+ at misc{rfc6227,
+  author="T. Li",
+  title="{Design Goals for Scalable Internet Routing}",
+  series="Request for Comments",
+  number="6227",
+  howpublished="RFC 6227 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6227.txt",
+}
+
+ at misc{rfc6228,
+  author="C. Holmberg",
+  title="{Session Initiation Protocol (SIP) Response Code for Indication of Terminated Dialog}",
+  series="Request for Comments",
+  number="6228",
+  howpublished="RFC 6228 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6228.txt",
+}
+
+ at misc{rfc6229,
+  author="J. Strombergson and S. Josefsson",
+  title="{Test Vectors for the Stream Cipher RC4}",
+  series="Request for Comments",
+  number="6229",
+  howpublished="RFC 6229 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6229.txt",
+}
+
+ at misc{rfc6230,
+  author="C. Boulton and T. Melanchuk and S. McGlashan",
+  title="{Media Control Channel Framework}",
+  series="Request for Comments",
+  number="6230",
+  howpublished="RFC 6230 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6230.txt",
+}
+
+ at misc{rfc6231,
+  author="S. McGlashan and T. Melanchuk and C. Boulton",
+  title="{An Interactive Voice Response (IVR) Control Package for the Media Control Channel Framework}",
+  series="Request for Comments",
+  number="6231",
+  howpublished="RFC 6231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    note="Updated by RFC 6623",
+  url="http://www.ietf.org/rfc/rfc6231.txt",
+}
+
+ at misc{rfc6232,
+  author="F. Wei and Y. Qin and Z. Li and T. Li and J. Dong",
+  title="{Purge Originator Identification TLV for IS-IS}",
+  series="Request for Comments",
+  number="6232",
+  howpublished="RFC 6232 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6232.txt",
+}
+
+ at misc{rfc6233,
+  author="T. Li and L. Ginsberg",
+  title="{IS-IS Registry Extension for Purges}",
+  series="Request for Comments",
+  number="6233",
+  howpublished="RFC 6233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6233.txt",
+}
+
+ at misc{rfc6234,
+  author="D. Eastlake 3rd and T. Hansen",
+  title="{US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)}",
+  series="Request for Comments",
+  number="6234",
+  howpublished="RFC 6234 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6234.txt",
+}
+
+ at misc{rfc6235,
+  author="E. Boschi and B. Trammell",
+  title="{IP Flow Anonymization Support}",
+  series="Request for Comments",
+  number="6235",
+  howpublished="RFC 6235 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6235.txt",
+}
+
+ at misc{rfc6236,
+  author="I. Johansson and K. Jung",
+  title="{Negotiation of Generic Image Attributes in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="6236",
+  howpublished="RFC 6236 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6236.txt",
+}
+
+ at misc{rfc6237,
+  author="B. Leiba and A. Melnikov",
+  title="{IMAP4 Multimailbox SEARCH Extension}",
+  series="Request for Comments",
+  number="6237",
+  howpublished="RFC 6237 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    note="Obsoleted by RFC 7377",
+  url="http://www.ietf.org/rfc/rfc6237.txt",
+}
+
+ at misc{rfc6238,
+  author="D. M'Raihi and S. Machani and M. Pei and J. Rydell",
+  title="{TOTP: Time-Based One-Time Password Algorithm}",
+  series="Request for Comments",
+  number="6238",
+  howpublished="RFC 6238 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6238.txt",
+}
+
+ at misc{rfc6239,
+  author="K. Igoe",
+  title="{Suite B Cryptographic Suites for Secure Shell (SSH)}",
+  series="Request for Comments",
+  number="6239",
+  howpublished="RFC 6239 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6239.txt",
+}
+
+ at misc{rfc6240,
+  author="D. Zelig and R. Cohen and T. Nadeau",
+  title="{Synchronous Optical Network/Synchronous Digital Hierarchy (SONET/SDH) Circuit Emulation over Packet (CEP) MIB Using SMIv2}",
+  series="Request for Comments",
+  number="6240",
+  howpublished="RFC 6240 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6240.txt",
+}
+
+ at misc{rfc6241,
+  author="R. Enns and M. Bjorklund and J. Schoenwaelder and A. Bierman",
+  title="{Network Configuration Protocol (NETCONF)}",
+  series="Request for Comments",
+  number="6241",
+  howpublished="RFC 6241 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    note="Updated by RFC 7803",
+  url="http://www.ietf.org/rfc/rfc6241.txt",
+}
+
+ at misc{rfc6242,
+  author="M. Wasserman",
+  title="{Using the NETCONF Protocol over Secure Shell (SSH)}",
+  series="Request for Comments",
+  number="6242",
+  howpublished="RFC 6242 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6242.txt",
+}
+
+ at misc{rfc6243,
+  author="A. Bierman and B. Lengyel",
+  title="{With-defaults Capability for NETCONF}",
+  series="Request for Comments",
+  number="6243",
+  howpublished="RFC 6243 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6243.txt",
+}
+
+ at misc{rfc6244,
+  author="P. Shafer",
+  title="{An Architecture for Network Management Using NETCONF and YANG}",
+  series="Request for Comments",
+  number="6244",
+  howpublished="RFC 6244 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6244.txt",
+}
+
+ at misc{rfc6245,
+  author="P. Yegani and K. Leung and A. Lior and K. Chowdhury and J. Navali",
+  title="{Generic Routing Encapsulation (GRE) Key Extension for Mobile IPv4}",
+  series="Request for Comments",
+  number="6245",
+  howpublished="RFC 6245 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6245.txt",
+}
+
+ at misc{rfc6246,
+  author="A. Sajassi and F. Brockners and D. Mohan and Y. Serbest",
+  title="{Virtual Private LAN Service (VPLS) Interoperability with Customer Edge (CE) Bridges}",
+  series="Request for Comments",
+  number="6246",
+  howpublished="RFC 6246 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6246.txt",
+}
+
+ at misc{rfc6247,
+  author="L. Eggert",
+  title="{Moving the Undeployed TCP Extensions RFC 1072, RFC 1106, RFC 1110, RFC 1145, RFC 1146, RFC 1379, RFC 1644, and RFC 1693 to Historic Status}",
+  series="Request for Comments",
+  number="6247",
+  howpublished="RFC 6247 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6247.txt",
+}
+
+ at misc{rfc6248,
+  author="A. Morton",
+  title="{RFC 4148 and the IP Performance Metrics (IPPM) Registry of Metrics Are Obsolete}",
+  series="Request for Comments",
+  number="6248",
+  howpublished="RFC 6248 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6248.txt",
+}
+
+ at misc{rfc6249,
+  author="A. Bryan and N. McNab and T. Tsujikawa and P. Poeml and H. Nordstrom",
+  title="{Metalink/HTTP: Mirrors and Hashes}",
+  series="Request for Comments",
+  number="6249",
+  howpublished="RFC 6249 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6249.txt",
+}
+
+ at misc{rfc6250,
+  author="D. Thaler",
+  title="{Evolution of the IP Model}",
+  series="Request for Comments",
+  number="6250",
+  howpublished="RFC 6250 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6250.txt",
+}
+
+ at misc{rfc6251,
+  author="S. Josefsson",
+  title="{Using Kerberos Version 5 over the Transport Layer Security (TLS) Protocol}",
+  series="Request for Comments",
+  number="6251",
+  howpublished="RFC 6251 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6251.txt",
+}
+
+ at misc{rfc6252,
+  author="A. Dutta and V. Fajardo and Y. Ohba and K. Taniuchi and H. Schulzrinne",
+  title="{A Framework of Media-Independent Pre-Authentication (MPA) for Inter-Domain Handover Optimization}",
+  series="Request for Comments",
+  number="6252",
+  howpublished="RFC 6252 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6252.txt",
+}
+
+ at misc{rfc6253,
+  author="T. Heer and S. Varjonen",
+  title="{Host Identity Protocol Certificates}",
+  series="Request for Comments",
+  number="6253",
+  howpublished="RFC 6253 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    note="Obsoleted by RFC 8002",
+  url="http://www.ietf.org/rfc/rfc6253.txt",
+}
+
+ at misc{rfc6254,
+  author="M. McFadden",
+  title="{Request to Move RFC 2754 to Historic Status}",
+  series="Request for Comments",
+  number="6254",
+  howpublished="RFC 6254 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6254.txt",
+}
+
+ at misc{rfc6255,
+  author="M. Blanchet",
+  title="{Delay-Tolerant Networking Bundle Protocol IANA Registries}",
+  series="Request for Comments",
+  number="6255",
+  howpublished="RFC 6255 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6255.txt",
+}
+
+ at misc{rfc6256,
+  author="W. Eddy and E. Davies",
+  title="{Using Self-Delimiting Numeric Values in Protocols}",
+  series="Request for Comments",
+  number="6256",
+  howpublished="RFC 6256 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6256.txt",
+}
+
+ at misc{rfc6257,
+  author="S. Symington and S. Farrell and H. Weiss and P. Lovell",
+  title="{Bundle Security Protocol Specification}",
+  series="Request for Comments",
+  number="6257",
+  howpublished="RFC 6257 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6257.txt",
+}
+
+ at misc{rfc6258,
+  author="S. Symington",
+  title="{Delay-Tolerant Networking Metadata Extension Block}",
+  series="Request for Comments",
+  number="6258",
+  howpublished="RFC 6258 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6258.txt",
+}
+
+ at misc{rfc6259,
+  author="S. Symington",
+  title="{Delay-Tolerant Networking Previous-Hop Insertion Block}",
+  series="Request for Comments",
+  number="6259",
+  howpublished="RFC 6259 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6259.txt",
+}
+
+ at misc{rfc6260,
+  author="S. Burleigh",
+  title="{Compressed Bundle Header Encoding (CBHE)}",
+  series="Request for Comments",
+  number="6260",
+  howpublished="RFC 6260 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6260.txt",
+}
+
+ at misc{rfc6261,
+  author="A. Keranen",
+  title="{Encrypted Signaling Transport Modes for the Host Identity Protocol}",
+  series="Request for Comments",
+  number="6261",
+  howpublished="RFC 6261 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6261.txt",
+}
+
+ at misc{rfc6262,
+  author="S. Ikonin",
+  title="{RTP Payload Format for IP-MR Speech Codec}",
+  series="Request for Comments",
+  number="6262",
+  howpublished="RFC 6262 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6262.txt",
+}
+
+ at misc{rfc6263,
+  author="X. Marjou and A. Sollaud",
+  title="{Application Mechanism for Keeping Alive the NAT Mappings Associated with RTP / RTP Control Protocol (RTCP) Flows}",
+  series="Request for Comments",
+  number="6263",
+  howpublished="RFC 6263 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6263.txt",
+}
+
+ at misc{rfc6264,
+  author="S. Jiang and D. Guo and B. Carpenter",
+  title="{An Incremental Carrier-Grade NAT (CGN) for IPv6 Transition}",
+  series="Request for Comments",
+  number="6264",
+  howpublished="RFC 6264 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6264.txt",
+}
+
+ at misc{rfc6265,
+  author="A. Barth",
+  title="{HTTP State Management Mechanism}",
+  series="Request for Comments",
+  number="6265",
+  howpublished="RFC 6265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6265.txt",
+}
+
+ at misc{rfc6266,
+  author="J. Reschke",
+  title="{Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)}",
+  series="Request for Comments",
+  number="6266",
+  howpublished="RFC 6266 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6266.txt",
+}
+
+ at misc{rfc6267,
+  author="V. Cakulev and G. Sundaram",
+  title="{MIKEY-IBAKE: Identity-Based Authenticated Key Exchange (IBAKE) Mode of Key Distribution in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="6267",
+  howpublished="RFC 6267 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6267.txt",
+}
+
+ at misc{rfc6268,
+  author="J. Schaad and S. Turner",
+  title="{Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)}",
+  series="Request for Comments",
+  number="6268",
+  howpublished="RFC 6268 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6268.txt",
+}
+
+ at misc{rfc6269,
+  author="M. Ford and M. Boucadair and A. Durand and P. Levis and P. Roberts",
+  title="{Issues with IP Address Sharing}",
+  series="Request for Comments",
+  number="6269",
+  howpublished="RFC 6269 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6269.txt",
+}
+
+ at misc{rfc6270,
+  author="M. Yevstifeyev",
+  title="{The 'tn3270' URI Scheme}",
+  series="Request for Comments",
+  number="6270",
+  howpublished="RFC 6270 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6270.txt",
+}
+
+ at misc{rfc6271,
+  author="J-F. Mule",
+  title="{Requirements for SIP-Based Session Peering}",
+  series="Request for Comments",
+  number="6271",
+  howpublished="RFC 6271 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6271.txt",
+}
+
+ at misc{rfc6272,
+  author="F. Baker and D. Meyer",
+  title="{Internet Protocols for the Smart Grid}",
+  series="Request for Comments",
+  number="6272",
+  howpublished="RFC 6272 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6272.txt",
+}
+
+ at misc{rfc6273,
+  author="A. Kukec and S. Krishnan and S. Jiang",
+  title="{The Secure Neighbor Discovery (SEND) Hash Threat Analysis}",
+  series="Request for Comments",
+  number="6273",
+  howpublished="RFC 6273 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6273.txt",
+}
+
+ at misc{rfc6274,
+  author="F. Gont",
+  title="{Security Assessment of the Internet Protocol Version 4}",
+  series="Request for Comments",
+  number="6274",
+  howpublished="RFC 6274 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6274.txt",
+}
+
+ at misc{rfc6275,
+  author="C. Perkins and D. Johnson and J. Arkko",
+  title="{Mobility Support in IPv6}",
+  series="Request for Comments",
+  number="6275",
+  howpublished="RFC 6275 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6275.txt",
+}
+
+ at misc{rfc6276,
+  author="R. Droms and P. Thubert and F. Dupont and W. Haddad and C. Bernardos",
+  title="{DHCPv6 Prefix Delegation for Network Mobility (NEMO)}",
+  series="Request for Comments",
+  number="6276",
+  howpublished="RFC 6276 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6276.txt",
+}
+
+ at misc{rfc6277,
+  author="S. Santesson and P. Hallam-Baker",
+  title="{Online Certificate Status Protocol Algorithm Agility}",
+  series="Request for Comments",
+  number="6277",
+  howpublished="RFC 6277 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    note="Obsoleted by RFC 6960",
+  url="http://www.ietf.org/rfc/rfc6277.txt",
+}
+
+ at misc{rfc6278,
+  author="J. Herzog and R. Khazan",
+  title="{Use of Static-Static Elliptic Curve Diffie-Hellman Key Agreement in Cryptographic Message Syntax}",
+  series="Request for Comments",
+  number="6278",
+  howpublished="RFC 6278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6278.txt",
+}
+
+ at misc{rfc6279,
+  author="M. Liebsch and S. Jeong and Q. Wu",
+  title="{Proxy Mobile IPv6 (PMIPv6) Localized Routing Problem Statement}",
+  series="Request for Comments",
+  number="6279",
+  howpublished="RFC 6279 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6279.txt",
+}
+
+ at misc{rfc6280,
+  author="R. Barnes and M. Lepinski and A. Cooper and J. Morris and H. Tschofenig and H. Schulzrinne",
+  title="{An Architecture for Location and Location Privacy in Internet Applications}",
+  series="Request for Comments",
+  number="6280",
+  howpublished="RFC 6280 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6280.txt",
+}
+
+ at misc{rfc6281,
+  author="S. Cheshire and Z. Zhu and R. Wakikawa and L. Zhang",
+  title="{Understanding Apple's Back to My Mac (BTMM) Service}",
+  series="Request for Comments",
+  number="6281",
+  howpublished="RFC 6281 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6281.txt",
+}
+
+ at misc{rfc6282,
+  author="J. Hui and P. Thubert",
+  title="{Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks}",
+  series="Request for Comments",
+  number="6282",
+  howpublished="RFC 6282 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    note="Updated by RFC 8066",
+  url="http://www.ietf.org/rfc/rfc6282.txt",
+}
+
+ at misc{rfc6283,
+  author="A. Jerman Blazic and S. Saljic and T. Gondrom",
+  title="{Extensible Markup Language Evidence Record Syntax (XMLERS)}",
+  series="Request for Comments",
+  number="6283",
+  howpublished="RFC 6283 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6283.txt",
+}
+
+ at misc{rfc6284,
+  author="A. Begen and D. Wing and T. Van Caenegem",
+  title="{Port Mapping between Unicast and Multicast RTP Sessions}",
+  series="Request for Comments",
+  number="6284",
+  howpublished="RFC 6284 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6284.txt",
+}
+
+ at misc{rfc6285,
+  author="B. Ver Steeg and A. Begen and T. Van Caenegem and Z. Vax",
+  title="{Unicast-Based Rapid Acquisition of Multicast RTP Sessions}",
+  series="Request for Comments",
+  number="6285",
+  howpublished="RFC 6285 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6285.txt",
+}
+
+ at misc{rfc6286,
+  author="E. Chen and J. Yuan",
+  title="{Autonomous-System-Wide Unique BGP Identifier for BGP-4}",
+  series="Request for Comments",
+  number="6286",
+  howpublished="RFC 6286 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6286.txt",
+}
+
+ at misc{rfc6287,
+  author="D. M'Raihi and J. Rydell and S. Bajaj and S. Machani and D. Naccache",
+  title="{OCRA: OATH Challenge-Response Algorithm}",
+  series="Request for Comments",
+  number="6287",
+  howpublished="RFC 6287 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6287.txt",
+}
+
+ at misc{rfc6288,
+  author="C. Reed",
+  title="{URN Namespace for the Defence Geospatial Information Working Group (DGIWG)}",
+  series="Request for Comments",
+  number="6288",
+  howpublished="RFC 6288 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6288.txt",
+}
+
+ at misc{rfc6289,
+  author="E. Cardona and S. Channabasappa and J-F. Mule",
+  title="{A Uniform Resource Name (URN) Namespace for CableLabs}",
+  series="Request for Comments",
+  number="6289",
+  howpublished="RFC 6289 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6289.txt",
+}
+
+ at misc{rfc6290,
+  author="Y. Nir and D. Wierbowski and F. Detienne and P. Sethi",
+  title="{A Quick Crash Detection Method for the Internet Key Exchange Protocol (IKE)}",
+  series="Request for Comments",
+  number="6290",
+  howpublished="RFC 6290 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6290.txt",
+}
+
+ at misc{rfc6291,
+  author="L. Andersson and H. van Helvoort and R. Bonica and D. Romascanu and S. Mansfield",
+  title="{Guidelines for the Use of the "OAM" Acronym in the IETF}",
+  series="Request for Comments",
+  number="6291",
+  howpublished="RFC 6291 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6291.txt",
+}
+
+ at misc{rfc6292,
+  author="P. Hoffman",
+  title="{Requirements for a Working Group Charter Tool}",
+  series="Request for Comments",
+  number="6292",
+  howpublished="RFC 6292 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    note="Updated by RFC 6433",
+  url="http://www.ietf.org/rfc/rfc6292.txt",
+}
+
+ at misc{rfc6293,
+  author="P. Hoffman",
+  title="{Requirements for Internet-Draft Tracking by the IETF Community in the Datatracker}",
+  series="Request for Comments",
+  number="6293",
+  howpublished="RFC 6293 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6293.txt",
+}
+
+ at misc{rfc6294,
+  author="Q. Hu and B. Carpenter",
+  title="{Survey of Proposed Use Cases for the IPv6 Flow Label}",
+  series="Request for Comments",
+  number="6294",
+  howpublished="RFC 6294 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6294.txt",
+}
+
+ at misc{rfc6295,
+  author="J. Lazzaro and J. Wawrzynek",
+  title="{RTP Payload Format for MIDI}",
+  series="Request for Comments",
+  number="6295",
+  howpublished="RFC 6295 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6295.txt",
+}
+
+ at misc{rfc6296,
+  author="M. Wasserman and F. Baker",
+  title="{IPv6-to-IPv6 Network Prefix Translation}",
+  series="Request for Comments",
+  number="6296",
+  howpublished="RFC 6296 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6296.txt",
+}
+
+ at misc{rfc6297,
+  author="M. Welzl and D. Ros",
+  title="{A Survey of Lower-than-Best-Effort Transport Protocols}",
+  series="Request for Comments",
+  number="6297",
+  howpublished="RFC 6297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6297.txt",
+}
+
+ at misc{rfc6298,
+  author="V. Paxson and M. Allman and J. Chu and M. Sargent",
+  title="{Computing TCP's Retransmission Timer}",
+  series="Request for Comments",
+  number="6298",
+  howpublished="RFC 6298 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6298.txt",
+}
+
+ at misc{rfc6301,
+  author="Z. Zhu and R. Wakikawa and L. Zhang",
+  title="{A Survey of Mobility Support in the Internet}",
+  series="Request for Comments",
+  number="6301",
+  howpublished="RFC 6301 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6301.txt",
+}
+
+ at misc{rfc6302,
+  author="A. Durand and I. Gashinsky and D. Lee and S. Sheppard",
+  title="{Logging Recommendations for Internet-Facing Servers}",
+  series="Request for Comments",
+  number="6302",
+  howpublished="RFC 6302 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6302.txt",
+}
+
+ at misc{rfc6303,
+  author="M. Andrews",
+  title="{Locally Served DNS Zones}",
+  series="Request for Comments",
+  number="6303",
+  howpublished="RFC 6303 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6303.txt",
+}
+
+ at misc{rfc6304,
+  author="J. Abley and W. Maton",
+  title="{AS112 Nameserver Operations}",
+  series="Request for Comments",
+  number="6304",
+  howpublished="RFC 6304 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    note="Obsoleted by RFC 7534",
+  url="http://www.ietf.org/rfc/rfc6304.txt",
+}
+
+ at misc{rfc6305,
+  author="J. Abley and W. Maton",
+  title="{I'm Being Attacked by PRISONER.IANA.ORG!}",
+  series="Request for Comments",
+  number="6305",
+  howpublished="RFC 6305 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6305.txt",
+}
+
+ at misc{rfc6306,
+  author="P. Frejborg",
+  title="{Hierarchical IPv4 Framework}",
+  series="Request for Comments",
+  number="6306",
+  howpublished="RFC 6306 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6306.txt",
+}
+
+ at misc{rfc6307,
+  author="D. Black and L. Dunbar and M. Roth and R. Solomon",
+  title="{Encapsulation Methods for Transport of Fibre Channel Traffic over MPLS Networks}",
+  series="Request for Comments",
+  number="6307",
+  howpublished="RFC 6307 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6307.txt",
+}
+
+ at misc{rfc6308,
+  author="P. Savola",
+  title="{Overview of the Internet Multicast Addressing Architecture}",
+  series="Request for Comments",
+  number="6308",
+  howpublished="RFC 6308 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6308.txt",
+}
+
+ at misc{rfc6309,
+  author="J. Arkko and A. Keranen and J. Mattsson",
+  title="{IANA Rules for MIKEY (Multimedia Internet KEYing)}",
+  series="Request for Comments",
+  number="6309",
+  howpublished="RFC 6309 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6309.txt",
+}
+
+ at misc{rfc6310,
+  author="M. Aissaoui and P. Busschbach and L. Martini and M. Morrow and T. Nadeau and Y(J). Stein",
+  title="{Pseudowire (PW) Operations, Administration, and Maintenance (OAM) Message Mapping}",
+  series="Request for Comments",
+  number="6310",
+  howpublished="RFC 6310 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6310.txt",
+}
+
+ at misc{rfc6311,
+  author="R. Singh and G. Kalyani and Y. Nir and Y. Sheffer and D. Zhang",
+  title="{Protocol Support for High Availability of IKEv2/IPsec}",
+  series="Request for Comments",
+  number="6311",
+  howpublished="RFC 6311 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6311.txt",
+}
+
+ at misc{rfc6312,
+  author="R. Koodli",
+  title="{Mobile Networks Considerations for IPv6 Deployment}",
+  series="Request for Comments",
+  number="6312",
+  howpublished="RFC 6312 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    note="Obsoleted by RFC 6342",
+  url="http://www.ietf.org/rfc/rfc6312.txt",
+}
+
+ at misc{rfc6313,
+  author="B. Claise and G. Dhandapani and P. Aitken and S. Yates",
+  title="{Export of Structured Data in IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="6313",
+  howpublished="RFC 6313 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6313.txt",
+}
+
+ at misc{rfc6314,
+  author="C. Boulton and J. Rosenberg and G. Camarillo and F. Audet",
+  title="{NAT Traversal Practices for Client-Server SIP}",
+  series="Request for Comments",
+  number="6314",
+  howpublished="RFC 6314 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6314.txt",
+}
+
+ at misc{rfc6315,
+  author="E. Guy and K. Darilion",
+  title="{IANA Registration for Enumservice 'iax'}",
+  series="Request for Comments",
+  number="6315",
+  howpublished="RFC 6315 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6315.txt",
+}
+
+ at misc{rfc6316,
+  author="M. Komu and M. Bagnulo and K. Slavov and S. Sugimoto",
+  title="{Sockets Application Program Interface (API) for Multihoming Shim}",
+  series="Request for Comments",
+  number="6316",
+  howpublished="RFC 6316 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6316.txt",
+}
+
+ at misc{rfc6317,
+  author="M. Komu and T. Henderson",
+  title="{Basic Socket Interface Extensions for the Host Identity Protocol (HIP)}",
+  series="Request for Comments",
+  number="6317",
+  howpublished="RFC 6317 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6317.txt",
+}
+
+ at misc{rfc6318,
+  author="R. Housley and J. Solinas",
+  title="{Suite B in Secure/Multipurpose Internet Mail Extensions (S/MIME)}",
+  series="Request for Comments",
+  number="6318",
+  howpublished="RFC 6318 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6318.txt",
+}
+
+ at misc{rfc6319,
+  author="M. Azinger and L. Vegoda",
+  title="{Issues Associated with Designating Additional Private IPv4 Address Space}",
+  series="Request for Comments",
+  number="6319",
+  howpublished="RFC 6319 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6319.txt",
+}
+
+ at misc{rfc6320,
+  author="S. Wadhwa and J. Moisand and T. Haag and N. Voigt and T. Taylor",
+  title="{Protocol for Access Node Control Mechanism in Broadband Networks}",
+  series="Request for Comments",
+  number="6320",
+  howpublished="RFC 6320 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    note="Updated by RFC 7256",
+  url="http://www.ietf.org/rfc/rfc6320.txt",
+}
+
+ at misc{rfc6321,
+  author="C. Daboo and M. Douglass and S. Lees",
+  title="{xCal: The XML Format for iCalendar}",
+  series="Request for Comments",
+  number="6321",
+  howpublished="RFC 6321 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    note="Updated by RFCs 6868, 7529",
+  url="http://www.ietf.org/rfc/rfc6321.txt",
+}
+
+ at misc{rfc6322,
+  author="P. Hoffman",
+  title="{Datatracker States and Annotations for the IAB, IRTF, and Independent Submission Streams}",
+  series="Request for Comments",
+  number="6322",
+  howpublished="RFC 6322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6322.txt",
+}
+
+ at misc{rfc6323,
+  author="G. Renker and G. Fairhurst",
+  title="{Sender RTT Estimate Option for the Datagram Congestion Control Protocol (DCCP)}",
+  series="Request for Comments",
+  number="6323",
+  howpublished="RFC 6323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6323.txt",
+}
+
+ at misc{rfc6324,
+  author="G. Nakibly and F. Templin",
+  title="{Routing Loop Attack Using IPv6 Automatic Tunnels: Problem Statement and Proposed Mitigations}",
+  series="Request for Comments",
+  number="6324",
+  howpublished="RFC 6324 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6324.txt",
+}
+
+ at misc{rfc6325,
+  author="R. Perlman and D. Eastlake 3rd and D. Dutt and S. Gai and A. Ghanwani",
+  title="{Routing Bridges (RBridges): Base Protocol Specification}",
+  series="Request for Comments",
+  number="6325",
+  howpublished="RFC 6325 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    note="Updated by RFCs 6327, 6439, 7172, 7177, 7357, 7179, 7180, 7455, 7780, 7783",
+  url="http://www.ietf.org/rfc/rfc6325.txt",
+}
+
+ at misc{rfc6326,
+  author="D. Eastlake and A. Banerjee and D. Dutt and R. Perlman and A. Ghanwani",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Use of IS-IS}",
+  series="Request for Comments",
+  number="6326",
+  howpublished="RFC 6326 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    note="Obsoleted by RFC 7176",
+  url="http://www.ietf.org/rfc/rfc6326.txt",
+}
+
+ at misc{rfc6327,
+  author="D. Eastlake 3rd and R. Perlman and A. Ghanwani and D. Dutt and V. Manral",
+  title="{Routing Bridges (RBridges): Adjacency}",
+  series="Request for Comments",
+  number="6327",
+  howpublished="RFC 6327 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    note="Obsoleted by RFC 7177, updated by RFC 7180",
+  url="http://www.ietf.org/rfc/rfc6327.txt",
+}
+
+ at misc{rfc6328,
+  author="D. Eastlake 3rd",
+  title="{IANA Considerations for Network Layer Protocol Identifiers}",
+  series="Request for Comments",
+  number="6328",
+  howpublished="RFC 6328 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6328.txt",
+}
+
+ at misc{rfc6329,
+  author="D. Fedyk and P. Ashwood-Smith and D. Allan and A. Bragg and P. Unbehagen",
+  title="{IS-IS Extensions Supporting IEEE 802.1aq Shortest Path Bridging}",
+  series="Request for Comments",
+  number="6329",
+  howpublished="RFC 6329 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6329.txt",
+}
+
+ at misc{rfc6330,
+  author="M. Luby and A. Shokrollahi and M. Watson and T. Stockhammer and L. Minder",
+  title="{RaptorQ Forward Error Correction Scheme for Object Delivery}",
+  series="Request for Comments",
+  number="6330",
+  howpublished="RFC 6330 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6330.txt",
+}
+
+ at misc{rfc6331,
+  author="A. Melnikov",
+  title="{Moving DIGEST-MD5 to Historic}",
+  series="Request for Comments",
+  number="6331",
+  howpublished="RFC 6331 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6331.txt",
+}
+
+ at misc{rfc6332,
+  author="A. Begen and E. Friedrich",
+  title="{Multicast Acquisition Report Block Type for RTP Control Protocol (RTCP) Extended Reports (XRs)}",
+  series="Request for Comments",
+  number="6332",
+  howpublished="RFC 6332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6332.txt",
+}
+
+ at misc{rfc6333,
+  author="A. Durand and R. Droms and J. Woodyatt and Y. Lee",
+  title="{Dual-Stack Lite Broadband Deployments Following IPv4 Exhaustion}",
+  series="Request for Comments",
+  number="6333",
+  howpublished="RFC 6333 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    note="Updated by RFC 7335",
+  url="http://www.ietf.org/rfc/rfc6333.txt",
+}
+
+ at misc{rfc6334,
+  author="D. Hankins and T. Mrugalski",
+  title="{Dynamic Host Configuration Protocol for IPv6 (DHCPv6) Option for Dual-Stack Lite}",
+  series="Request for Comments",
+  number="6334",
+  howpublished="RFC 6334 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6334.txt",
+}
+
+ at misc{rfc6335,
+  author="M. Cotton and L. Eggert and J. Touch and M. Westerlund and S. Cheshire",
+  title="{Internet Assigned Numbers Authority (IANA) Procedures for the Management of the Service Name and Transport Protocol Port Number Registry}",
+  series="Request for Comments",
+  number="6335",
+  howpublished="RFC 6335 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6335.txt",
+}
+
+ at misc{rfc6336,
+  author="M. Westerlund and C. Perkins",
+  title="{IANA Registry for Interactive Connectivity Establishment (ICE) Options}",
+  series="Request for Comments",
+  number="6336",
+  howpublished="RFC 6336 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6336.txt",
+}
+
+ at misc{rfc6337,
+  author="S. Okumura and T. Sawada and P. Kyzivat",
+  title="{Session Initiation Protocol (SIP) Usage of the Offer/Answer Model}",
+  series="Request for Comments",
+  number="6337",
+  howpublished="RFC 6337 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6337.txt",
+}
+
+ at misc{rfc6338,
+  author="V. Giralt and R. McDuff",
+  title="{Definition of a Uniform Resource Name (URN) Namespace for the Schema for Academia (SCHAC)}",
+  series="Request for Comments",
+  number="6338",
+  howpublished="RFC 6338 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6338.txt",
+}
+
+ at misc{rfc6339,
+  author="S. Josefsson and L. Hornquist Astrand",
+  title="{Context Token Encapsulate/Decapsulate and OID Comparison Functions for the Generic Security Service Application Program Interface (GSS-API)}",
+  series="Request for Comments",
+  number="6339",
+  howpublished="RFC 6339 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6339.txt",
+}
+
+ at misc{rfc6340,
+  author="R. Presuhn",
+  title="{Textual Conventions for the Representation of Floating-Point Numbers}",
+  series="Request for Comments",
+  number="6340",
+  howpublished="RFC 6340 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6340.txt",
+}
+
+ at misc{rfc6341,
+  author="K. Rehor and L. Portman and A. Hutton and R. Jain",
+  title="{Use Cases and Requirements for SIP-Based Media Recording (SIPREC)}",
+  series="Request for Comments",
+  number="6341",
+  howpublished="RFC 6341 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6341.txt",
+}
+
+ at misc{rfc6342,
+  author="R. Koodli",
+  title="{Mobile Networks Considerations for IPv6 Deployment}",
+  series="Request for Comments",
+  number="6342",
+  howpublished="RFC 6342 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6342.txt",
+}
+
+ at misc{rfc6343,
+  author="B. Carpenter",
+  title="{Advisory Guidelines for 6to4 Deployment}",
+  series="Request for Comments",
+  number="6343",
+  howpublished="RFC 6343 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6343.txt",
+}
+
+ at misc{rfc6344,
+  author="G. Bernstein and D. Caviglia and R. Rabbat and H. van Helvoort",
+  title="{Operating Virtual Concatenation (VCAT) and the Link Capacity Adjustment Scheme (LCAS) with Generalized Multi-Protocol Label Switching (GMPLS)}",
+  series="Request for Comments",
+  number="6344",
+  howpublished="RFC 6344 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6344.txt",
+}
+
+ at misc{rfc6345,
+  author="P. Duffy and S. Chakrabarti and R. Cragie and Y. Ohba and A. Yegin",
+  title="{Protocol for Carrying Authentication for Network Access (PANA) Relay Element}",
+  series="Request for Comments",
+  number="6345",
+  howpublished="RFC 6345 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6345.txt",
+}
+
+ at misc{rfc6346,
+  author="R. Bush",
+  title="{The Address plus Port (A+P) Approach to the IPv4 Address Shortage}",
+  series="Request for Comments",
+  number="6346",
+  howpublished="RFC 6346 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6346.txt",
+}
+
+ at misc{rfc6347,
+  author="E. Rescorla and N. Modadugu",
+  title="{Datagram Transport Layer Security Version 1.2}",
+  series="Request for Comments",
+  number="6347",
+  howpublished="RFC 6347 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    note="Updated by RFCs 7507, 7905",
+  url="http://www.ietf.org/rfc/rfc6347.txt",
+}
+
+ at misc{rfc6348,
+  author="JL. Le Roux and T. Morin",
+  title="{Requirements for Point-to-Multipoint Extensions to the Label Distribution Protocol}",
+  series="Request for Comments",
+  number="6348",
+  howpublished="RFC 6348 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6348.txt",
+}
+
+ at misc{rfc6349,
+  author="B. Constantine and G. Forget and R. Geib and R. Schrage",
+  title="{Framework for TCP Throughput Testing}",
+  series="Request for Comments",
+  number="6349",
+  howpublished="RFC 6349 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6349.txt",
+}
+
+ at misc{rfc6350,
+  author="S. Perreault",
+  title="{vCard Format Specification}",
+  series="Request for Comments",
+  number="6350",
+  howpublished="RFC 6350 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    note="Updated by RFC 6868",
+  url="http://www.ietf.org/rfc/rfc6350.txt",
+}
+
+ at misc{rfc6351,
+  author="S. Perreault",
+  title="{xCard: vCard XML Representation}",
+  series="Request for Comments",
+  number="6351",
+  howpublished="RFC 6351 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    note="Updated by RFC 6868",
+  url="http://www.ietf.org/rfc/rfc6351.txt",
+}
+
+ at misc{rfc6352,
+  author="C. Daboo",
+  title="{CardDAV: vCard Extensions to Web Distributed Authoring and Versioning (WebDAV)}",
+  series="Request for Comments",
+  number="6352",
+  howpublished="RFC 6352 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    note="Updated by RFC 6764",
+  url="http://www.ietf.org/rfc/rfc6352.txt",
+}
+
+ at misc{rfc6353,
+  author="W. Hardaker",
+  title="{Transport Layer Security (TLS) Transport Model for the Simple Network Management Protocol (SNMP)}",
+  series="Request for Comments",
+  number="6353",
+  howpublished="RFC 6353 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6353.txt",
+}
+
+ at misc{rfc6354,
+  author="Q. Xie",
+  title="{Forward-Shifted RTP Redundancy Payload Support}",
+  series="Request for Comments",
+  number="6354",
+  howpublished="RFC 6354 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6354.txt",
+}
+
+ at misc{rfc6355,
+  author="T. Narten and J. Johnson",
+  title="{Definition of the UUID-Based DHCPv6 Unique Identifier (DUID-UUID)}",
+  series="Request for Comments",
+  number="6355",
+  howpublished="RFC 6355 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6355.txt",
+}
+
+ at misc{rfc6356,
+  author="C. Raiciu and M. Handley and D. Wischik",
+  title="{Coupled Congestion Control for Multipath Transport Protocols}",
+  series="Request for Comments",
+  number="6356",
+  howpublished="RFC 6356 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6356.txt",
+}
+
+ at misc{rfc6357,
+  author="V. Hilt and E. Noel and C. Shen and A. Abdelal",
+  title="{Design Considerations for Session Initiation Protocol (SIP) Overload Control}",
+  series="Request for Comments",
+  number="6357",
+  howpublished="RFC 6357 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6357.txt",
+}
+
+ at misc{rfc6358,
+  author="P. Hoffman",
+  title="{Additional Master Secret Inputs for TLS}",
+  series="Request for Comments",
+  number="6358",
+  howpublished="RFC 6358 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6358.txt",
+}
+
+ at misc{rfc6359,
+  author="S. Ginoza and M. Cotton and A. Morris",
+  title="{Datatracker Extensions to Include IANA and RFC Editor Processing Information}",
+  series="Request for Comments",
+  number="6359",
+  howpublished="RFC 6359 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6359.txt",
+}
+
+ at misc{rfc6360,
+  author="R. Housley",
+  title="{Conclusion of FYI RFC Sub-Series}",
+  series="Request for Comments",
+  number="6360",
+  howpublished="RFC 6360 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6360.txt",
+}
+
+ at misc{rfc6361,
+  author="J. Carlson and D. Eastlake 3rd",
+  title="{PPP Transparent Interconnection of Lots of Links (TRILL) Protocol Control Protocol}",
+  series="Request for Comments",
+  number="6361",
+  howpublished="RFC 6361 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6361.txt",
+}
+
+ at misc{rfc6362,
+  author="K. Meadors",
+  title="{Multiple Attachments for Electronic Data Interchange - Internet Integration (EDIINT)}",
+  series="Request for Comments",
+  number="6362",
+  howpublished="RFC 6362 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6362.txt",
+}
+
+ at misc{rfc6363,
+  author="M. Watson and A. Begen and V. Roca",
+  title="{Forward Error Correction (FEC) Framework}",
+  series="Request for Comments",
+  number="6363",
+  howpublished="RFC 6363 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6363.txt",
+}
+
+ at misc{rfc6364,
+  author="A. Begen",
+  title="{Session Description Protocol Elements for the Forward Error Correction (FEC) Framework}",
+  series="Request for Comments",
+  number="6364",
+  howpublished="RFC 6364 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6364.txt",
+}
+
+ at misc{rfc6365,
+  author="P. Hoffman and J. Klensin",
+  title="{Terminology Used in Internationalization in the IETF}",
+  series="Request for Comments",
+  number="6365",
+  howpublished="RFC 6365 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6365.txt",
+}
+
+ at misc{rfc6366,
+  author="J. Valin and K. Vos",
+  title="{Requirements for an Internet Audio Codec}",
+  series="Request for Comments",
+  number="6366",
+  howpublished="RFC 6366 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6366.txt",
+}
+
+ at misc{rfc6367,
+  author="S. Kanno and M. Kanda",
+  title="{Addition of the Camellia Cipher Suites to Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="6367",
+  howpublished="RFC 6367 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6367.txt",
+}
+
+ at misc{rfc6368,
+  author="P. Marques and R. Raszuk and K. Patel and K. Kumaki and T. Yamagata",
+  title="{Internal BGP as the Provider/Customer Edge Protocol for BGP/MPLS IP Virtual Private Networks (VPNs)}",
+  series="Request for Comments",
+  number="6368",
+  howpublished="RFC 6368 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    note="Updated by RFC 7606",
+  url="http://www.ietf.org/rfc/rfc6368.txt",
+}
+
+ at misc{rfc6369,
+  author="E. Haleplidis and O. Koufopavlou and S. Denazis",
+  title="{Forwarding and Control Element Separation (ForCES) Implementation Experience}",
+  series="Request for Comments",
+  number="6369",
+  howpublished="RFC 6369 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6369.txt",
+}
+
+ at misc{rfc6370,
+  author="M. Bocci and G. Swallow and E. Gray",
+  title="{MPLS Transport Profile (MPLS-TP) Identifiers}",
+  series="Request for Comments",
+  number="6370",
+  howpublished="RFC 6370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6370.txt",
+}
+
+ at misc{rfc6371,
+  author="I. Busi and D. Allan",
+  title="{Operations, Administration, and Maintenance Framework for MPLS-Based Transport Networks}",
+  series="Request for Comments",
+  number="6371",
+  howpublished="RFC 6371 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    note="Updated by RFC 6435",
+  url="http://www.ietf.org/rfc/rfc6371.txt",
+}
+
+ at misc{rfc6372,
+  author="N. Sprecher and A. Farrel",
+  title="{MPLS Transport Profile (MPLS-TP) Survivability Framework}",
+  series="Request for Comments",
+  number="6372",
+  howpublished="RFC 6372 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6372.txt",
+}
+
+ at misc{rfc6373,
+  author="L. Andersson and L. Berger and L. Fang and N. Bitar and E. Gray",
+  title="{MPLS Transport Profile (MPLS-TP) Control Plane Framework}",
+  series="Request for Comments",
+  number="6373",
+  howpublished="RFC 6373 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6373.txt",
+}
+
+ at misc{rfc6374,
+  author="D. Frost and S. Bryant",
+  title="{Packet Loss and Delay Measurement for MPLS Networks}",
+  series="Request for Comments",
+  number="6374",
+  howpublished="RFC 6374 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    note="Updated by RFC 7214",
+  url="http://www.ietf.org/rfc/rfc6374.txt",
+}
+
+ at misc{rfc6375,
+  author="D. Frost and S. Bryant",
+  title="{A Packet Loss and Delay Measurement Profile for MPLS-Based Transport Networks}",
+  series="Request for Comments",
+  number="6375",
+  howpublished="RFC 6375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6375.txt",
+}
+
+ at misc{rfc6376,
+  author="D. Crocker and T. Hansen and M. Kucherawy",
+  title="{DomainKeys Identified Mail (DKIM) Signatures}",
+  series="Request for Comments",
+  number="6376",
+  howpublished="RFC 6376 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6376.txt",
+}
+
+ at misc{rfc6377,
+  author="M. Kucherawy",
+  title="{DomainKeys Identified Mail (DKIM) and Mailing Lists}",
+  series="Request for Comments",
+  number="6377",
+  howpublished="RFC 6377 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6377.txt",
+}
+
+ at misc{rfc6378,
+  author="Y. Weingarten and S. Bryant and E. Osborne and N. Sprecher and A. Fulignoli",
+  title="{MPLS Transport Profile (MPLS-TP) Linear Protection}",
+  series="Request for Comments",
+  number="6378",
+  howpublished="RFC 6378 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    note="Updated by RFCs 7214, 7271, 7324",
+  url="http://www.ietf.org/rfc/rfc6378.txt",
+}
+
+ at misc{rfc6379,
+  author="L. Law and J. Solinas",
+  title="{Suite B Cryptographic Suites for IPsec}",
+  series="Request for Comments",
+  number="6379",
+  howpublished="RFC 6379 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6379.txt",
+}
+
+ at misc{rfc6380,
+  author="K. Burgin and M. Peck",
+  title="{Suite B Profile for Internet Protocol Security (IPsec)}",
+  series="Request for Comments",
+  number="6380",
+  howpublished="RFC 6380 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6380.txt",
+}
+
+ at misc{rfc6381,
+  author="R. Gellens and D. Singer and P. Frojdh",
+  title="{The 'Codecs' and 'Profiles' Parameters for "Bucket" Media Types}",
+  series="Request for Comments",
+  number="6381",
+  howpublished="RFC 6381 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6381.txt",
+}
+
+ at misc{rfc6382,
+  author="D. McPherson and R. Donnelly and F. Scalzo",
+  title="{Unique Origin Autonomous System Numbers (ASNs) per Node for Globally Anycasted Services}",
+  series="Request for Comments",
+  number="6382",
+  howpublished="RFC 6382 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6382.txt",
+}
+
+ at misc{rfc6383,
+  author="K. Shiomoto and A. Farrel",
+  title="{Advice on When It Is Safe to Start Sending Data on Label Switched Paths Established Using RSVP-TE}",
+  series="Request for Comments",
+  number="6383",
+  howpublished="RFC 6383 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6383.txt",
+}
+
+ at misc{rfc6384,
+  author="I. van Beijnum",
+  title="{An FTP Application Layer Gateway (ALG) for IPv6-to-IPv4 Translation}",
+  series="Request for Comments",
+  number="6384",
+  howpublished="RFC 6384 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6384.txt",
+}
+
+ at misc{rfc6385,
+  author="M. Barnes and A. Doria and H. Alvestrand and B. Carpenter",
+  title="{General Area Review Team (Gen-ART) Experiences}",
+  series="Request for Comments",
+  number="6385",
+  howpublished="RFC 6385 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6385.txt",
+}
+
+ at misc{rfc6386,
+  author="J. Bankoski and J. Koleszar and L. Quillio and J. Salonen and P. Wilkins and Y. Xu",
+  title="{VP8 Data Format and Decoding Guide}",
+  series="Request for Comments",
+  number="6386",
+  howpublished="RFC 6386 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6386.txt",
+}
+
+ at misc{rfc6387,
+  author="A. Takacs and L. Berger and D. Caviglia and D. Fedyk and J. Meuric",
+  title="{GMPLS Asymmetric Bandwidth Bidirectional Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="6387",
+  howpublished="RFC 6387 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6387.txt",
+}
+
+ at misc{rfc6388,
+  author="IJ. Wijnands and I. Minei and K. Kompella and B. Thomas",
+  title="{Label Distribution Protocol Extensions for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths}",
+  series="Request for Comments",
+  number="6388",
+  howpublished="RFC 6388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7358",
+  url="http://www.ietf.org/rfc/rfc6388.txt",
+}
+
+ at misc{rfc6389,
+  author="R. Aggarwal and JL. Le Roux",
+  title="{MPLS Upstream Label Assignment for LDP}",
+  series="Request for Comments",
+  number="6389",
+  howpublished="RFC 6389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6389.txt",
+}
+
+ at misc{rfc6390,
+  author="A. Clark and B. Claise",
+  title="{Guidelines for Considering New Performance Metric Development}",
+  series="Request for Comments",
+  number="6390",
+  howpublished="RFC 6390 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6390.txt",
+}
+
+ at misc{rfc6391,
+  author="S. Bryant and C. Filsfils and U. Drafz and V. Kompella and J. Regan and S. Amante",
+  title="{Flow-Aware Transport of Pseudowires over an MPLS Packet Switched Network}",
+  series="Request for Comments",
+  number="6391",
+  howpublished="RFC 6391 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc6391.txt",
+}
+
+ at misc{rfc6392,
+  author="R. Alimi and A. Rahman and Y. Yang",
+  title="{A Survey of In-Network Storage Systems}",
+  series="Request for Comments",
+  number="6392",
+  howpublished="RFC 6392 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6392.txt",
+}
+
+ at misc{rfc6393,
+  author="M. Yevstifeyev",
+  title="{Moving RFC 4693 to Historic}",
+  series="Request for Comments",
+  number="6393",
+  howpublished="RFC 6393 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6393.txt",
+}
+
+ at misc{rfc6394,
+  author="R. Barnes",
+  title="{Use Cases and Requirements for DNS-Based Authentication of Named Entities (DANE)}",
+  series="Request for Comments",
+  number="6394",
+  howpublished="RFC 6394 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6394.txt",
+}
+
+ at misc{rfc6395,
+  author="S. Gulrajani and S. Venaas",
+  title="{An Interface Identifier (ID) Hello Option for PIM}",
+  series="Request for Comments",
+  number="6395",
+  howpublished="RFC 6395 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6395.txt",
+}
+
+ at misc{rfc6396,
+  author="L. Blunk and M. Karir and C. Labovitz",
+  title="{Multi-Threaded Routing Toolkit (MRT) Routing Information Export Format}",
+  series="Request for Comments",
+  number="6396",
+  howpublished="RFC 6396 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6396.txt",
+}
+
+ at misc{rfc6397,
+  author="T. Manderson",
+  title="{Multi-Threaded Routing Toolkit (MRT) Border Gateway Protocol (BGP) Routing Information Export Format with Geo-Location Extensions}",
+  series="Request for Comments",
+  number="6397",
+  howpublished="RFC 6397 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6397.txt",
+}
+
+ at misc{rfc6398,
+  author="F. Le Faucheur",
+  title="{IP Router Alert Considerations and Usage}",
+  series="Request for Comments",
+  number="6398",
+  howpublished="RFC 6398 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6398.txt",
+}
+
+ at misc{rfc6401,
+  author="F. Le Faucheur and J. Polk and K. Carlberg",
+  title="{RSVP Extensions for Admission Priority}",
+  series="Request for Comments",
+  number="6401",
+  howpublished="RFC 6401 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6401.txt",
+}
+
+ at misc{rfc6402,
+  author="J. Schaad",
+  title="{Certificate Management over CMS (CMC) Updates}",
+  series="Request for Comments",
+  number="6402",
+  howpublished="RFC 6402 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6402.txt",
+}
+
+ at misc{rfc6403,
+  author="L. Zieglar and S. Turner and M. Peck",
+  title="{Suite B Profile of Certificate Management over CMS}",
+  series="Request for Comments",
+  number="6403",
+  howpublished="RFC 6403 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6403.txt",
+}
+
+ at misc{rfc6404,
+  author="J. Seedorf and S. Niccolini and E. Chen and H. Scholz",
+  title="{Session PEERing for Multimedia INTerconnect (SPEERMINT) Security Threats and Suggested Countermeasures}",
+  series="Request for Comments",
+  number="6404",
+  howpublished="RFC 6404 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6404.txt",
+}
+
+ at misc{rfc6405,
+  author="A. Uzelac and Y. Lee",
+  title="{Voice over IP (VoIP) SIP Peering Use Cases}",
+  series="Request for Comments",
+  number="6405",
+  howpublished="RFC 6405 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6405.txt",
+}
+
+ at misc{rfc6406,
+  author="D. Malas and J. Livingood",
+  title="{Session PEERing for Multimedia INTerconnect (SPEERMINT) Architecture}",
+  series="Request for Comments",
+  number="6406",
+  howpublished="RFC 6406 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6406.txt",
+}
+
+ at misc{rfc6407,
+  author="B. Weis and S. Rowles and T. Hardjono",
+  title="{The Group Domain of Interpretation}",
+  series="Request for Comments",
+  number="6407",
+  howpublished="RFC 6407 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6407.txt",
+}
+
+ at misc{rfc6408,
+  author="M. Jones and J. Korhonen and L. Morand",
+  title="{Diameter Straightforward-Naming Authority Pointer (S-NAPTR) Usage}",
+  series="Request for Comments",
+  number="6408",
+  howpublished="RFC 6408 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6408.txt",
+}
+
+ at misc{rfc6409,
+  author="R. Gellens and J. Klensin",
+  title="{Message Submission for Mail}",
+  series="Request for Comments",
+  number="6409",
+  howpublished="RFC 6409 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6409.txt",
+}
+
+ at misc{rfc6410,
+  author="R. Housley and D. Crocker and E. Burger",
+  title="{Reducing the Standards Track to Two Maturity Levels}",
+  series="Request for Comments",
+  number="6410",
+  howpublished="RFC 6410 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6410.txt",
+}
+
+ at misc{rfc6411,
+  author="M. Behringer and F. Le Faucheur and B. Weis",
+  title="{Applicability of Keying Methods for RSVP Security}",
+  series="Request for Comments",
+  number="6411",
+  howpublished="RFC 6411 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6411.txt",
+}
+
+ at misc{rfc6412,
+  author="S. Poretsky and B. Imhoff and K. Michielsen",
+  title="{Terminology for Benchmarking Link-State IGP Data-Plane Route Convergence}",
+  series="Request for Comments",
+  number="6412",
+  howpublished="RFC 6412 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6412.txt",
+}
+
+ at misc{rfc6413,
+  author="S. Poretsky and B. Imhoff and K. Michielsen",
+  title="{Benchmarking Methodology for Link-State IGP Data-Plane Route Convergence}",
+  series="Request for Comments",
+  number="6413",
+  howpublished="RFC 6413 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6413.txt",
+}
+
+ at misc{rfc6414,
+  author="S. Poretsky and R. Papneja and J. Karthik and S. Vapiwala",
+  title="{Benchmarking Terminology for Protection Performance}",
+  series="Request for Comments",
+  number="6414",
+  howpublished="RFC 6414 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6414.txt",
+}
+
+ at misc{rfc6415,
+  author="E. Hammer-Lahav and B. Cook",
+  title="{Web Host Metadata}",
+  series="Request for Comments",
+  number="6415",
+  howpublished="RFC 6415 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6415.txt",
+}
+
+ at misc{rfc6416,
+  author="M. Schmidt and F. de Bont and S. Doehla and J. Kim",
+  title="{RTP Payload Format for MPEG-4 Audio/Visual Streams}",
+  series="Request for Comments",
+  number="6416",
+  howpublished="RFC 6416 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6416.txt",
+}
+
+ at misc{rfc6417,
+  author="P. Eardley and L. Eggert and M. Bagnulo and R. Winter",
+  title="{How to Contribute Research Results to Internet Standardization}",
+  series="Request for Comments",
+  number="6417",
+  howpublished="RFC 6417 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6417.txt",
+}
+
+ at misc{rfc6418,
+  author="M. Blanchet and P. Seite",
+  title="{Multiple Interfaces and Provisioning Domains Problem Statement}",
+  series="Request for Comments",
+  number="6418",
+  howpublished="RFC 6418 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6418.txt",
+}
+
+ at misc{rfc6419,
+  author="M. Wasserman and P. Seite",
+  title="{Current Practices for Multiple-Interface Hosts}",
+  series="Request for Comments",
+  number="6419",
+  howpublished="RFC 6419 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6419.txt",
+}
+
+ at misc{rfc6420,
+  author="Y. Cai and H. Ou",
+  title="{PIM Multi-Topology ID (MT-ID) Join Attribute}",
+  series="Request for Comments",
+  number="6420",
+  howpublished="RFC 6420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6420.txt",
+}
+
+ at misc{rfc6421,
+  author="D. Nelson",
+  title="{Crypto-Agility Requirements for Remote Authentication Dial-In User Service (RADIUS)}",
+  series="Request for Comments",
+  number="6421",
+  howpublished="RFC 6421 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6421.txt",
+}
+
+ at misc{rfc6422,
+  author="T. Lemon and Q. Wu",
+  title="{Relay-Supplied DHCP Options}",
+  series="Request for Comments",
+  number="6422",
+  howpublished="RFC 6422 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6422.txt",
+}
+
+ at misc{rfc6423,
+  author="H. Li and L. Martini and J. He and F. Huang",
+  title="{Using the Generic Associated Channel Label for Pseudowire in the MPLS Transport Profile (MPLS-TP)}",
+  series="Request for Comments",
+  number="6423",
+  howpublished="RFC 6423 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6423.txt",
+}
+
+ at misc{rfc6424,
+  author="N. Bahadur and K. Kompella and G. Swallow",
+  title="{Mechanism for Performing Label Switched Path Ping (LSP Ping) over MPLS Tunnels}",
+  series="Request for Comments",
+  number="6424",
+  howpublished="RFC 6424 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7537",
+  url="http://www.ietf.org/rfc/rfc6424.txt",
+}
+
+ at misc{rfc6425,
+  author="S. Saxena and G. Swallow and Z. Ali and A. Farrel and S. Yasukawa and T. Nadeau",
+  title="{Detecting Data-Plane Failures in Point-to-Multipoint MPLS - Extensions to LSP Ping}",
+  series="Request for Comments",
+  number="6425",
+  howpublished="RFC 6425 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6425.txt",
+}
+
+ at misc{rfc6426,
+  author="E. Gray and N. Bahadur and S. Boutros and R. Aggarwal",
+  title="{MPLS On-Demand Connectivity Verification and Route Tracing}",
+  series="Request for Comments",
+  number="6426",
+  howpublished="RFC 6426 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6426.txt",
+}
+
+ at misc{rfc6427,
+  author="G. Swallow and A. Fulignoli and M. Vigoureux and S. Boutros and D. Ward",
+  title="{MPLS Fault Management Operations, Administration, and Maintenance (OAM)}",
+  series="Request for Comments",
+  number="6427",
+  howpublished="RFC 6427 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7214",
+  url="http://www.ietf.org/rfc/rfc6427.txt",
+}
+
+ at misc{rfc6428,
+  author="D. Allan and G. Swallow and J. Drake",
+  title="{Proactive Connectivity Verification, Continuity Check, and Remote Defect Indication for the MPLS Transport Profile}",
+  series="Request for Comments",
+  number="6428",
+  howpublished="RFC 6428 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7214",
+  url="http://www.ietf.org/rfc/rfc6428.txt",
+}
+
+ at misc{rfc6429,
+  author="M. Bashyam and M. Jethanandani and A. Ramaiah",
+  title="{TCP Sender Clarification for Persist Condition}",
+  series="Request for Comments",
+  number="6429",
+  howpublished="RFC 6429 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6429.txt",
+}
+
+ at misc{rfc6430,
+  author="K. Li and B. Leiba",
+  title="{Email Feedback Report Type Value: not-spam}",
+  series="Request for Comments",
+  number="6430",
+  howpublished="RFC 6430 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6430.txt",
+}
+
+ at misc{rfc6431,
+  author="M. Boucadair and P. Levis and G. Bajko and T. Savolainen and T. Tsou",
+  title="{Huawei Port Range Configuration Options for PPP IP Control Protocol (IPCP)}",
+  series="Request for Comments",
+  number="6431",
+  howpublished="RFC 6431 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6431.txt",
+}
+
+ at misc{rfc6432,
+  author="R. Jesske and L. Liess",
+  title="{Carrying Q.850 Codes in Reason Header Fields in SIP (Session Initiation Protocol) Responses}",
+  series="Request for Comments",
+  number="6432",
+  howpublished="RFC 6432 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6432.txt",
+}
+
+ at misc{rfc6433,
+  author="P. Hoffman",
+  title="{Requirements for a Working Group Milestones Tool}",
+  series="Request for Comments",
+  number="6433",
+  howpublished="RFC 6433 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6433.txt",
+}
+
+ at misc{rfc6434,
+  author="E. Jankiewicz and J. Loughney and T. Narten",
+  title="{IPv6 Node Requirements}",
+  series="Request for Comments",
+  number="6434",
+  howpublished="RFC 6434 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6434.txt",
+}
+
+ at misc{rfc6435,
+  author="S. Boutros and S. Sivabalan and R. Aggarwal and M. Vigoureux and X. Dai",
+  title="{MPLS Transport Profile Lock Instruct and Loopback Functions}",
+  series="Request for Comments",
+  number="6435",
+  howpublished="RFC 6435 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6435.txt",
+}
+
+ at misc{rfc6436,
+  author="S. Amante and B. Carpenter and S. Jiang",
+  title="{Rationale for Update to the IPv6 Flow Label Specification}",
+  series="Request for Comments",
+  number="6436",
+  howpublished="RFC 6436 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6436.txt",
+}
+
+ at misc{rfc6437,
+  author="S. Amante and B. Carpenter and S. Jiang and J. Rajahalme",
+  title="{IPv6 Flow Label Specification}",
+  series="Request for Comments",
+  number="6437",
+  howpublished="RFC 6437 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6437.txt",
+}
+
+ at misc{rfc6438,
+  author="B. Carpenter and S. Amante",
+  title="{Using the IPv6 Flow Label for Equal Cost Multipath Routing and Link Aggregation in Tunnels}",
+  series="Request for Comments",
+  number="6438",
+  howpublished="RFC 6438 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6438.txt",
+}
+
+ at misc{rfc6439,
+  author="R. Perlman and D. Eastlake and Y. Li and A. Banerjee and F. Hu",
+  title="{Routing Bridges (RBridges): Appointed Forwarders}",
+  series="Request for Comments",
+  number="6439",
+  howpublished="RFC 6439 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    note="Updated by RFC 7180",
+  url="http://www.ietf.org/rfc/rfc6439.txt",
+}
+
+ at misc{rfc6440,
+  author="G. Zorn and Q. Wu and Y. Wang",
+  title="{The EAP Re-authentication Protocol (ERP) Local Domain Name DHCPv6 Option}",
+  series="Request for Comments",
+  number="6440",
+  howpublished="RFC 6440 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6440.txt",
+}
+
+ at misc{rfc6441,
+  author="L. Vegoda",
+  title="{Time to Remove Filters for Previously Unallocated IPv4 /8s}",
+  series="Request for Comments",
+  number="6441",
+  howpublished="RFC 6441 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6441.txt",
+}
+
+ at misc{rfc6442,
+  author="J. Polk and B. Rosen and J. Peterson",
+  title="{Location Conveyance for the Session Initiation Protocol}",
+  series="Request for Comments",
+  number="6442",
+  howpublished="RFC 6442 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6442.txt",
+}
+
+ at misc{rfc6443,
+  author="B. Rosen and H. Schulzrinne and J. Polk and A. Newton",
+  title="{Framework for Emergency Calling Using Internet Multimedia}",
+  series="Request for Comments",
+  number="6443",
+  howpublished="RFC 6443 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    note="Updated by RFC 7852",
+  url="http://www.ietf.org/rfc/rfc6443.txt",
+}
+
+ at misc{rfc6444,
+  author="H. Schulzrinne and L. Liess and H. Tschofenig and B. Stark and A. Kuett",
+  title="{Location Hiding: Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="6444",
+  howpublished="RFC 6444 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6444.txt",
+}
+
+ at misc{rfc6445,
+  author="T. Nadeau and A. Koushik and R. Cetin",
+  title="{Multiprotocol Label Switching (MPLS) Traffic Engineering Management Information Base for Fast Reroute}",
+  series="Request for Comments",
+  number="6445",
+  howpublished="RFC 6445 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6445.txt",
+}
+
+ at misc{rfc6446,
+  author="A. Niemi and K. Kiss and S. Loreto",
+  title="{Session Initiation Protocol (SIP) Event Notification Extension for Notification Rate Control}",
+  series="Request for Comments",
+  number="6446",
+  howpublished="RFC 6446 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6446.txt",
+}
+
+ at misc{rfc6447,
+  author="R. Mahy and B. Rosen and H. Tschofenig",
+  title="{Filtering Location Notifications in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6447",
+  howpublished="RFC 6447 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6447.txt",
+}
+
+ at misc{rfc6448,
+  author="R. Yount",
+  title="{The Unencrypted Form of Kerberos 5 KRB-CRED Message}",
+  series="Request for Comments",
+  number="6448",
+  howpublished="RFC 6448 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6448.txt",
+}
+
+ at misc{rfc6449,
+  author="J. Falk",
+  title="{Complaint Feedback Loop Operational Recommendations}",
+  series="Request for Comments",
+  number="6449",
+  howpublished="RFC 6449 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6449.txt",
+}
+
+ at misc{rfc6450,
+  author="S. Venaas",
+  title="{Multicast Ping Protocol}",
+  series="Request for Comments",
+  number="6450",
+  howpublished="RFC 6450 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6450.txt",
+}
+
+ at misc{rfc6451,
+  author="A. Forte and H. Schulzrinne",
+  title="{Location-to-Service Translation (LoST) Protocol Extensions}",
+  series="Request for Comments",
+  number="6451",
+  howpublished="RFC 6451 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6451.txt",
+}
+
+ at misc{rfc6452,
+  author="P. Faltstrom and P. Hoffman",
+  title="{The Unicode Code Points and Internationalized Domain Names for Applications (IDNA) - Unicode 6.0}",
+  series="Request for Comments",
+  number="6452",
+  howpublished="RFC 6452 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6452.txt",
+}
+
+ at misc{rfc6453,
+  author="F. Dijkstra and R. Hughes-Jones",
+  title="{A URN Namespace for the Open Grid Forum (OGF)}",
+  series="Request for Comments",
+  number="6453",
+  howpublished="RFC 6453 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6453.txt",
+}
+
+ at misc{rfc6454,
+  author="A. Barth",
+  title="{The Web Origin Concept}",
+  series="Request for Comments",
+  number="6454",
+  howpublished="RFC 6454 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6454.txt",
+}
+
+ at misc{rfc6455,
+  author="I. Fette and A. Melnikov",
+  title="{The WebSocket Protocol}",
+  series="Request for Comments",
+  number="6455",
+  howpublished="RFC 6455 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    note="Updated by RFC 7936",
+  url="http://www.ietf.org/rfc/rfc6455.txt",
+}
+
+ at misc{rfc6456,
+  author="H. Li and R. Zheng and A. Farrel",
+  title="{Multi-Segment Pseudowires in Passive Optical Networks}",
+  series="Request for Comments",
+  number="6456",
+  howpublished="RFC 6456 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6456.txt",
+}
+
+ at misc{rfc6457,
+  author="T. Takeda and A. Farrel",
+  title="{PCC-PCE Communication and PCE Discovery Requirements for Inter-Layer Traffic Engineering}",
+  series="Request for Comments",
+  number="6457",
+  howpublished="RFC 6457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6457.txt",
+}
+
+ at misc{rfc6458,
+  author="R. Stewart and M. Tuexen and K. Poon and P. Lei and V. Yasevich",
+  title="{Sockets API Extensions for the Stream Control Transmission Protocol (SCTP)}",
+  series="Request for Comments",
+  number="6458",
+  howpublished="RFC 6458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6458.txt",
+}
+
+ at misc{rfc6459,
+  author="J. Korhonen and J. Soininen and B. Patil and T. Savolainen and G. Bajko and K. Iisakkila",
+  title="{IPv6 in 3rd Generation Partnership Project (3GPP) Evolved Packet System (EPS)}",
+  series="Request for Comments",
+  number="6459",
+  howpublished="RFC 6459 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6459.txt",
+}
+
+ at misc{rfc6460,
+  author="M. Salter and R. Housley",
+  title="{Suite B Profile for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="6460",
+  howpublished="RFC 6460 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6460.txt",
+}
+
+ at misc{rfc6461,
+  author="S. Channabasappa",
+  title="{Data for Reachability of Inter-/Intra-NetworK SIP (DRINKS) Use Cases and Protocol Requirements}",
+  series="Request for Comments",
+  number="6461",
+  howpublished="RFC 6461 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6461.txt",
+}
+
+ at misc{rfc6462,
+  author="A. Cooper",
+  title="{Report from the Internet Privacy Workshop}",
+  series="Request for Comments",
+  number="6462",
+  howpublished="RFC 6462 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6462.txt",
+}
+
+ at misc{rfc6463,
+  author="J. Korhonen and S. Gundavelli and H. Yokota and X. Cui",
+  title="{Runtime Local Mobility Anchor (LMA) Assignment Support for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6463",
+  howpublished="RFC 6463 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6463.txt",
+}
+
+ at misc{rfc6464,
+  author="J. Lennox and E. Ivov and E. Marocco",
+  title="{A Real-time Transport Protocol (RTP) Header Extension for Client-to-Mixer Audio Level Indication}",
+  series="Request for Comments",
+  number="6464",
+  howpublished="RFC 6464 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6464.txt",
+}
+
+ at misc{rfc6465,
+  author="E. Ivov and E. Marocco and J. Lennox",
+  title="{A Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio Level Indication}",
+  series="Request for Comments",
+  number="6465",
+  howpublished="RFC 6465 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6465.txt",
+}
+
+ at misc{rfc6466,
+  author="G. Salgueiro",
+  title="{IANA Registration of the 'image' Media Type for the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="6466",
+  howpublished="RFC 6466 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6466.txt",
+}
+
+ at misc{rfc6467,
+  author="T. Kivinen",
+  title="{Secure Password Framework for Internet Key Exchange Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="6467",
+  howpublished="RFC 6467 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6467.txt",
+}
+
+ at misc{rfc6468,
+  author="A. Melnikov and B. Leiba and K. Li",
+  title="{Sieve Notification Mechanism: SIP MESSAGE}",
+  series="Request for Comments",
+  number="6468",
+  howpublished="RFC 6468 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6468.txt",
+}
+
+ at misc{rfc6469,
+  author="K. Kobayashi and K. Mishima and S. Casner and C. Bormann",
+  title="{RTP Payload Format for DV (IEC 61834) Video}",
+  series="Request for Comments",
+  number="6469",
+  howpublished="RFC 6469 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6469.txt",
+}
+
+ at misc{rfc6470,
+  author="A. Bierman",
+  title="{Network Configuration Protocol (NETCONF) Base Notifications}",
+  series="Request for Comments",
+  number="6470",
+  howpublished="RFC 6470 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6470.txt",
+}
+
+ at misc{rfc6471,
+  author="C. Lewis and M. Sergeant",
+  title="{Overview of Best Email DNS-Based List (DNSBL) Operational Practices}",
+  series="Request for Comments",
+  number="6471",
+  howpublished="RFC 6471 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6471.txt",
+}
+
+ at misc{rfc6472,
+  author="W. Kumari and K. Sriram",
+  title="{Recommendation for Not Using AS\_SET and AS\_CONFED\_SET in BGP}",
+  series="Request for Comments",
+  number="6472",
+  howpublished="RFC 6472 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6472.txt",
+}
+
+ at misc{rfc6473,
+  author="P. Saint-Andre",
+  title="{vCard KIND:application}",
+  series="Request for Comments",
+  number="6473",
+  howpublished="RFC 6473 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6473.txt",
+}
+
+ at misc{rfc6474,
+  author="K. Li and B. Leiba",
+  title="{vCard Format Extensions: Place of Birth, Place and Date of Death}",
+  series="Request for Comments",
+  number="6474",
+  howpublished="RFC 6474 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2011,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6474.txt",
+}
+
+ at misc{rfc6475,
+  author="G. Keeni and K. Koide and S. Gundavelli and R. Wakikawa",
+  title="{Proxy Mobile IPv6 Management Information Base}",
+  series="Request for Comments",
+  number="6475",
+  howpublished="RFC 6475 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6475.txt",
+}
+
+ at misc{rfc6476,
+  author="P. Gutmann",
+  title="{Using Message Authentication Code (MAC) Encryption in the Cryptographic Message Syntax (CMS)}",
+  series="Request for Comments",
+  number="6476",
+  howpublished="RFC 6476 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6476.txt",
+}
+
+ at misc{rfc6477,
+  author="A. Melnikov and G. Lunt",
+  title="{Registration of Military Message Handling System (MMHS) Header Fields for Use in Internet Mail}",
+  series="Request for Comments",
+  number="6477",
+  howpublished="RFC 6477 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6477.txt",
+}
+
+ at misc{rfc6478,
+  author="L. Martini and G. Swallow and G. Heron and M. Bocci",
+  title="{Pseudowire Status for Static Pseudowires}",
+  series="Request for Comments",
+  number="6478",
+  howpublished="RFC 6478 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    note="Updated by RFC 7274",
+  url="http://www.ietf.org/rfc/rfc6478.txt",
+}
+
+ at misc{rfc6479,
+  author="X. Zhang and T. Tsou",
+  title="{IPsec Anti-Replay Algorithm without Bit Shifting}",
+  series="Request for Comments",
+  number="6479",
+  howpublished="RFC 6479 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6479.txt",
+}
+
+ at misc{rfc6480,
+  author="M. Lepinski and S. Kent",
+  title="{An Infrastructure to Support Secure Internet Routing}",
+  series="Request for Comments",
+  number="6480",
+  howpublished="RFC 6480 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6480.txt",
+}
+
+ at misc{rfc6481,
+  author="G. Huston and R. Loomans and G. Michaelson",
+  title="{A Profile for Resource Certificate Repository Structure}",
+  series="Request for Comments",
+  number="6481",
+  howpublished="RFC 6481 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6481.txt",
+}
+
+ at misc{rfc6482,
+  author="M. Lepinski and S. Kent and D. Kong",
+  title="{A Profile for Route Origin Authorizations (ROAs)}",
+  series="Request for Comments",
+  number="6482",
+  howpublished="RFC 6482 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6482.txt",
+}
+
+ at misc{rfc6483,
+  author="G. Huston and G. Michaelson",
+  title="{Validation of Route Origination Using the Resource Certificate Public Key Infrastructure (PKI) and Route Origin Authorizations (ROAs)}",
+  series="Request for Comments",
+  number="6483",
+  howpublished="RFC 6483 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6483.txt",
+}
+
+ at misc{rfc6484,
+  author="S. Kent and D. Kong and K. Seo and R. Watro",
+  title="{Certificate Policy (CP) for the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6484",
+  howpublished="RFC 6484 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6484.txt",
+}
+
+ at misc{rfc6485,
+  author="G. Huston",
+  title="{The Profile for Algorithms and Key Sizes for Use in the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6485",
+  howpublished="RFC 6485 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Obsoleted by RFC 7935",
+  url="http://www.ietf.org/rfc/rfc6485.txt",
+}
+
+ at misc{rfc6486,
+  author="R. Austein and G. Huston and S. Kent and M. Lepinski",
+  title="{Manifests for the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6486",
+  howpublished="RFC 6486 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6486.txt",
+}
+
+ at misc{rfc6487,
+  author="G. Huston and G. Michaelson and R. Loomans",
+  title="{A Profile for X.509 PKIX Resource Certificates}",
+  series="Request for Comments",
+  number="6487",
+  howpublished="RFC 6487 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Updated by RFC 7318",
+  url="http://www.ietf.org/rfc/rfc6487.txt",
+}
+
+ at misc{rfc6488,
+  author="M. Lepinski and A. Chi and S. Kent",
+  title="{Signed Object Template for the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6488",
+  howpublished="RFC 6488 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6488.txt",
+}
+
+ at misc{rfc6489,
+  author="G. Huston and G. Michaelson and S. Kent",
+  title="{Certification Authority (CA) Key Rollover in the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6489",
+  howpublished="RFC 6489 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6489.txt",
+}
+
+ at misc{rfc6490,
+  author="G. Huston and S. Weiler and G. Michaelson and S. Kent",
+  title="{Resource Public Key Infrastructure (RPKI) Trust Anchor Locator}",
+  series="Request for Comments",
+  number="6490",
+  howpublished="RFC 6490 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Obsoleted by RFC 7730",
+  url="http://www.ietf.org/rfc/rfc6490.txt",
+}
+
+ at misc{rfc6491,
+  author="T. Manderson and L. Vegoda and S. Kent",
+  title="{Resource Public Key Infrastructure (RPKI) Objects Issued by IANA}",
+  series="Request for Comments",
+  number="6491",
+  howpublished="RFC 6491 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6491.txt",
+}
+
+ at misc{rfc6492,
+  author="G. Huston and R. Loomans and B. Ellacott and R. Austein",
+  title="{A Protocol for Provisioning Resource Certificates}",
+  series="Request for Comments",
+  number="6492",
+  howpublished="RFC 6492 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6492.txt",
+}
+
+ at misc{rfc6493,
+  author="R. Bush",
+  title="{The Resource Public Key Infrastructure (RPKI) Ghostbusters Record}",
+  series="Request for Comments",
+  number="6493",
+  howpublished="RFC 6493 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6493.txt",
+}
+
+ at misc{rfc6494,
+  author="R. Gagliano and S. Krishnan and A. Kukec",
+  title="{Certificate Profile and Certificate Management for SEcure Neighbor Discovery (SEND)}",
+  series="Request for Comments",
+  number="6494",
+  howpublished="RFC 6494 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6494.txt",
+}
+
+ at misc{rfc6495,
+  author="R. Gagliano and S. Krishnan and A. Kukec",
+  title="{Subject Key Identifier (SKI) SEcure Neighbor Discovery (SEND) Name Type Fields}",
+  series="Request for Comments",
+  number="6495",
+  howpublished="RFC 6495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6495.txt",
+}
+
+ at misc{rfc6496,
+  author="S. Krishnan and J. Laganier and M. Bonola and A. Garcia-Martinez",
+  title="{Secure Proxy ND Support for SEcure Neighbor Discovery (SEND)}",
+  series="Request for Comments",
+  number="6496",
+  howpublished="RFC 6496 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6496.txt",
+}
+
+ at misc{rfc6497,
+  author="M. Davis and A. Phillips and Y. Umaoka and C. Falk",
+  title="{BCP 47 Extension T - Transformed Content}",
+  series="Request for Comments",
+  number="6497",
+  howpublished="RFC 6497 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6497.txt",
+}
+
+ at misc{rfc6498,
+  author="J. Stone and R. Kumar and F. Andreasen",
+  title="{Media Gateway Control Protocol (MGCP) Voiceband Data (VBD) Package and General-Purpose Media Descriptor Parameter Package}",
+  series="Request for Comments",
+  number="6498",
+  howpublished="RFC 6498 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6498.txt",
+}
+
+ at misc{rfc6501,
+  author="O. Novo and G. Camarillo and D. Morgan and J. Urpalainen",
+  title="{Conference Information Data Model for Centralized Conferencing (XCON)}",
+  series="Request for Comments",
+  number="6501",
+  howpublished="RFC 6501 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6501.txt",
+}
+
+ at misc{rfc6502,
+  author="G. Camarillo and S. Srinivasan and R. Even and J. Urpalainen",
+  title="{Conference Event Package Data Format Extension for Centralized Conferencing (XCON)}",
+  series="Request for Comments",
+  number="6502",
+  howpublished="RFC 6502 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6502.txt",
+}
+
+ at misc{rfc6503,
+  author="M. Barnes and C. Boulton and S. Romano and H. Schulzrinne",
+  title="{Centralized Conferencing Manipulation Protocol}",
+  series="Request for Comments",
+  number="6503",
+  howpublished="RFC 6503 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6503.txt",
+}
+
+ at misc{rfc6504,
+  author="M. Barnes and L. Miniero and R. Presta and S P. Romano",
+  title="{Centralized Conferencing Manipulation Protocol (CCMP) Call Flow Examples}",
+  series="Request for Comments",
+  number="6504",
+  howpublished="RFC 6504 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6504.txt",
+}
+
+ at misc{rfc6505,
+  author="S. McGlashan and T. Melanchuk and C. Boulton",
+  title="{A Mixer Control Package for the Media Control Channel Framework}",
+  series="Request for Comments",
+  number="6505",
+  howpublished="RFC 6505 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6505.txt",
+}
+
+ at misc{rfc6506,
+  author="M. Bhatia and V. Manral and A. Lindem",
+  title="{Supporting Authentication Trailer for OSPFv3}",
+  series="Request for Comments",
+  number="6506",
+  howpublished="RFC 6506 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Obsoleted by RFC 7166",
+  url="http://www.ietf.org/rfc/rfc6506.txt",
+}
+
+ at misc{rfc6507,
+  author="M. Groves",
+  title="{Elliptic Curve-Based Certificateless Signatures for Identity-Based Encryption (ECCSI)}",
+  series="Request for Comments",
+  number="6507",
+  howpublished="RFC 6507 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6507.txt",
+}
+
+ at misc{rfc6508,
+  author="M. Groves",
+  title="{Sakai-Kasahara Key Encryption (SAKKE)}",
+  series="Request for Comments",
+  number="6508",
+  howpublished="RFC 6508 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6508.txt",
+}
+
+ at misc{rfc6509,
+  author="M. Groves",
+  title="{MIKEY-SAKKE: Sakai-Kasahara Key Encryption in Multimedia Internet KEYing (MIKEY)}",
+  series="Request for Comments",
+  number="6509",
+  howpublished="RFC 6509 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6509.txt",
+}
+
+ at misc{rfc6510,
+  author="L. Berger and G. Swallow",
+  title="{Resource Reservation Protocol (RSVP) Message Formats for Label Switched Path (LSP) Attributes Objects}",
+  series="Request for Comments",
+  number="6510",
+  howpublished="RFC 6510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6510.txt",
+}
+
+ at misc{rfc6511,
+  author="Z. Ali and G. Swallow and R. Aggarwal",
+  title="{Non-Penultimate Hop Popping Behavior and Out-of-Band Mapping for RSVP-TE Label Switched Paths}",
+  series="Request for Comments",
+  number="6511",
+  howpublished="RFC 6511 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6511.txt",
+}
+
+ at misc{rfc6512,
+  author="IJ. Wijnands and E. Rosen and M. Napierala and N. Leymann",
+  title="{Using Multipoint LDP When the Backbone Has No Route to the Root}",
+  series="Request for Comments",
+  number="6512",
+  howpublished="RFC 6512 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6512.txt",
+}
+
+ at misc{rfc6513,
+  author="E. Rosen and R. Aggarwal",
+  title="{Multicast in MPLS/BGP IP VPNs}",
+  series="Request for Comments",
+  number="6513",
+  howpublished="RFC 6513 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Updated by RFCs 7582, 7900, 7988",
+  url="http://www.ietf.org/rfc/rfc6513.txt",
+}
+
+ at misc{rfc6514,
+  author="R. Aggarwal and E. Rosen and T. Morin and Y. Rekhter",
+  title="{BGP Encodings and Procedures for Multicast in MPLS/BGP IP VPNs}",
+  series="Request for Comments",
+  number="6514",
+  howpublished="RFC 6514 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    note="Updated by RFCs 6515, 6625, 7385, 7441, 7582, 7899, 7900, 7902, 7988",
+  url="http://www.ietf.org/rfc/rfc6514.txt",
+}
+
+ at misc{rfc6515,
+  author="R. Aggarwal and E. Rosen",
+  title="{IPv4 and IPv6 Infrastructure Addresses in BGP Updates for Multicast VPN}",
+  series="Request for Comments",
+  number="6515",
+  howpublished="RFC 6515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6515.txt",
+}
+
+ at misc{rfc6516,
+  author="Y. Cai and E. Rosen and I. Wijnands",
+  title="{IPv6 Multicast VPN (MVPN) Support Using PIM Control Plane and Selective Provider Multicast Service Interface (S-PMSI) Join Messages}",
+  series="Request for Comments",
+  number="6516",
+  howpublished="RFC 6516 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6516.txt",
+}
+
+ at misc{rfc6517,
+  author="T. Morin and B. Niven-Jenkins and Y. Kamite and R. Zhang and N. Leymann and N. Bitar",
+  title="{Mandatory Features in a Layer 3 Multicast BGP/MPLS VPN Solution}",
+  series="Request for Comments",
+  number="6517",
+  howpublished="RFC 6517 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6517.txt",
+}
+
+ at misc{rfc6518,
+  author="G. Lebovitz and M. Bhatia",
+  title="{Keying and Authentication for Routing Protocols (KARP) Design Guidelines}",
+  series="Request for Comments",
+  number="6518",
+  howpublished="RFC 6518 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6518.txt",
+}
+
+ at misc{rfc6519,
+  author="R. Maglione and A. Durand",
+  title="{RADIUS Extensions for Dual-Stack Lite}",
+  series="Request for Comments",
+  number="6519",
+  howpublished="RFC 6519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6519.txt",
+}
+
+ at misc{rfc6520,
+  author="R. Seggelmann and M. Tuexen and M. Williams",
+  title="{Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) Heartbeat Extension}",
+  series="Request for Comments",
+  number="6520",
+  howpublished="RFC 6520 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6520.txt",
+}
+
+ at misc{rfc6521,
+  author="A. Makela and J. Korhonen",
+  title="{Home Agent-Assisted Route Optimization between Mobile IPv4 Networks}",
+  series="Request for Comments",
+  number="6521",
+  howpublished="RFC 6521 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6521.txt",
+}
+
+ at misc{rfc6522,
+  author="M. Kucherawy",
+  title="{The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages}",
+  series="Request for Comments",
+  number="6522",
+  howpublished="RFC 6522 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jan,
+    note="Updated by RFC 6533",
+  url="http://www.ietf.org/rfc/rfc6522.txt",
+}
+
+ at misc{rfc6525,
+  author="R. Stewart and M. Tuexen and P. Lei",
+  title="{Stream Control Transmission Protocol (SCTP) Stream Reconfiguration}",
+  series="Request for Comments",
+  number="6525",
+  howpublished="RFC 6525 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6525.txt",
+}
+
+ at misc{rfc6526,
+  author="B. Claise and P. Aitken and A. Johnson and G. Muenz",
+  title="{IP Flow Information Export (IPFIX) Per Stream Control Transmission Protocol (SCTP) Stream}",
+  series="Request for Comments",
+  number="6526",
+  howpublished="RFC 6526 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6526.txt",
+}
+
+ at misc{rfc6527,
+  author="K. Tata",
+  title="{Definitions of Managed Objects for Virtual Router Redundancy Protocol Version 3 (VRRPv3)}",
+  series="Request for Comments",
+  number="6527",
+  howpublished="RFC 6527 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6527.txt",
+}
+
+ at misc{rfc6528,
+  author="F. Gont and S. Bellovin",
+  title="{Defending against Sequence Number Attacks}",
+  series="Request for Comments",
+  number="6528",
+  howpublished="RFC 6528 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6528.txt",
+}
+
+ at misc{rfc6529,
+  author="A. McKenzie and S. Crocker",
+  title="{Host/Host Protocol for the ARPA Network}",
+  series="Request for Comments",
+  number="6529",
+  howpublished="RFC 6529 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6529.txt",
+}
+
+ at misc{rfc6530,
+  author="J. Klensin and Y. Ko",
+  title="{Overview and Framework for Internationalized Email}",
+  series="Request for Comments",
+  number="6530",
+  howpublished="RFC 6530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6530.txt",
+}
+
+ at misc{rfc6531,
+  author="J. Yao and W. Mao",
+  title="{SMTP Extension for Internationalized Email}",
+  series="Request for Comments",
+  number="6531",
+  howpublished="RFC 6531 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6531.txt",
+}
+
+ at misc{rfc6532,
+  author="A. Yang and S. Steele and N. Freed",
+  title="{Internationalized Email Headers}",
+  series="Request for Comments",
+  number="6532",
+  howpublished="RFC 6532 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6532.txt",
+}
+
+ at misc{rfc6533,
+  author="T. Hansen and C. Newman and A. Melnikov",
+  title="{Internationalized Delivery Status and Disposition Notifications}",
+  series="Request for Comments",
+  number="6533",
+  howpublished="RFC 6533 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6533.txt",
+}
+
+ at misc{rfc6534,
+  author="N. Duffield and A. Morton and J. Sommers",
+  title="{Loss Episode Metrics for IP Performance Metrics (IPPM)}",
+  series="Request for Comments",
+  number="6534",
+  howpublished="RFC 6534 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6534.txt",
+}
+
+ at misc{rfc6535,
+  author="B. Huang and H. Deng and T. Savolainen",
+  title="{Dual-Stack Hosts Using "Bump-in-the-Host" (BIH)}",
+  series="Request for Comments",
+  number="6535",
+  howpublished="RFC 6535 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6535.txt",
+}
+
+ at misc{rfc6536,
+  author="A. Bierman and M. Bjorklund",
+  title="{Network Configuration Protocol (NETCONF) Access Control Model}",
+  series="Request for Comments",
+  number="6536",
+  howpublished="RFC 6536 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6536.txt",
+}
+
+ at misc{rfc6537,
+  author="J. Ahrenholz",
+  title="{Host Identity Protocol Distributed Hash Table Interface}",
+  series="Request for Comments",
+  number="6537",
+  howpublished="RFC 6537 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6537.txt",
+}
+
+ at misc{rfc6538,
+  author="T. Henderson and A. Gurtov",
+  title="{The Host Identity Protocol (HIP) Experiment Report}",
+  series="Request for Comments",
+  number="6538",
+  howpublished="RFC 6538 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6538.txt",
+}
+
+ at misc{rfc6539,
+  author="V. Cakulev and G. Sundaram and I. Broustis",
+  title="{IBAKE: Identity-Based Authenticated Key Exchange}",
+  series="Request for Comments",
+  number="6539",
+  howpublished="RFC 6539 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6539.txt",
+}
+
+ at misc{rfc6540,
+  author="W. George and C. Donley and C. Liljenstolpe and L. Howard",
+  title="{IPv6 Support Required for All IP-Capable Nodes}",
+  series="Request for Comments",
+  number="6540",
+  howpublished="RFC 6540 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6540.txt",
+}
+
+ at misc{rfc6541,
+  author="M. Kucherawy",
+  title="{DomainKeys Identified Mail (DKIM) Authorized Third-Party Signatures}",
+  series="Request for Comments",
+  number="6541",
+  howpublished="RFC 6541 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6541.txt",
+}
+
+ at misc{rfc6542,
+  author="S. Emery",
+  title="{Kerberos Version 5 Generic Security Service Application Program Interface (GSS-API) Channel Binding Hash Agility}",
+  series="Request for Comments",
+  number="6542",
+  howpublished="RFC 6542 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6542.txt",
+}
+
+ at misc{rfc6543,
+  author="S. Gundavelli",
+  title="{Reserved IPv6 Interface Identifier for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6543",
+  howpublished="RFC 6543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6543.txt",
+}
+
+ at misc{rfc6544,
+  author="J. Rosenberg and A. Keranen and B. B. Lowekamp and A. B. Roach",
+  title="{TCP Candidates with Interactive Connectivity Establishment (ICE)}",
+  series="Request for Comments",
+  number="6544",
+  howpublished="RFC 6544 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6544.txt",
+}
+
+ at misc{rfc6545,
+  author="K. Moriarty",
+  title="{Real-time Inter-network Defense (RID)}",
+  series="Request for Comments",
+  number="6545",
+  howpublished="RFC 6545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6545.txt",
+}
+
+ at misc{rfc6546,
+  author="B. Trammell",
+  title="{Transport of Real-time Inter-network Defense (RID) Messages over HTTP/TLS}",
+  series="Request for Comments",
+  number="6546",
+  howpublished="RFC 6546 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6546.txt",
+}
+
+ at misc{rfc6547,
+  author="W. George",
+  title="{RFC 3627 to Historic Status}",
+  series="Request for Comments",
+  number="6547",
+  howpublished="RFC 6547 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6547.txt",
+}
+
+ at misc{rfc6548,
+  author="N. Brownlee and IAB",
+  title="{Independent Submission Editor Model}",
+  series="Request for Comments",
+  number="6548",
+  howpublished="RFC 6548 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6548.txt",
+}
+
+ at misc{rfc6549,
+  author="A. Lindem and A. Roy and S. Mirtorabi",
+  title="{OSPFv2 Multi-Instance Extensions}",
+  series="Request for Comments",
+  number="6549",
+  howpublished="RFC 6549 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6549.txt",
+}
+
+ at misc{rfc6550,
+  author="T. Winter and P. Thubert and A. Brandt and J. Hui and R. Kelsey and P. Levis and K. Pister and R. Struik and JP. Vasseur and R. Alexander",
+  title="{RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="6550",
+  howpublished="RFC 6550 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6550.txt",
+}
+
+ at misc{rfc6551,
+  author="JP. Vasseur and M. Kim and K. Pister and N. Dejean and D. Barthel",
+  title="{Routing Metrics Used for Path Calculation in Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="6551",
+  howpublished="RFC 6551 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6551.txt",
+}
+
+ at misc{rfc6552,
+  author="P. Thubert",
+  title="{Objective Function Zero for the Routing Protocol for Low-Power and Lossy Networks (RPL)}",
+  series="Request for Comments",
+  number="6552",
+  howpublished="RFC 6552 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6552.txt",
+}
+
+ at misc{rfc6553,
+  author="J. Hui and JP. Vasseur",
+  title="{The Routing Protocol for Low-Power and Lossy Networks (RPL) Option for Carrying RPL Information in Data-Plane Datagrams}",
+  series="Request for Comments",
+  number="6553",
+  howpublished="RFC 6553 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6553.txt",
+}
+
+ at misc{rfc6554,
+  author="J. Hui and JP. Vasseur and D. Culler and V. Manral",
+  title="{An IPv6 Routing Header for Source Routes with the Routing Protocol for Low-Power and Lossy Networks (RPL)}",
+  series="Request for Comments",
+  number="6554",
+  howpublished="RFC 6554 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6554.txt",
+}
+
+ at misc{rfc6555,
+  author="D. Wing and A. Yourtchenko",
+  title="{Happy Eyeballs: Success with Dual-Stack Hosts}",
+  series="Request for Comments",
+  number="6555",
+  howpublished="RFC 6555 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6555.txt",
+}
+
+ at misc{rfc6556,
+  author="F. Baker",
+  title="{Testing Eyeball Happiness}",
+  series="Request for Comments",
+  number="6556",
+  howpublished="RFC 6556 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6556.txt",
+}
+
+ at misc{rfc6557,
+  author="E. Lear and P. Eggert",
+  title="{Procedures for Maintaining the Time Zone Database}",
+  series="Request for Comments",
+  number="6557",
+  howpublished="RFC 6557 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6557.txt",
+}
+
+ at misc{rfc6558,
+  author="A. Melnikov and B. Leiba and K. Li",
+  title="{Sieve Extension for Converting Messages before Delivery}",
+  series="Request for Comments",
+  number="6558",
+  howpublished="RFC 6558 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6558.txt",
+}
+
+ at misc{rfc6559,
+  author="D. Farinacci and IJ. Wijnands and S. Venaas and M. Napierala",
+  title="{A Reliable Transport Mechanism for PIM}",
+  series="Request for Comments",
+  number="6559",
+  howpublished="RFC 6559 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6559.txt",
+}
+
+ at misc{rfc6560,
+  author="G. Richards",
+  title="{One-Time Password (OTP) Pre-Authentication}",
+  series="Request for Comments",
+  number="6560",
+  howpublished="RFC 6560 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6560.txt",
+}
+
+ at misc{rfc6561,
+  author="J. Livingood and N. Mody and M. O'Reirdan",
+  title="{Recommendations for the Remediation of Bots in ISP Networks}",
+  series="Request for Comments",
+  number="6561",
+  howpublished="RFC 6561 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6561.txt",
+}
+
+ at misc{rfc6562,
+  author="C. Perkins and JM. Valin",
+  title="{Guidelines for the Use of Variable Bit Rate Audio with Secure RTP}",
+  series="Request for Comments",
+  number="6562",
+  howpublished="RFC 6562 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6562.txt",
+}
+
+ at misc{rfc6563,
+  author="S. Jiang and D. Conrad and B. Carpenter",
+  title="{Moving A6 to Historic Status}",
+  series="Request for Comments",
+  number="6563",
+  howpublished="RFC 6563 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6563.txt",
+}
+
+ at misc{rfc6564,
+  author="S. Krishnan and J. Woodyatt and E. Kline and J. Hoagland and M. Bhatia",
+  title="{A Uniform Format for IPv6 Extension Headers}",
+  series="Request for Comments",
+  number="6564",
+  howpublished="RFC 6564 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6564.txt",
+}
+
+ at misc{rfc6565,
+  author="P. Pillay-Esnault and P. Moyer and J. Doyle and E. Ertekin and M. Lundberg",
+  title="{OSPFv3 as a Provider Edge to Customer Edge (PE-CE) Routing Protocol}",
+  series="Request for Comments",
+  number="6565",
+  howpublished="RFC 6565 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6565.txt",
+}
+
+ at misc{rfc6566,
+  author="Y. Lee and G. Bernstein and D. Li and G. Martinelli",
+  title="{A Framework for the Control of Wavelength Switched Optical Networks (WSONs) with Impairments}",
+  series="Request for Comments",
+  number="6566",
+  howpublished="RFC 6566 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6566.txt",
+}
+
+ at misc{rfc6567,
+  author="A. Johnston and L. Liess",
+  title="{Problem Statement and Requirements for Transporting User-to-User Call Control Information in SIP}",
+  series="Request for Comments",
+  number="6567",
+  howpublished="RFC 6567 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6567.txt",
+}
+
+ at misc{rfc6568,
+  author="E. Kim and D. Kaspar and JP. Vasseur",
+  title="{Design and Application Spaces for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)}",
+  series="Request for Comments",
+  number="6568",
+  howpublished="RFC 6568 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6568.txt",
+}
+
+ at misc{rfc6569,
+  author="JM. Valin and S. Borilin and K. Vos and C. Montgomery and R. Chen",
+  title="{Guidelines for Development of an Audio Codec within the IETF}",
+  series="Request for Comments",
+  number="6569",
+  howpublished="RFC 6569 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6569.txt",
+}
+
+ at misc{rfc6570,
+  author="J. Gregorio and R. Fielding and M. Hadley and M. Nottingham and D. Orchard",
+  title="{URI Template}",
+  series="Request for Comments",
+  number="6570",
+  howpublished="RFC 6570 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6570.txt",
+}
+
+ at misc{rfc6571,
+  author="C. Filsfils and P. Francois and M. Shand and B. Decraene and J. Uttaro and N. Leymann and M. Horneffer",
+  title="{Loop-Free Alternate (LFA) Applicability in Service Provider (SP) Networks}",
+  series="Request for Comments",
+  number="6571",
+  howpublished="RFC 6571 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6571.txt",
+}
+
+ at misc{rfc6572,
+  author="F. Xia and B. Sarikaya and J. Korhonen and S. Gundavelli and D. Damic",
+  title="{RADIUS Support for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6572",
+  howpublished="RFC 6572 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    note="Updated by RFC 8044",
+  url="http://www.ietf.org/rfc/rfc6572.txt",
+}
+
+ at misc{rfc6573,
+  author="M. Amundsen",
+  title="{The Item and Collection Link Relations}",
+  series="Request for Comments",
+  number="6573",
+  howpublished="RFC 6573 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6573.txt",
+}
+
+ at misc{rfc6574,
+  author="H. Tschofenig and J. Arkko",
+  title="{Report from the Smart Object Workshop}",
+  series="Request for Comments",
+  number="6574",
+  howpublished="RFC 6574 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6574.txt",
+}
+
+ at misc{rfc6575,
+  author="H. Shah and E. Rosen and G. Heron and V. Kompella",
+  title="{Address Resolution Protocol (ARP) Mediation for IP Interworking of Layer 2 VPNs}",
+  series="Request for Comments",
+  number="6575",
+  howpublished="RFC 6575 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6575.txt",
+}
+
+ at misc{rfc6576,
+  author="R. Geib and A. Morton and R. Fardid and A. Steinmitz",
+  title="{IP Performance Metrics (IPPM) Standard Advancement Testing}",
+  series="Request for Comments",
+  number="6576",
+  howpublished="RFC 6576 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6576.txt",
+}
+
+ at misc{rfc6577,
+  author="M. Kucherawy",
+  title="{Authentication-Results Registration Update for Sender Policy Framework (SPF) Results}",
+  series="Request for Comments",
+  number="6577",
+  howpublished="RFC 6577 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    note="Obsoleted by RFC 7001",
+  url="http://www.ietf.org/rfc/rfc6577.txt",
+}
+
+ at misc{rfc6578,
+  author="C. Daboo and A. Quillaud",
+  title="{Collection Synchronization for Web Distributed Authoring and Versioning (WebDAV)}",
+  series="Request for Comments",
+  number="6578",
+  howpublished="RFC 6578 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6578.txt",
+}
+
+ at misc{rfc6579,
+  author="M. Yevstifeyev",
+  title="{The 'disclosure' Link Relation Type}",
+  series="Request for Comments",
+  number="6579",
+  howpublished="RFC 6579 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6579.txt",
+}
+
+ at misc{rfc6580,
+  author="M. Ko and D. Black",
+  title="{IANA Registries for the Remote Direct Data Placement (RDDP) Protocols}",
+  series="Request for Comments",
+  number="6580",
+  howpublished="RFC 6580 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6580.txt",
+}
+
+ at misc{rfc6581,
+  author="A. Kanevsky and C. Bestler and R. Sharp and S. Wise",
+  title="{Enhanced Remote Direct Memory Access (RDMA) Connection Establishment}",
+  series="Request for Comments",
+  number="6581",
+  howpublished="RFC 6581 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6581.txt",
+}
+
+ at misc{rfc6582,
+  author="T. Henderson and S. Floyd and A. Gurtov and Y. Nishida",
+  title="{The NewReno Modification to TCP's Fast Recovery Algorithm}",
+  series="Request for Comments",
+  number="6582",
+  howpublished="RFC 6582 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6582.txt",
+}
+
+ at misc{rfc6583,
+  author="I. Gashinsky and J. Jaeggli and W. Kumari",
+  title="{Operational Neighbor Discovery Problems}",
+  series="Request for Comments",
+  number="6583",
+  howpublished="RFC 6583 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6583.txt",
+}
+
+ at misc{rfc6584,
+  author="V. Roca",
+  title="{Simple Authentication Schemes for the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) Protocols}",
+  series="Request for Comments",
+  number="6584",
+  howpublished="RFC 6584 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6584.txt",
+}
+
+ at misc{rfc6585,
+  author="M. Nottingham and R. Fielding",
+  title="{Additional HTTP Status Codes}",
+  series="Request for Comments",
+  number="6585",
+  howpublished="RFC 6585 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6585.txt",
+}
+
+ at misc{rfc6586,
+  author="J. Arkko and A. Keranen",
+  title="{Experiences from an IPv6-Only Network}",
+  series="Request for Comments",
+  number="6586",
+  howpublished="RFC 6586 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6586.txt",
+}
+
+ at misc{rfc6587,
+  author="R. Gerhards and C. Lonvick",
+  title="{Transmission of Syslog Messages over TCP}",
+  series="Request for Comments",
+  number="6587",
+  howpublished="RFC 6587 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6587.txt",
+}
+
+ at misc{rfc6588,
+  author="C. Ishikawa",
+  title="{A URN Namespace for ucode}",
+  series="Request for Comments",
+  number="6588",
+  howpublished="RFC 6588 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6588.txt",
+}
+
+ at misc{rfc6589,
+  author="J. Livingood",
+  title="{Considerations for Transitioning Content to IPv6}",
+  series="Request for Comments",
+  number="6589",
+  howpublished="RFC 6589 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6589.txt",
+}
+
+ at misc{rfc6590,
+  author="J. Falk and M. Kucherawy",
+  title="{Redaction of Potentially Sensitive Data from Mail Abuse Reports}",
+  series="Request for Comments",
+  number="6590",
+  howpublished="RFC 6590 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6590.txt",
+}
+
+ at misc{rfc6591,
+  author="H. Fontana",
+  title="{Authentication Failure Reporting Using the Abuse Reporting Format}",
+  series="Request for Comments",
+  number="6591",
+  howpublished="RFC 6591 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    note="Updated by RFC 6692",
+  url="http://www.ietf.org/rfc/rfc6591.txt",
+}
+
+ at misc{rfc6592,
+  author="C. Pignataro",
+  title="{The Null Packet}",
+  series="Request for Comments",
+  number="6592",
+  howpublished="RFC 6592 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6592.txt",
+}
+
+ at misc{rfc6593,
+  author="C. Pignataro and J. Clarke and G. Salgueiro",
+  title="{Service Undiscovery Using Hide-and-Go-Seek for the Domain Pseudonym System (DPS)}",
+  series="Request for Comments",
+  number="6593",
+  howpublished="RFC 6593 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6593.txt",
+}
+
+ at misc{rfc6594,
+  author="O. Sury",
+  title="{Use of the SHA-256 Algorithm with RSA, Digital Signature Algorithm (DSA), and Elliptic Curve DSA (ECDSA) in SSHFP Resource Records}",
+  series="Request for Comments",
+  number="6594",
+  howpublished="RFC 6594 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6594.txt",
+}
+
+ at misc{rfc6595,
+  author="K. Wierenga and E. Lear and S. Josefsson",
+  title="{A Simple Authentication and Security Layer (SASL) and GSS-API Mechanism for the Security Assertion Markup Language (SAML)}",
+  series="Request for Comments",
+  number="6595",
+  howpublished="RFC 6595 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6595.txt",
+}
+
+ at misc{rfc6596,
+  author="M. Ohye and J. Kupke",
+  title="{The Canonical Link Relation}",
+  series="Request for Comments",
+  number="6596",
+  howpublished="RFC 6596 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6596.txt",
+}
+
+ at misc{rfc6597,
+  author="J. Downs and J. Arbeiter",
+  title="{RTP Payload Format for Society of Motion Picture and Television Engineers (SMPTE) ST 336 Encoded Data}",
+  series="Request for Comments",
+  number="6597",
+  howpublished="RFC 6597 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6597.txt",
+}
+
+ at misc{rfc6598,
+  author="J. Weil and V. Kuarsingh and C. Donley and C. Liljenstolpe and M. Azinger",
+  title="{IANA-Reserved IPv4 Prefix for Shared Address Space}",
+  series="Request for Comments",
+  number="6598",
+  howpublished="RFC 6598 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6598.txt",
+}
+
+ at misc{rfc6601,
+  author="G. Ash and D. McDysan",
+  title="{Generic Connection Admission Control (GCAC) Algorithm Specification for IP/MPLS Networks}",
+  series="Request for Comments",
+  number="6601",
+  howpublished="RFC 6601 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6601.txt",
+}
+
+ at misc{rfc6602,
+  author="F. Abinader and S. Gundavelli and K. Leung and S. Krishnan and D. Premec",
+  title="{Bulk Binding Update Support for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6602",
+  howpublished="RFC 6602 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6602.txt",
+}
+
+ at misc{rfc6603,
+  author="J. Korhonen and T. Savolainen and S. Krishnan and O. Troan",
+  title="{Prefix Exclude Option for DHCPv6-based Prefix Delegation}",
+  series="Request for Comments",
+  number="6603",
+  howpublished="RFC 6603 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6603.txt",
+}
+
+ at misc{rfc6604,
+  author="D. Eastlake 3rd",
+  title="{xNAME RCODE and Status Bits Clarification}",
+  series="Request for Comments",
+  number="6604",
+  howpublished="RFC 6604 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6604.txt",
+}
+
+ at misc{rfc6605,
+  author="P. Hoffman and W.C.A. Wijngaards",
+  title="{Elliptic Curve Digital Signature Algorithm (DSA) for DNSSEC}",
+  series="Request for Comments",
+  number="6605",
+  howpublished="RFC 6605 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6605.txt",
+}
+
+ at misc{rfc6606,
+  author="E. Kim and D. Kaspar and C. Gomez and C. Bormann",
+  title="{Problem Statement and Requirements for IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) Routing}",
+  series="Request for Comments",
+  number="6606",
+  howpublished="RFC 6606 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6606.txt",
+}
+
+ at misc{rfc6607,
+  author="K. Kinnear and R. Johnson and M. Stapp",
+  title="{Virtual Subnet Selection Options for DHCPv4 and DHCPv6}",
+  series="Request for Comments",
+  number="6607",
+  howpublished="RFC 6607 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6607.txt",
+}
+
+ at misc{rfc6608,
+  author="J. Dong and M. Chen and A. Suryanarayana",
+  title="{Subcodes for BGP Finite State Machine Error}",
+  series="Request for Comments",
+  number="6608",
+  howpublished="RFC 6608 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6608.txt",
+}
+
+ at misc{rfc6609,
+  author="C. Daboo and A. Stone",
+  title="{Sieve Email Filtering: Include Extension}",
+  series="Request for Comments",
+  number="6609",
+  howpublished="RFC 6609 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6609.txt",
+}
+
+ at misc{rfc6610,
+  author="H. Jang and A. Yegin and K. Chowdhury and J. Choi and T. Lemon",
+  title="{DHCP Options for Home Information Discovery in Mobile IPv6 (MIPv6)}",
+  series="Request for Comments",
+  number="6610",
+  howpublished="RFC 6610 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6610.txt",
+}
+
+ at misc{rfc6611,
+  author="K. Chowdhury and A. Yegin",
+  title="{Mobile IPv6 (MIPv6) Bootstrapping for the Integrated Scenario}",
+  series="Request for Comments",
+  number="6611",
+  howpublished="RFC 6611 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6611.txt",
+}
+
+ at misc{rfc6612,
+  author="G. Giaretta",
+  title="{Interactions between Proxy Mobile IPv6 (PMIPv6) and Mobile IPv6 (MIPv6): Scenarios and Related Issues}",
+  series="Request for Comments",
+  number="6612",
+  howpublished="RFC 6612 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6612.txt",
+}
+
+ at misc{rfc6613,
+  author="A. DeKok",
+  title="{RADIUS over TCP}",
+  series="Request for Comments",
+  number="6613",
+  howpublished="RFC 6613 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    note="Updated by RFC 7930",
+  url="http://www.ietf.org/rfc/rfc6613.txt",
+}
+
+ at misc{rfc6614,
+  author="S. Winter and M. McCauley and S. Venaas and K. Wierenga",
+  title="{Transport Layer Security (TLS) Encryption for RADIUS}",
+  series="Request for Comments",
+  number="6614",
+  howpublished="RFC 6614 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6614.txt",
+}
+
+ at misc{rfc6615,
+  author="T. Dietz and A. Kobayashi and B. Claise and G. Muenz",
+  title="{Definitions of Managed Objects for IP Flow Information Export}",
+  series="Request for Comments",
+  number="6615",
+  howpublished="RFC 6615 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6615.txt",
+}
+
+ at misc{rfc6616,
+  author="E. Lear and H. Tschofenig and H. Mauldin and S. Josefsson",
+  title="{A Simple Authentication and Security Layer (SASL) and Generic Security Service Application Program Interface (GSS-API) Mechanism for OpenID}",
+  series="Request for Comments",
+  number="6616",
+  howpublished="RFC 6616 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6616.txt",
+}
+
+ at misc{rfc6617,
+  author="D. Harkins",
+  title="{Secure Pre-Shared Key (PSK) Authentication for the Internet Key Exchange Protocol (IKE)}",
+  series="Request for Comments",
+  number="6617",
+  howpublished="RFC 6617 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6617.txt",
+}
+
+ at misc{rfc6618,
+  author="J. Korhonen and B. Patil and H. Tschofenig and D. Kroeselberg",
+  title="{Mobile IPv6 Security Framework Using Transport Layer Security for Communication between the Mobile Node and Home Agent}",
+  series="Request for Comments",
+  number="6618",
+  howpublished="RFC 6618 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6618.txt",
+}
+
+ at misc{rfc6619,
+  author="J. Arkko and L. Eggert and M. Townsley",
+  title="{Scalable Operation of Address Translators with Per-Interface Bindings}",
+  series="Request for Comments",
+  number="6619",
+  howpublished="RFC 6619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6619.txt",
+}
+
+ at misc{rfc6620,
+  author="E. Nordmark and M. Bagnulo and E. Levy-Abegnoli",
+  title="{FCFS SAVI: First-Come, First-Served Source Address Validation Improvement for Locally Assigned IPv6 Addresses}",
+  series="Request for Comments",
+  number="6620",
+  howpublished="RFC 6620 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6620.txt",
+}
+
+ at misc{rfc6621,
+  author="J. Macker",
+  title="{Simplified Multicast Forwarding}",
+  series="Request for Comments",
+  number="6621",
+  howpublished="RFC 6621 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6621.txt",
+}
+
+ at misc{rfc6622,
+  author="U. Herberg and T. Clausen",
+  title="{Integrity Check Value and Timestamp TLV Definitions for Mobile Ad Hoc Networks (MANETs)}",
+  series="Request for Comments",
+  number="6622",
+  howpublished="RFC 6622 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    note="Obsoleted by RFC 7182",
+  url="http://www.ietf.org/rfc/rfc6622.txt",
+}
+
+ at misc{rfc6623,
+  author="E. Burger",
+  title="{IANA Registry for MEDIACTRL Interactive Voice Response Control Package}",
+  series="Request for Comments",
+  number="6623",
+  howpublished="RFC 6623 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6623.txt",
+}
+
+ at misc{rfc6624,
+  author="K. Kompella and B. Kothari and R. Cherukuri",
+  title="{Layer 2 Virtual Private Networks Using BGP for Auto-Discovery and Signaling}",
+  series="Request for Comments",
+  number="6624",
+  howpublished="RFC 6624 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6624.txt",
+}
+
+ at misc{rfc6625,
+  author="E. Rosen and Y. Rekhter and W. Hendrickx and R. Qiu",
+  title="{Wildcards in Multicast VPN Auto-Discovery Routes}",
+  series="Request for Comments",
+  number="6625",
+  howpublished="RFC 6625 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    note="Updated by RFCs 7582, 7900",
+  url="http://www.ietf.org/rfc/rfc6625.txt",
+}
+
+ at misc{rfc6626,
+  author="G. Tsirtsis and V. Park and V. Narayanan and K. Leung",
+  title="{Dynamic Prefix Allocation for Network Mobility for Mobile IPv4 (NEMOv4)}",
+  series="Request for Comments",
+  number="6626",
+  howpublished="RFC 6626 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6626.txt",
+}
+
+ at misc{rfc6627,
+  author="G. Karagiannis and K. Chan and T. Moncaster and M. Menth and P. Eardley and B. Briscoe",
+  title="{Overview of Pre-Congestion Notification Encoding}",
+  series="Request for Comments",
+  number="6627",
+  howpublished="RFC 6627 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6627.txt",
+}
+
+ at misc{rfc6628,
+  author="S. Shin and K. Kobara",
+  title="{Efficient Augmented Password-Only Authentication and Key Exchange for IKEv2}",
+  series="Request for Comments",
+  number="6628",
+  howpublished="RFC 6628 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6628.txt",
+}
+
+ at misc{rfc6629,
+  author="J. Abley and M. Bagnulo and A. Garcia-Martinez",
+  title="{Considerations on the Application of the Level 3 Multihoming Shim Protocol for IPv6 (Shim6)}",
+  series="Request for Comments",
+  number="6629",
+  howpublished="RFC 6629 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6629.txt",
+}
+
+ at misc{rfc6630,
+  author="Z. Cao and H. Deng and Q. Wu and G. Zorn",
+  title="{EAP Re-authentication Protocol Extensions for Authenticated Anticipatory Keying (ERP/AAK)}",
+  series="Request for Comments",
+  number="6630",
+  howpublished="RFC 6630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6630.txt",
+}
+
+ at misc{rfc6631,
+  author="D. Kuegler and Y. Sheffer",
+  title="{Password Authenticated Connection Establishment with the Internet Key Exchange Protocol version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="6631",
+  howpublished="RFC 6631 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6631.txt",
+}
+
+ at misc{rfc6632,
+  author="M. Ersue and B. Claise",
+  title="{An Overview of the IETF Network Management Standards}",
+  series="Request for Comments",
+  number="6632",
+  howpublished="RFC 6632 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6632.txt",
+}
+
+ at misc{rfc6633,
+  author="F. Gont",
+  title="{Deprecation of ICMP Source Quench Messages}",
+  series="Request for Comments",
+  number="6633",
+  howpublished="RFC 6633 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6633.txt",
+}
+
+ at misc{rfc6635,
+  author="O. Kolkman and J. Halpern and IAB",
+  title="{RFC Editor Model (Version 2)}",
+  series="Request for Comments",
+  number="6635",
+  howpublished="RFC 6635 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6635.txt",
+}
+
+ at misc{rfc6636,
+  author="H. Asaeda and H. Liu and Q. Wu",
+  title="{Tuning the Behavior of the Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) for Routers in Mobile and Wireless Networks}",
+  series="Request for Comments",
+  number="6636",
+  howpublished="RFC 6636 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6636.txt",
+}
+
+ at misc{rfc6637,
+  author="A. Jivsov",
+  title="{Elliptic Curve Cryptography (ECC) in OpenPGP}",
+  series="Request for Comments",
+  number="6637",
+  howpublished="RFC 6637 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6637.txt",
+}
+
+ at misc{rfc6638,
+  author="C. Daboo and B. Desruisseaux",
+  title="{Scheduling Extensions to CalDAV}",
+  series="Request for Comments",
+  number="6638",
+  howpublished="RFC 6638 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    note="Updated by RFC 7953",
+  url="http://www.ietf.org/rfc/rfc6638.txt",
+}
+
+ at misc{rfc6639,
+  author="D. King and M. Venkatesan",
+  title="{Multiprotocol Label Switching Transport Profile (MPLS-TP) MIB-Based Management Overview}",
+  series="Request for Comments",
+  number="6639",
+  howpublished="RFC 6639 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6639.txt",
+}
+
+ at misc{rfc6640,
+  author="W. George",
+  title="{IETF Meeting Attendees' Frequently Asked (Travel) Questions}",
+  series="Request for Comments",
+  number="6640",
+  howpublished="RFC 6640 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6640.txt",
+}
+
+ at misc{rfc6641,
+  author="C. Everhart and W. Adamson and J. Zhang",
+  title="{Using DNS SRV to Specify a Global File Namespace with NFS Version 4}",
+  series="Request for Comments",
+  number="6641",
+  howpublished="RFC 6641 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6641.txt",
+}
+
+ at misc{rfc6642,
+  author="Q. Wu and F. Xia and R. Even",
+  title="{RTP Control Protocol (RTCP) Extension for a Third-Party Loss Report}",
+  series="Request for Comments",
+  number="6642",
+  howpublished="RFC 6642 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6642.txt",
+}
+
+ at misc{rfc6643,
+  author="J. Schoenwaelder",
+  title="{Translation of Structure of Management Information Version 2 (SMIv2) MIB Modules to YANG Modules}",
+  series="Request for Comments",
+  number="6643",
+  howpublished="RFC 6643 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6643.txt",
+}
+
+ at misc{rfc6644,
+  author="D. Evans and R. Droms and S. Jiang",
+  title="{Rebind Capability in DHCPv6 Reconfigure Messages}",
+  series="Request for Comments",
+  number="6644",
+  howpublished="RFC 6644 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6644.txt",
+}
+
+ at misc{rfc6645,
+  author="J. Novak",
+  title="{IP Flow Information Accounting and Export Benchmarking Methodology}",
+  series="Request for Comments",
+  number="6645",
+  howpublished="RFC 6645 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6645.txt",
+}
+
+ at misc{rfc6646,
+  author="H. Song and N. Zong and Y. Yang and R. Alimi",
+  title="{DECoupled Application Data Enroute (DECADE) Problem Statement}",
+  series="Request for Comments",
+  number="6646",
+  howpublished="RFC 6646 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6646.txt",
+}
+
+ at misc{rfc6647,
+  author="M. Kucherawy and D. Crocker",
+  title="{Email Greylisting: An Applicability Statement for SMTP}",
+  series="Request for Comments",
+  number="6647",
+  howpublished="RFC 6647 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6647.txt",
+}
+
+ at misc{rfc6648,
+  author="P. Saint-Andre and D. Crocker and M. Nottingham",
+  title="{Deprecating the "X-" Prefix and Similar Constructs in Application Protocols}",
+  series="Request for Comments",
+  number="6648",
+  howpublished="RFC 6648 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6648.txt",
+}
+
+ at misc{rfc6649,
+  author="L. Hornquist Astrand and T. Yu",
+  title="{Deprecate DES, RC4-HMAC-EXP, and Other Weak Cryptographic Algorithms in Kerberos}",
+  series="Request for Comments",
+  number="6649",
+  howpublished="RFC 6649 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6649.txt",
+}
+
+ at misc{rfc6650,
+  author="J. Falk and M. Kucherawy",
+  title="{Creation and Use of Email Feedback Reports: An Applicability Statement for the Abuse Reporting Format (ARF)}",
+  series="Request for Comments",
+  number="6650",
+  howpublished="RFC 6650 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6650.txt",
+}
+
+ at misc{rfc6651,
+  author="M. Kucherawy",
+  title="{Extensions to DomainKeys Identified Mail (DKIM) for Failure Reporting}",
+  series="Request for Comments",
+  number="6651",
+  howpublished="RFC 6651 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6651.txt",
+}
+
+ at misc{rfc6652,
+  author="S. Kitterman",
+  title="{Sender Policy Framework (SPF) Authentication Failure Reporting Using the Abuse Reporting Format}",
+  series="Request for Comments",
+  number="6652",
+  howpublished="RFC 6652 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6652.txt",
+}
+
+ at misc{rfc6653,
+  author="B. Sarikaya and F. Xia and T. Lemon",
+  title="{DHCPv6 Prefix Delegation in Long-Term Evolution (LTE) Networks}",
+  series="Request for Comments",
+  number="6653",
+  howpublished="RFC 6653 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6653.txt",
+}
+
+ at misc{rfc6654,
+  author="T. Tsou and C. Zhou and T. Taylor and Q. Chen",
+  title="{Gateway-Initiated IPv6 Rapid Deployment on IPv4 Infrastructures (GI 6rd)}",
+  series="Request for Comments",
+  number="6654",
+  howpublished="RFC 6654 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6654.txt",
+}
+
+ at misc{rfc6655,
+  author="D. McGrew and D. Bailey",
+  title="{AES-CCM Cipher Suites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="6655",
+  howpublished="RFC 6655 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6655.txt",
+}
+
+ at misc{rfc6656,
+  author="R. Johnson and K. Kinnear and M. Stapp",
+  title="{Description of Cisco Systems' Subnet Allocation Option for DHCPv4}",
+  series="Request for Comments",
+  number="6656",
+  howpublished="RFC 6656 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6656.txt",
+}
+
+ at misc{rfc6657,
+  author="A. Melnikov and J. Reschke",
+  title="{Update to MIME regarding "charset" Parameter Handling in Textual Media Types}",
+  series="Request for Comments",
+  number="6657",
+  howpublished="RFC 6657 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6657.txt",
+}
+
+ at misc{rfc6658,
+  author="S. Bryant and L. Martini and G. Swallow and A. Malis",
+  title="{Packet Pseudowire Encapsulation over an MPLS PSN}",
+  series="Request for Comments",
+  number="6658",
+  howpublished="RFC 6658 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6658.txt",
+}
+
+ at misc{rfc6659,
+  author="A. Begen",
+  title="{Considerations for Deploying the Rapid Acquisition of Multicast RTP Sessions (RAMS) Method}",
+  series="Request for Comments",
+  number="6659",
+  howpublished="RFC 6659 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6659.txt",
+}
+
+ at misc{rfc6660,
+  author="B. Briscoe and T. Moncaster and M. Menth",
+  title="{Encoding Three Pre-Congestion Notification (PCN) States in the IP Header Using a Single Diffserv Codepoint (DSCP)}",
+  series="Request for Comments",
+  number="6660",
+  howpublished="RFC 6660 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6660.txt",
+}
+
+ at misc{rfc6661,
+  author="A. Charny and F. Huang and G. Karagiannis and M. Menth and T. Taylor",
+  title="{Pre-Congestion Notification (PCN) Boundary-Node Behavior for the Controlled Load (CL) Mode of Operation}",
+  series="Request for Comments",
+  number="6661",
+  howpublished="RFC 6661 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6661.txt",
+}
+
+ at misc{rfc6662,
+  author="A. Charny and J. Zhang and G. Karagiannis and M. Menth and T. Taylor",
+  title="{Pre-Congestion Notification (PCN) Boundary-Node Behavior for the Single Marking (SM) Mode of Operation}",
+  series="Request for Comments",
+  number="6662",
+  howpublished="RFC 6662 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6662.txt",
+}
+
+ at misc{rfc6663,
+  author="G. Karagiannis and T. Taylor and K. Chan and M. Menth and P. Eardley",
+  title="{Requirements for Signaling of Pre-Congestion Information in a Diffserv Domain}",
+  series="Request for Comments",
+  number="6663",
+  howpublished="RFC 6663 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6663.txt",
+}
+
+ at misc{rfc6664,
+  author="J. Schaad",
+  title="{S/MIME Capabilities for Public Key Definitions}",
+  series="Request for Comments",
+  number="6664",
+  howpublished="RFC 6664 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6664.txt",
+}
+
+ at misc{rfc6665,
+  author="A.B. Roach",
+  title="{SIP-Specific Event Notification}",
+  series="Request for Comments",
+  number="6665",
+  howpublished="RFC 6665 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    note="Updated by RFC 7621",
+  url="http://www.ietf.org/rfc/rfc6665.txt",
+}
+
+ at misc{rfc6666,
+  author="N. Hilliard and D. Freedman",
+  title="{A Discard Prefix for IPv6}",
+  series="Request for Comments",
+  number="6666",
+  howpublished="RFC 6666 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6666.txt",
+}
+
+ at misc{rfc6667,
+  author="K. Raza and S. Boutros and C. Pignataro",
+  title="{LDP 'Typed Wildcard' Forwarding Equivalence Class (FEC) for PWid and Generalized PWid FEC Elements}",
+  series="Request for Comments",
+  number="6667",
+  howpublished="RFC 6667 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6667.txt",
+}
+
+ at misc{rfc6668,
+  author="D. Bider and M. Baushke",
+  title="{SHA-2 Data Integrity Verification for the Secure Shell (SSH) Transport Layer Protocol}",
+  series="Request for Comments",
+  number="6668",
+  howpublished="RFC 6668 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6668.txt",
+}
+
+ at misc{rfc6669,
+  author="N. Sprecher and L. Fang",
+  title="{An Overview of the Operations, Administration, and Maintenance (OAM) Toolset for MPLS-Based Transport Networks}",
+  series="Request for Comments",
+  number="6669",
+  howpublished="RFC 6669 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6669.txt",
+}
+
+ at misc{rfc6670,
+  author="N. Sprecher and KY. Hong",
+  title="{The Reasons for Selecting a Single Solution for MPLS Transport Profile (MPLS-TP) Operations, Administration, and Maintenance (OAM)}",
+  series="Request for Comments",
+  number="6670",
+  howpublished="RFC 6670 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6670.txt",
+}
+
+ at misc{rfc6671,
+  author="M. Betts",
+  title="{Allocation of a Generic Associated Channel Type for ITU-T MPLS Transport Profile Operation, Maintenance, and Administration (MPLS-TP OAM)}",
+  series="Request for Comments",
+  number="6671",
+  howpublished="RFC 6671 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6671.txt",
+}
+
+ at misc{rfc6672,
+  author="S. Rose and W. Wijngaards",
+  title="{DNAME Redirection in the DNS}",
+  series="Request for Comments",
+  number="6672",
+  howpublished="RFC 6672 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6672.txt",
+}
+
+ at misc{rfc6673,
+  author="A. Morton",
+  title="{Round-Trip Packet Loss Metrics}",
+  series="Request for Comments",
+  number="6673",
+  howpublished="RFC 6673 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6673.txt",
+}
+
+ at misc{rfc6674,
+  author="F. Brockners and S. Gundavelli and S. Speicher and D. Ward",
+  title="{Gateway-Initiated Dual-Stack Lite Deployment}",
+  series="Request for Comments",
+  number="6674",
+  howpublished="RFC 6674 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6674.txt",
+}
+
+ at misc{rfc6675,
+  author="E. Blanton and M. Allman and L. Wang and I. Jarvinen and M. Kojo and Y. Nishida",
+  title="{A Conservative Loss Recovery Algorithm Based on Selective Acknowledgment (SACK) for TCP}",
+  series="Request for Comments",
+  number="6675",
+  howpublished="RFC 6675 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6675.txt",
+}
+
+ at misc{rfc6676,
+  author="S. Venaas and R. Parekh and G. Van de Velde and T. Chown and M. Eubanks",
+  title="{Multicast Addresses for Documentation}",
+  series="Request for Comments",
+  number="6676",
+  howpublished="RFC 6676 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6676.txt",
+}
+
+ at misc{rfc6677,
+  author="S. Hartman and T. Clancy and K. Hoeper",
+  title="{Channel-Binding Support for Extensible Authentication Protocol (EAP) Methods}",
+  series="Request for Comments",
+  number="6677",
+  howpublished="RFC 6677 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6677.txt",
+}
+
+ at misc{rfc6678,
+  author="K. Hoeper and S. Hanna and H. Zhou and J. Salowey",
+  title="{Requirements for a Tunnel-Based Extensible Authentication Protocol (EAP) Method}",
+  series="Request for Comments",
+  number="6678",
+  howpublished="RFC 6678 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6678.txt",
+}
+
+ at misc{rfc6679,
+  author="M. Westerlund and I. Johansson and C. Perkins and P. O'Hanlon and K. Carlberg",
+  title="{Explicit Congestion Notification (ECN) for RTP over UDP}",
+  series="Request for Comments",
+  number="6679",
+  howpublished="RFC 6679 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6679.txt",
+}
+
+ at misc{rfc6680,
+  author="N. Williams and L. Johansson and S. Hartman and S. Josefsson",
+  title="{Generic Security Service Application Programming Interface (GSS-API) Naming Extensions}",
+  series="Request for Comments",
+  number="6680",
+  howpublished="RFC 6680 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6680.txt",
+}
+
+ at misc{rfc6681,
+  author="M. Watson and T. Stockhammer and M. Luby",
+  title="{Raptor Forward Error Correction (FEC) Schemes for FECFRAME}",
+  series="Request for Comments",
+  number="6681",
+  howpublished="RFC 6681 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6681.txt",
+}
+
+ at misc{rfc6682,
+  author="M. Watson and T. Stockhammer and M. Luby",
+  title="{RTP Payload Format for Raptor Forward Error Correction (FEC)}",
+  series="Request for Comments",
+  number="6682",
+  howpublished="RFC 6682 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6682.txt",
+}
+
+ at misc{rfc6683,
+  author="A. Begen and T. Stockhammer",
+  title="{Guidelines for Implementing Digital Video Broadcasting - IPTV (DVB-IPTV) Application-Layer Hybrid Forward Error Correction (FEC) Protection}",
+  series="Request for Comments",
+  number="6683",
+  howpublished="RFC 6683 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6683.txt",
+}
+
+ at misc{rfc6684,
+  author="B. Trammell",
+  title="{Guidelines and Template for Defining Extensions to the Incident Object Description Exchange Format (IODEF)}",
+  series="Request for Comments",
+  number="6684",
+  howpublished="RFC 6684 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6684.txt",
+}
+
+ at misc{rfc6685,
+  author="B. Trammell",
+  title="{Expert Review for Incident Object Description Exchange Format (IODEF) Extensions in IANA XML Registry}",
+  series="Request for Comments",
+  number="6685",
+  howpublished="RFC 6685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    note="Obsoleted by RFC 7970",
+  url="http://www.ietf.org/rfc/rfc6685.txt",
+}
+
+ at misc{rfc6686,
+  author="M. Kucherawy",
+  title="{Resolution of the Sender Policy Framework (SPF) and Sender ID Experiments}",
+  series="Request for Comments",
+  number="6686",
+  howpublished="RFC 6686 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6686.txt",
+}
+
+ at misc{rfc6687,
+  author="J. Tripathi and J. de Oliveira and JP. Vasseur",
+  title="{Performance Evaluation of the Routing Protocol for Low-Power and Lossy Networks (RPL)}",
+  series="Request for Comments",
+  number="6687",
+  howpublished="RFC 6687 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6687.txt",
+}
+
+ at misc{rfc6688,
+  author="D. Black and J. Glasgow and S. Faibish",
+  title="{Parallel NFS (pNFS) Block Disk Protection}",
+  series="Request for Comments",
+  number="6688",
+  howpublished="RFC 6688 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6688.txt",
+}
+
+ at misc{rfc6689,
+  author="L. Berger",
+  title="{Usage of the RSVP ASSOCIATION Object}",
+  series="Request for Comments",
+  number="6689",
+  howpublished="RFC 6689 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6689.txt",
+}
+
+ at misc{rfc6690,
+  author="Z. Shelby",
+  title="{Constrained RESTful Environments (CoRE) Link Format}",
+  series="Request for Comments",
+  number="6690",
+  howpublished="RFC 6690 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6690.txt",
+}
+
+ at misc{rfc6691,
+  author="D. Borman",
+  title="{TCP Options and Maximum Segment Size (MSS)}",
+  series="Request for Comments",
+  number="6691",
+  howpublished="RFC 6691 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6691.txt",
+}
+
+ at misc{rfc6692,
+  author="R. Clayton and M. Kucherawy",
+  title="{Source Ports in Abuse Reporting Format (ARF) Reports}",
+  series="Request for Comments",
+  number="6692",
+  howpublished="RFC 6692 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6692.txt",
+}
+
+ at misc{rfc6693,
+  author="A. Lindgren and A. Doria and E. Davies and S. Grasic",
+  title="{Probabilistic Routing Protocol for Intermittently Connected Networks}",
+  series="Request for Comments",
+  number="6693",
+  howpublished="RFC 6693 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6693.txt",
+}
+
+ at misc{rfc6694,
+  author="S. Moonesamy",
+  title="{The "about" URI Scheme}",
+  series="Request for Comments",
+  number="6694",
+  howpublished="RFC 6694 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6694.txt",
+}
+
+ at misc{rfc6695,
+  author="R. Asati",
+  title="{Methods to Convey Forward Error Correction (FEC) Framework Configuration Information}",
+  series="Request for Comments",
+  number="6695",
+  howpublished="RFC 6695 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6695.txt",
+}
+
+ at misc{rfc6696,
+  author="Z. Cao and B. He and Y. Shi and Q. Wu and G. Zorn",
+  title="{EAP Extensions for the EAP Re-authentication Protocol (ERP)}",
+  series="Request for Comments",
+  number="6696",
+  howpublished="RFC 6696 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6696.txt",
+}
+
+ at misc{rfc6697,
+  author="G. Zorn and Q. Wu and T. Taylor and Y. Nir and K. Hoeper and S. Decugis",
+  title="{Handover Keying (HOKEY) Architecture Design}",
+  series="Request for Comments",
+  number="6697",
+  howpublished="RFC 6697 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6697.txt",
+}
+
+ at misc{rfc6698,
+  author="P. Hoffman and J. Schlyter",
+  title="{The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA}",
+  series="Request for Comments",
+  number="6698",
+  howpublished="RFC 6698 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    note="Updated by RFCs 7218, 7671",
+  url="http://www.ietf.org/rfc/rfc6698.txt",
+}
+
+ at misc{rfc6701,
+  author="A. Farrel and P. Resnick",
+  title="{Sanctions Available for Application to Violators of IETF IPR Policy}",
+  series="Request for Comments",
+  number="6701",
+  howpublished="RFC 6701 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6701.txt",
+}
+
+ at misc{rfc6702,
+  author="T. Polk and P. Saint-Andre",
+  title="{Promoting Compliance with Intellectual Property Rights (IPR) Disclosure Rules}",
+  series="Request for Comments",
+  number="6702",
+  howpublished="RFC 6702 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6702.txt",
+}
+
+ at misc{rfc6703,
+  author="A. Morton and G. Ramachandran and G. Maguluri",
+  title="{Reporting IP Network Performance Metrics: Different Points of View}",
+  series="Request for Comments",
+  number="6703",
+  howpublished="RFC 6703 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6703.txt",
+}
+
+ at misc{rfc6704,
+  author="D. Miles and W. Dec and J. Bristow and R. Maglione",
+  title="{Forcerenew Nonce Authentication}",
+  series="Request for Comments",
+  number="6704",
+  howpublished="RFC 6704 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6704.txt",
+}
+
+ at misc{rfc6705,
+  author="S. Krishnan and R. Koodli and P. Loureiro and Q. Wu and A. Dutta",
+  title="{Localized Routing for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6705",
+  howpublished="RFC 6705 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6705.txt",
+}
+
+ at misc{rfc6706,
+  author="F. Templin",
+  title="{Asymmetric Extended Route Optimization (AERO)}",
+  series="Request for Comments",
+  number="6706",
+  howpublished="RFC 6706 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6706.txt",
+}
+
+ at misc{rfc6707,
+  author="B. Niven-Jenkins and F. Le Faucheur and N. Bitar",
+  title="{Content Distribution Network Interconnection (CDNI) Problem Statement}",
+  series="Request for Comments",
+  number="6707",
+  howpublished="RFC 6707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6707.txt",
+}
+
+ at misc{rfc6708,
+  author="S. Kiesel and S. Previdi and M. Stiemerling and R. Woundy and Y. Yang",
+  title="{Application-Layer Traffic Optimization (ALTO) Requirements}",
+  series="Request for Comments",
+  number="6708",
+  howpublished="RFC 6708 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6708.txt",
+}
+
+ at misc{rfc6709,
+  author="B. Carpenter and B. Aboba and S. Cheshire",
+  title="{Design Considerations for Protocol Extensions}",
+  series="Request for Comments",
+  number="6709",
+  howpublished="RFC 6709 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6709.txt",
+}
+
+ at misc{rfc6710,
+  author="A. Melnikov and K. Carlberg",
+  title="{Simple Mail Transfer Protocol Extension for Message Transfer Priorities}",
+  series="Request for Comments",
+  number="6710",
+  howpublished="RFC 6710 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6710.txt",
+}
+
+ at misc{rfc6711,
+  author="L. Johansson",
+  title="{An IANA Registry for Level of Assurance (LoA) Profiles}",
+  series="Request for Comments",
+  number="6711",
+  howpublished="RFC 6711 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6711.txt",
+}
+
+ at misc{rfc6712,
+  author="T. Kause and M. Peylo",
+  title="{Internet X.509 Public Key Infrastructure -- HTTP Transfer for the Certificate Management Protocol (CMP)}",
+  series="Request for Comments",
+  number="6712",
+  howpublished="RFC 6712 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6712.txt",
+}
+
+ at misc{rfc6713,
+  author="J. Levine",
+  title="{The 'application/zlib' and 'application/gzip' Media Types}",
+  series="Request for Comments",
+  number="6713",
+  howpublished="RFC 6713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6713.txt",
+}
+
+ at misc{rfc6714,
+  author="C. Holmberg and S. Blau and E. Burger",
+  title="{Connection Establishment for Media Anchoring (CEMA) for the Message Session Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="6714",
+  howpublished="RFC 6714 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6714.txt",
+}
+
+ at misc{rfc6715,
+  author="D. Cauchie and B. Leiba and K. Li",
+  title="{vCard Format Extensions: Representing vCard Extensions Defined by the Open Mobile Alliance (OMA) Converged Address Book (CAB) Group}",
+  series="Request for Comments",
+  number="6715",
+  howpublished="RFC 6715 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6715.txt",
+}
+
+ at misc{rfc6716,
+  author="JM. Valin and K. Vos and T. Terriberry",
+  title="{Definition of the Opus Audio Codec}",
+  series="Request for Comments",
+  number="6716",
+  howpublished="RFC 6716 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6716.txt",
+}
+
+ at misc{rfc6717,
+  author="H. Hotz and R. Allbery",
+  title="{kx509 Kerberized Certificate Issuance Protocol in Use in 2012}",
+  series="Request for Comments",
+  number="6717",
+  howpublished="RFC 6717 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6717.txt",
+}
+
+ at misc{rfc6718,
+  author="P. Muley and M. Aissaoui and M. Bocci",
+  title="{Pseudowire Redundancy}",
+  series="Request for Comments",
+  number="6718",
+  howpublished="RFC 6718 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6718.txt",
+}
+
+ at misc{rfc6719,
+  author="O. Gnawali and P. Levis",
+  title="{The Minimum Rank with Hysteresis Objective Function}",
+  series="Request for Comments",
+  number="6719",
+  howpublished="RFC 6719 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6719.txt",
+}
+
+ at misc{rfc6720,
+  author="C. Pignataro and R. Asati",
+  title="{The Generalized TTL Security Mechanism (GTSM) for the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="6720",
+  howpublished="RFC 6720 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    note="Updated by RFC 7552",
+  url="http://www.ietf.org/rfc/rfc6720.txt",
+}
+
+ at misc{rfc6721,
+  author="J. Snell",
+  title="{The Atom "deleted-entry" Element}",
+  series="Request for Comments",
+  number="6721",
+  howpublished="RFC 6721 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6721.txt",
+}
+
+ at misc{rfc6722,
+  author="P. Hoffman",
+  title="{Publishing the "Tao of the IETF" as a Web Page}",
+  series="Request for Comments",
+  number="6722",
+  howpublished="RFC 6722 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6722.txt",
+}
+
+ at misc{rfc6723,
+  author="L. Jin and R. Key and S. Delord and T. Nadeau and S. Boutros",
+  title="{Update of the Pseudowire Control-Word Negotiation Mechanism}",
+  series="Request for Comments",
+  number="6723",
+  howpublished="RFC 6723 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    note="Obsoleted by RFC 8077",
+  url="http://www.ietf.org/rfc/rfc6723.txt",
+}
+
+ at misc{rfc6724,
+  author="D. Thaler and R. Draves and A. Matsumoto and T. Chown",
+  title="{Default Address Selection for Internet Protocol Version 6 (IPv6)}",
+  series="Request for Comments",
+  number="6724",
+  howpublished="RFC 6724 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6724.txt",
+}
+
+ at misc{rfc6725,
+  author="S. Rose",
+  title="{DNS Security (DNSSEC) DNSKEY Algorithm IANA Registry Updates}",
+  series="Request for Comments",
+  number="6725",
+  howpublished="RFC 6725 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6725.txt",
+}
+
+ at misc{rfc6726,
+  author="T. Paila and R. Walsh and M. Luby and V. Roca and R. Lehtonen",
+  title="{FLUTE - File Delivery over Unidirectional Transport}",
+  series="Request for Comments",
+  number="6726",
+  howpublished="RFC 6726 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6726.txt",
+}
+
+ at misc{rfc6727,
+  author="T. Dietz and B. Claise and J. Quittek",
+  title="{Definitions of Managed Objects for Packet Sampling}",
+  series="Request for Comments",
+  number="6727",
+  howpublished="RFC 6727 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6727.txt",
+}
+
+ at misc{rfc6728,
+  author="G. Muenz and B. Claise and P. Aitken",
+  title="{Configuration Data Model for the IP Flow Information Export (IPFIX) and Packet Sampling (PSAMP) Protocols}",
+  series="Request for Comments",
+  number="6728",
+  howpublished="RFC 6728 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6728.txt",
+}
+
+ at misc{rfc6729,
+  author="D. Crocker and M. Kucherawy",
+  title="{Indicating Email Handling States in Trace Fields}",
+  series="Request for Comments",
+  number="6729",
+  howpublished="RFC 6729 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6729.txt",
+}
+
+ at misc{rfc6730,
+  author="S. Krishnan and J. Halpern",
+  title="{Requirements for IETF Nominations Committee Tools}",
+  series="Request for Comments",
+  number="6730",
+  howpublished="RFC 6730 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6730.txt",
+}
+
+ at misc{rfc6731,
+  author="T. Savolainen and J. Kato and T. Lemon",
+  title="{Improved Recursive DNS Server Selection for Multi-Interfaced Nodes}",
+  series="Request for Comments",
+  number="6731",
+  howpublished="RFC 6731 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6731.txt",
+}
+
+ at misc{rfc6732,
+  author="V. Kuarsingh and Y. Lee and O. Vautrin",
+  title="{6to4 Provider Managed Tunnels}",
+  series="Request for Comments",
+  number="6732",
+  howpublished="RFC 6732 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    note="Obsoleted by RFC 7526",
+  url="http://www.ietf.org/rfc/rfc6732.txt",
+}
+
+ at misc{rfc6733,
+  author="V. Fajardo and J. Arkko and J. Loughney and G. Zorn",
+  title="{Diameter Base Protocol}",
+  series="Request for Comments",
+  number="6733",
+  howpublished="RFC 6733 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    note="Updated by RFC 7075",
+  url="http://www.ietf.org/rfc/rfc6733.txt",
+}
+
+ at misc{rfc6734,
+  author="G. Zorn and Q. Wu and V. Cakulev",
+  title="{Diameter Attribute-Value Pairs for Cryptographic Key Transport}",
+  series="Request for Comments",
+  number="6734",
+  howpublished="RFC 6734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6734.txt",
+}
+
+ at misc{rfc6735,
+  author="K. Carlberg and T. Taylor",
+  title="{Diameter Priority Attribute-Value Pairs}",
+  series="Request for Comments",
+  number="6735",
+  howpublished="RFC 6735 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6735.txt",
+}
+
+ at misc{rfc6736,
+  author="F. Brockners and S. Bhandari and V. Singh and V. Fajardo",
+  title="{Diameter Network Address and Port Translation Control Application}",
+  series="Request for Comments",
+  number="6736",
+  howpublished="RFC 6736 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6736.txt",
+}
+
+ at misc{rfc6737,
+  author="K. Jiao and G. Zorn",
+  title="{The Diameter Capabilities Update Application}",
+  series="Request for Comments",
+  number="6737",
+  howpublished="RFC 6737 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6737.txt",
+}
+
+ at misc{rfc6738,
+  author="V. Cakulev and A. Lior and S. Mizikovsky",
+  title="{Diameter IKEv2 SK: Using Shared Keys to Support Interaction between IKEv2 Servers and Diameter Servers}",
+  series="Request for Comments",
+  number="6738",
+  howpublished="RFC 6738 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6738.txt",
+}
+
+ at misc{rfc6739,
+  author="H. Schulzrinne and H. Tschofenig",
+  title="{Synchronizing Service Boundaries and <mapping> Elements Based on the Location-to-Service Translation (LoST) Protocol}",
+  series="Request for Comments",
+  number="6739",
+  howpublished="RFC 6739 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6739.txt",
+}
+
+ at misc{rfc6740,
+  author="RJ Atkinson and SN Bhatti",
+  title="{Identifier-Locator Network Protocol (ILNP) Architectural Description}",
+  series="Request for Comments",
+  number="6740",
+  howpublished="RFC 6740 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6740.txt",
+}
+
+ at misc{rfc6741,
+  author="RJ Atkinson and SN Bhatti",
+  title="{Identifier-Locator Network Protocol (ILNP) Engineering Considerations}",
+  series="Request for Comments",
+  number="6741",
+  howpublished="RFC 6741 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6741.txt",
+}
+
+ at misc{rfc6742,
+  author="RJ Atkinson and SN Bhatti and S. Rose",
+  title="{DNS Resource Records for the Identifier-Locator Network Protocol (ILNP)}",
+  series="Request for Comments",
+  number="6742",
+  howpublished="RFC 6742 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6742.txt",
+}
+
+ at misc{rfc6743,
+  author="RJ Atkinson and SN Bhatti",
+  title="{ICMP Locator Update Message for the Identifier-Locator Network Protocol for IPv6 (ILNPv6)}",
+  series="Request for Comments",
+  number="6743",
+  howpublished="RFC 6743 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6743.txt",
+}
+
+ at misc{rfc6744,
+  author="RJ Atkinson and SN Bhatti",
+  title="{IPv6 Nonce Destination Option for the Identifier-Locator Network Protocol for IPv6 (ILNPv6)}",
+  series="Request for Comments",
+  number="6744",
+  howpublished="RFC 6744 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6744.txt",
+}
+
+ at misc{rfc6745,
+  author="RJ Atkinson and SN Bhatti",
+  title="{ICMP Locator Update Message for the Identifier-Locator Network Protocol for IPv4 (ILNPv4)}",
+  series="Request for Comments",
+  number="6745",
+  howpublished="RFC 6745 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6745.txt",
+}
+
+ at misc{rfc6746,
+  author="RJ Atkinson and SN Bhatti",
+  title="{IPv4 Options for the Identifier-Locator Network Protocol (ILNP)}",
+  series="Request for Comments",
+  number="6746",
+  howpublished="RFC 6746 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6746.txt",
+}
+
+ at misc{rfc6747,
+  author="RJ Atkinson and SN Bhatti",
+  title="{Address Resolution Protocol (ARP) for the Identifier-Locator Network Protocol for IPv4 (ILNPv4)}",
+  series="Request for Comments",
+  number="6747",
+  howpublished="RFC 6747 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6747.txt",
+}
+
+ at misc{rfc6748,
+  author="RJ Atkinson and SN Bhatti",
+  title="{Optional Advanced Deployment Scenarios for the Identifier-Locator Network Protocol (ILNP)}",
+  series="Request for Comments",
+  number="6748",
+  howpublished="RFC 6748 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6748.txt",
+}
+
+ at misc{rfc6749,
+  author="D. Hardt",
+  title="{The OAuth 2.0 Authorization Framework}",
+  series="Request for Comments",
+  number="6749",
+  howpublished="RFC 6749 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6749.txt",
+}
+
+ at misc{rfc6750,
+  author="M. Jones and D. Hardt",
+  title="{The OAuth 2.0 Authorization Framework: Bearer Token Usage}",
+  series="Request for Comments",
+  number="6750",
+  howpublished="RFC 6750 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6750.txt",
+}
+
+ at misc{rfc6751,
+  author="R. Despres and B. Carpenter and D. Wing and S. Jiang",
+  title="{Native IPv6 behind IPv4-to-IPv4 NAT Customer Premises Equipment (6a44)}",
+  series="Request for Comments",
+  number="6751",
+  howpublished="RFC 6751 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6751.txt",
+}
+
+ at misc{rfc6752,
+  author="A. Kirkham",
+  title="{Issues with Private IP Addressing in the Internet}",
+  series="Request for Comments",
+  number="6752",
+  howpublished="RFC 6752 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6752.txt",
+}
+
+ at misc{rfc6753,
+  author="J. Winterbottom and H. Tschofenig and H. Schulzrinne and M. Thomson",
+  title="{A Location Dereference Protocol Using HTTP-Enabled Location Delivery (HELD)}",
+  series="Request for Comments",
+  number="6753",
+  howpublished="RFC 6753 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6753.txt",
+}
+
+ at misc{rfc6754,
+  author="Y. Cai and L. Wei and H. Ou and V. Arya and S. Jethwani",
+  title="{Protocol Independent Multicast Equal-Cost Multipath (ECMP) Redirect}",
+  series="Request for Comments",
+  number="6754",
+  howpublished="RFC 6754 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6754.txt",
+}
+
+ at misc{rfc6755,
+  author="B. Campbell and H. Tschofenig",
+  title="{An IETF URN Sub-Namespace for OAuth}",
+  series="Request for Comments",
+  number="6755",
+  howpublished="RFC 6755 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6755.txt",
+}
+
+ at misc{rfc6756,
+  author="S. Trowbridge and E. Lear and G. Fishman and S. Bradner",
+  title="{Internet Engineering Task Force and International Telecommunication Union - Telecommunication Standardization Sector Collaboration Guidelines}",
+  series="Request for Comments",
+  number="6756",
+  howpublished="RFC 6756 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6756.txt",
+}
+
+ at misc{rfc6757,
+  author="S. Gundavelli and J. Korhonen and M. Grayson and K. Leung and R. Pazhyannur",
+  title="{Access Network Identifier (ANI) Option for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6757",
+  howpublished="RFC 6757 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    note="Updated by RFC 7563",
+  url="http://www.ietf.org/rfc/rfc6757.txt",
+}
+
+ at misc{rfc6758,
+  author="A. Melnikov and K. Carlberg",
+  title="{Tunneling of SMTP Message Transfer Priorities}",
+  series="Request for Comments",
+  number="6758",
+  howpublished="RFC 6758 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6758.txt",
+}
+
+ at misc{rfc6759,
+  author="B. Claise and P. Aitken and N. Ben-Dvora",
+  title="{Cisco Systems Export of Application Information in IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="6759",
+  howpublished="RFC 6759 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6759.txt",
+}
+
+ at misc{rfc6760,
+  author="S. Cheshire and M. Krochmal",
+  title="{Requirements for a Protocol to Replace the AppleTalk Name Binding Protocol (NBP)}",
+  series="Request for Comments",
+  number="6760",
+  howpublished="RFC 6760 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6760.txt",
+}
+
+ at misc{rfc6761,
+  author="S. Cheshire and M. Krochmal",
+  title="{Special-Use Domain Names}",
+  series="Request for Comments",
+  number="6761",
+  howpublished="RFC 6761 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6761.txt",
+}
+
+ at misc{rfc6762,
+  author="S. Cheshire and M. Krochmal",
+  title="{Multicast DNS}",
+  series="Request for Comments",
+  number="6762",
+  howpublished="RFC 6762 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6762.txt",
+}
+
+ at misc{rfc6763,
+  author="S. Cheshire and M. Krochmal",
+  title="{DNS-Based Service Discovery}",
+  series="Request for Comments",
+  number="6763",
+  howpublished="RFC 6763 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6763.txt",
+}
+
+ at misc{rfc6764,
+  author="C. Daboo",
+  title="{Locating Services for Calendaring Extensions to WebDAV (CalDAV) and vCard Extensions to WebDAV (CardDAV)}",
+  series="Request for Comments",
+  number="6764",
+  howpublished="RFC 6764 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6764.txt",
+}
+
+ at misc{rfc6765,
+  author="E. Beili and M. Morgenstern",
+  title="{xDSL Multi-Pair Bonding (G.Bond) MIB}",
+  series="Request for Comments",
+  number="6765",
+  howpublished="RFC 6765 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6765.txt",
+}
+
+ at misc{rfc6766,
+  author="E. Beili",
+  title="{xDSL Multi-Pair Bonding Using Time-Division Inverse Multiplexing (G.Bond/TDIM) MIB}",
+  series="Request for Comments",
+  number="6766",
+  howpublished="RFC 6766 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6766.txt",
+}
+
+ at misc{rfc6767,
+  author="E. Beili and M. Morgenstern",
+  title="{Ethernet-Based xDSL Multi-Pair Bonding (G.Bond/Ethernet) MIB}",
+  series="Request for Comments",
+  number="6767",
+  howpublished="RFC 6767 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6767.txt",
+}
+
+ at misc{rfc6768,
+  author="E. Beili",
+  title="{ATM-Based xDSL Bonded Interfaces MIB}",
+  series="Request for Comments",
+  number="6768",
+  howpublished="RFC 6768 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6768.txt",
+}
+
+ at misc{rfc6769,
+  author="R. Raszuk and J. Heitz and A. Lo and L. Zhang and X. Xu",
+  title="{Simple Virtual Aggregation (S-VA)}",
+  series="Request for Comments",
+  number="6769",
+  howpublished="RFC 6769 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6769.txt",
+}
+
+ at misc{rfc6770,
+  author="G. Bertrand and E. Stephan and T. Burbridge and P. Eardley and K. Ma and G. Watson",
+  title="{Use Cases for Content Delivery Network Interconnection}",
+  series="Request for Comments",
+  number="6770",
+  howpublished="RFC 6770 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6770.txt",
+}
+
+ at misc{rfc6771,
+  author="L. Eggert and G. Camarillo",
+  title="{Considerations for Having a Successful "Bar BOF" Side Meeting}",
+  series="Request for Comments",
+  number="6771",
+  howpublished="RFC 6771 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6771.txt",
+}
+
+ at misc{rfc6772,
+  author="H. Schulzrinne and H. Tschofenig and J. Cuellar and J. Polk and J. Morris and M. Thomson",
+  title="{Geolocation Policy: A Document Format for Expressing Privacy Preferences for Location Information}",
+  series="Request for Comments",
+  number="6772",
+  howpublished="RFC 6772 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6772.txt",
+}
+
+ at misc{rfc6773,
+  author="T. Phelan and G. Fairhurst and C. Perkins",
+  title="{DCCP-UDP: A Datagram Congestion Control Protocol UDP Encapsulation for NAT Traversal}",
+  series="Request for Comments",
+  number="6773",
+  howpublished="RFC 6773 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6773.txt",
+}
+
+ at misc{rfc6774,
+  author="R. Raszuk and R. Fernando and K. Patel and D. McPherson and K. Kumaki",
+  title="{Distribution of Diverse BGP Paths}",
+  series="Request for Comments",
+  number="6774",
+  howpublished="RFC 6774 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6774.txt",
+}
+
+ at misc{rfc6775,
+  author="Z. Shelby and S. Chakrabarti and E. Nordmark and C. Bormann",
+  title="{Neighbor Discovery Optimization for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)}",
+  series="Request for Comments",
+  number="6775",
+  howpublished="RFC 6775 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6775.txt",
+}
+
+ at misc{rfc6776,
+  author="A. Clark and Q. Wu",
+  title="{Measurement Identity and Information Reporting Using a Source Description (SDES) Item and an RTCP Extended Report (XR) Block}",
+  series="Request for Comments",
+  number="6776",
+  howpublished="RFC 6776 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6776.txt",
+}
+
+ at misc{rfc6777,
+  author="W. Sun and G. Zhang and J. Gao and G. Xie and R. Papneja",
+  title="{Label Switched Path (LSP) Data Path Delay Metrics in Generalized MPLS and MPLS Traffic Engineering (MPLS-TE) Networks}",
+  series="Request for Comments",
+  number="6777",
+  howpublished="RFC 6777 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6777.txt",
+}
+
+ at misc{rfc6778,
+  author="R. Sparks",
+  title="{Requirements for Archiving IETF Email Lists and for Providing Web-Based Browsing and Searching}",
+  series="Request for Comments",
+  number="6778",
+  howpublished="RFC 6778 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6778.txt",
+}
+
+ at misc{rfc6779,
+  author="U. Herberg and R. Cole and I. Chakeres",
+  title="{Definition of Managed Objects for the Neighborhood Discovery Protocol}",
+  series="Request for Comments",
+  number="6779",
+  howpublished="RFC 6779 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    note="Obsoleted by RFC 7939",
+  url="http://www.ietf.org/rfc/rfc6779.txt",
+}
+
+ at misc{rfc6780,
+  author="L. Berger and F. Le Faucheur and A. Narayanan",
+  title="{RSVP ASSOCIATION Object Extensions}",
+  series="Request for Comments",
+  number="6780",
+  howpublished="RFC 6780 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6780.txt",
+}
+
+ at misc{rfc6781,
+  author="O. Kolkman and W. Mekking and R. Gieben",
+  title="{DNSSEC Operational Practices, Version 2}",
+  series="Request for Comments",
+  number="6781",
+  howpublished="RFC 6781 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6781.txt",
+}
+
+ at misc{rfc6782,
+  author="V. Kuarsingh and L. Howard",
+  title="{Wireline Incremental IPv6}",
+  series="Request for Comments",
+  number="6782",
+  howpublished="RFC 6782 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6782.txt",
+}
+
+ at misc{rfc6783,
+  author="J. Levine and R. Gellens",
+  title="{Mailing Lists and Non-ASCII Addresses}",
+  series="Request for Comments",
+  number="6783",
+  howpublished="RFC 6783 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6783.txt",
+}
+
+ at misc{rfc6784,
+  author="S. Sakane and M. Ishiyama",
+  title="{Kerberos Options for DHCPv6}",
+  series="Request for Comments",
+  number="6784",
+  howpublished="RFC 6784 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6784.txt",
+}
+
+ at misc{rfc6785,
+  author="B. Leiba",
+  title="{Support for Internet Message Access Protocol (IMAP) Events in Sieve}",
+  series="Request for Comments",
+  number="6785",
+  howpublished="RFC 6785 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6785.txt",
+}
+
+ at misc{rfc6786,
+  author="A. Yegin and R. Cragie",
+  title="{Encrypting the Protocol for Carrying Authentication for Network Access (PANA) Attribute-Value Pairs}",
+  series="Request for Comments",
+  number="6786",
+  howpublished="RFC 6786 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6786.txt",
+}
+
+ at misc{rfc6787,
+  author="D. Burnett and S. Shanmugham",
+  title="{Media Resource Control Protocol Version 2 (MRCPv2)}",
+  series="Request for Comments",
+  number="6787",
+  howpublished="RFC 6787 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6787.txt",
+}
+
+ at misc{rfc6788,
+  author="S. Krishnan and A. Kavanagh and B. Varga and S. Ooghe and E. Nordmark",
+  title="{The Line-Identification Option}",
+  series="Request for Comments",
+  number="6788",
+  howpublished="RFC 6788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6788.txt",
+}
+
+ at misc{rfc6789,
+  author="B. Briscoe and R. Woundy and A. Cooper",
+  title="{Congestion Exposure (ConEx) Concepts and Use Cases}",
+  series="Request for Comments",
+  number="6789",
+  howpublished="RFC 6789 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6789.txt",
+}
+
+ at misc{rfc6790,
+  author="K. Kompella and J. Drake and S. Amante and W. Henderickx and L. Yong",
+  title="{The Use of Entropy Labels in MPLS Forwarding}",
+  series="Request for Comments",
+  number="6790",
+  howpublished="RFC 6790 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    note="Updated by RFCs 7274, 7447, 8012",
+  url="http://www.ietf.org/rfc/rfc6790.txt",
+}
+
+ at misc{rfc6791,
+  author="X. Li and C. Bao and D. Wing and R. Vaithianathan and G. Huston",
+  title="{Stateless Source Address Mapping for ICMPv6 Packets}",
+  series="Request for Comments",
+  number="6791",
+  howpublished="RFC 6791 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6791.txt",
+}
+
+ at misc{rfc6792,
+  author="Q. Wu and G. Hunt and P. Arden",
+  title="{Guidelines for Use of the RTP Monitoring Framework}",
+  series="Request for Comments",
+  number="6792",
+  howpublished="RFC 6792 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6792.txt",
+}
+
+ at misc{rfc6793,
+  author="Q. Vohra and E. Chen",
+  title="{BGP Support for Four-Octet Autonomous System (AS) Number Space}",
+  series="Request for Comments",
+  number="6793",
+  howpublished="RFC 6793 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6793.txt",
+}
+
+ at misc{rfc6794,
+  author="V. Hilt and G. Camarillo and J. Rosenberg",
+  title="{A Framework for Session Initiation Protocol (SIP) Session Policies}",
+  series="Request for Comments",
+  number="6794",
+  howpublished="RFC 6794 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6794.txt",
+}
+
+ at misc{rfc6795,
+  author="V. Hilt and G. Camarillo",
+  title="{A Session Initiation Protocol (SIP) Event Package for Session-Specific Policies}",
+  series="Request for Comments",
+  number="6795",
+  howpublished="RFC 6795 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6795.txt",
+}
+
+ at misc{rfc6796,
+  author="V. Hilt and G. Camarillo and J. Rosenberg and D. Worley",
+  title="{A User Agent Profile Data Set for Media Policy}",
+  series="Request for Comments",
+  number="6796",
+  howpublished="RFC 6796 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6796.txt",
+}
+
+ at misc{rfc6797,
+  author="J. Hodges and C. Jackson and A. Barth",
+  title="{HTTP Strict Transport Security (HSTS)}",
+  series="Request for Comments",
+  number="6797",
+  howpublished="RFC 6797 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6797.txt",
+}
+
+ at misc{rfc6798,
+  author="A. Clark and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Packet Delay Variation Metric Reporting}",
+  series="Request for Comments",
+  number="6798",
+  howpublished="RFC 6798 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6798.txt",
+}
+
+ at misc{rfc6801,
+  author="U. Kozat and A. Begen",
+  title="{Pseudo Content Delivery Protocol (CDP) for Protecting Multiple Source Flows in the Forward Error Correction (FEC) Framework}",
+  series="Request for Comments",
+  number="6801",
+  howpublished="RFC 6801 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6801.txt",
+}
+
+ at misc{rfc6802,
+  author="S. Baillargeon and C. Flinta and A. Johnsson",
+  title="{Ericsson Two-Way Active Measurement Protocol (TWAMP) Value-Added Octets}",
+  series="Request for Comments",
+  number="6802",
+  howpublished="RFC 6802 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6802.txt",
+}
+
+ at misc{rfc6803,
+  author="G. Hudson",
+  title="{Camellia Encryption for Kerberos 5}",
+  series="Request for Comments",
+  number="6803",
+  howpublished="RFC 6803 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6803.txt",
+}
+
+ at misc{rfc6804,
+  author="B. Manning",
+  title="{DISCOVER: Supporting Multicast DNS Queries}",
+  series="Request for Comments",
+  number="6804",
+  howpublished="RFC 6804 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6804.txt",
+}
+
+ at misc{rfc6805,
+  author="D. King and A. Farrel",
+  title="{The Application of the Path Computation Element Architecture to the Determination of a Sequence of Domains in MPLS and GMPLS}",
+  series="Request for Comments",
+  number="6805",
+  howpublished="RFC 6805 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6805.txt",
+}
+
+ at misc{rfc6806,
+  author="S. Hartman and K. Raeburn and L. Zhu",
+  title="{Kerberos Principal Name Canonicalization and Cross-Realm Referrals}",
+  series="Request for Comments",
+  number="6806",
+  howpublished="RFC 6806 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6806.txt",
+}
+
+ at misc{rfc6807,
+  author="D. Farinacci and G. Shepherd and S. Venaas and Y. Cai",
+  title="{Population Count Extensions to Protocol Independent Multicast (PIM)}",
+  series="Request for Comments",
+  number="6807",
+  howpublished="RFC 6807 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6807.txt",
+}
+
+ at misc{rfc6808,
+  author="L. Ciavattone and R. Geib and A. Morton and M. Wieser",
+  title="{Test Plan and Results Supporting Advancement of RFC 2679 on the Standards Track}",
+  series="Request for Comments",
+  number="6808",
+  howpublished="RFC 6808 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6808.txt",
+}
+
+ at misc{rfc6809,
+  author="C. Holmberg and I. Sedlacek and H. Kaplan",
+  title="{Mechanism to Indicate Support of Features and Capabilities in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6809",
+  howpublished="RFC 6809 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6809.txt",
+}
+
+ at misc{rfc6810,
+  author="R. Bush and R. Austein",
+  title="{The Resource Public Key Infrastructure (RPKI) to Router Protocol}",
+  series="Request for Comments",
+  number="6810",
+  howpublished="RFC 6810 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6810.txt",
+}
+
+ at misc{rfc6811,
+  author="P. Mohapatra and J. Scudder and D. Ward and R. Bush and R. Austein",
+  title="{BGP Prefix Origin Validation}",
+  series="Request for Comments",
+  number="6811",
+  howpublished="RFC 6811 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6811.txt",
+}
+
+ at misc{rfc6812,
+  author="M. Chiba and A. Clemm and S. Medley and J. Salowey and S. Thombare and E. Yedavalli",
+  title="{Cisco Service-Level Assurance Protocol}",
+  series="Request for Comments",
+  number="6812",
+  howpublished="RFC 6812 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6812.txt",
+}
+
+ at misc{rfc6813,
+  author="J. Salowey and S. Hanna",
+  title="{The Network Endpoint Assessment (NEA) Asokan Attack Analysis}",
+  series="Request for Comments",
+  number="6813",
+  howpublished="RFC 6813 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6813.txt",
+}
+
+ at misc{rfc6814,
+  author="C. Pignataro and F. Gont",
+  title="{Formally Deprecating Some IPv4 Options}",
+  series="Request for Comments",
+  number="6814",
+  howpublished="RFC 6814 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6814.txt",
+}
+
+ at misc{rfc6815,
+  author="S. Bradner and K. Dubray and J. McQuaid and A. Morton",
+  title="{Applicability Statement for RFC 2544: Use on Production Networks Considered Harmful}",
+  series="Request for Comments",
+  number="6815",
+  howpublished="RFC 6815 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc6815.txt",
+}
+
+ at misc{rfc6816,
+  author="V. Roca and M. Cunche and J. Lacan",
+  title="{Simple Low-Density Parity Check (LDPC) Staircase Forward Error Correction (FEC) Scheme for FECFRAME}",
+  series="Request for Comments",
+  number="6816",
+  howpublished="RFC 6816 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6816.txt",
+}
+
+ at misc{rfc6817,
+  author="S. Shalunov and G. Hazel and J. Iyengar and M. Kuehlewind",
+  title="{Low Extra Delay Background Transport (LEDBAT)}",
+  series="Request for Comments",
+  number="6817",
+  howpublished="RFC 6817 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6817.txt",
+}
+
+ at misc{rfc6818,
+  author="P. Yee",
+  title="{Updates to the Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile}",
+  series="Request for Comments",
+  number="6818",
+  howpublished="RFC 6818 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6818.txt",
+}
+
+ at misc{rfc6819,
+  author="T. Lodderstedt and M. McGloin and P. Hunt",
+  title="{OAuth 2.0 Threat Model and Security Considerations}",
+  series="Request for Comments",
+  number="6819",
+  howpublished="RFC 6819 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6819.txt",
+}
+
+ at misc{rfc6820,
+  author="T. Narten and M. Karir and I. Foo",
+  title="{Address Resolution Problems in Large Data Center Networks}",
+  series="Request for Comments",
+  number="6820",
+  howpublished="RFC 6820 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6820.txt",
+}
+
+ at misc{rfc6821,
+  author="E. Marocco and A. Fusco and I. Rimac and V. Gurbani",
+  title="{Improving Peer Selection in Peer-to-peer Applications: Myths vs. Reality}",
+  series="Request for Comments",
+  number="6821",
+  howpublished="RFC 6821 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6821.txt",
+}
+
+ at misc{rfc6822,
+  author="S. Previdi and L. Ginsberg and M. Shand and A. Roy and D. Ward",
+  title="{IS-IS Multi-Instance}",
+  series="Request for Comments",
+  number="6822",
+  howpublished="RFC 6822 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6822.txt",
+}
+
+ at misc{rfc6823,
+  author="L. Ginsberg and S. Previdi and M. Shand",
+  title="{Advertising Generic Information in IS-IS}",
+  series="Request for Comments",
+  number="6823",
+  howpublished="RFC 6823 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2012,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc6823.txt",
+}
+
+ at misc{rfc6824,
+  author="A. Ford and C. Raiciu and M. Handley and O. Bonaventure",
+  title="{TCP Extensions for Multipath Operation with Multiple Addresses}",
+  series="Request for Comments",
+  number="6824",
+  howpublished="RFC 6824 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6824.txt",
+}
+
+ at misc{rfc6825,
+  author="M. Miyazawa and T. Otani and K. Kumaki and T. Nadeau",
+  title="{Traffic Engineering Database Management Information Base in Support of MPLS-TE/GMPLS}",
+  series="Request for Comments",
+  number="6825",
+  howpublished="RFC 6825 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6825.txt",
+}
+
+ at misc{rfc6826,
+  author="IJ. Wijnands and T. Eckert and N. Leymann and M. Napierala",
+  title="{Multipoint LDP In-Band Signaling for Point-to-Multipoint and Multipoint-to-Multipoint Label Switched Paths}",
+  series="Request for Comments",
+  number="6826",
+  howpublished="RFC 6826 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    note="Updated by RFC 7438",
+  url="http://www.ietf.org/rfc/rfc6826.txt",
+}
+
+ at misc{rfc6827,
+  author="A. Malis and A. Lindem and D. Papadimitriou",
+  title="{Automatically Switched Optical Network (ASON) Routing for OSPFv2 Protocols}",
+  series="Request for Comments",
+  number="6827",
+  howpublished="RFC 6827 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6827.txt",
+}
+
+ at misc{rfc6828,
+  author="J. Xia",
+  title="{Content Splicing for RTP Sessions}",
+  series="Request for Comments",
+  number="6828",
+  howpublished="RFC 6828 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6828.txt",
+}
+
+ at misc{rfc6829,
+  author="M. Chen and P. Pan and C. Pignataro and R. Asati",
+  title="{Label Switched Path (LSP) Ping for Pseudowire Forwarding Equivalence Classes (FECs) Advertised over IPv6}",
+  series="Request for Comments",
+  number="6829",
+  howpublished="RFC 6829 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6829.txt",
+}
+
+ at misc{rfc6830,
+  author="D. Farinacci and V. Fuller and D. Meyer and D. Lewis",
+  title="{The Locator/ID Separation Protocol (LISP)}",
+  series="Request for Comments",
+  number="6830",
+  howpublished="RFC 6830 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6830.txt",
+}
+
+ at misc{rfc6831,
+  author="D. Farinacci and D. Meyer and J. Zwiebel and S. Venaas",
+  title="{The Locator/ID Separation Protocol (LISP) for Multicast Environments}",
+  series="Request for Comments",
+  number="6831",
+  howpublished="RFC 6831 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6831.txt",
+}
+
+ at misc{rfc6832,
+  author="D. Lewis and D. Meyer and D. Farinacci and V. Fuller",
+  title="{Interworking between Locator/ID Separation Protocol (LISP) and Non-LISP Sites}",
+  series="Request for Comments",
+  number="6832",
+  howpublished="RFC 6832 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6832.txt",
+}
+
+ at misc{rfc6833,
+  author="V. Fuller and D. Farinacci",
+  title="{Locator/ID Separation Protocol (LISP) Map-Server Interface}",
+  series="Request for Comments",
+  number="6833",
+  howpublished="RFC 6833 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6833.txt",
+}
+
+ at misc{rfc6834,
+  author="L. Iannone and D. Saucez and O. Bonaventure",
+  title="{Locator/ID Separation Protocol (LISP) Map-Versioning}",
+  series="Request for Comments",
+  number="6834",
+  howpublished="RFC 6834 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6834.txt",
+}
+
+ at misc{rfc6835,
+  author="D. Farinacci and D. Meyer",
+  title="{The Locator/ID Separation Protocol Internet Groper (LIG)}",
+  series="Request for Comments",
+  number="6835",
+  howpublished="RFC 6835 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6835.txt",
+}
+
+ at misc{rfc6836,
+  author="V. Fuller and D. Farinacci and D. Meyer and D. Lewis",
+  title="{Locator/ID Separation Protocol Alternative Logical Topology (LISP+ALT)}",
+  series="Request for Comments",
+  number="6836",
+  howpublished="RFC 6836 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6836.txt",
+}
+
+ at misc{rfc6837,
+  author="E. Lear",
+  title="{NERD: A Not-so-novel Endpoint ID (EID) to Routing Locator (RLOC) Database}",
+  series="Request for Comments",
+  number="6837",
+  howpublished="RFC 6837 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6837.txt",
+}
+
+ at misc{rfc6838,
+  author="N. Freed and J. Klensin and T. Hansen",
+  title="{Media Type Specifications and Registration Procedures}",
+  series="Request for Comments",
+  number="6838",
+  howpublished="RFC 6838 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6838.txt",
+}
+
+ at misc{rfc6839,
+  author="T. Hansen and A. Melnikov",
+  title="{Additional Media Type Structured Syntax Suffixes}",
+  series="Request for Comments",
+  number="6839",
+  howpublished="RFC 6839 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    note="Updated by RFC 7303",
+  url="http://www.ietf.org/rfc/rfc6839.txt",
+}
+
+ at misc{rfc6840,
+  author="S. Weiler and D. Blacka",
+  title="{Clarifications and Implementation Notes for DNS Security (DNSSEC)}",
+  series="Request for Comments",
+  number="6840",
+  howpublished="RFC 6840 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6840.txt",
+}
+
+ at misc{rfc6841,
+  author="F. Ljunggren and AM. Eklund Lowinder and T. Okubo",
+  title="{A Framework for DNSSEC Policies and DNSSEC Practice Statements}",
+  series="Request for Comments",
+  number="6841",
+  howpublished="RFC 6841 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6841.txt",
+}
+
+ at misc{rfc6842,
+  author="N. Swamy and G. Halwasia and P. Jhingran",
+  title="{Client Identifier Option in DHCP Server Replies}",
+  series="Request for Comments",
+  number="6842",
+  howpublished="RFC 6842 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6842.txt",
+}
+
+ at misc{rfc6843,
+  author="A. Clark and K. Gross and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Delay Metric Reporting}",
+  series="Request for Comments",
+  number="6843",
+  howpublished="RFC 6843 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6843.txt",
+}
+
+ at misc{rfc6844,
+  author="P. Hallam-Baker and R. Stradling",
+  title="{DNS Certification Authority Authorization (CAA) Resource Record}",
+  series="Request for Comments",
+  number="6844",
+  howpublished="RFC 6844 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6844.txt",
+}
+
+ at misc{rfc6845,
+  author="N. Sheth and L. Wang and J. Zhang",
+  title="{OSPF Hybrid Broadcast and Point-to-Multipoint Interface Type}",
+  series="Request for Comments",
+  number="6845",
+  howpublished="RFC 6845 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6845.txt",
+}
+
+ at misc{rfc6846,
+  author="G. Pelletier and K. Sandlund and L-E. Jonsson and M. West",
+  title="{RObust Header Compression (ROHC): A Profile for TCP/IP (ROHC-TCP)}",
+  series="Request for Comments",
+  number="6846",
+  howpublished="RFC 6846 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6846.txt",
+}
+
+ at misc{rfc6847,
+  author="D. Melman and T. Mizrahi and D. Eastlake 3rd",
+  title="{Fibre Channel over Ethernet (FCoE) over Transparent Interconnection of Lots of Links (TRILL)}",
+  series="Request for Comments",
+  number="6847",
+  howpublished="RFC 6847 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6847.txt",
+}
+
+ at misc{rfc6848,
+  author="J. Winterbottom and M. Thomson and R. Barnes and B. Rosen and R. George",
+  title="{Specifying Civic Address Extensions in the Presence Information Data Format Location Object (PIDF-LO)}",
+  series="Request for Comments",
+  number="6848",
+  howpublished="RFC 6848 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6848.txt",
+}
+
+ at misc{rfc6849,
+  author="H. Kaplan and K. Hedayat and N. Venna and P. Jones and N. Stratton",
+  title="{An Extension to the Session Description Protocol (SDP) and Real-time Transport Protocol (RTP) for Media Loopback}",
+  series="Request for Comments",
+  number="6849",
+  howpublished="RFC 6849 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6849.txt",
+}
+
+ at misc{rfc6850,
+  author="A. Rijhsinghani and K. Zebrose",
+  title="{Definitions of Managed Objects for Routing Bridges (RBridges)}",
+  series="Request for Comments",
+  number="6850",
+  howpublished="RFC 6850 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6850.txt",
+}
+
+ at misc{rfc6851,
+  author="A. Gulbrandsen and N. Freed",
+  title="{Internet Message Access Protocol (IMAP) - MOVE Extension}",
+  series="Request for Comments",
+  number="6851",
+  howpublished="RFC 6851 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6851.txt",
+}
+
+ at misc{rfc6852,
+  author="R. Housley and S. Mills and J. Jaffe and B. Aboba and L. St.Amour",
+  title="{Affirmation of the Modern Paradigm for Standards}",
+  series="Request for Comments",
+  number="6852",
+  howpublished="RFC 6852 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6852.txt",
+}
+
+ at misc{rfc6853,
+  author="J. Brzozowski and J. Tremblay and J. Chen and T. Mrugalski",
+  title="{DHCPv6 Redundancy Deployment Considerations}",
+  series="Request for Comments",
+  number="6853",
+  howpublished="RFC 6853 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6853.txt",
+}
+
+ at misc{rfc6854,
+  author="B. Leiba",
+  title="{Update to Internet Message Format to Allow Group Syntax in the "From:" and "Sender:" Header Fields}",
+  series="Request for Comments",
+  number="6854",
+  howpublished="RFC 6854 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6854.txt",
+}
+
+ at misc{rfc6855,
+  author="P. Resnick and C. Newman and S. Shen",
+  title="{IMAP Support for UTF-8}",
+  series="Request for Comments",
+  number="6855",
+  howpublished="RFC 6855 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6855.txt",
+}
+
+ at misc{rfc6856,
+  author="R. Gellens and C. Newman and J. Yao and K. Fujiwara",
+  title="{Post Office Protocol Version 3 (POP3) Support for UTF-8}",
+  series="Request for Comments",
+  number="6856",
+  howpublished="RFC 6856 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6856.txt",
+}
+
+ at misc{rfc6857,
+  author="K. Fujiwara",
+  title="{Post-Delivery Message Downgrading for Internationalized Email Messages}",
+  series="Request for Comments",
+  number="6857",
+  howpublished="RFC 6857 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6857.txt",
+}
+
+ at misc{rfc6858,
+  author="A. Gulbrandsen",
+  title="{Simplified POP and IMAP Downgrading for Internationalized Email}",
+  series="Request for Comments",
+  number="6858",
+  howpublished="RFC 6858 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6858.txt",
+}
+
+ at misc{rfc6859,
+  author="B. Leiba",
+  title="{Update to RFC 3777 to Clarify Nominating Committee Eligibility of IETF Leadership}",
+  series="Request for Comments",
+  number="6859",
+  howpublished="RFC 6859 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    note="Obsoleted by RFC 7437",
+  url="http://www.ietf.org/rfc/rfc6859.txt",
+}
+
+ at misc{rfc6860,
+  author="Y. Yang and A. Retana and A. Roy",
+  title="{Hiding Transit-Only Networks in OSPF}",
+  series="Request for Comments",
+  number="6860",
+  howpublished="RFC 6860 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6860.txt",
+}
+
+ at misc{rfc6861,
+  author="I. Dzmanashvili",
+  title="{The "create-form" and "edit-form" Link Relations}",
+  series="Request for Comments",
+  number="6861",
+  howpublished="RFC 6861 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6861.txt",
+}
+
+ at misc{rfc6862,
+  author="G. Lebovitz and M. Bhatia and B. Weis",
+  title="{Keying and Authentication for Routing Protocols (KARP) Overview, Threats, and Requirements}",
+  series="Request for Comments",
+  number="6862",
+  howpublished="RFC 6862 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6862.txt",
+}
+
+ at misc{rfc6863,
+  author="S. Hartman and D. Zhang",
+  title="{Analysis of OSPF Security According to the Keying and Authentication for Routing Protocols (KARP) Design Guide}",
+  series="Request for Comments",
+  number="6863",
+  howpublished="RFC 6863 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6863.txt",
+}
+
+ at misc{rfc6864,
+  author="J. Touch",
+  title="{Updated Specification of the IPv4 ID Field}",
+  series="Request for Comments",
+  number="6864",
+  howpublished="RFC 6864 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6864.txt",
+}
+
+ at misc{rfc6865,
+  author="V. Roca and M. Cunche and J. Lacan and A. Bouabdallah and K. Matsuzono",
+  title="{Simple Reed-Solomon Forward Error Correction (FEC) Scheme for FECFRAME}",
+  series="Request for Comments",
+  number="6865",
+  howpublished="RFC 6865 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6865.txt",
+}
+
+ at misc{rfc6866,
+  author="B. Carpenter and S. Jiang",
+  title="{Problem Statement for Renumbering IPv6 Hosts with Static Addresses in Enterprise Networks}",
+  series="Request for Comments",
+  number="6866",
+  howpublished="RFC 6866 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6866.txt",
+}
+
+ at misc{rfc6867,
+  author="Y. Nir and Q. Wu",
+  title="{An Internet Key Exchange Protocol Version 2 (IKEv2) Extension to Support EAP Re-authentication Protocol (ERP)}",
+  series="Request for Comments",
+  number="6867",
+  howpublished="RFC 6867 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6867.txt",
+}
+
+ at misc{rfc6868,
+  author="C. Daboo",
+  title="{Parameter Value Encoding in iCalendar and vCard}",
+  series="Request for Comments",
+  number="6868",
+  howpublished="RFC 6868 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6868.txt",
+}
+
+ at misc{rfc6869,
+  author="G. Salgueiro and J. Clarke and P. Saint-Andre",
+  title="{vCard KIND:device}",
+  series="Request for Comments",
+  number="6869",
+  howpublished="RFC 6869 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6869.txt",
+}
+
+ at misc{rfc6870,
+  author="P. Muley and M. Aissaoui",
+  title="{Pseudowire Preferential Forwarding Status Bit}",
+  series="Request for Comments",
+  number="6870",
+  howpublished="RFC 6870 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    note="Updated by RFC 7771",
+  url="http://www.ietf.org/rfc/rfc6870.txt",
+}
+
+ at misc{rfc6871,
+  author="R. Gilman and R. Even and F. Andreasen",
+  title="{Session Description Protocol (SDP) Media Capabilities Negotiation}",
+  series="Request for Comments",
+  number="6871",
+  howpublished="RFC 6871 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6871.txt",
+}
+
+ at misc{rfc6872,
+  author="V. Gurbani and E. Burger and T. Anjali and H. Abdelnur and O. Festor",
+  title="{The Common Log Format (CLF) for the Session Initiation Protocol (SIP): Framework and Information Model}",
+  series="Request for Comments",
+  number="6872",
+  howpublished="RFC 6872 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6872.txt",
+}
+
+ at misc{rfc6873,
+  author="G. Salgueiro and V. Gurbani and A. B. Roach",
+  title="{Format for the Session Initiation Protocol (SIP) Common Log Format (CLF)}",
+  series="Request for Comments",
+  number="6873",
+  howpublished="RFC 6873 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    note="Updated by RFC 7355",
+  url="http://www.ietf.org/rfc/rfc6873.txt",
+}
+
+ at misc{rfc6874,
+  author="B. Carpenter and S. Cheshire and R. Hinden",
+  title="{Representing IPv6 Zone Identifiers in Address Literals and Uniform Resource Identifiers}",
+  series="Request for Comments",
+  number="6874",
+  howpublished="RFC 6874 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6874.txt",
+}
+
+ at misc{rfc6875,
+  author="S. Kamei and T. Momose and T. Inoue and T. Nishitani",
+  title="{The P2P Network Experiment Council's Activities and Experiments with Application-Layer Traffic Optimization (ALTO) in Japan}",
+  series="Request for Comments",
+  number="6875",
+  howpublished="RFC 6875 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6875.txt",
+}
+
+ at misc{rfc6876,
+  author="P. Sangster and N. Cam-Winget and J. Salowey",
+  title="{A Posture Transport Protocol over TLS (PT-TLS)}",
+  series="Request for Comments",
+  number="6876",
+  howpublished="RFC 6876 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6876.txt",
+}
+
+ at misc{rfc6877,
+  author="M. Mawatari and M. Kawashima and C. Byrne",
+  title="{464XLAT: Combination of Stateful and Stateless Translation}",
+  series="Request for Comments",
+  number="6877",
+  howpublished="RFC 6877 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6877.txt",
+}
+
+ at misc{rfc6878,
+  author="A.B. Roach",
+  title="{IANA Registry for the Session Initiation Protocol (SIP) "Priority" Header Field}",
+  series="Request for Comments",
+  number="6878",
+  howpublished="RFC 6878 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6878.txt",
+}
+
+ at misc{rfc6879,
+  author="S. Jiang and B. Liu and B. Carpenter",
+  title="{IPv6 Enterprise Network Renumbering Scenarios, Considerations, and Methods}",
+  series="Request for Comments",
+  number="6879",
+  howpublished="RFC 6879 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc6879.txt",
+}
+
+ at misc{rfc6880,
+  author="L. Johansson",
+  title="{An Information Model for Kerberos Version 5}",
+  series="Request for Comments",
+  number="6880",
+  howpublished="RFC 6880 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6880.txt",
+}
+
+ at misc{rfc6881,
+  author="B. Rosen and J. Polk",
+  title="{Best Current Practice for Communications Services in Support of Emergency Calling}",
+  series="Request for Comments",
+  number="6881",
+  howpublished="RFC 6881 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    note="Updated by RFCs 7840, 7852",
+  url="http://www.ietf.org/rfc/rfc6881.txt",
+}
+
+ at misc{rfc6882,
+  author="K. Kumaki and T. Murai and D. Cheng and S. Matsushima and P. Jiang",
+  title="{Support for Resource Reservation Protocol Traffic Engineering (RSVP-TE) in Layer 3 Virtual Private Networks (L3VPNs)}",
+  series="Request for Comments",
+  number="6882",
+  howpublished="RFC 6882 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6882.txt",
+}
+
+ at misc{rfc6883,
+  author="B. Carpenter and S. Jiang",
+  title="{IPv6 Guidance for Internet Content Providers and Application Service Providers}",
+  series="Request for Comments",
+  number="6883",
+  howpublished="RFC 6883 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6883.txt",
+}
+
+ at misc{rfc6884,
+  author="Z. Fang",
+  title="{RTP Payload Format for the Enhanced Variable Rate Narrowband-Wideband Codec (EVRC-NW)}",
+  series="Request for Comments",
+  number="6884",
+  howpublished="RFC 6884 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6884.txt",
+}
+
+ at misc{rfc6885,
+  author="M. Blanchet and A. Sullivan",
+  title="{Stringprep Revision and Problem Statement for the Preparation and Comparison of Internationalized Strings (PRECIS)}",
+  series="Request for Comments",
+  number="6885",
+  howpublished="RFC 6885 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6885.txt",
+}
+
+ at misc{rfc6886,
+  author="S. Cheshire and M. Krochmal",
+  title="{NAT Port Mapping Protocol (NAT-PMP)}",
+  series="Request for Comments",
+  number="6886",
+  howpublished="RFC 6886 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6886.txt",
+}
+
+ at misc{rfc6887,
+  author="D. Wing and S. Cheshire and M. Boucadair and R. Penno and P. Selkirk",
+  title="{Port Control Protocol (PCP)}",
+  series="Request for Comments",
+  number="6887",
+  howpublished="RFC 6887 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    note="Updated by RFCs 7488, 7652, 7843",
+  url="http://www.ietf.org/rfc/rfc6887.txt",
+}
+
+ at misc{rfc6888,
+  author="S. Perreault and I. Yamagata and S. Miyakawa and A. Nakagawa and H. Ashida",
+  title="{Common Requirements for Carrier-Grade NATs (CGNs)}",
+  series="Request for Comments",
+  number="6888",
+  howpublished="RFC 6888 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6888.txt",
+}
+
+ at misc{rfc6889,
+  author="R. Penno and T. Saxena and M. Boucadair and S. Sivakumar",
+  title="{Analysis of Stateful 64 Translation}",
+  series="Request for Comments",
+  number="6889",
+  howpublished="RFC 6889 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6889.txt",
+}
+
+ at misc{rfc6890,
+  author="M. Cotton and L. Vegoda and R. Bonica and B. Haberman",
+  title="{Special-Purpose IP Address Registries}",
+  series="Request for Comments",
+  number="6890",
+  howpublished="RFC 6890 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6890.txt",
+}
+
+ at misc{rfc6891,
+  author="J. Damas and M. Graff and P. Vixie",
+  title="{Extension Mechanisms for DNS (EDNS(0))}",
+  series="Request for Comments",
+  number="6891",
+  howpublished="RFC 6891 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6891.txt",
+}
+
+ at misc{rfc6892,
+  author="E. Wilde",
+  title="{The 'describes' Link Relation Type}",
+  series="Request for Comments",
+  number="6892",
+  howpublished="RFC 6892 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6892.txt",
+}
+
+ at misc{rfc6893,
+  author="P. Higgs and P. Szucs",
+  title="{A Uniform Resource Name (URN) Namespace for the Open IPTV Forum (OIPF)}",
+  series="Request for Comments",
+  number="6893",
+  howpublished="RFC 6893 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6893.txt",
+}
+
+ at misc{rfc6894,
+  author="R. Papneja and S. Vapiwala and J. Karthik and S. Poretsky and S. Rao and JL. Le Roux",
+  title="{Methodology for Benchmarking MPLS Traffic Engineered (MPLS-TE) Fast Reroute Protection}",
+  series="Request for Comments",
+  number="6894",
+  howpublished="RFC 6894 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6894.txt",
+}
+
+ at misc{rfc6895,
+  author="D. Eastlake 3rd",
+  title="{Domain Name System (DNS) IANA Considerations}",
+  series="Request for Comments",
+  number="6895",
+  howpublished="RFC 6895 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6895.txt",
+}
+
+ at misc{rfc6896,
+  author="S. Barbato and S. Dorigotti and T. Fossati",
+  title="{SCS: KoanLogic's Secure Cookie Sessions for HTTP}",
+  series="Request for Comments",
+  number="6896",
+  howpublished="RFC 6896 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6896.txt",
+}
+
+ at misc{rfc6897,
+  author="M. Scharf and A. Ford",
+  title="{Multipath TCP (MPTCP) Application Interface Considerations}",
+  series="Request for Comments",
+  number="6897",
+  howpublished="RFC 6897 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6897.txt",
+}
+
+ at misc{rfc6898,
+  author="D. Li and D. Ceccarelli and L. Berger",
+  title="{Link Management Protocol Behavior Negotiation and Configuration Modifications}",
+  series="Request for Comments",
+  number="6898",
+  howpublished="RFC 6898 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6898.txt",
+}
+
+ at misc{rfc6901,
+  author="P. Bryan and K. Zyp and M. Nottingham",
+  title="{JavaScript Object Notation (JSON) Pointer}",
+  series="Request for Comments",
+  number="6901",
+  howpublished="RFC 6901 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6901.txt",
+}
+
+ at misc{rfc6902,
+  author="P. Bryan and M. Nottingham",
+  title="{JavaScript Object Notation (JSON) Patch}",
+  series="Request for Comments",
+  number="6902",
+  howpublished="RFC 6902 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6902.txt",
+}
+
+ at misc{rfc6903,
+  author="J. Snell",
+  title="{Additional Link Relation Types}",
+  series="Request for Comments",
+  number="6903",
+  howpublished="RFC 6903 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6903.txt",
+}
+
+ at misc{rfc6904,
+  author="J. Lennox",
+  title="{Encryption of Header Extensions in the Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="6904",
+  howpublished="RFC 6904 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6904.txt",
+}
+
+ at misc{rfc6905,
+  author="T. Senevirathne and D. Bond and S. Aldrin and Y. Li and R. Watve",
+  title="{Requirements for Operations, Administration, and Maintenance (OAM) in Transparent Interconnection of Lots of Links (TRILL)}",
+  series="Request for Comments",
+  number="6905",
+  howpublished="RFC 6905 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6905.txt",
+}
+
+ at misc{rfc6906,
+  author="E. Wilde",
+  title="{The 'profile' Link Relation Type}",
+  series="Request for Comments",
+  number="6906",
+  howpublished="RFC 6906 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6906.txt",
+}
+
+ at misc{rfc6907,
+  author="T. Manderson and K. Sriram and R. White",
+  title="{Use Cases and Interpretations of Resource Public Key Infrastructure (RPKI) Objects for Issuers and Relying Parties}",
+  series="Request for Comments",
+  number="6907",
+  howpublished="RFC 6907 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6907.txt",
+}
+
+ at misc{rfc6908,
+  author="Y. Lee and R. Maglione and C. Williams and C. Jacquenet and M. Boucadair",
+  title="{Deployment Considerations for Dual-Stack Lite}",
+  series="Request for Comments",
+  number="6908",
+  howpublished="RFC 6908 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6908.txt",
+}
+
+ at misc{rfc6909,
+  author="S. Gundavelli and X. Zhou and J. Korhonen and G. Feige and R. Koodli",
+  title="{IPv4 Traffic Offload Selector Option for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="6909",
+  howpublished="RFC 6909 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6909.txt",
+}
+
+ at misc{rfc6910,
+  author="D. Worley and M. Huelsemann and R. Jesske and D. Alexeitsev",
+  title="{Completion of Calls for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6910",
+  howpublished="RFC 6910 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6910.txt",
+}
+
+ at misc{rfc6911,
+  author="W. Dec and B. Sarikaya and G. Zorn and D. Miles and B. Lourdelet",
+  title="{RADIUS Attributes for IPv6 Access Networks}",
+  series="Request for Comments",
+  number="6911",
+  howpublished="RFC 6911 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6911.txt",
+}
+
+ at misc{rfc6912,
+  author="A. Sullivan and D. Thaler and J. Klensin and O. Kolkman",
+  title="{Principles for Unicode Code Point Inclusion in Labels in the DNS}",
+  series="Request for Comments",
+  number="6912",
+  howpublished="RFC 6912 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6912.txt",
+}
+
+ at misc{rfc6913,
+  author="D. Hanes and G. Salgueiro and K. Fleming",
+  title="{Indicating Fax over IP Capability in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6913",
+  howpublished="RFC 6913 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc6913.txt",
+}
+
+ at misc{rfc6914,
+  author="J. Rosenberg",
+  title="{SIMPLE Made Simple: An Overview of the IETF Specifications for Instant Messaging and Presence Using the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6914",
+  howpublished="RFC 6914 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6914.txt",
+}
+
+ at misc{rfc6915,
+  author="R. Bellis",
+  title="{Flow Identity Extension for HTTP-Enabled Location Delivery (HELD)}",
+  series="Request for Comments",
+  number="6915",
+  howpublished="RFC 6915 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6915.txt",
+}
+
+ at misc{rfc6916,
+  author="R. Gagliano and S. Kent and S. Turner",
+  title="{Algorithm Agility Procedure for the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="6916",
+  howpublished="RFC 6916 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6916.txt",
+}
+
+ at misc{rfc6917,
+  author="C. Boulton and L. Miniero and G. Munson",
+  title="{Media Resource Brokering}",
+  series="Request for Comments",
+  number="6917",
+  howpublished="RFC 6917 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6917.txt",
+}
+
+ at misc{rfc6918,
+  author="F. Gont and C. Pignataro",
+  title="{Formally Deprecating Some ICMPv4 Message Types}",
+  series="Request for Comments",
+  number="6918",
+  howpublished="RFC 6918 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6918.txt",
+}
+
+ at misc{rfc6919,
+  author="R. Barnes and S. Kent and E. Rescorla",
+  title="{Further Key Words for Use in RFCs to Indicate Requirement Levels}",
+  series="Request for Comments",
+  number="6919",
+  howpublished="RFC 6919 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6919.txt",
+}
+
+ at misc{rfc6920,
+  author="S. Farrell and D. Kutscher and C. Dannewitz and B. Ohlman and A. Keranen and P. Hallam-Baker",
+  title="{Naming Things with Hashes}",
+  series="Request for Comments",
+  number="6920",
+  howpublished="RFC 6920 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6920.txt",
+}
+
+ at misc{rfc6921,
+  author="R. Hinden",
+  title="{Design Considerations for Faster-Than-Light (FTL) Communication}",
+  series="Request for Comments",
+  number="6921",
+  howpublished="RFC 6921 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc6921.txt",
+}
+
+ at misc{rfc6922,
+  author="Y. Shafranovich",
+  title="{The application/sql Media Type}",
+  series="Request for Comments",
+  number="6922",
+  howpublished="RFC 6922 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6922.txt",
+}
+
+ at misc{rfc6923,
+  author="R. Winter and E. Gray and H. van Helvoort and M. Betts",
+  title="{MPLS Transport Profile (MPLS-TP) Identifiers Following ITU-T Conventions}",
+  series="Request for Comments",
+  number="6923",
+  howpublished="RFC 6923 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6923.txt",
+}
+
+ at misc{rfc6924,
+  author="B. Leiba",
+  title="{Registration of Second-Level URN Namespaces under "ietf"}",
+  series="Request for Comments",
+  number="6924",
+  howpublished="RFC 6924 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6924.txt",
+}
+
+ at misc{rfc6925,
+  author="B. Joshi and R. Desetti and M. Stapp",
+  title="{The DHCPv4 Relay Agent Identifier Sub-Option}",
+  series="Request for Comments",
+  number="6925",
+  howpublished="RFC 6925 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6925.txt",
+}
+
+ at misc{rfc6926,
+  author="K. Kinnear and M. Stapp and R. Desetti and B. Joshi and N. Russell and P. Kurapati and B. Volz",
+  title="{DHCPv4 Bulk Leasequery}",
+  series="Request for Comments",
+  number="6926",
+  howpublished="RFC 6926 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    note="Updated by RFC 7724",
+  url="http://www.ietf.org/rfc/rfc6926.txt",
+}
+
+ at misc{rfc6927,
+  author="J. Levine and P. Hoffman",
+  title="{Variants in Second-Level Names Registered in Top-Level Domains}",
+  series="Request for Comments",
+  number="6927",
+  howpublished="RFC 6927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6927.txt",
+}
+
+ at misc{rfc6928,
+  author="J. Chu and N. Dukkipati and Y. Cheng and M. Mathis",
+  title="{Increasing TCP's Initial Window}",
+  series="Request for Comments",
+  number="6928",
+  howpublished="RFC 6928 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6928.txt",
+}
+
+ at misc{rfc6929,
+  author="A. DeKok and A. Lior",
+  title="{Remote Authentication Dial In User Service (RADIUS) Protocol Extensions}",
+  series="Request for Comments",
+  number="6929",
+  howpublished="RFC 6929 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6929.txt",
+}
+
+ at misc{rfc6930,
+  author="D. Guo and S. Jiang and R. Despres and R. Maglione",
+  title="{RADIUS Attribute for IPv6 Rapid Deployment on IPv4 Infrastructures (6rd)}",
+  series="Request for Comments",
+  number="6930",
+  howpublished="RFC 6930 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6930.txt",
+}
+
+ at misc{rfc6931,
+  author="D. Eastlake 3rd",
+  title="{Additional XML Security Uniform Resource Identifiers (URIs)}",
+  series="Request for Comments",
+  number="6931",
+  howpublished="RFC 6931 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6931.txt",
+}
+
+ at misc{rfc6932,
+  author="D. Harkins",
+  title="{Brainpool Elliptic Curves for the Internet Key Exchange (IKE) Group Description Registry}",
+  series="Request for Comments",
+  number="6932",
+  howpublished="RFC 6932 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6932.txt",
+}
+
+ at misc{rfc6933,
+  author="A. Bierman and D. Romascanu and J. Quittek and M. Chandramouli",
+  title="{Entity MIB (Version 4)}",
+  series="Request for Comments",
+  number="6933",
+  howpublished="RFC 6933 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6933.txt",
+}
+
+ at misc{rfc6934,
+  author="N. Bitar and S. Wadhwa and T. Haag and H. Li",
+  title="{Applicability of the Access Node Control Mechanism to Broadband Networks Based on Passive Optical Networks (PONs)}",
+  series="Request for Comments",
+  number="6934",
+  howpublished="RFC 6934 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6934.txt",
+}
+
+ at misc{rfc6935,
+  author="M. Eubanks and P. Chimento and M. Westerlund",
+  title="{IPv6 and UDP Checksums for Tunneled Packets}",
+  series="Request for Comments",
+  number="6935",
+  howpublished="RFC 6935 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6935.txt",
+}
+
+ at misc{rfc6936,
+  author="G. Fairhurst and M. Westerlund",
+  title="{Applicability Statement for the Use of IPv6 UDP Datagrams with Zero Checksums}",
+  series="Request for Comments",
+  number="6936",
+  howpublished="RFC 6936 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6936.txt",
+}
+
+ at misc{rfc6937,
+  author="M. Mathis and N. Dukkipati and Y. Cheng",
+  title="{Proportional Rate Reduction for TCP}",
+  series="Request for Comments",
+  number="6937",
+  howpublished="RFC 6937 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6937.txt",
+}
+
+ at misc{rfc6938,
+  author="J. Scudder",
+  title="{Deprecation of BGP Path Attributes: DPA, ADVERTISER, and RCID\_PATH / CLUSTER\_ID}",
+  series="Request for Comments",
+  number="6938",
+  howpublished="RFC 6938 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6938.txt",
+}
+
+ at misc{rfc6939,
+  author="G. Halwasia and S. Bhandari and W. Dec",
+  title="{Client Link-Layer Address Option in DHCPv6}",
+  series="Request for Comments",
+  number="6939",
+  howpublished="RFC 6939 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6939.txt",
+}
+
+ at misc{rfc6940,
+  author="C. Jennings and B. Lowekamp and E. Rescorla and S. Baset and H. Schulzrinne",
+  title="{REsource LOcation And Discovery (RELOAD) Base Protocol}",
+  series="Request for Comments",
+  number="6940",
+  howpublished="RFC 6940 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc6940.txt",
+}
+
+ at misc{rfc6941,
+  author="L. Fang and B. Niven-Jenkins and S. Mansfield and R. Graveman",
+  title="{MPLS Transport Profile (MPLS-TP) Security Framework}",
+  series="Request for Comments",
+  number="6941",
+  howpublished="RFC 6941 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6941.txt",
+}
+
+ at misc{rfc6942,
+  author="J. Bournelle and L. Morand and S. Decugis and Q. Wu and G. Zorn",
+  title="{Diameter Support for the EAP Re-authentication Protocol (ERP)}",
+  series="Request for Comments",
+  number="6942",
+  howpublished="RFC 6942 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6942.txt",
+}
+
+ at misc{rfc6943,
+  author="D. Thaler",
+  title="{Issues in Identifier Comparison for Security Purposes}",
+  series="Request for Comments",
+  number="6943",
+  howpublished="RFC 6943 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6943.txt",
+}
+
+ at misc{rfc6944,
+  author="S. Rose",
+  title="{Applicability Statement: DNS Security (DNSSEC) DNSKEY Algorithm Implementation Status}",
+  series="Request for Comments",
+  number="6944",
+  howpublished="RFC 6944 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc6944.txt",
+}
+
+ at misc{rfc6945,
+  author="R. Bush and B. Wijnen and K. Patel and M. Baer",
+  title="{Definitions of Managed Objects for the Resource Public Key Infrastructure (RPKI) to Router Protocol}",
+  series="Request for Comments",
+  number="6945",
+  howpublished="RFC 6945 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6945.txt",
+}
+
+ at misc{rfc6946,
+  author="F. Gont",
+  title="{Processing of IPv6 "Atomic" Fragments}",
+  series="Request for Comments",
+  number="6946",
+  howpublished="RFC 6946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6946.txt",
+}
+
+ at misc{rfc6947,
+  author="M. Boucadair and H. Kaplan and R. Gilman and S. Veikkolainen",
+  title="{The Session Description Protocol (SDP) Alternate Connectivity (ALTC) Attribute}",
+  series="Request for Comments",
+  number="6947",
+  howpublished="RFC 6947 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6947.txt",
+}
+
+ at misc{rfc6948,
+  author="A. Keranen and J. Arkko",
+  title="{Some Measurements on World IPv6 Day from an End-User Perspective}",
+  series="Request for Comments",
+  number="6948",
+  howpublished="RFC 6948 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6948.txt",
+}
+
+ at misc{rfc6949,
+  author="H. Flanagan and N. Brownlee",
+  title="{RFC Series Format Requirements and Future Development}",
+  series="Request for Comments",
+  number="6949",
+  howpublished="RFC 6949 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6949.txt",
+}
+
+ at misc{rfc6950,
+  author="J. Peterson and O. Kolkman and H. Tschofenig and B. Aboba",
+  title="{Architectural Considerations on Application Features in the DNS}",
+  series="Request for Comments",
+  number="6950",
+  howpublished="RFC 6950 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc6950.txt",
+}
+
+ at misc{rfc6951,
+  author="M. Tuexen and R. Stewart",
+  title="{UDP Encapsulation of Stream Control Transmission Protocol (SCTP) Packets for End-Host to End-Host Communication}",
+  series="Request for Comments",
+  number="6951",
+  howpublished="RFC 6951 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6951.txt",
+}
+
+ at misc{rfc6952,
+  author="M. Jethanandani and K. Patel and L. Zheng",
+  title="{Analysis of BGP, LDP, PCEP, and MSDP Issues According to the Keying and Authentication for Routing Protocols (KARP) Design Guide}",
+  series="Request for Comments",
+  number="6952",
+  howpublished="RFC 6952 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6952.txt",
+}
+
+ at misc{rfc6953,
+  author="A. Mancuso and S. Probasco and B. Patil",
+  title="{Protocol to Access White-Space (PAWS) Databases: Use Cases and Requirements}",
+  series="Request for Comments",
+  number="6953",
+  howpublished="RFC 6953 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6953.txt",
+}
+
+ at misc{rfc6954,
+  author="J. Merkle and M. Lochter",
+  title="{Using the Elliptic Curve Cryptography (ECC) Brainpool Curves for the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="6954",
+  howpublished="RFC 6954 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6954.txt",
+}
+
+ at misc{rfc6955,
+  author="J. Schaad and H. Prafullchandra",
+  title="{Diffie-Hellman Proof-of-Possession Algorithms}",
+  series="Request for Comments",
+  number="6955",
+  howpublished="RFC 6955 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6955.txt",
+}
+
+ at misc{rfc6956,
+  author="W. Wang and E. Haleplidis and K. Ogawa and C. Li and J. Halpern",
+  title="{Forwarding and Control Element Separation (ForCES) Logical Function Block (LFB) Library}",
+  series="Request for Comments",
+  number="6956",
+  howpublished="RFC 6956 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6956.txt",
+}
+
+ at misc{rfc6957,
+  author="F. Costa and J-M. Combes and X. Pougnard and H. Li",
+  title="{Duplicate Address Detection Proxy}",
+  series="Request for Comments",
+  number="6957",
+  howpublished="RFC 6957 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6957.txt",
+}
+
+ at misc{rfc6958,
+  author="A. Clark and S. Zhang and J. Zhao and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Burst/Gap Loss Metric Reporting}",
+  series="Request for Comments",
+  number="6958",
+  howpublished="RFC 6958 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6958.txt",
+}
+
+ at misc{rfc6959,
+  author="D. McPherson and F. Baker and J. Halpern",
+  title="{Source Address Validation Improvement (SAVI) Threat Scope}",
+  series="Request for Comments",
+  number="6959",
+  howpublished="RFC 6959 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6959.txt",
+}
+
+ at misc{rfc6960,
+  author="S. Santesson and M. Myers and R. Ankney and A. Malpani and S. Galperin and C. Adams",
+  title="{X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP}",
+  series="Request for Comments",
+  number="6960",
+  howpublished="RFC 6960 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6960.txt",
+}
+
+ at misc{rfc6961,
+  author="Y. Pettersen",
+  title="{The Transport Layer Security (TLS) Multiple Certificate Status Request Extension}",
+  series="Request for Comments",
+  number="6961",
+  howpublished="RFC 6961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6961.txt",
+}
+
+ at misc{rfc6962,
+  author="B. Laurie and A. Langley and E. Kasper",
+  title="{Certificate Transparency}",
+  series="Request for Comments",
+  number="6962",
+  howpublished="RFC 6962 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6962.txt",
+}
+
+ at misc{rfc6963,
+  author="P. Saint-Andre",
+  title="{A Uniform Resource Name (URN) Namespace for Examples}",
+  series="Request for Comments",
+  number="6963",
+  howpublished="RFC 6963 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6963.txt",
+}
+
+ at misc{rfc6964,
+  author="F. Templin",
+  title="{Operational Guidance for IPv6 Deployment in IPv4 Sites Using the Intra-Site Automatic Tunnel Addressing Protocol (ISATAP)}",
+  series="Request for Comments",
+  number="6964",
+  howpublished="RFC 6964 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc6964.txt",
+}
+
+ at misc{rfc6965,
+  author="L. Fang and N. Bitar and R. Zhang and M. Daikoku and P. Pan",
+  title="{MPLS Transport Profile (MPLS-TP) Applicability: Use Cases and Design}",
+  series="Request for Comments",
+  number="6965",
+  howpublished="RFC 6965 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6965.txt",
+}
+
+ at misc{rfc6967,
+  author="M. Boucadair and J. Touch and P. Levis and R. Penno",
+  title="{Analysis of Potential Solutions for Revealing a Host Identifier (HOST\_ID) in Shared Address Deployments}",
+  series="Request for Comments",
+  number="6967",
+  howpublished="RFC 6967 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6967.txt",
+}
+
+ at misc{rfc6968,
+  author="V. Roca and B. Adamson",
+  title="{FCAST: Object Delivery for the Asynchronous Layered Coding (ALC) and NACK-Oriented Reliable Multicast (NORM) Protocols}",
+  series="Request for Comments",
+  number="6968",
+  howpublished="RFC 6968 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6968.txt",
+}
+
+ at misc{rfc6969,
+  author="A. Retana and D. Cheng",
+  title="{OSPFv3 Instance ID Registry Update}",
+  series="Request for Comments",
+  number="6969",
+  howpublished="RFC 6969 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6969.txt",
+}
+
+ at misc{rfc6970,
+  author="M. Boucadair and R. Penno and D. Wing",
+  title="{Universal Plug and Play (UPnP) Internet Gateway Device - Port Control Protocol Interworking Function (IGD-PCP IWF)}",
+  series="Request for Comments",
+  number="6970",
+  howpublished="RFC 6970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6970.txt",
+}
+
+ at misc{rfc6971,
+  author="U. Herberg and A. Cardenas and T. Iwao and M. Dow and S. Cespedes",
+  title="{Depth-First Forwarding (DFF) in Unreliable Networks}",
+  series="Request for Comments",
+  number="6971",
+  howpublished="RFC 6971 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc6971.txt",
+}
+
+ at misc{rfc6972,
+  author="Y. Zhang and N. Zong",
+  title="{Problem Statement and Requirements of the Peer-to-Peer Streaming Protocol (PPSP)}",
+  series="Request for Comments",
+  number="6972",
+  howpublished="RFC 6972 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6972.txt",
+}
+
+ at misc{rfc6973,
+  author="A. Cooper and H. Tschofenig and B. Aboba and J. Peterson and J. Morris and M. Hansen and R. Smith",
+  title="{Privacy Considerations for Internet Protocols}",
+  series="Request for Comments",
+  number="6973",
+  howpublished="RFC 6973 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6973.txt",
+}
+
+ at misc{rfc6974,
+  author="Y. Weingarten and S. Bryant and D. Ceccarelli and D. Caviglia and F. Fondelli and M. Corsi and B. Wu and X. Dai",
+  title="{Applicability of MPLS Transport Profile for Ring Topologies}",
+  series="Request for Comments",
+  number="6974",
+  howpublished="RFC 6974 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6974.txt",
+}
+
+ at misc{rfc6975,
+  author="S. Crocker and S. Rose",
+  title="{Signaling Cryptographic Algorithm Understanding in DNS Security Extensions (DNSSEC)}",
+  series="Request for Comments",
+  number="6975",
+  howpublished="RFC 6975 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6975.txt",
+}
+
+ at misc{rfc6976,
+  author="M. Shand and S. Bryant and S. Previdi and C. Filsfils and P. Francois and O. Bonaventure",
+  title="{Framework for Loop-Free Convergence Using the Ordered Forwarding Information Base (oFIB) Approach}",
+  series="Request for Comments",
+  number="6976",
+  howpublished="RFC 6976 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6976.txt",
+}
+
+ at misc{rfc6977,
+  author="M. Boucadair and X. Pougnard",
+  title="{Triggering DHCPv6 Reconfiguration from Relay Agents}",
+  series="Request for Comments",
+  number="6977",
+  howpublished="RFC 6977 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6977.txt",
+}
+
+ at misc{rfc6978,
+  author="J. Touch",
+  title="{A TCP Authentication Option Extension for NAT Traversal}",
+  series="Request for Comments",
+  number="6978",
+  howpublished="RFC 6978 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6978.txt",
+}
+
+ at misc{rfc6979,
+  author="T. Pornin",
+  title="{Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)}",
+  series="Request for Comments",
+  number="6979",
+  howpublished="RFC 6979 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6979.txt",
+}
+
+ at misc{rfc6980,
+  author="F. Gont",
+  title="{Security Implications of IPv6 Fragmentation with IPv6 Neighbor Discovery}",
+  series="Request for Comments",
+  number="6980",
+  howpublished="RFC 6980 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6980.txt",
+}
+
+ at misc{rfc6981,
+  author="S. Bryant and S. Previdi and M. Shand",
+  title="{A Framework for IP and MPLS Fast Reroute Using Not-Via Addresses}",
+  series="Request for Comments",
+  number="6981",
+  howpublished="RFC 6981 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6981.txt",
+}
+
+ at misc{rfc6982,
+  author="Y. Sheffer and A. Farrel",
+  title="{Improving Awareness of Running Code: The Implementation Status Section}",
+  series="Request for Comments",
+  number="6982",
+  howpublished="RFC 6982 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    note="Obsoleted by RFC 7942",
+  url="http://www.ietf.org/rfc/rfc6982.txt",
+}
+
+ at misc{rfc6983,
+  author="R. van Brandenburg and O. van Deventer and F. Le Faucheur and K. Leung",
+  title="{Models for HTTP-Adaptive-Streaming-Aware Content Distribution Network Interconnection (CDNI)}",
+  series="Request for Comments",
+  number="6983",
+  howpublished="RFC 6983 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6983.txt",
+}
+
+ at misc{rfc6984,
+  author="W. Wang and K. Ogawa and E. Haleplidis and M. Gao and J. Hadi Salim",
+  title="{Interoperability Report for Forwarding and Control Element Separation (ForCES)}",
+  series="Request for Comments",
+  number="6984",
+  howpublished="RFC 6984 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6984.txt",
+}
+
+ at misc{rfc6985,
+  author="A. Morton",
+  title="{IMIX Genome: Specification of Variable Packet Sizes for Additional Testing}",
+  series="Request for Comments",
+  number="6985",
+  howpublished="RFC 6985 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6985.txt",
+}
+
+ at misc{rfc6986,
+  author="V. Dolmatov and A. Degtyarev",
+  title="{GOST R 34.11-2012: Hash Function}",
+  series="Request for Comments",
+  number="6986",
+  howpublished="RFC 6986 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6986.txt",
+}
+
+ at misc{rfc6987,
+  author="A. Retana and L. Nguyen and A. Zinin and R. White and D. McPherson",
+  title="{OSPF Stub Router Advertisement}",
+  series="Request for Comments",
+  number="6987",
+  howpublished="RFC 6987 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6987.txt",
+}
+
+ at misc{rfc6988,
+  author="J. Quittek and M. Chandramouli and R. Winter and T. Dietz and B. Claise",
+  title="{Requirements for Energy Management}",
+  series="Request for Comments",
+  number="6988",
+  howpublished="RFC 6988 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc6988.txt",
+}
+
+ at misc{rfc6989,
+  author="Y. Sheffer and S. Fluhrer",
+  title="{Additional Diffie-Hellman Tests for the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="6989",
+  howpublished="RFC 6989 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6989.txt",
+}
+
+ at misc{rfc6990,
+  author="R. Huang and Q. Wu and H. Asaeda and G. Zorn",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for MPEG-2 Transport Stream (TS) Program Specific Information (PSI) Independent Decodability Statistics Metrics Reporting}",
+  series="Request for Comments",
+  number="6990",
+  howpublished="RFC 6990 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6990.txt",
+}
+
+ at misc{rfc6991,
+  author="J. Schoenwaelder",
+  title="{Common YANG Data Types}",
+  series="Request for Comments",
+  number="6991",
+  howpublished="RFC 6991 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6991.txt",
+}
+
+ at misc{rfc6992,
+  author="D. Cheng and M. Boucadair and A. Retana",
+  title="{Routing for IPv4-Embedded IPv6 Packets}",
+  series="Request for Comments",
+  number="6992",
+  howpublished="RFC 6992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6992.txt",
+}
+
+ at misc{rfc6993,
+  author="P. Saint-Andre",
+  title="{Instant Messaging and Presence Purpose for the Call-Info Header Field in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="6993",
+  howpublished="RFC 6993 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6993.txt",
+}
+
+ at misc{rfc6994,
+  author="J. Touch",
+  title="{Shared Use of Experimental TCP Options}",
+  series="Request for Comments",
+  number="6994",
+  howpublished="RFC 6994 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6994.txt",
+}
+
+ at misc{rfc6996,
+  author="J. Mitchell",
+  title="{Autonomous System (AS) Reservation for Private Use}",
+  series="Request for Comments",
+  number="6996",
+  howpublished="RFC 6996 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc6996.txt",
+}
+
+ at misc{rfc6997,
+  author="M. Goyal and E. Baccelli and M. Philipp and A. Brandt and J. Martocci",
+  title="{Reactive Discovery of Point-to-Point Routes in Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="6997",
+  howpublished="RFC 6997 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6997.txt",
+}
+
+ at misc{rfc6998,
+  author="M. Goyal and E. Baccelli and A. Brandt and J. Martocci",
+  title="{A Mechanism to Measure the Routing Metrics along a Point-to-Point Route in a Low-Power and Lossy Network}",
+  series="Request for Comments",
+  number="6998",
+  howpublished="RFC 6998 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc6998.txt",
+}
+
+ at misc{rfc7001,
+  author="M. Kucherawy",
+  title="{Message Header Field for Indicating Message Authentication Status}",
+  series="Request for Comments",
+  number="7001",
+  howpublished="RFC 7001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    note="Obsoleted by RFC 7601, updated by RFC 7410",
+  url="http://www.ietf.org/rfc/rfc7001.txt",
+}
+
+ at misc{rfc7002,
+  author="A. Clark and G. Zorn and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Discard Count Metric Reporting}",
+  series="Request for Comments",
+  number="7002",
+  howpublished="RFC 7002 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7002.txt",
+}
+
+ at misc{rfc7003,
+  author="A. Clark and R. Huang and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Burst/Gap Discard Metric Reporting}",
+  series="Request for Comments",
+  number="7003",
+  howpublished="RFC 7003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7003.txt",
+}
+
+ at misc{rfc7004,
+  author="G. Zorn and R. Schott and Q. Wu and R. Huang",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Blocks for Summary Statistics Metrics Reporting}",
+  series="Request for Comments",
+  number="7004",
+  howpublished="RFC 7004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7004.txt",
+}
+
+ at misc{rfc7005,
+  author="A. Clark and V. Singh and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for De-Jitter Buffer Metric Reporting}",
+  series="Request for Comments",
+  number="7005",
+  howpublished="RFC 7005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7005.txt",
+}
+
+ at misc{rfc7006,
+  author="M. Garcia-Martin and S. Veikkolainen and R. Gilman",
+  title="{Miscellaneous Capabilities Negotiation in the Session Description Protocol (SDP)}",
+  series="Request for Comments",
+  number="7006",
+  howpublished="RFC 7006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7006.txt",
+}
+
+ at misc{rfc7007,
+  author="T. Terriberry",
+  title="{Update to Remove DVI4 from the Recommended Codecs for the RTP Profile for Audio and Video Conferences with Minimal Control (RTP/AVP)}",
+  series="Request for Comments",
+  number="7007",
+  howpublished="RFC 7007 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7007.txt",
+}
+
+ at misc{rfc7008,
+  author="S. Kiyomoto and W. Shin",
+  title="{A Description of the KCipher-2 Encryption Algorithm}",
+  series="Request for Comments",
+  number="7008",
+  howpublished="RFC 7008 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7008.txt",
+}
+
+ at misc{rfc7009,
+  author="T. Lodderstedt and S. Dronia and M. Scurtescu",
+  title="{OAuth 2.0 Token Revocation}",
+  series="Request for Comments",
+  number="7009",
+  howpublished="RFC 7009 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7009.txt",
+}
+
+ at misc{rfc7010,
+  author="B. Liu and S. Jiang and B. Carpenter and S. Venaas and W. George",
+  title="{IPv6 Site Renumbering Gap Analysis}",
+  series="Request for Comments",
+  number="7010",
+  howpublished="RFC 7010 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7010.txt",
+}
+
+ at misc{rfc7011,
+  author="B. Claise and B. Trammell and P. Aitken",
+  title="{Specification of the IP Flow Information Export (IPFIX) Protocol for the Exchange of Flow Information}",
+  series="Request for Comments",
+  number="7011",
+  howpublished="RFC 7011 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7011.txt",
+}
+
+ at misc{rfc7012,
+  author="B. Claise and B. Trammell",
+  title="{Information Model for IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="7012",
+  howpublished="RFC 7012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7012.txt",
+}
+
+ at misc{rfc7013,
+  author="B. Trammell and B. Claise",
+  title="{Guidelines for Authors and Reviewers of IP Flow Information Export (IPFIX) Information Elements}",
+  series="Request for Comments",
+  number="7013",
+  howpublished="RFC 7013 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7013.txt",
+}
+
+ at misc{rfc7014,
+  author="S. D'Antonio and T. Zseby and C. Henke and L. Peluso",
+  title="{Flow Selection Techniques}",
+  series="Request for Comments",
+  number="7014",
+  howpublished="RFC 7014 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7014.txt",
+}
+
+ at misc{rfc7015,
+  author="B. Trammell and A. Wagner and B. Claise",
+  title="{Flow Aggregation for the IP Flow Information Export (IPFIX) Protocol}",
+  series="Request for Comments",
+  number="7015",
+  howpublished="RFC 7015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7015.txt",
+}
+
+ at misc{rfc7016,
+  author="M. Thornburgh",
+  title="{Adobe's Secure Real-Time Media Flow Protocol}",
+  series="Request for Comments",
+  number="7016",
+  howpublished="RFC 7016 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7016.txt",
+}
+
+ at misc{rfc7017,
+  author="R. Sparks",
+  title="{IMAP Access to IETF Email List Archives}",
+  series="Request for Comments",
+  number="7017",
+  howpublished="RFC 7017 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7017.txt",
+}
+
+ at misc{rfc7018,
+  author="V. Manral and S. Hanna",
+  title="{Auto-Discovery VPN Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="7018",
+  howpublished="RFC 7018 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7018.txt",
+}
+
+ at misc{rfc7019,
+  author="J. Buford and M. Kolberg",
+  title="{Application-Layer Multicast Extensions to REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7019",
+  howpublished="RFC 7019 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7019.txt",
+}
+
+ at misc{rfc7020,
+  author="R. Housley and J. Curran and G. Huston and D. Conrad",
+  title="{The Internet Numbers Registry System}",
+  series="Request for Comments",
+  number="7020",
+  howpublished="RFC 7020 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7020.txt",
+}
+
+ at misc{rfc7021,
+  author="C. Donley and L. Howard and V. Kuarsingh and J. Berg and J. Doshi",
+  title="{Assessing the Impact of Carrier-Grade NAT on Network Applications}",
+  series="Request for Comments",
+  number="7021",
+  howpublished="RFC 7021 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7021.txt",
+}
+
+ at misc{rfc7022,
+  author="A. Begen and C. Perkins and D. Wing and E. Rescorla",
+  title="{Guidelines for Choosing RTP Control Protocol (RTCP) Canonical Names (CNAMEs)}",
+  series="Request for Comments",
+  number="7022",
+  howpublished="RFC 7022 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7022.txt",
+}
+
+ at misc{rfc7023,
+  author="D. Mohan and N. Bitar and A. Sajassi and S. DeLord and P. Niger and R. Qiu",
+  title="{MPLS and Ethernet Operations, Administration, and Maintenance (OAM) Interworking}",
+  series="Request for Comments",
+  number="7023",
+  howpublished="RFC 7023 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7023.txt",
+}
+
+ at misc{rfc7024,
+  author="H. Jeng and J. Uttaro and L. Jalil and B. Decraene and Y. Rekhter and R. Aggarwal",
+  title="{Virtual Hub-and-Spoke in BGP/MPLS VPNs}",
+  series="Request for Comments",
+  number="7024",
+  howpublished="RFC 7024 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7024.txt",
+}
+
+ at misc{rfc7025,
+  author="T. Otani and K. Ogaki and D. Caviglia and F. Zhang and C. Margaria",
+  title="{Requirements for GMPLS Applications of PCE}",
+  series="Request for Comments",
+  number="7025",
+  howpublished="RFC 7025 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7025.txt",
+}
+
+ at misc{rfc7026,
+  author="A. Farrel and S. Bryant",
+  title="{Retiring TLVs from the Associated Channel Header of the MPLS Generic Associated Channel}",
+  series="Request for Comments",
+  number="7026",
+  howpublished="RFC 7026 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7026.txt",
+}
+
+ at misc{rfc7027,
+  author="J. Merkle and M. Lochter",
+  title="{Elliptic Curve Cryptography (ECC) Brainpool Curves for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="7027",
+  howpublished="RFC 7027 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7027.txt",
+}
+
+ at misc{rfc7028,
+  author="JC. Zuniga and LM. Contreras and CJ. Bernardos and S. Jeon and Y. Kim",
+  title="{Multicast Mobility Routing Optimizations for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="7028",
+  howpublished="RFC 7028 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7028.txt",
+}
+
+ at misc{rfc7029,
+  author="S. Hartman and M. Wasserman and D. Zhang",
+  title="{Extensible Authentication Protocol (EAP) Mutual Cryptographic Binding}",
+  series="Request for Comments",
+  number="7029",
+  howpublished="RFC 7029 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7029.txt",
+}
+
+ at misc{rfc7030,
+  author="M. Pritikin and P. Yee and D. Harkins",
+  title="{Enrollment over Secure Transport}",
+  series="Request for Comments",
+  number="7030",
+  howpublished="RFC 7030 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7030.txt",
+}
+
+ at misc{rfc7031,
+  author="T. Mrugalski and K. Kinnear",
+  title="{DHCPv6 Failover Requirements}",
+  series="Request for Comments",
+  number="7031",
+  howpublished="RFC 7031 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7031.txt",
+}
+
+ at misc{rfc7032,
+  author="T. Beckhaus and B. Decraene and K. Tiruveedhula and M. Konstantynowicz and L. Martini",
+  title="{LDP Downstream-on-Demand in Seamless MPLS}",
+  series="Request for Comments",
+  number="7032",
+  howpublished="RFC 7032 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7032.txt",
+}
+
+ at misc{rfc7033,
+  author="P. Jones and G. Salgueiro and M. Jones and J. Smarr",
+  title="{WebFinger}",
+  series="Request for Comments",
+  number="7033",
+  howpublished="RFC 7033 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7033.txt",
+}
+
+ at misc{rfc7034,
+  author="D. Ross and T. Gondrom",
+  title="{HTTP Header Field X-Frame-Options}",
+  series="Request for Comments",
+  number="7034",
+  howpublished="RFC 7034 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7034.txt",
+}
+
+ at misc{rfc7035,
+  author="M. Thomson and B. Rosen and D. Stanley and G. Bajko and A. Thomson",
+  title="{Relative Location Representation}",
+  series="Request for Comments",
+  number="7035",
+  howpublished="RFC 7035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7035.txt",
+}
+
+ at misc{rfc7036,
+  author="R. Housley",
+  title="{Object Identifier Registry for the Long-Term Archive and Notary Services (LTANS) Working Group}",
+  series="Request for Comments",
+  number="7036",
+  howpublished="RFC 7036 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7036.txt",
+}
+
+ at misc{rfc7037,
+  author="L. Yeh and M. Boucadair",
+  title="{RADIUS Option for the DHCPv6 Relay Agent}",
+  series="Request for Comments",
+  number="7037",
+  howpublished="RFC 7037 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7037.txt",
+}
+
+ at misc{rfc7038,
+  author="R. Ogier",
+  title="{Use of OSPF-MDR in Single-Hop Broadcast Networks}",
+  series="Request for Comments",
+  number="7038",
+  howpublished="RFC 7038 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7038.txt",
+}
+
+ at misc{rfc7039,
+  author="J. Wu and J. Bi and M. Bagnulo and F. Baker and C. Vogt",
+  title="{Source Address Validation Improvement (SAVI) Framework}",
+  series="Request for Comments",
+  number="7039",
+  howpublished="RFC 7039 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7039.txt",
+}
+
+ at misc{rfc7040,
+  author="Y. Cui and J. Wu and P. Wu and O. Vautrin and Y. Lee",
+  title="{Public IPv4-over-IPv6 Access Network}",
+  series="Request for Comments",
+  number="7040",
+  howpublished="RFC 7040 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7040.txt",
+}
+
+ at misc{rfc7041,
+  author="F. Balus and A. Sajassi and N. Bitar",
+  title="{Extensions to the Virtual Private LAN Service (VPLS) Provider Edge (PE) Model for Provider Backbone Bridging}",
+  series="Request for Comments",
+  number="7041",
+  howpublished="RFC 7041 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7041.txt",
+}
+
+ at misc{rfc7042,
+  author="D. Eastlake 3rd and J. Abley",
+  title="{IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters}",
+  series="Request for Comments",
+  number="7042",
+  howpublished="RFC 7042 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7042.txt",
+}
+
+ at misc{rfc7043,
+  author="J. Abley",
+  title="{Resource Records for EUI-48 and EUI-64 Addresses in the DNS}",
+  series="Request for Comments",
+  number="7043",
+  howpublished="RFC 7043 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7043.txt",
+}
+
+ at misc{rfc7044,
+  author="M. Barnes and F. Audet and S. Schubert and J. van Elburg and C. Holmberg",
+  title="{An Extension to the Session Initiation Protocol (SIP) for Request History Information}",
+  series="Request for Comments",
+  number="7044",
+  howpublished="RFC 7044 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7044.txt",
+}
+
+ at misc{rfc7045,
+  author="B. Carpenter and S. Jiang",
+  title="{Transmission and Processing of IPv6 Extension Headers}",
+  series="Request for Comments",
+  number="7045",
+  howpublished="RFC 7045 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7045.txt",
+}
+
+ at misc{rfc7046,
+  author="M. Waehlisch and T. Schmidt and S. Venaas",
+  title="{A Common API for Transparent Hybrid Multicast}",
+  series="Request for Comments",
+  number="7046",
+  howpublished="RFC 7046 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7046.txt",
+}
+
+ at misc{rfc7047,
+  author="B. Pfaff and B. Davie",
+  title="{The Open vSwitch Database Management Protocol}",
+  series="Request for Comments",
+  number="7047",
+  howpublished="RFC 7047 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7047.txt",
+}
+
+ at misc{rfc7048,
+  author="E. Nordmark and I. Gashinsky",
+  title="{Neighbor Unreachability Detection Is Too Impatient}",
+  series="Request for Comments",
+  number="7048",
+  howpublished="RFC 7048 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7048.txt",
+}
+
+ at misc{rfc7049,
+  author="C. Bormann and P. Hoffman",
+  title="{Concise Binary Object Representation (CBOR)}",
+  series="Request for Comments",
+  number="7049",
+  howpublished="RFC 7049 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7049.txt",
+}
+
+ at misc{rfc7050,
+  author="T. Savolainen and J. Korhonen and D. Wing",
+  title="{Discovery of the IPv6 Prefix Used for IPv6 Address Synthesis}",
+  series="Request for Comments",
+  number="7050",
+  howpublished="RFC 7050 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7050.txt",
+}
+
+ at misc{rfc7051,
+  author="J. Korhonen and T. Savolainen",
+  title="{Analysis of Solution Proposals for Hosts to Learn NAT64 Prefix}",
+  series="Request for Comments",
+  number="7051",
+  howpublished="RFC 7051 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7051.txt",
+}
+
+ at misc{rfc7052,
+  author="G. Schudel and A. Jain and V. Moreno",
+  title="{Locator/ID Separation Protocol (LISP) MIB}",
+  series="Request for Comments",
+  number="7052",
+  howpublished="RFC 7052 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7052.txt",
+}
+
+ at misc{rfc7053,
+  author="M. Tuexen and I. Ruengeler and R. Stewart",
+  title="{SACK-IMMEDIATELY Extension for the Stream Control Transmission Protocol}",
+  series="Request for Comments",
+  number="7053",
+  howpublished="RFC 7053 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7053.txt",
+}
+
+ at misc{rfc7054,
+  author="A. Farrel and H. Endo and R. Winter and Y. Koike and M. Paul",
+  title="{Addressing Requirements and Design Considerations for Per-Interface Maintenance Entity Group Intermediate Points (MIPs)}",
+  series="Request for Comments",
+  number="7054",
+  howpublished="RFC 7054 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7054.txt",
+}
+
+ at misc{rfc7055,
+  author="S. Hartman and J. Howlett",
+  title="{A GSS-API Mechanism for the Extensible Authentication Protocol}",
+  series="Request for Comments",
+  number="7055",
+  howpublished="RFC 7055 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7055.txt",
+}
+
+ at misc{rfc7056,
+  author="S. Hartman and J. Howlett",
+  title="{Name Attributes for the GSS-API Extensible Authentication Protocol (EAP) Mechanism}",
+  series="Request for Comments",
+  number="7056",
+  howpublished="RFC 7056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7056.txt",
+}
+
+ at misc{rfc7057,
+  author="S. Winter and J. Salowey",
+  title="{Update to the Extensible Authentication Protocol (EAP) Applicability Statement for Application Bridging for Federated Access Beyond Web (ABFAB)}",
+  series="Request for Comments",
+  number="7057",
+  howpublished="RFC 7057 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7057.txt",
+}
+
+ at misc{rfc7058,
+  author="A. Amirante and T. Castaldi and L. Miniero and S P. Romano",
+  title="{Media Control Channel Framework (CFW) Call Flow Examples}",
+  series="Request for Comments",
+  number="7058",
+  howpublished="RFC 7058 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7058.txt",
+}
+
+ at misc{rfc7059,
+  author="S. Steffann and I. van Beijnum and R. van Rein",
+  title="{A Comparison of IPv6-over-IPv4 Tunnel Mechanisms}",
+  series="Request for Comments",
+  number="7059",
+  howpublished="RFC 7059 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7059.txt",
+}
+
+ at misc{rfc7060,
+  author="M. Napierala and E. Rosen and IJ. Wijnands",
+  title="{Using LDP Multipoint Extensions on Targeted LDP Sessions}",
+  series="Request for Comments",
+  number="7060",
+  howpublished="RFC 7060 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7060.txt",
+}
+
+ at misc{rfc7061,
+  author="R. Sinnema and E. Wilde",
+  title="{eXtensible Access Control Markup Language (XACML) XML Media Type}",
+  series="Request for Comments",
+  number="7061",
+  howpublished="RFC 7061 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7061.txt",
+}
+
+ at misc{rfc7062,
+  author="F. Zhang and D. Li and H. Li and S. Belotti and D. Ceccarelli",
+  title="{Framework for GMPLS and PCE Control of G.709 Optical Transport Networks}",
+  series="Request for Comments",
+  number="7062",
+  howpublished="RFC 7062 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7062.txt",
+}
+
+ at misc{rfc7063,
+  author="L. Zheng and J. Zhang and R. Parekh",
+  title="{Survey Report on Protocol Independent Multicast - Sparse Mode (PIM-SM) Implementations and Deployments}",
+  series="Request for Comments",
+  number="7063",
+  howpublished="RFC 7063 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7063.txt",
+}
+
+ at misc{rfc7064,
+  author="S. Nandakumar and G. Salgueiro and P. Jones and M. Petit-Huguenin",
+  title="{URI Scheme for the Session Traversal Utilities for NAT (STUN) Protocol}",
+  series="Request for Comments",
+  number="7064",
+  howpublished="RFC 7064 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7064.txt",
+}
+
+ at misc{rfc7065,
+  author="M. Petit-Huguenin and S. Nandakumar and G. Salgueiro and P. Jones",
+  title="{Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers}",
+  series="Request for Comments",
+  number="7065",
+  howpublished="RFC 7065 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7065.txt",
+}
+
+ at misc{rfc7066,
+  author="J. Korhonen and J. Arkko and T. Savolainen and S. Krishnan",
+  title="{IPv6 for Third Generation Partnership Project (3GPP) Cellular Hosts}",
+  series="Request for Comments",
+  number="7066",
+  howpublished="RFC 7066 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7066.txt",
+}
+
+ at misc{rfc7067,
+  author="L. Dunbar and D. Eastlake 3rd and R. Perlman and I. Gashinsky",
+  title="{Directory Assistance Problem and High-Level Design Proposal}",
+  series="Request for Comments",
+  number="7067",
+  howpublished="RFC 7067 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7067.txt",
+}
+
+ at misc{rfc7068,
+  author="E. McMurry and B. Campbell",
+  title="{Diameter Overload Control Requirements}",
+  series="Request for Comments",
+  number="7068",
+  howpublished="RFC 7068 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7068.txt",
+}
+
+ at misc{rfc7069,
+  author="R. Alimi and A. Rahman and D. Kutscher and Y. Yang and H. Song and K. Pentikousis",
+  title="{DECoupled Application Data Enroute (DECADE)}",
+  series="Request for Comments",
+  number="7069",
+  howpublished="RFC 7069 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7069.txt",
+}
+
+ at misc{rfc7070,
+  author="N. Borenstein and M. Kucherawy",
+  title="{An Architecture for Reputation Reporting}",
+  series="Request for Comments",
+  number="7070",
+  howpublished="RFC 7070 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7070.txt",
+}
+
+ at misc{rfc7071,
+  author="N. Borenstein and M. Kucherawy",
+  title="{A Media Type for Reputation Interchange}",
+  series="Request for Comments",
+  number="7071",
+  howpublished="RFC 7071 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7071.txt",
+}
+
+ at misc{rfc7072,
+  author="N. Borenstein and M. Kucherawy",
+  title="{A Reputation Query Protocol}",
+  series="Request for Comments",
+  number="7072",
+  howpublished="RFC 7072 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7072.txt",
+}
+
+ at misc{rfc7073,
+  author="N. Borenstein and M. Kucherawy",
+  title="{A Reputation Response Set for Email Identifiers}",
+  series="Request for Comments",
+  number="7073",
+  howpublished="RFC 7073 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7073.txt",
+}
+
+ at misc{rfc7074,
+  author="L. Berger and J. Meuric",
+  title="{Revised Definition of the GMPLS Switching Capability and Type Fields}",
+  series="Request for Comments",
+  number="7074",
+  howpublished="RFC 7074 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7074.txt",
+}
+
+ at misc{rfc7075,
+  author="T. Tsou and R. Hao and T. Taylor",
+  title="{Realm-Based Redirection In Diameter}",
+  series="Request for Comments",
+  number="7075",
+  howpublished="RFC 7075 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7075.txt",
+}
+
+ at misc{rfc7076,
+  author="M. Joseph and J. Susoy",
+  title="{P6R's Secure Shell Public Key Subsystem}",
+  series="Request for Comments",
+  number="7076",
+  howpublished="RFC 7076 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7076.txt",
+}
+
+ at misc{rfc7077,
+  author="S. Krishnan and S. Gundavelli and M. Liebsch and H. Yokota and J. Korhonen",
+  title="{Update Notifications for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="7077",
+  howpublished="RFC 7077 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7077.txt",
+}
+
+ at misc{rfc7078,
+  author="A. Matsumoto and T. Fujisaki and T. Chown",
+  title="{Distributing Address Selection Policy Using DHCPv6}",
+  series="Request for Comments",
+  number="7078",
+  howpublished="RFC 7078 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7078.txt",
+}
+
+ at misc{rfc7079,
+  author="N. Del Regno and A. Malis",
+  title="{The Pseudowire (PW) and Virtual Circuit Connectivity Verification (VCCV) Implementation Survey Results}",
+  series="Request for Comments",
+  number="7079",
+  howpublished="RFC 7079 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7079.txt",
+}
+
+ at misc{rfc7080,
+  author="A. Sajassi and S. Salam and N. Bitar and F. Balus",
+  title="{Virtual Private LAN Service (VPLS) Interoperability with Provider Backbone Bridges}",
+  series="Request for Comments",
+  number="7080",
+  howpublished="RFC 7080 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7080.txt",
+}
+
+ at misc{rfc7081,
+  author="E. Ivov and P. Saint-Andre and E. Marocco",
+  title="{CUSAX: Combined Use of the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="7081",
+  howpublished="RFC 7081 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7081.txt",
+}
+
+ at misc{rfc7082,
+  author="R. Shekh-Yusef and M. Barnes",
+  title="{Indication of Conference Focus Support for the Centralized Conferencing Manipulation Protocol (CCMP)}",
+  series="Request for Comments",
+  number="7082",
+  howpublished="RFC 7082 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7082.txt",
+}
+
+ at misc{rfc7083,
+  author="R. Droms",
+  title="{Modification to Default Values of SOL\_MAX\_RT and INF\_MAX\_RT}",
+  series="Request for Comments",
+  number="7083",
+  howpublished="RFC 7083 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7083.txt",
+}
+
+ at misc{rfc7084,
+  author="H. Singh and W. Beebee and C. Donley and B. Stark",
+  title="{Basic Requirements for IPv6 Customer Edge Routers}",
+  series="Request for Comments",
+  number="7084",
+  howpublished="RFC 7084 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7084.txt",
+}
+
+ at misc{rfc7085,
+  author="J. Levine and P. Hoffman",
+  title="{Top-Level Domains That Are Already Dotless}",
+  series="Request for Comments",
+  number="7085",
+  howpublished="RFC 7085 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7085.txt",
+}
+
+ at misc{rfc7086,
+  author="A. Keranen and G. Camarillo and J. Maenpaa",
+  title="{Host Identity Protocol-Based Overlay Networking Environment (HIP BONE) Instance Specification for REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7086",
+  howpublished="RFC 7086 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7086.txt",
+}
+
+ at misc{rfc7087,
+  author="H. van Helvoort and L. Andersson and N. Sprecher",
+  title="{A Thesaurus for the Interpretation of Terminology Used in MPLS Transport Profile (MPLS-TP) Internet-Drafts and RFCs in the Context of the ITU-T's Transport Network Recommendations}",
+  series="Request for Comments",
+  number="7087",
+  howpublished="RFC 7087 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7087.txt",
+}
+
+ at misc{rfc7088,
+  author="D. Worley",
+  title="{Session Initiation Protocol Service Example -- Music on Hold}",
+  series="Request for Comments",
+  number="7088",
+  howpublished="RFC 7088 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7088.txt",
+}
+
+ at misc{rfc7089,
+  author="H. Van de Sompel and M. Nelson and R. Sanderson",
+  title="{HTTP Framework for Time-Based Access to Resource States -- Memento}",
+  series="Request for Comments",
+  number="7089",
+  howpublished="RFC 7089 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7089.txt",
+}
+
+ at misc{rfc7090,
+  author="H. Schulzrinne and H. Tschofenig and C. Holmberg and M. Patel",
+  title="{Public Safety Answering Point (PSAP) Callback}",
+  series="Request for Comments",
+  number="7090",
+  howpublished="RFC 7090 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7090.txt",
+}
+
+ at misc{rfc7091,
+  author="V. Dolmatov and A. Degtyarev",
+  title="{GOST R 34.10-2012: Digital Signature Algorithm}",
+  series="Request for Comments",
+  number="7091",
+  howpublished="RFC 7091 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7091.txt",
+}
+
+ at misc{rfc7092,
+  author="H. Kaplan and V. Pascual",
+  title="{A Taxonomy of Session Initiation Protocol (SIP) Back-to-Back User Agents}",
+  series="Request for Comments",
+  number="7092",
+  howpublished="RFC 7092 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7092.txt",
+}
+
+ at misc{rfc7093,
+  author="S. Turner and S. Kent and J. Manger",
+  title="{Additional Methods for Generating Key Identifiers Values}",
+  series="Request for Comments",
+  number="7093",
+  howpublished="RFC 7093 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7093.txt",
+}
+
+ at misc{rfc7094,
+  author="D. McPherson and D. Oran and D. Thaler and E. Osterweil",
+  title="{Architectural Considerations of IP Anycast}",
+  series="Request for Comments",
+  number="7094",
+  howpublished="RFC 7094 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7094.txt",
+}
+
+ at misc{rfc7095,
+  author="P. Kewisch",
+  title="{jCard: The JSON Format for vCard}",
+  series="Request for Comments",
+  number="7095",
+  howpublished="RFC 7095 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7095.txt",
+}
+
+ at misc{rfc7096,
+  author="S. Belotti and P. Grandi and D. Ceccarelli and D. Caviglia and F. Zhang and D. Li",
+  title="{Evaluation of Existing GMPLS Encoding against G.709v3 Optical Transport Networks (OTNs)}",
+  series="Request for Comments",
+  number="7096",
+  howpublished="RFC 7096 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7096.txt",
+}
+
+ at misc{rfc7097,
+  author="J. Ott and V. Singh and I. Curcio",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) for RLE of Discarded Packets}",
+  series="Request for Comments",
+  number="7097",
+  howpublished="RFC 7097 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7097.txt",
+}
+
+ at misc{rfc7098,
+  author="B. Carpenter and S. Jiang and W. Tarreau",
+  title="{Using the IPv6 Flow Label for Load Balancing in Server Farms}",
+  series="Request for Comments",
+  number="7098",
+  howpublished="RFC 7098 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7098.txt",
+}
+
+ at misc{rfc7100,
+  author="P. Resnick",
+  title="{Retirement of the "Internet Official Protocol Standards" Summary Document}",
+  series="Request for Comments",
+  number="7100",
+  howpublished="RFC 7100 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7100.txt",
+}
+
+ at misc{rfc7101,
+  author="S. Ginoza",
+  title="{List of Internet Official Protocol Standards: Replaced by a Web Page}",
+  series="Request for Comments",
+  number="7101",
+  howpublished="RFC 7101 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2013,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7101.txt",
+}
+
+ at misc{rfc7102,
+  author="JP. Vasseur",
+  title="{Terms Used in Routing for Low-Power and Lossy Networks}",
+  series="Request for Comments",
+  number="7102",
+  howpublished="RFC 7102 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7102.txt",
+}
+
+ at misc{rfc7103,
+  author="M. Kucherawy and G. Shapiro and N. Freed",
+  title="{Advice for Safe Handling of Malformed Messages}",
+  series="Request for Comments",
+  number="7103",
+  howpublished="RFC 7103 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7103.txt",
+}
+
+ at misc{rfc7104,
+  author="A. Begen and Y. Cai and H. Ou",
+  title="{Duplication Grouping Semantics in the Session Description Protocol}",
+  series="Request for Comments",
+  number="7104",
+  howpublished="RFC 7104 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7104.txt",
+}
+
+ at misc{rfc7105,
+  author="M. Thomson and J. Winterbottom",
+  title="{Using Device-Provided Location-Related Measurements in Location Configuration Protocols}",
+  series="Request for Comments",
+  number="7105",
+  howpublished="RFC 7105 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7105.txt",
+}
+
+ at misc{rfc7106,
+  author="E. Ivov",
+  title="{A Group Text Chat Purpose for Conference and Service URIs in the SIP Event Package for Conference State}",
+  series="Request for Comments",
+  number="7106",
+  howpublished="RFC 7106 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7106.txt",
+}
+
+ at misc{rfc7107,
+  author="R. Housley",
+  title="{Object Identifier Registry for the S/MIME Mail Security Working Group}",
+  series="Request for Comments",
+  number="7107",
+  howpublished="RFC 7107 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7107.txt",
+}
+
+ at misc{rfc7108,
+  author="J. Abley and T. Manderson",
+  title="{A Summary of Various Mechanisms Deployed at L-Root for the Identification of Anycast Nodes}",
+  series="Request for Comments",
+  number="7108",
+  howpublished="RFC 7108 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7108.txt",
+}
+
+ at misc{rfc7109,
+  author="H. Yokota and D. Kim and B. Sarikaya and F. Xia",
+  title="{Flow Bindings Initiated by Home Agents for Mobile IPv6}",
+  series="Request for Comments",
+  number="7109",
+  howpublished="RFC 7109 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7109.txt",
+}
+
+ at misc{rfc7110,
+  author="M. Chen and W. Cao and S. Ning and F. Jounay and S. Delord",
+  title="{Return Path Specified Label Switched Path (LSP) Ping}",
+  series="Request for Comments",
+  number="7110",
+  howpublished="RFC 7110 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    note="Updated by RFC 7737",
+  url="http://www.ietf.org/rfc/rfc7110.txt",
+}
+
+ at misc{rfc7111,
+  author="M. Hausenblas and E. Wilde and J. Tennison",
+  title="{URI Fragment Identifiers for the text/csv Media Type}",
+  series="Request for Comments",
+  number="7111",
+  howpublished="RFC 7111 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7111.txt",
+}
+
+ at misc{rfc7112,
+  author="F. Gont and V. Manral and R. Bonica",
+  title="{Implications of Oversized IPv6 Header Chains}",
+  series="Request for Comments",
+  number="7112",
+  howpublished="RFC 7112 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7112.txt",
+}
+
+ at misc{rfc7113,
+  author="F. Gont",
+  title="{Implementation Advice for IPv6 Router Advertisement Guard (RA-Guard)}",
+  series="Request for Comments",
+  number="7113",
+  howpublished="RFC 7113 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7113.txt",
+}
+
+ at misc{rfc7114,
+  author="B. Leiba",
+  title="{Creation of a Registry for smime-type Parameter Values}",
+  series="Request for Comments",
+  number="7114",
+  howpublished="RFC 7114 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7114.txt",
+}
+
+ at misc{rfc7115,
+  author="R. Bush",
+  title="{Origin Validation Operation Based on the Resource Public Key Infrastructure (RPKI)}",
+  series="Request for Comments",
+  number="7115",
+  howpublished="RFC 7115 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7115.txt",
+}
+
+ at misc{rfc7116,
+  author="K. Scott and M. Blanchet",
+  title="{Licklider Transmission Protocol (LTP), Compressed Bundle Header Encoding (CBHE), and Bundle Protocol IANA Registries}",
+  series="Request for Comments",
+  number="7116",
+  howpublished="RFC 7116 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7116.txt",
+}
+
+ at misc{rfc7117,
+  author="R. Aggarwal and Y. Kamite and L. Fang and Y. Rekhter and C. Kodeboniya",
+  title="{Multicast in Virtual Private LAN Service (VPLS)}",
+  series="Request for Comments",
+  number="7117",
+  howpublished="RFC 7117 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7117.txt",
+}
+
+ at misc{rfc7118,
+  author="I. Baz Castillo and J. Millan Villegas and V. Pascual",
+  title="{The WebSocket Protocol as a Transport for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="7118",
+  howpublished="RFC 7118 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7118.txt",
+}
+
+ at misc{rfc7119,
+  author="B. Claise and A. Kobayashi and B. Trammell",
+  title="{Operation of the IP Flow Information Export (IPFIX) Protocol on IPFIX Mediators}",
+  series="Request for Comments",
+  number="7119",
+  howpublished="RFC 7119 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7119.txt",
+}
+
+ at misc{rfc7120,
+  author="M. Cotton",
+  title="{Early IANA Allocation of Standards Track Code Points}",
+  series="Request for Comments",
+  number="7120",
+  howpublished="RFC 7120 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7120.txt",
+}
+
+ at misc{rfc7121,
+  author="K. Ogawa and W. Wang and E. Haleplidis and J. Hadi Salim",
+  title="{High Availability within a Forwarding and Control Element Separation (ForCES) Network Element}",
+  series="Request for Comments",
+  number="7121",
+  howpublished="RFC 7121 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    note="Updated by RFC 7391",
+  url="http://www.ietf.org/rfc/rfc7121.txt",
+}
+
+ at misc{rfc7122,
+  author="H. Kruse and S. Jero and S. Ostermann",
+  title="{Datagram Convergence Layers for the Delay- and Disruption-Tolerant Networking (DTN) Bundle Protocol and Licklider Transmission Protocol (LTP)}",
+  series="Request for Comments",
+  number="7122",
+  howpublished="RFC 7122 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7122.txt",
+}
+
+ at misc{rfc7123,
+  author="F. Gont and W. Liu",
+  title="{Security Implications of IPv6 on IPv4 Networks}",
+  series="Request for Comments",
+  number="7123",
+  howpublished="RFC 7123 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7123.txt",
+}
+
+ at misc{rfc7124,
+  author="E. Beili",
+  title="{Ethernet in the First Mile Copper (EFMCu) Interfaces MIB}",
+  series="Request for Comments",
+  number="7124",
+  howpublished="RFC 7124 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7124.txt",
+}
+
+ at misc{rfc7125,
+  author="B. Trammell and P. Aitken",
+  title="{Revision of the tcpControlBits IP Flow Information Export (IPFIX) Information Element}",
+  series="Request for Comments",
+  number="7125",
+  howpublished="RFC 7125 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7125.txt",
+}
+
+ at misc{rfc7126,
+  author="F. Gont and R. Atkinson and C. Pignataro",
+  title="{Recommendations on Filtering of IPv4 Packets Containing IPv4 Options}",
+  series="Request for Comments",
+  number="7126",
+  howpublished="RFC 7126 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7126.txt",
+}
+
+ at misc{rfc7127,
+  author="O. Kolkman and S. Bradner and S. Turner",
+  title="{Characterization of Proposed Standards}",
+  series="Request for Comments",
+  number="7127",
+  howpublished="RFC 7127 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7127.txt",
+}
+
+ at misc{rfc7128,
+  author="R. Bush and R. Austein and K. Patel and H. Gredler and M. Waehlisch",
+  title="{Resource Public Key Infrastructure (RPKI) Router Implementation Report}",
+  series="Request for Comments",
+  number="7128",
+  howpublished="RFC 7128 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7128.txt",
+}
+
+ at misc{rfc7129,
+  author="R. Gieben and W. Mekking",
+  title="{Authenticated Denial of Existence in the DNS}",
+  series="Request for Comments",
+  number="7129",
+  howpublished="RFC 7129 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7129.txt",
+}
+
+ at misc{rfc7130,
+  author="M. Bhatia and M. Chen and S. Boutros and M. Binderberger and J. Haas",
+  title="{Bidirectional Forwarding Detection (BFD) on Link Aggregation Group (LAG) Interfaces}",
+  series="Request for Comments",
+  number="7130",
+  howpublished="RFC 7130 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7130.txt",
+}
+
+ at misc{rfc7131,
+  author="M. Barnes and F. Audet and S. Schubert and H. van Elburg and C. Holmberg",
+  title="{Session Initiation Protocol (SIP) History-Info Header Call Flow Examples}",
+  series="Request for Comments",
+  number="7131",
+  howpublished="RFC 7131 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7131.txt",
+}
+
+ at misc{rfc7132,
+  author="S. Kent and A. Chi",
+  title="{Threat Model for BGP Path Security}",
+  series="Request for Comments",
+  number="7132",
+  howpublished="RFC 7132 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7132.txt",
+}
+
+ at misc{rfc7133,
+  author="S. Kashima and A. Kobayashi and P. Aitken",
+  title="{Information Elements for Data Link Layer Traffic Measurement}",
+  series="Request for Comments",
+  number="7133",
+  howpublished="RFC 7133 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7133.txt",
+}
+
+ at misc{rfc7134,
+  author="B. Rosen",
+  title="{The Management Policy of the Resource Priority Header (RPH) Registry Changed to "IETF Review"}",
+  series="Request for Comments",
+  number="7134",
+  howpublished="RFC 7134 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7134.txt",
+}
+
+ at misc{rfc7135,
+  author="J. Polk",
+  title="{Registering a SIP Resource Priority Header Field Namespace for Local Emergency Communications}",
+  series="Request for Comments",
+  number="7135",
+  howpublished="RFC 7135 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7135.txt",
+}
+
+ at misc{rfc7136,
+  author="B. Carpenter and S. Jiang",
+  title="{Significance of IPv6 Interface Identifiers}",
+  series="Request for Comments",
+  number="7136",
+  howpublished="RFC 7136 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7136.txt",
+}
+
+ at misc{rfc7137,
+  author="A. Retana and S. Ratliff",
+  title="{Use of the OSPF-MANET Interface in Single-Hop Broadcast Networks}",
+  series="Request for Comments",
+  number="7137",
+  howpublished="RFC 7137 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7137.txt",
+}
+
+ at misc{rfc7138,
+  author="D. Ceccarelli and F. Zhang and S. Belotti and R. Rao and J. Drake",
+  title="{Traffic Engineering Extensions to OSPF for GMPLS Control of Evolving G.709 Optical Transport Networks}",
+  series="Request for Comments",
+  number="7138",
+  howpublished="RFC 7138 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7138.txt",
+}
+
+ at misc{rfc7139,
+  author="F. Zhang and G. Zhang and S. Belotti and D. Ceccarelli and K. Pithewan",
+  title="{GMPLS Signaling Extensions for Control of Evolving G.709 Optical Transport Networks}",
+  series="Request for Comments",
+  number="7139",
+  howpublished="RFC 7139 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    note="Updated by RFC 7892",
+  url="http://www.ietf.org/rfc/rfc7139.txt",
+}
+
+ at misc{rfc7140,
+  author="L. Jin and F. Jounay and IJ. Wijnands and N. Leymann",
+  title="{LDP Extensions for Hub and Spoke Multipoint Label Switched Path}",
+  series="Request for Comments",
+  number="7140",
+  howpublished="RFC 7140 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    note="Updated by RFC 7358",
+  url="http://www.ietf.org/rfc/rfc7140.txt",
+}
+
+ at misc{rfc7141,
+  author="B. Briscoe and J. Manner",
+  title="{Byte and Packet Congestion Notification}",
+  series="Request for Comments",
+  number="7141",
+  howpublished="RFC 7141 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7141.txt",
+}
+
+ at misc{rfc7142,
+  author="M. Shand and L. Ginsberg",
+  title="{Reclassification of RFC 1142 to Historic}",
+  series="Request for Comments",
+  number="7142",
+  howpublished="RFC 7142 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7142.txt",
+}
+
+ at misc{rfc7143,
+  author="M. Chadalapaka and J. Satran and K. Meth and D. Black",
+  title="{Internet Small Computer System Interface (iSCSI) Protocol (Consolidated)}",
+  series="Request for Comments",
+  number="7143",
+  howpublished="RFC 7143 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7143.txt",
+}
+
+ at misc{rfc7144,
+  author="F. Knight and M. Chadalapaka",
+  title="{Internet Small Computer System Interface (iSCSI) SCSI Features Update}",
+  series="Request for Comments",
+  number="7144",
+  howpublished="RFC 7144 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7144.txt",
+}
+
+ at misc{rfc7145,
+  author="M. Ko and A. Nezhinsky",
+  title="{Internet Small Computer System Interface (iSCSI) Extensions for the Remote Direct Memory Access (RDMA) Specification}",
+  series="Request for Comments",
+  number="7145",
+  howpublished="RFC 7145 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7145.txt",
+}
+
+ at misc{rfc7146,
+  author="D. Black and P. Koning",
+  title="{Securing Block Storage Protocols over IP: RFC 3723 Requirements Update for IPsec v3}",
+  series="Request for Comments",
+  number="7146",
+  howpublished="RFC 7146 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7146.txt",
+}
+
+ at misc{rfc7147,
+  author="M. Bakke and P. Venkatesen",
+  title="{Definitions of Managed Objects for the Internet Small Computer System Interface (iSCSI)}",
+  series="Request for Comments",
+  number="7147",
+  howpublished="RFC 7147 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7147.txt",
+}
+
+ at misc{rfc7148,
+  author="X. Zhou and J. Korhonen and C. Williams and S. Gundavelli and CJ. Bernardos",
+  title="{Prefix Delegation Support for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="7148",
+  howpublished="RFC 7148 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7148.txt",
+}
+
+ at misc{rfc7149,
+  author="M. Boucadair and C. Jacquenet",
+  title="{Software-Defined Networking: A Perspective from within a Service Provider Environment}",
+  series="Request for Comments",
+  number="7149",
+  howpublished="RFC 7149 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7149.txt",
+}
+
+ at misc{rfc7150,
+  author="F. Zhang and A. Farrel",
+  title="{Conveying Vendor-Specific Constraints in the Path Computation Element Communication Protocol}",
+  series="Request for Comments",
+  number="7150",
+  howpublished="RFC 7150 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    note="Obsoleted by RFC 7470",
+  url="http://www.ietf.org/rfc/rfc7150.txt",
+}
+
+ at misc{rfc7151,
+  author="P. Hethmon and R. McMurray",
+  title="{File Transfer Protocol HOST Command for Virtual Hosts}",
+  series="Request for Comments",
+  number="7151",
+  howpublished="RFC 7151 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7151.txt",
+}
+
+ at misc{rfc7152,
+  author="R. Key and S. DeLord and F. Jounay and L. Huang and Z. Liu and M. Paul",
+  title="{Requirements for Metro Ethernet Forum (MEF) Ethernet-Tree (E-Tree) Support in Layer 2 Virtual Private Network (L2VPN)}",
+  series="Request for Comments",
+  number="7152",
+  howpublished="RFC 7152 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7152.txt",
+}
+
+ at misc{rfc7153,
+  author="E. Rosen and Y. Rekhter",
+  title="{IANA Registries for BGP Extended Communities}",
+  series="Request for Comments",
+  number="7153",
+  howpublished="RFC 7153 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7153.txt",
+}
+
+ at misc{rfc7154,
+  author="S. Moonesamy",
+  title="{IETF Guidelines for Conduct}",
+  series="Request for Comments",
+  number="7154",
+  howpublished="RFC 7154 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7154.txt",
+}
+
+ at misc{rfc7155,
+  author="G. Zorn",
+  title="{Diameter Network Access Server Application}",
+  series="Request for Comments",
+  number="7155",
+  howpublished="RFC 7155 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7155.txt",
+}
+
+ at misc{rfc7156,
+  author="G. Zorn and Q. Wu and J. Korhonen",
+  title="{Diameter Support for Proxy Mobile IPv6 Localized Routing}",
+  series="Request for Comments",
+  number="7156",
+  howpublished="RFC 7156 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7156.txt",
+}
+
+ at misc{rfc7157,
+  author="O. Troan and D. Miles and S. Matsushima and T. Okimoto and D. Wing",
+  title="{IPv6 Multihoming without Network Address Translation}",
+  series="Request for Comments",
+  number="7157",
+  howpublished="RFC 7157 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7157.txt",
+}
+
+ at misc{rfc7158,
+  author="T. Bray",
+  title="{The JavaScript Object Notation (JSON) Data Interchange Format}",
+  series="Request for Comments",
+  number="7158",
+  howpublished="RFC 7158 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    note="Obsoleted by RFC 7159",
+  url="http://www.ietf.org/rfc/rfc7158.txt",
+}
+
+ at misc{rfc7159,
+  author="T. Bray",
+  title="{The JavaScript Object Notation (JSON) Data Interchange Format}",
+  series="Request for Comments",
+  number="7159",
+  howpublished="RFC 7159 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7159.txt",
+}
+
+ at misc{rfc7160,
+  author="M. Petit-Huguenin and G. Zorn",
+  title="{Support for Multiple Clock Rates in an RTP Session}",
+  series="Request for Comments",
+  number="7160",
+  howpublished="RFC 7160 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7160.txt",
+}
+
+ at misc{rfc7161,
+  author="LM. Contreras and CJ. Bernardos and I. Soto",
+  title="{Proxy Mobile IPv6 (PMIPv6) Multicast Handover Optimization by the Subscription Information Acquisition through the LMA (SIAL)}",
+  series="Request for Comments",
+  number="7161",
+  howpublished="RFC 7161 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7161.txt",
+}
+
+ at misc{rfc7162,
+  author="A. Melnikov and D. Cridland",
+  title="{IMAP Extensions: Quick Flag Changes Resynchronization (CONDSTORE) and Quick Mailbox Resynchronization (QRESYNC)}",
+  series="Request for Comments",
+  number="7162",
+  howpublished="RFC 7162 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7162.txt",
+}
+
+ at misc{rfc7163,
+  author="C. Holmberg and I. Sedlacek",
+  title="{URN for Country-Specific Emergency Services}",
+  series="Request for Comments",
+  number="7163",
+  howpublished="RFC 7163 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7163.txt",
+}
+
+ at misc{rfc7164,
+  author="K. Gross and R. Brandenburg",
+  title="{RTP and Leap Seconds}",
+  series="Request for Comments",
+  number="7164",
+  howpublished="RFC 7164 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7164.txt",
+}
+
+ at misc{rfc7165,
+  author="R. Barnes",
+  title="{Use Cases and Requirements for JSON Object Signing and Encryption (JOSE)}",
+  series="Request for Comments",
+  number="7165",
+  howpublished="RFC 7165 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7165.txt",
+}
+
+ at misc{rfc7166,
+  author="M. Bhatia and V. Manral and A. Lindem",
+  title="{Supporting Authentication Trailer for OSPFv3}",
+  series="Request for Comments",
+  number="7166",
+  howpublished="RFC 7166 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7166.txt",
+}
+
+ at misc{rfc7167,
+  author="D. Frost and S. Bryant and M. Bocci and L. Berger",
+  title="{A Framework for Point-to-Multipoint MPLS in Transport Networks}",
+  series="Request for Comments",
+  number="7167",
+  howpublished="RFC 7167 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7167.txt",
+}
+
+ at misc{rfc7168,
+  author="I. Nazar",
+  title="{The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)}",
+  series="Request for Comments",
+  number="7168",
+  howpublished="RFC 7168 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc7168.txt",
+}
+
+ at misc{rfc7169,
+  author="S. Turner",
+  title="{The NSA (No Secrecy Afforded) Certificate Extension}",
+  series="Request for Comments",
+  number="7169",
+  howpublished="RFC 7169 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc7169.txt",
+}
+
+ at misc{rfc7170,
+  author="H. Zhou and N. Cam-Winget and J. Salowey and S. Hanna",
+  title="{Tunnel Extensible Authentication Protocol (TEAP) Version 1}",
+  series="Request for Comments",
+  number="7170",
+  howpublished="RFC 7170 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7170.txt",
+}
+
+ at misc{rfc7171,
+  author="N. Cam-Winget and P. Sangster",
+  title="{PT-EAP: Posture Transport (PT) Protocol for Extensible Authentication Protocol (EAP) Tunnel Methods}",
+  series="Request for Comments",
+  number="7171",
+  howpublished="RFC 7171 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7171.txt",
+}
+
+ at misc{rfc7172,
+  author="D. Eastlake 3rd and M. Zhang and P. Agarwal and R. Perlman and D. Dutt",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Fine-Grained Labeling}",
+  series="Request for Comments",
+  number="7172",
+  howpublished="RFC 7172 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7172.txt",
+}
+
+ at misc{rfc7173,
+  author="L. Yong and D. Eastlake 3rd and S. Aldrin and J. Hudson",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Transport Using Pseudowires}",
+  series="Request for Comments",
+  number="7173",
+  howpublished="RFC 7173 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7173.txt",
+}
+
+ at misc{rfc7174,
+  author="S. Salam and T. Senevirathne and S. Aldrin and D. Eastlake 3rd",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Operations, Administration, and Maintenance (OAM) Framework}",
+  series="Request for Comments",
+  number="7174",
+  howpublished="RFC 7174 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7174.txt",
+}
+
+ at misc{rfc7175,
+  author="V. Manral and D. Eastlake 3rd and D. Ward and A. Banerjee",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Bidirectional Forwarding Detection (BFD) Support}",
+  series="Request for Comments",
+  number="7175",
+  howpublished="RFC 7175 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7175.txt",
+}
+
+ at misc{rfc7176,
+  author="D. Eastlake 3rd and T. Senevirathne and A. Ghanwani and D. Dutt and A. Banerjee",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Use of IS-IS}",
+  series="Request for Comments",
+  number="7176",
+  howpublished="RFC 7176 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7176.txt",
+}
+
+ at misc{rfc7177,
+  author="D. Eastlake 3rd and R. Perlman and A. Ghanwani and H. Yang and V. Manral",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Adjacency}",
+  series="Request for Comments",
+  number="7177",
+  howpublished="RFC 7177 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Updated by RFC 7780",
+  url="http://www.ietf.org/rfc/rfc7177.txt",
+}
+
+ at misc{rfc7178,
+  author="D. Eastlake 3rd and V. Manral and Y. Li and S. Aldrin and D. Ward",
+  title="{Transparent Interconnection of Lots of Links (TRILL): RBridge Channel Support}",
+  series="Request for Comments",
+  number="7178",
+  howpublished="RFC 7178 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Updated by RFC 7978",
+  url="http://www.ietf.org/rfc/rfc7178.txt",
+}
+
+ at misc{rfc7179,
+  author="D. Eastlake 3rd and A. Ghanwani and V. Manral and Y. Li and C. Bestler",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Header Extension}",
+  series="Request for Comments",
+  number="7179",
+  howpublished="RFC 7179 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Updated by RFC 7780",
+  url="http://www.ietf.org/rfc/rfc7179.txt",
+}
+
+ at misc{rfc7180,
+  author="D. Eastlake 3rd and M. Zhang and A. Ghanwani and V. Manral and A. Banerjee",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Clarifications, Corrections, and Updates}",
+  series="Request for Comments",
+  number="7180",
+  howpublished="RFC 7180 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Obsoleted by RFC 7780",
+  url="http://www.ietf.org/rfc/rfc7180.txt",
+}
+
+ at misc{rfc7181,
+  author="T. Clausen and C. Dearlove and P. Jacquet and U. Herberg",
+  title="{The Optimized Link State Routing Protocol Version 2}",
+  series="Request for Comments",
+  number="7181",
+  howpublished="RFC 7181 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    note="Updated by RFCs 7183, 7187, 7188, 7466",
+  url="http://www.ietf.org/rfc/rfc7181.txt",
+}
+
+ at misc{rfc7182,
+  author="U. Herberg and T. Clausen and C. Dearlove",
+  title="{Integrity Check Value and Timestamp TLV Definitions for Mobile Ad Hoc Networks (MANETs)}",
+  series="Request for Comments",
+  number="7182",
+  howpublished="RFC 7182 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7182.txt",
+}
+
+ at misc{rfc7183,
+  author="U. Herberg and C. Dearlove and T. Clausen",
+  title="{Integrity Protection for the Neighborhood Discovery Protocol (NHDP) and Optimized Link State Routing Protocol Version 2 (OLSRv2)}",
+  series="Request for Comments",
+  number="7183",
+  howpublished="RFC 7183 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7183.txt",
+}
+
+ at misc{rfc7184,
+  author="U. Herberg and R. Cole and T. Clausen",
+  title="{Definition of Managed Objects for the Optimized Link State Routing Protocol Version 2}",
+  series="Request for Comments",
+  number="7184",
+  howpublished="RFC 7184 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7184.txt",
+}
+
+ at misc{rfc7185,
+  author="C. Dearlove and T. Clausen and P. Jacquet",
+  title="{Link Metrics for the Mobile Ad Hoc Network (MANET) Routing Protocol OLSRv2 - Rationale}",
+  series="Request for Comments",
+  number="7185",
+  howpublished="RFC 7185 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7185.txt",
+}
+
+ at misc{rfc7186,
+  author="J. Yi and U. Herberg and T. Clausen",
+  title="{Security Threats for the Neighborhood Discovery Protocol (NHDP)}",
+  series="Request for Comments",
+  number="7186",
+  howpublished="RFC 7186 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    note="Updated by RFC 7985",
+  url="http://www.ietf.org/rfc/rfc7186.txt",
+}
+
+ at misc{rfc7187,
+  author="C. Dearlove and T. Clausen",
+  title="{Routing Multipoint Relay Optimization for the Optimized Link State Routing Protocol Version 2 (OLSRv2)}",
+  series="Request for Comments",
+  number="7187",
+  howpublished="RFC 7187 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7187.txt",
+}
+
+ at misc{rfc7188,
+  author="C. Dearlove and T. Clausen",
+  title="{Optimized Link State Routing Protocol Version 2 (OLSRv2) and MANET Neighborhood Discovery Protocol (NHDP) Extension TLVs}",
+  series="Request for Comments",
+  number="7188",
+  howpublished="RFC 7188 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    note="Updated by RFC 7722",
+  url="http://www.ietf.org/rfc/rfc7188.txt",
+}
+
+ at misc{rfc7189,
+  author="G. Mirsky",
+  title="{Virtual Circuit Connectivity Verification (VCCV) Capability Advertisement for MPLS Transport Profile (MPLS-TP)}",
+  series="Request for Comments",
+  number="7189",
+  howpublished="RFC 7189 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7189.txt",
+}
+
+ at misc{rfc7190,
+  author="C. Villamizar",
+  title="{Use of Multipath with MPLS and MPLS Transport Profile (MPLS-TP)}",
+  series="Request for Comments",
+  number="7190",
+  howpublished="RFC 7190 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7190.txt",
+}
+
+ at misc{rfc7191,
+  author="R. Housley",
+  title="{Cryptographic Message Syntax (CMS) Key Package Receipt and Error Content Types}",
+  series="Request for Comments",
+  number="7191",
+  howpublished="RFC 7191 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7191.txt",
+}
+
+ at misc{rfc7192,
+  author="S. Turner",
+  title="{Algorithms for Cryptographic Message Syntax (CMS) Key Package Receipt and Error Content Types}",
+  series="Request for Comments",
+  number="7192",
+  howpublished="RFC 7192 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7192.txt",
+}
+
+ at misc{rfc7193,
+  author="S. Turner and R. Housley and J. Schaad",
+  title="{The application/cms Media Type}",
+  series="Request for Comments",
+  number="7193",
+  howpublished="RFC 7193 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7193.txt",
+}
+
+ at misc{rfc7194,
+  author="R. Hartmann",
+  title="{Default Port for Internet Relay Chat (IRC) via TLS/SSL}",
+  series="Request for Comments",
+  number="7194",
+  howpublished="RFC 7194 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7194.txt",
+}
+
+ at misc{rfc7195,
+  author="M. Garcia-Martin and S. Veikkolainen",
+  title="{Session Description Protocol (SDP) Extension for Setting Audio and Video Media Streams over Circuit-Switched Bearers in the Public Switched Telephone Network (PSTN)}",
+  series="Request for Comments",
+  number="7195",
+  howpublished="RFC 7195 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7195.txt",
+}
+
+ at misc{rfc7196,
+  author="C. Pelsser and R. Bush and K. Patel and P. Mohapatra and O. Maennel",
+  title="{Making Route Flap Damping Usable}",
+  series="Request for Comments",
+  number="7196",
+  howpublished="RFC 7196 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7196.txt",
+}
+
+ at misc{rfc7197,
+  author="A. Begen and Y. Cai and H. Ou",
+  title="{Duplication Delay Attribute in the Session Description Protocol}",
+  series="Request for Comments",
+  number="7197",
+  howpublished="RFC 7197 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7197.txt",
+}
+
+ at misc{rfc7198,
+  author="A. Begen and C. Perkins",
+  title="{Duplicating RTP Streams}",
+  series="Request for Comments",
+  number="7198",
+  howpublished="RFC 7198 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7198.txt",
+}
+
+ at misc{rfc7199,
+  author="R. Barnes and M. Thomson and J. Winterbottom and H. Tschofenig",
+  title="{Location Configuration Extensions for Policy Management}",
+  series="Request for Comments",
+  number="7199",
+  howpublished="RFC 7199 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7199.txt",
+}
+
+ at misc{rfc7200,
+  author="C. Shen and H. Schulzrinne and A. Koike",
+  title="{A Session Initiation Protocol (SIP) Load-Control Event Package}",
+  series="Request for Comments",
+  number="7200",
+  howpublished="RFC 7200 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7200.txt",
+}
+
+ at misc{rfc7201,
+  author="M. Westerlund and C. Perkins",
+  title="{Options for Securing RTP Sessions}",
+  series="Request for Comments",
+  number="7201",
+  howpublished="RFC 7201 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7201.txt",
+}
+
+ at misc{rfc7202,
+  author="C. Perkins and M. Westerlund",
+  title="{Securing the RTP Framework: Why RTP Does Not Mandate a Single Media Security Solution}",
+  series="Request for Comments",
+  number="7202",
+  howpublished="RFC 7202 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7202.txt",
+}
+
+ at misc{rfc7203,
+  author="T. Takahashi and K. Landfield and Y. Kadobayashi",
+  title="{An Incident Object Description Exchange Format (IODEF) Extension for Structured Cybersecurity Information}",
+  series="Request for Comments",
+  number="7203",
+  howpublished="RFC 7203 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7203.txt",
+}
+
+ at misc{rfc7204,
+  author="T. Haynes",
+  title="{Requirements for Labeled NFS}",
+  series="Request for Comments",
+  number="7204",
+  howpublished="RFC 7204 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7204.txt",
+}
+
+ at misc{rfc7205,
+  author="A. Romanow and S. Botzko and M. Duckworth and R. Even",
+  title="{Use Cases for Telepresence Multistreams}",
+  series="Request for Comments",
+  number="7205",
+  howpublished="RFC 7205 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7205.txt",
+}
+
+ at misc{rfc7206,
+  author="P. Jones and G. Salgueiro and J. Polk and L. Liess and H. Kaplan",
+  title="{Requirements for an End-to-End Session Identification in IP-Based Multimedia Communication Networks}",
+  series="Request for Comments",
+  number="7206",
+  howpublished="RFC 7206 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7206.txt",
+}
+
+ at misc{rfc7207,
+  author="M. Ortseifen and G. Dickfeld",
+  title="{A Uniform Resource Name (URN) Namespace for Eurosystem Messaging}",
+  series="Request for Comments",
+  number="7207",
+  howpublished="RFC 7207 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7207.txt",
+}
+
+ at misc{rfc7208,
+  author="S. Kitterman",
+  title="{Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1}",
+  series="Request for Comments",
+  number="7208",
+  howpublished="RFC 7208 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    note="Updated by RFC 7372",
+  url="http://www.ietf.org/rfc/rfc7208.txt",
+}
+
+ at misc{rfc7209,
+  author="A. Sajassi and R. Aggarwal and J. Uttaro and N. Bitar and W. Henderickx and A. Isaac",
+  title="{Requirements for Ethernet VPN (EVPN)}",
+  series="Request for Comments",
+  number="7209",
+  howpublished="RFC 7209 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7209.txt",
+}
+
+ at misc{rfc7210,
+  author="R. Housley and T. Polk and S. Hartman and D. Zhang",
+  title="{Database of Long-Lived Symmetric Cryptographic Keys}",
+  series="Request for Comments",
+  number="7210",
+  howpublished="RFC 7210 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7210.txt",
+}
+
+ at misc{rfc7211,
+  author="S. Hartman and D. Zhang",
+  title="{Operations Model for Router Keying}",
+  series="Request for Comments",
+  number="7211",
+  howpublished="RFC 7211 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7211.txt",
+}
+
+ at misc{rfc7212,
+  author="D. Frost and S. Bryant and M. Bocci",
+  title="{MPLS Generic Associated Channel (G-ACh) Advertisement Protocol}",
+  series="Request for Comments",
+  number="7212",
+  howpublished="RFC 7212 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7212.txt",
+}
+
+ at misc{rfc7213,
+  author="D. Frost and S. Bryant and M. Bocci",
+  title="{MPLS Transport Profile (MPLS-TP) Next-Hop Ethernet Addressing}",
+  series="Request for Comments",
+  number="7213",
+  howpublished="RFC 7213 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7213.txt",
+}
+
+ at misc{rfc7214,
+  author="L. Andersson and C. Pignataro",
+  title="{Moving Generic Associated Channel (G-ACh) IANA Registries to a New Registry}",
+  series="Request for Comments",
+  number="7214",
+  howpublished="RFC 7214 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7214.txt",
+}
+
+ at misc{rfc7215,
+  author="L. Jakab and A. Cabellos-Aparicio and F. Coras and J. Domingo-Pascual and D. Lewis",
+  title="{Locator/Identifier Separation Protocol (LISP) Network Element Deployment Considerations}",
+  series="Request for Comments",
+  number="7215",
+  howpublished="RFC 7215 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7215.txt",
+}
+
+ at misc{rfc7216,
+  author="M. Thomson and R. Bellis",
+  title="{Location Information Server (LIS) Discovery Using IP Addresses and Reverse DNS}",
+  series="Request for Comments",
+  number="7216",
+  howpublished="RFC 7216 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7216.txt",
+}
+
+ at misc{rfc7217,
+  author="F. Gont",
+  title="{A Method for Generating Semantically Opaque Interface Identifiers with IPv6 Stateless Address Autoconfiguration (SLAAC)}",
+  series="Request for Comments",
+  number="7217",
+  howpublished="RFC 7217 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7217.txt",
+}
+
+ at misc{rfc7218,
+  author="O. Gudmundsson",
+  title="{Adding Acronyms to Simplify Conversations about DNS-Based Authentication of Named Entities (DANE)}",
+  series="Request for Comments",
+  number="7218",
+  howpublished="RFC 7218 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7218.txt",
+}
+
+ at misc{rfc7219,
+  author="M. Bagnulo and A. Garcia-Martinez",
+  title="{SEcure Neighbor Discovery (SEND) Source Address Validation Improvement (SAVI)}",
+  series="Request for Comments",
+  number="7219",
+  howpublished="RFC 7219 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7219.txt",
+}
+
+ at misc{rfc7220,
+  author="M. Boucadair and R. Penno and D. Wing",
+  title="{Description Option for the Port Control Protocol (PCP)}",
+  series="Request for Comments",
+  number="7220",
+  howpublished="RFC 7220 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7220.txt",
+}
+
+ at misc{rfc7221,
+  author="A. Farrel and D. Crocker",
+  title="{Handling of Internet-Drafts by IETF Working Groups}",
+  series="Request for Comments",
+  number="7221",
+  howpublished="RFC 7221 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7221.txt",
+}
+
+ at misc{rfc7222,
+  author="M. Liebsch and P. Seite and H. Yokota and J. Korhonen and S. Gundavelli",
+  title="{Quality-of-Service Option for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="7222",
+  howpublished="RFC 7222 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7222.txt",
+}
+
+ at misc{rfc7223,
+  author="M. Bjorklund",
+  title="{A YANG Data Model for Interface Management}",
+  series="Request for Comments",
+  number="7223",
+  howpublished="RFC 7223 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7223.txt",
+}
+
+ at misc{rfc7224,
+  author="M. Bjorklund",
+  title="{IANA Interface Type YANG Module}",
+  series="Request for Comments",
+  number="7224",
+  howpublished="RFC 7224 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7224.txt",
+}
+
+ at misc{rfc7225,
+  author="M. Boucadair",
+  title="{Discovering NAT64 IPv6 Prefixes Using the Port Control Protocol (PCP)}",
+  series="Request for Comments",
+  number="7225",
+  howpublished="RFC 7225 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7225.txt",
+}
+
+ at misc{rfc7226,
+  author="C. Villamizar and D. McDysan and S. Ning and A. Malis and L. Yong",
+  title="{Requirements for Advanced Multipath in MPLS Networks}",
+  series="Request for Comments",
+  number="7226",
+  howpublished="RFC 7226 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7226.txt",
+}
+
+ at misc{rfc7227,
+  author="D. Hankins and T. Mrugalski and M. Siodelski and S. Jiang and S. Krishnan",
+  title="{Guidelines for Creating New DHCPv6 Options}",
+  series="Request for Comments",
+  number="7227",
+  howpublished="RFC 7227 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7227.txt",
+}
+
+ at misc{rfc7228,
+  author="C. Bormann and M. Ersue and A. Keranen",
+  title="{Terminology for Constrained-Node Networks}",
+  series="Request for Comments",
+  number="7228",
+  howpublished="RFC 7228 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7228.txt",
+}
+
+ at misc{rfc7229,
+  author="R. Housley",
+  title="{Object Identifiers for Test Certificate Policies}",
+  series="Request for Comments",
+  number="7229",
+  howpublished="RFC 7229 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7229.txt",
+}
+
+ at misc{rfc7230,
+  author="R. Fielding and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing}",
+  series="Request for Comments",
+  number="7230",
+  howpublished="RFC 7230 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7230.txt",
+}
+
+ at misc{rfc7231,
+  author="R. Fielding and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content}",
+  series="Request for Comments",
+  number="7231",
+  howpublished="RFC 7231 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7231.txt",
+}
+
+ at misc{rfc7232,
+  author="R. Fielding and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests}",
+  series="Request for Comments",
+  number="7232",
+  howpublished="RFC 7232 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7232.txt",
+}
+
+ at misc{rfc7233,
+  author="R. Fielding and Y. Lafon and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Range Requests}",
+  series="Request for Comments",
+  number="7233",
+  howpublished="RFC 7233 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7233.txt",
+}
+
+ at misc{rfc7234,
+  author="R. Fielding and M. Nottingham and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Caching}",
+  series="Request for Comments",
+  number="7234",
+  howpublished="RFC 7234 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7234.txt",
+}
+
+ at misc{rfc7235,
+  author="R. Fielding and J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP/1.1): Authentication}",
+  series="Request for Comments",
+  number="7235",
+  howpublished="RFC 7235 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7235.txt",
+}
+
+ at misc{rfc7236,
+  author="J. Reschke",
+  title="{Initial Hypertext Transfer Protocol (HTTP) Authentication Scheme Registrations}",
+  series="Request for Comments",
+  number="7236",
+  howpublished="RFC 7236 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7236.txt",
+}
+
+ at misc{rfc7237,
+  author="J. Reschke",
+  title="{Initial Hypertext Transfer Protocol (HTTP) Method Registrations}",
+  series="Request for Comments",
+  number="7237",
+  howpublished="RFC 7237 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7237.txt",
+}
+
+ at misc{rfc7238,
+  author="J. Reschke",
+  title="{The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)}",
+  series="Request for Comments",
+  number="7238",
+  howpublished="RFC 7238 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    note="Obsoleted by RFC 7538",
+  url="http://www.ietf.org/rfc/rfc7238.txt",
+}
+
+ at misc{rfc7239,
+  author="A. Petersson and M. Nilsson",
+  title="{Forwarded HTTP Extension}",
+  series="Request for Comments",
+  number="7239",
+  howpublished="RFC 7239 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7239.txt",
+}
+
+ at misc{rfc7240,
+  author="J. Snell",
+  title="{Prefer Header for HTTP}",
+  series="Request for Comments",
+  number="7240",
+  howpublished="RFC 7240 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7240.txt",
+}
+
+ at misc{rfc7241,
+  author="S. Dawkins and P. Thaler and D. Romascanu and B. Aboba",
+  title="{The IEEE 802/IETF Relationship}",
+  series="Request for Comments",
+  number="7241",
+  howpublished="RFC 7241 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7241.txt",
+}
+
+ at misc{rfc7242,
+  author="M. Demmer and J. Ott and S. Perreault",
+  title="{Delay-Tolerant Networking TCP Convergence-Layer Protocol}",
+  series="Request for Comments",
+  number="7242",
+  howpublished="RFC 7242 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7242.txt",
+}
+
+ at misc{rfc7243,
+  author="V. Singh and J. Ott and I. Curcio",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for the Bytes Discarded Metric}",
+  series="Request for Comments",
+  number="7243",
+  howpublished="RFC 7243 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7243.txt",
+}
+
+ at misc{rfc7244,
+  author="H. Asaeda and Q. Wu and R. Huang",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Blocks for Synchronization Delay and Offset Metrics Reporting}",
+  series="Request for Comments",
+  number="7244",
+  howpublished="RFC 7244 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7244.txt",
+}
+
+ at misc{rfc7245,
+  author="A. Hutton and L. Portman and R. Jain and K. Rehor",
+  title="{An Architecture for Media Recording Using the Session Initiation Protocol}",
+  series="Request for Comments",
+  number="7245",
+  howpublished="RFC 7245 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7245.txt",
+}
+
+ at misc{rfc7246,
+  author="IJ. Wijnands and P. Hitchen and N. Leymann and W. Henderickx and A. Gulko and J. Tantsura",
+  title="{Multipoint Label Distribution Protocol In-Band Signaling in a Virtual Routing and Forwarding (VRF) Table Context}",
+  series="Request for Comments",
+  number="7246",
+  howpublished="RFC 7246 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    note="Updated by RFC 7438",
+  url="http://www.ietf.org/rfc/rfc7246.txt",
+}
+
+ at misc{rfc7247,
+  author="P. Saint-Andre and A. Houri and J. Hildebrand",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Architecture, Addresses, and Error Handling}",
+  series="Request for Comments",
+  number="7247",
+  howpublished="RFC 7247 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7247.txt",
+}
+
+ at misc{rfc7248,
+  author="P. Saint-Andre and A. Houri and J. Hildebrand",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Presence}",
+  series="Request for Comments",
+  number="7248",
+  howpublished="RFC 7248 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Obsoleted by RFC 8048",
+  url="http://www.ietf.org/rfc/rfc7248.txt",
+}
+
+ at misc{rfc7249,
+  author="R. Housley",
+  title="{Internet Numbers Registries}",
+  series="Request for Comments",
+  number="7249",
+  howpublished="RFC 7249 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7249.txt",
+}
+
+ at misc{rfc7250,
+  author="P. Wouters and H. Tschofenig and J. Gilmore and S. Weiler and T. Kivinen",
+  title="{Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="7250",
+  howpublished="RFC 7250 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7250.txt",
+}
+
+ at misc{rfc7251,
+  author="D. McGrew and D. Bailey and M. Campagna and R. Dugal",
+  title="{AES-CCM Elliptic Curve Cryptography (ECC) Cipher Suites for TLS}",
+  series="Request for Comments",
+  number="7251",
+  howpublished="RFC 7251 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7251.txt",
+}
+
+ at misc{rfc7252,
+  author="Z. Shelby and K. Hartke and C. Bormann",
+  title="{The Constrained Application Protocol (CoAP)}",
+  series="Request for Comments",
+  number="7252",
+  howpublished="RFC 7252 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    note="Updated by RFC 7959",
+  url="http://www.ietf.org/rfc/rfc7252.txt",
+}
+
+ at misc{rfc7253,
+  author="T. Krovetz and P. Rogaway",
+  title="{The OCB Authenticated-Encryption Algorithm}",
+  series="Request for Comments",
+  number="7253",
+  howpublished="RFC 7253 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7253.txt",
+}
+
+ at misc{rfc7254,
+  author="M. Montemurro and A. Allen and D. McDonald and P. Gosden",
+  title="{A Uniform Resource Name Namespace for the Global System for Mobile Communications Association (GSMA) and the International Mobile station Equipment Identity (IMEI)}",
+  series="Request for Comments",
+  number="7254",
+  howpublished="RFC 7254 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7254.txt",
+}
+
+ at misc{rfc7255,
+  author="A. Allen",
+  title="{Using the International Mobile station Equipment Identity (IMEI) Uniform Resource Name (URN) as an Instance ID}",
+  series="Request for Comments",
+  number="7255",
+  howpublished="RFC 7255 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7255.txt",
+}
+
+ at misc{rfc7256,
+  author="F. Le Faucheur and R. Maglione and T. Taylor",
+  title="{Multicast Control Extensions for the Access Node Control Protocol (ANCP)}",
+  series="Request for Comments",
+  number="7256",
+  howpublished="RFC 7256 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7256.txt",
+}
+
+ at misc{rfc7257,
+  author="T. Nadeau and A. Kiran Koushik and R. Mediratta",
+  title="{Virtual Private LAN Service (VPLS) Management Information Base}",
+  series="Request for Comments",
+  number="7257",
+  howpublished="RFC 7257 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7257.txt",
+}
+
+ at misc{rfc7258,
+  author="S. Farrell and H. Tschofenig",
+  title="{Pervasive Monitoring Is an Attack}",
+  series="Request for Comments",
+  number="7258",
+  howpublished="RFC 7258 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7258.txt",
+}
+
+ at misc{rfc7259,
+  author="P. Saint-Andre",
+  title="{The Jabber-ID Header Field}",
+  series="Request for Comments",
+  number="7259",
+  howpublished="RFC 7259 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7259.txt",
+}
+
+ at misc{rfc7260,
+  author="A. Takacs and D. Fedyk and J. He",
+  title="{GMPLS RSVP-TE Extensions for Operations, Administration, and Maintenance (OAM) Configuration}",
+  series="Request for Comments",
+  number="7260",
+  howpublished="RFC 7260 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7260.txt",
+}
+
+ at misc{rfc7261,
+  author="M. Perumal and P. Ravindran",
+  title="{Offer/Answer Considerations for G723 Annex A and G729 Annex B}",
+  series="Request for Comments",
+  number="7261",
+  howpublished="RFC 7261 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7261.txt",
+}
+
+ at misc{rfc7262,
+  author="A. Romanow and S. Botzko and M. Barnes",
+  title="{Requirements for Telepresence Multistreams}",
+  series="Request for Comments",
+  number="7262",
+  howpublished="RFC 7262 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7262.txt",
+}
+
+ at misc{rfc7263,
+  author="N. Zong and X. Jiang and R. Even and Y. Zhang",
+  title="{An Extension to the REsource LOcation And Discovery (RELOAD) Protocol to Support Direct Response Routing}",
+  series="Request for Comments",
+  number="7263",
+  howpublished="RFC 7263 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7263.txt",
+}
+
+ at misc{rfc7264,
+  author="N. Zong and X. Jiang and R. Even and Y. Zhang",
+  title="{An Extension to the REsource LOcation And Discovery (RELOAD) Protocol to Support Relay Peer Routing}",
+  series="Request for Comments",
+  number="7264",
+  howpublished="RFC 7264 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7264.txt",
+}
+
+ at misc{rfc7265,
+  author="P. Kewisch and C. Daboo and M. Douglass",
+  title="{jCal: The JSON Format for iCalendar}",
+  series="Request for Comments",
+  number="7265",
+  howpublished="RFC 7265 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    note="Updated by RFC 7529",
+  url="http://www.ietf.org/rfc/rfc7265.txt",
+}
+
+ at misc{rfc7266,
+  author="A. Clark and Q. Wu and R. Schott and G. Zorn",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Blocks for Mean Opinion Score (MOS) Metric Reporting}",
+  series="Request for Comments",
+  number="7266",
+  howpublished="RFC 7266 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7266.txt",
+}
+
+ at misc{rfc7267,
+  author="L. Martini and M. Bocci and F. Balus",
+  title="{Dynamic Placement of Multi-Segment Pseudowires}",
+  series="Request for Comments",
+  number="7267",
+  howpublished="RFC 7267 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7267.txt",
+}
+
+ at misc{rfc7268,
+  author="B. Aboba and J. Malinen and P. Congdon and J. Salowey and M. Jones",
+  title="{RADIUS Attributes for IEEE 802 Networks}",
+  series="Request for Comments",
+  number="7268",
+  howpublished="RFC 7268 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    note="Updated by RFC 8044",
+  url="http://www.ietf.org/rfc/rfc7268.txt",
+}
+
+ at misc{rfc7269,
+  author="G. Chen and Z. Cao and C. Xie and D. Binet",
+  title="{NAT64 Deployment Options and Experience}",
+  series="Request for Comments",
+  number="7269",
+  howpublished="RFC 7269 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7269.txt",
+}
+
+ at misc{rfc7270,
+  author="A. Yourtchenko and P. Aitken and B. Claise",
+  title="{Cisco-Specific Information Elements Reused in IP Flow Information Export (IPFIX)}",
+  series="Request for Comments",
+  number="7270",
+  howpublished="RFC 7270 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7270.txt",
+}
+
+ at misc{rfc7271,
+  author="J. Ryoo and E. Gray and H. van Helvoort and A. D'Alessandro and T. Cheung and E. Osborne",
+  title="{MPLS Transport Profile (MPLS-TP) Linear Protection to Match the Operational Expectations of Synchronous Digital Hierarchy, Optical Transport Network, and Ethernet Transport Network Operators}",
+  series="Request for Comments",
+  number="7271",
+  howpublished="RFC 7271 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7271.txt",
+}
+
+ at misc{rfc7272,
+  author="R. van Brandenburg and H. Stokking and O. van Deventer and F. Boronat and M. Montagud and K. Gross",
+  title="{Inter-Destination Media Synchronization (IDMS) Using the RTP Control Protocol (RTCP)}",
+  series="Request for Comments",
+  number="7272",
+  howpublished="RFC 7272 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7272.txt",
+}
+
+ at misc{rfc7273,
+  author="A. Williams and K. Gross and R. van Brandenburg and H. Stokking",
+  title="{RTP Clock Source Signalling}",
+  series="Request for Comments",
+  number="7273",
+  howpublished="RFC 7273 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7273.txt",
+}
+
+ at misc{rfc7274,
+  author="K. Kompella and L. Andersson and A. Farrel",
+  title="{Allocating and Retiring Special-Purpose MPLS Labels}",
+  series="Request for Comments",
+  number="7274",
+  howpublished="RFC 7274 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7274.txt",
+}
+
+ at misc{rfc7275,
+  author="L. Martini and S. Salam and A. Sajassi and M. Bocci and S. Matsushima and T. Nadeau",
+  title="{Inter-Chassis Communication Protocol for Layer 2 Virtual Private Network (L2VPN) Provider Edge (PE) Redundancy}",
+  series="Request for Comments",
+  number="7275",
+  howpublished="RFC 7275 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7275.txt",
+}
+
+ at misc{rfc7276,
+  author="T. Mizrahi and N. Sprecher and E. Bellagamba and Y. Weingarten",
+  title="{An Overview of Operations, Administration, and Maintenance (OAM) Tools}",
+  series="Request for Comments",
+  number="7276",
+  howpublished="RFC 7276 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7276.txt",
+}
+
+ at misc{rfc7277,
+  author="M. Bjorklund",
+  title="{A YANG Data Model for IP Management}",
+  series="Request for Comments",
+  number="7277",
+  howpublished="RFC 7277 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7277.txt",
+}
+
+ at misc{rfc7278,
+  author="C. Byrne and D. Drown and A. Vizdal",
+  title="{Extending an IPv6 /64 Prefix from a Third Generation Partnership Project (3GPP) Mobile Interface to a LAN Link}",
+  series="Request for Comments",
+  number="7278",
+  howpublished="RFC 7278 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7278.txt",
+}
+
+ at misc{rfc7279,
+  author="M. Shore and C. Pignataro",
+  title="{An Acceptable Use Policy for New ICMP Types and Codes}",
+  series="Request for Comments",
+  number="7279",
+  howpublished="RFC 7279 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7279.txt",
+}
+
+ at misc{rfc7280,
+  author="G. Fairhurst",
+  title="{IANA Guidance for Managing the Unidirectional Lightweight Encapsulation (ULE) Next-Header Registry}",
+  series="Request for Comments",
+  number="7280",
+  howpublished="RFC 7280 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7280.txt",
+}
+
+ at misc{rfc7281,
+  author="A. Melnikov",
+  title="{Authentication-Results Registration for S/MIME Signature Verification}",
+  series="Request for Comments",
+  number="7281",
+  howpublished="RFC 7281 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7281.txt",
+}
+
+ at misc{rfc7282,
+  author="P. Resnick",
+  title="{On Consensus and Humming in the IETF}",
+  series="Request for Comments",
+  number="7282",
+  howpublished="RFC 7282 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7282.txt",
+}
+
+ at misc{rfc7283,
+  author="Y. Cui and Q. Sun and T. Lemon",
+  title="{Handling Unknown DHCPv6 Messages}",
+  series="Request for Comments",
+  number="7283",
+  howpublished="RFC 7283 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7283.txt",
+}
+
+ at misc{rfc7284,
+  author="M. Lanthaler",
+  title="{The Profile URI Registry}",
+  series="Request for Comments",
+  number="7284",
+  howpublished="RFC 7284 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7284.txt",
+}
+
+ at misc{rfc7285,
+  author="R. Alimi and R. Penno and Y. Yang and S. Kiesel and S. Previdi and W. Roome and S. Shalunov and R. Woundy",
+  title="{Application-Layer Traffic Optimization (ALTO) Protocol}",
+  series="Request for Comments",
+  number="7285",
+  howpublished="RFC 7285 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7285.txt",
+}
+
+ at misc{rfc7286,
+  author="S. Kiesel and M. Stiemerling and N. Schwan and M. Scharf and H. Song",
+  title="{Application-Layer Traffic Optimization (ALTO) Server Discovery}",
+  series="Request for Comments",
+  number="7286",
+  howpublished="RFC 7286 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7286.txt",
+}
+
+ at misc{rfc7287,
+  author="T. Schmidt and S. Gao and H. Zhang and M. Waehlisch",
+  title="{Mobile Multicast Sender Support in Proxy Mobile IPv6 (PMIPv6) Domains}",
+  series="Request for Comments",
+  number="7287",
+  howpublished="RFC 7287 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7287.txt",
+}
+
+ at misc{rfc7288,
+  author="D. Thaler",
+  title="{Reflections on Host Firewalls}",
+  series="Request for Comments",
+  number="7288",
+  howpublished="RFC 7288 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7288.txt",
+}
+
+ at misc{rfc7289,
+  author="V. Kuarsingh and J. Cianfarani",
+  title="{Carrier-Grade NAT (CGN) Deployment with BGP/MPLS IP VPNs}",
+  series="Request for Comments",
+  number="7289",
+  howpublished="RFC 7289 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7289.txt",
+}
+
+ at misc{rfc7290,
+  author="L. Ciavattone and R. Geib and A. Morton and M. Wieser",
+  title="{Test Plan and Results for Advancing RFC 2680 on the Standards Track}",
+  series="Request for Comments",
+  number="7290",
+  howpublished="RFC 7290 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7290.txt",
+}
+
+ at misc{rfc7291,
+  author="M. Boucadair and R. Penno and D. Wing",
+  title="{DHCP Options for the Port Control Protocol (PCP)}",
+  series="Request for Comments",
+  number="7291",
+  howpublished="RFC 7291 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7291.txt",
+}
+
+ at misc{rfc7292,
+  author="K. Moriarty and M. Nystrom and S. Parkinson and A. Rusch and M. Scott",
+  title="{PKCS \#12: Personal Information Exchange Syntax v1.1}",
+  series="Request for Comments",
+  number="7292",
+  howpublished="RFC 7292 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7292.txt",
+}
+
+ at misc{rfc7293,
+  author="W. Mills and M. Kucherawy",
+  title="{The Require-Recipient-Valid-Since Header Field and SMTP Service Extension}",
+  series="Request for Comments",
+  number="7293",
+  howpublished="RFC 7293 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7293.txt",
+}
+
+ at misc{rfc7294,
+  author="A. Clark and G. Zorn and C. Bi and Q. Wu",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Blocks for Concealment Metrics Reporting on Audio Applications}",
+  series="Request for Comments",
+  number="7294",
+  howpublished="RFC 7294 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7294.txt",
+}
+
+ at misc{rfc7295,
+  author="H. Tschofenig and L. Eggert and Z. Sarker",
+  title="{Report from the IAB/IRTF Workshop on Congestion Control for Interactive Real-Time Communication}",
+  series="Request for Comments",
+  number="7295",
+  howpublished="RFC 7295 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7295.txt",
+}
+
+ at misc{rfc7296,
+  author="C. Kaufman and P. Hoffman and Y. Nir and P. Eronen and T. Kivinen",
+  title="{Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="7296",
+  howpublished="RFC 7296 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    note="Updated by RFCs 7427, 7670",
+  url="http://www.ietf.org/rfc/rfc7296.txt",
+}
+
+ at misc{rfc7297,
+  author="M. Boucadair and C. Jacquenet and N. Wang",
+  title="{IP Connectivity Provisioning Profile (CPP)}",
+  series="Request for Comments",
+  number="7297",
+  howpublished="RFC 7297 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7297.txt",
+}
+
+ at misc{rfc7298,
+  author="D. Ovsienko",
+  title="{Babel Hashed Message Authentication Code (HMAC) Cryptographic Authentication}",
+  series="Request for Comments",
+  number="7298",
+  howpublished="RFC 7298 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7298.txt",
+}
+
+ at misc{rfc7299,
+  author="R. Housley",
+  title="{Object Identifier Registry for the PKIX Working Group}",
+  series="Request for Comments",
+  number="7299",
+  howpublished="RFC 7299 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7299.txt",
+}
+
+ at misc{rfc7300,
+  author="J. Haas and J. Mitchell",
+  title="{Reservation of Last Autonomous System (AS) Numbers}",
+  series="Request for Comments",
+  number="7300",
+  howpublished="RFC 7300 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7300.txt",
+}
+
+ at misc{rfc7301,
+  author="S. Friedl and A. Popov and A. Langley and E. Stephan",
+  title="{Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension}",
+  series="Request for Comments",
+  number="7301",
+  howpublished="RFC 7301 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7301.txt",
+}
+
+ at misc{rfc7302,
+  author="P. Lemieux",
+  title="{Entertainment Identifier Registry (EIDR) URN Namespace Definition}",
+  series="Request for Comments",
+  number="7302",
+  howpublished="RFC 7302 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    note="Obsoleted by RFC 7972",
+  url="http://www.ietf.org/rfc/rfc7302.txt",
+}
+
+ at misc{rfc7303,
+  author="H. Thompson and C. Lilley",
+  title="{XML Media Types}",
+  series="Request for Comments",
+  number="7303",
+  howpublished="RFC 7303 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7303.txt",
+}
+
+ at misc{rfc7304,
+  author="W. Kumari",
+  title="{A Method for Mitigating Namespace Collisions}",
+  series="Request for Comments",
+  number="7304",
+  howpublished="RFC 7304 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7304.txt",
+}
+
+ at misc{rfc7305,
+  author="E. Lear",
+  title="{Report from the IAB Workshop on Internet Technology Adoption and Transition (ITAT)}",
+  series="Request for Comments",
+  number="7305",
+  howpublished="RFC 7305 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7305.txt",
+}
+
+ at misc{rfc7306,
+  author="H. Shah and F. Marti and W. Noureddine and A. Eiriksson and R. Sharp",
+  title="{Remote Direct Memory Access (RDMA) Protocol Extensions}",
+  series="Request for Comments",
+  number="7306",
+  howpublished="RFC 7306 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7306.txt",
+}
+
+ at misc{rfc7307,
+  author="Q. Zhao and K. Raza and C. Zhou and L. Fang and L. Li and D. King",
+  title="{LDP Extensions for Multi-Topology}",
+  series="Request for Comments",
+  number="7307",
+  howpublished="RFC 7307 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7307.txt",
+}
+
+ at misc{rfc7308,
+  author="E. Osborne",
+  title="{Extended Administrative Groups in MPLS Traffic Engineering (MPLS-TE)}",
+  series="Request for Comments",
+  number="7308",
+  howpublished="RFC 7308 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7308.txt",
+}
+
+ at misc{rfc7309,
+  author="Z. Liu and L. Jin and R. Chen and D. Cai and S. Salam",
+  title="{Redundancy Mechanism for Inter-domain VPLS Service}",
+  series="Request for Comments",
+  number="7309",
+  howpublished="RFC 7309 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7309.txt",
+}
+
+ at misc{rfc7310,
+  author="J. Lindsay and H. Foerster",
+  title="{RTP Payload Format for Standard apt-X and Enhanced apt-X Codecs}",
+  series="Request for Comments",
+  number="7310",
+  howpublished="RFC 7310 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7310.txt",
+}
+
+ at misc{rfc7311,
+  author="P. Mohapatra and R. Fernando and E. Rosen and J. Uttaro",
+  title="{The Accumulated IGP Metric Attribute for BGP}",
+  series="Request for Comments",
+  number="7311",
+  howpublished="RFC 7311 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7311.txt",
+}
+
+ at misc{rfc7312,
+  author="J. Fabini and A. Morton",
+  title="{Advanced Stream and Sampling Framework for IP Performance Metrics (IPPM)}",
+  series="Request for Comments",
+  number="7312",
+  howpublished="RFC 7312 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7312.txt",
+}
+
+ at misc{rfc7313,
+  author="K. Patel and E. Chen and B. Venkatachalapathy",
+  title="{Enhanced Route Refresh Capability for BGP-4}",
+  series="Request for Comments",
+  number="7313",
+  howpublished="RFC 7313 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7313.txt",
+}
+
+ at misc{rfc7314,
+  author="M. Andrews",
+  title="{Extension Mechanisms for DNS (EDNS) EXPIRE Option}",
+  series="Request for Comments",
+  number="7314",
+  howpublished="RFC 7314 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7314.txt",
+}
+
+ at misc{rfc7315,
+  author="R. Jesske and K. Drage and C. Holmberg",
+  title="{Private Header (P-Header) Extensions to the Session Initiation Protocol (SIP) for the 3GPP}",
+  series="Request for Comments",
+  number="7315",
+  howpublished="RFC 7315 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    note="Updated by RFCs 7913, 7976",
+  url="http://www.ietf.org/rfc/rfc7315.txt",
+}
+
+ at misc{rfc7316,
+  author="J. van Elburg and K. Drage and M. Ohsugi and S. Schubert and K. Arai",
+  title="{The Session Initiation Protocol (SIP) P-Private-Network-Indication Private Header (P-Header)}",
+  series="Request for Comments",
+  number="7316",
+  howpublished="RFC 7316 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7316.txt",
+}
+
+ at misc{rfc7317,
+  author="A. Bierman and M. Bjorklund",
+  title="{A YANG Data Model for System Management}",
+  series="Request for Comments",
+  number="7317",
+  howpublished="RFC 7317 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7317.txt",
+}
+
+ at misc{rfc7318,
+  author="A. Newton and G. Huston",
+  title="{Policy Qualifiers in Resource Public Key Infrastructure (RPKI) Certificates}",
+  series="Request for Comments",
+  number="7318",
+  howpublished="RFC 7318 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7318.txt",
+}
+
+ at misc{rfc7319,
+  author="D. Eastlake 3rd",
+  title="{IANA Considerations for Connectivity Fault Management (CFM) Code Points}",
+  series="Request for Comments",
+  number="7319",
+  howpublished="RFC 7319 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7319.txt",
+}
+
+ at misc{rfc7320,
+  author="M. Nottingham",
+  title="{URI Design and Ownership}",
+  series="Request for Comments",
+  number="7320",
+  howpublished="RFC 7320 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7320.txt",
+}
+
+ at misc{rfc7321,
+  author="D. McGrew and P. Hoffman",
+  title="{Cryptographic Algorithm Implementation Requirements and Usage Guidance for Encapsulating Security Payload (ESP) and Authentication Header (AH)}",
+  series="Request for Comments",
+  number="7321",
+  howpublished="RFC 7321 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7321.txt",
+}
+
+ at misc{rfc7322,
+  author="H. Flanagan and S. Ginoza",
+  title="{RFC Style Guide}",
+  series="Request for Comments",
+  number="7322",
+  howpublished="RFC 7322 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    note="Updated by RFC 7997",
+  url="http://www.ietf.org/rfc/rfc7322.txt",
+}
+
+ at misc{rfc7323,
+  author="D. Borman and B. Braden and V. Jacobson and R. Scheffenegger",
+  title="{TCP Extensions for High Performance}",
+  series="Request for Comments",
+  number="7323",
+  howpublished="RFC 7323 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7323.txt",
+}
+
+ at misc{rfc7324,
+  author="E. Osborne",
+  title="{Updates to MPLS Transport Profile Linear Protection}",
+  series="Request for Comments",
+  number="7324",
+  howpublished="RFC 7324 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7324.txt",
+}
+
+ at misc{rfc7325,
+  author="C. Villamizar and K. Kompella and S. Amante and A. Malis and C. Pignataro",
+  title="{MPLS Forwarding Compliance and Performance Requirements}",
+  series="Request for Comments",
+  number="7325",
+  howpublished="RFC 7325 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7325.txt",
+}
+
+ at misc{rfc7326,
+  author="J. Parello and B. Claise and B. Schoening and J. Quittek",
+  title="{Energy Management Framework}",
+  series="Request for Comments",
+  number="7326",
+  howpublished="RFC 7326 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7326.txt",
+}
+
+ at misc{rfc7328,
+  author="R. Gieben",
+  title="{Writing I-Ds and RFCs Using Pandoc and a Bit of XML}",
+  series="Request for Comments",
+  number="7328",
+  howpublished="RFC 7328 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7328.txt",
+}
+
+ at misc{rfc7329,
+  author="H. Kaplan",
+  title="{A Session Identifier for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="7329",
+  howpublished="RFC 7329 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    note="Obsoleted by RFC 7989",
+  url="http://www.ietf.org/rfc/rfc7329.txt",
+}
+
+ at misc{rfc7330,
+  author="T. Nadeau and Z. Ali and N. Akiya",
+  title="{Definitions of Textual Conventions (TCs) for Bidirectional Forwarding Detection (BFD) Management}",
+  series="Request for Comments",
+  number="7330",
+  howpublished="RFC 7330 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7330.txt",
+}
+
+ at misc{rfc7331,
+  author="T. Nadeau and Z. Ali and N. Akiya",
+  title="{Bidirectional Forwarding Detection (BFD) Management Information Base}",
+  series="Request for Comments",
+  number="7331",
+  howpublished="RFC 7331 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7331.txt",
+}
+
+ at misc{rfc7332,
+  author="H. Kaplan and V. Pascual",
+  title="{Loop Detection Mechanisms for Session Initiation Protocol (SIP) Back-to-Back User Agents (B2BUAs)}",
+  series="Request for Comments",
+  number="7332",
+  howpublished="RFC 7332 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7332.txt",
+}
+
+ at misc{rfc7333,
+  author="H. Chan and D. Liu and P. Seite and H. Yokota and J. Korhonen",
+  title="{Requirements for Distributed Mobility Management}",
+  series="Request for Comments",
+  number="7333",
+  howpublished="RFC 7333 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7333.txt",
+}
+
+ at misc{rfc7334,
+  author="Q. Zhao and D. Dhody and D. King and Z. Ali and R. Casellas",
+  title="{PCE-Based Computation Procedure to Compute Shortest Constrained Point-to-Multipoint (P2MP) Inter-Domain Traffic Engineering Label Switched Paths}",
+  series="Request for Comments",
+  number="7334",
+  howpublished="RFC 7334 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7334.txt",
+}
+
+ at misc{rfc7335,
+  author="C. Byrne",
+  title="{IPv4 Service Continuity Prefix}",
+  series="Request for Comments",
+  number="7335",
+  howpublished="RFC 7335 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7335.txt",
+}
+
+ at misc{rfc7336,
+  author="L. Peterson and B. Davie and R. van Brandenburg",
+  title="{Framework for Content Distribution Network Interconnection (CDNI)}",
+  series="Request for Comments",
+  number="7336",
+  howpublished="RFC 7336 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7336.txt",
+}
+
+ at misc{rfc7337,
+  author="K. Leung and Y. Lee",
+  title="{Content Distribution Network Interconnection (CDNI) Requirements}",
+  series="Request for Comments",
+  number="7337",
+  howpublished="RFC 7337 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7337.txt",
+}
+
+ at misc{rfc7338,
+  author="F. Jounay and Y. Kamite and G. Heron and M. Bocci",
+  title="{Requirements and Framework for Point-to-Multipoint Pseudowires over MPLS Packet Switched Networks}",
+  series="Request for Comments",
+  number="7338",
+  howpublished="RFC 7338 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7338.txt",
+}
+
+ at misc{rfc7339,
+  author="V. Gurbani and V. Hilt and H. Schulzrinne",
+  title="{Session Initiation Protocol (SIP) Overload Control}",
+  series="Request for Comments",
+  number="7339",
+  howpublished="RFC 7339 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7339.txt",
+}
+
+ at misc{rfc7340,
+  author="J. Peterson and H. Schulzrinne and H. Tschofenig",
+  title="{Secure Telephone Identity Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="7340",
+  howpublished="RFC 7340 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7340.txt",
+}
+
+ at misc{rfc7341,
+  author="Q. Sun and Y. Cui and M. Siodelski and S. Krishnan and I. Farrer",
+  title="{DHCPv4-over-DHCPv6 (DHCP 4o6) Transport}",
+  series="Request for Comments",
+  number="7341",
+  howpublished="RFC 7341 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7341.txt",
+}
+
+ at misc{rfc7342,
+  author="L. Dunbar and W. Kumari and I. Gashinsky",
+  title="{Practices for Scaling ARP and Neighbor Discovery (ND) in Large Data Centers}",
+  series="Request for Comments",
+  number="7342",
+  howpublished="RFC 7342 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7342.txt",
+}
+
+ at misc{rfc7343,
+  author="J. Laganier and F. Dupont",
+  title="{An IPv6 Prefix for Overlay Routable Cryptographic Hash Identifiers Version 2 (ORCHIDv2)}",
+  series="Request for Comments",
+  number="7343",
+  howpublished="RFC 7343 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7343.txt",
+}
+
+ at misc{rfc7344,
+  author="W. Kumari and O. Gudmundsson and G. Barwood",
+  title="{Automating DNSSEC Delegation Trust Maintenance}",
+  series="Request for Comments",
+  number="7344",
+  howpublished="RFC 7344 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7344.txt",
+}
+
+ at misc{rfc7345,
+  author="C. Holmberg and I. Sedlacek and G. Salgueiro",
+  title="{UDP Transport Layer (UDPTL) over Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="7345",
+  howpublished="RFC 7345 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7345.txt",
+}
+
+ at misc{rfc7346,
+  author="R. Droms",
+  title="{IPv6 Multicast Address Scopes}",
+  series="Request for Comments",
+  number="7346",
+  howpublished="RFC 7346 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7346.txt",
+}
+
+ at misc{rfc7347,
+  author="H. van Helvoort and J. Ryoo and H. Zhang and F. Huang and H. Li and A. D'Alessandro",
+  title="{Pre-standard Linear Protection Switching in MPLS Transport Profile (MPLS-TP)}",
+  series="Request for Comments",
+  number="7347",
+  howpublished="RFC 7347 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7347.txt",
+}
+
+ at misc{rfc7348,
+  author="M. Mahalingam and D. Dutt and K. Duda and P. Agarwal and L. Kreeger and T. Sridhar and M. Bursell and C. Wright",
+  title="{Virtual eXtensible Local Area Network (VXLAN): A Framework for Overlaying Virtualized Layer 2 Networks over Layer 3 Networks}",
+  series="Request for Comments",
+  number="7348",
+  howpublished="RFC 7348 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7348.txt",
+}
+
+ at misc{rfc7349,
+  author="L. Zheng and M. Chen and M. Bhatia",
+  title="{LDP Hello Cryptographic Authentication}",
+  series="Request for Comments",
+  number="7349",
+  howpublished="RFC 7349 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7349.txt",
+}
+
+ at misc{rfc7350,
+  author="M. Petit-Huguenin and G. Salgueiro",
+  title="{Datagram Transport Layer Security (DTLS) as Transport for Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="7350",
+  howpublished="RFC 7350 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7350.txt",
+}
+
+ at misc{rfc7351,
+  author="E. Wilde",
+  title="{A Media Type for XML Patch Operations}",
+  series="Request for Comments",
+  number="7351",
+  howpublished="RFC 7351 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7351.txt",
+}
+
+ at misc{rfc7352,
+  author="S. Bosch",
+  title="{Sieve Email Filtering: Detecting Duplicate Deliveries}",
+  series="Request for Comments",
+  number="7352",
+  howpublished="RFC 7352 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7352.txt",
+}
+
+ at misc{rfc7353,
+  author="S. Bellovin and R. Bush and D. Ward",
+  title="{Security Requirements for BGP Path Validation}",
+  series="Request for Comments",
+  number="7353",
+  howpublished="RFC 7353 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7353.txt",
+}
+
+ at misc{rfc7354,
+  author="A. Adolf and P. Siebert",
+  title="{Update to the Registrant Information for the Digital Video Broadcasting Project (DVB) Uniform Resource Name (URN) Namespace}",
+  series="Request for Comments",
+  number="7354",
+  howpublished="RFC 7354 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7354.txt",
+}
+
+ at misc{rfc7355,
+  author="G. Salgueiro and V. Pascual and A. Roman and S. Garcia",
+  title="{Indicating WebSocket Protocol as a Transport in the Session Initiation Protocol (SIP) Common Log Format (CLF)}",
+  series="Request for Comments",
+  number="7355",
+  howpublished="RFC 7355 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7355.txt",
+}
+
+ at misc{rfc7356,
+  author="L. Ginsberg and S. Previdi and Y. Yang",
+  title="{IS-IS Flooding Scope Link State PDUs (LSPs)}",
+  series="Request for Comments",
+  number="7356",
+  howpublished="RFC 7356 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7356.txt",
+}
+
+ at misc{rfc7357,
+  author="H. Zhai and F. Hu and R. Perlman and D. Eastlake 3rd and O. Stokes",
+  title="{Transparent Interconnection of Lots of Links (TRILL): End Station Address Distribution Information (ESADI) Protocol}",
+  series="Request for Comments",
+  number="7357",
+  howpublished="RFC 7357 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7357.txt",
+}
+
+ at misc{rfc7358,
+  author="K. Raza and S. Boutros and L. Martini and N. Leymann",
+  title="{Label Advertisement Discipline for LDP Forwarding Equivalence Classes (FECs)}",
+  series="Request for Comments",
+  number="7358",
+  howpublished="RFC 7358 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7358.txt",
+}
+
+ at misc{rfc7359,
+  author="F. Gont",
+  title="{Layer 3 Virtual Private Network (VPN) Tunnel Traffic Leakages in Dual-Stack Hosts/Networks}",
+  series="Request for Comments",
+  number="7359",
+  howpublished="RFC 7359 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7359.txt",
+}
+
+ at misc{rfc7360,
+  author="A. DeKok",
+  title="{Datagram Transport Layer Security (DTLS) as a Transport Layer for RADIUS}",
+  series="Request for Comments",
+  number="7360",
+  howpublished="RFC 7360 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7360.txt",
+}
+
+ at misc{rfc7361,
+  author="P. Dutta and F. Balus and O. Stokes and G. Calvignac and D. Fedyk",
+  title="{LDP Extensions for Optimized MAC Address Withdrawal in a Hierarchical Virtual Private LAN Service (H-VPLS)}",
+  series="Request for Comments",
+  number="7361",
+  howpublished="RFC 7361 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7361.txt",
+}
+
+ at misc{rfc7362,
+  author="E. Ivov and H. Kaplan and D. Wing",
+  title="{Latching: Hosted NAT Traversal (HNT) for Media in Real-Time Communication}",
+  series="Request for Comments",
+  number="7362",
+  howpublished="RFC 7362 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7362.txt",
+}
+
+ at misc{rfc7363,
+  author="J. Maenpaa and G. Camarillo",
+  title="{Self-Tuning Distributed Hash Table (DHT) for REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7363",
+  howpublished="RFC 7363 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7363.txt",
+}
+
+ at misc{rfc7364,
+  author="T. Narten and E. Gray and D. Black and L. Fang and L. Kreeger and M. Napierala",
+  title="{Problem Statement: Overlays for Network Virtualization}",
+  series="Request for Comments",
+  number="7364",
+  howpublished="RFC 7364 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7364.txt",
+}
+
+ at misc{rfc7365,
+  author="M. Lasserre and F. Balus and T. Morin and N. Bitar and Y. Rekhter",
+  title="{Framework for Data Center (DC) Network Virtualization}",
+  series="Request for Comments",
+  number="7365",
+  howpublished="RFC 7365 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7365.txt",
+}
+
+ at misc{rfc7366,
+  author="P. Gutmann",
+  title="{Encrypt-then-MAC for Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="7366",
+  howpublished="RFC 7366 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7366.txt",
+}
+
+ at misc{rfc7367,
+  author="R. Cole and J. Macker and B. Adamson",
+  title="{Definition of Managed Objects for the Mobile Ad Hoc Network (MANET) Simplified Multicast Framework Relay Set Process}",
+  series="Request for Comments",
+  number="7367",
+  howpublished="RFC 7367 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7367.txt",
+}
+
+ at misc{rfc7368,
+  author="T. Chown and J. Arkko and A. Brandt and O. Troan and J. Weil",
+  title="{IPv6 Home Networking Architecture Principles}",
+  series="Request for Comments",
+  number="7368",
+  howpublished="RFC 7368 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7368.txt",
+}
+
+ at misc{rfc7369,
+  author="A. Takacs and B. Gero and H. Long",
+  title="{GMPLS RSVP-TE Extensions for Ethernet Operations, Administration, and Maintenance (OAM) Configuration}",
+  series="Request for Comments",
+  number="7369",
+  howpublished="RFC 7369 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7369.txt",
+}
+
+ at misc{rfc7370,
+  author="L. Ginsberg",
+  title="{Updates to the IS-IS TLV Codepoints Registry}",
+  series="Request for Comments",
+  number="7370",
+  howpublished="RFC 7370 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7370.txt",
+}
+
+ at misc{rfc7371,
+  author="M. Boucadair and S. Venaas",
+  title="{Updates to the IPv6 Multicast Addressing Architecture}",
+  series="Request for Comments",
+  number="7371",
+  howpublished="RFC 7371 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7371.txt",
+}
+
+ at misc{rfc7372,
+  author="M. Kucherawy",
+  title="{Email Authentication Status Codes}",
+  series="Request for Comments",
+  number="7372",
+  howpublished="RFC 7372 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7372.txt",
+}
+
+ at misc{rfc7373,
+  author="B. Trammell",
+  title="{Textual Representation of IP Flow Information Export (IPFIX) Abstract Data Types}",
+  series="Request for Comments",
+  number="7373",
+  howpublished="RFC 7373 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7373.txt",
+}
+
+ at misc{rfc7374,
+  author="J. Maenpaa and G. Camarillo",
+  title="{Service Discovery Usage for REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7374",
+  howpublished="RFC 7374 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7374.txt",
+}
+
+ at misc{rfc7375,
+  author="J. Peterson",
+  title="{Secure Telephone Identity Threat Model}",
+  series="Request for Comments",
+  number="7375",
+  howpublished="RFC 7375 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7375.txt",
+}
+
+ at misc{rfc7376,
+  author="T. Reddy and R. Ravindranath and M. Perumal and A. Yegin",
+  title="{Problems with Session Traversal Utilities for NAT (STUN) Long-Term Authentication for Traversal Using Relays around NAT (TURN)}",
+  series="Request for Comments",
+  number="7376",
+  howpublished="RFC 7376 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7376.txt",
+}
+
+ at misc{rfc7377,
+  author="B. Leiba and A. Melnikov",
+  title="{IMAP4 Multimailbox SEARCH Extension}",
+  series="Request for Comments",
+  number="7377",
+  howpublished="RFC 7377 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7377.txt",
+}
+
+ at misc{rfc7378,
+  author="H. Tschofenig and H. Schulzrinne and B. Aboba",
+  title="{Trustworthy Location}",
+  series="Request for Comments",
+  number="7378",
+  howpublished="RFC 7378 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7378.txt",
+}
+
+ at misc{rfc7379,
+  author="Y. Li and W. Hao and R. Perlman and J. Hudson and H. Zhai",
+  title="{Problem Statement and Goals for Active-Active Connection at the Transparent Interconnection of Lots of Links (TRILL) Edge}",
+  series="Request for Comments",
+  number="7379",
+  howpublished="RFC 7379 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7379.txt",
+}
+
+ at misc{rfc7380,
+  author="J. Tong and C. Bi and R. Even and Q. Wu and R. Huang",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for MPEG2 Transport Stream (TS) Program Specific Information (PSI) Decodability Statistics Metrics Reporting}",
+  series="Request for Comments",
+  number="7380",
+  howpublished="RFC 7380 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7380.txt",
+}
+
+ at misc{rfc7381,
+  author="K. Chittimaneni and T. Chown and L. Howard and V. Kuarsingh and Y. Pouffary and E. Vyncke",
+  title="{Enterprise IPv6 Deployment Guidelines}",
+  series="Request for Comments",
+  number="7381",
+  howpublished="RFC 7381 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7381.txt",
+}
+
+ at misc{rfc7382,
+  author="S. Kent and D. Kong and K. Seo",
+  title="{Template for a Certification Practice Statement (CPS) for the Resource PKI (RPKI)}",
+  series="Request for Comments",
+  number="7382",
+  howpublished="RFC 7382 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7382.txt",
+}
+
+ at misc{rfc7383,
+  author="V. Smyslov",
+  title="{Internet Key Exchange Protocol Version 2 (IKEv2) Message Fragmentation}",
+  series="Request for Comments",
+  number="7383",
+  howpublished="RFC 7383 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7383.txt",
+}
+
+ at misc{rfc7384,
+  author="T. Mizrahi",
+  title="{Security Requirements of Time Protocols in Packet Switched Networks}",
+  series="Request for Comments",
+  number="7384",
+  howpublished="RFC 7384 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7384.txt",
+}
+
+ at misc{rfc7385,
+  author="L. Andersson and G. Swallow",
+  title="{IANA Registry for P-Multicast Service Interface (PMSI) Tunnel Type Code Points}",
+  series="Request for Comments",
+  number="7385",
+  howpublished="RFC 7385 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7385.txt",
+}
+
+ at misc{rfc7386,
+  author="P. Hoffman and J. Snell",
+  title="{JSON Merge Patch}",
+  series="Request for Comments",
+  number="7386",
+  howpublished="RFC 7386 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    note="Obsoleted by RFC 7396",
+  url="http://www.ietf.org/rfc/rfc7386.txt",
+}
+
+ at misc{rfc7387,
+  author="R. Key and L. Yong and S. Delord and F. Jounay and L. Jin",
+  title="{A Framework for Ethernet Tree (E-Tree) Service over a Multiprotocol Label Switching (MPLS) Network}",
+  series="Request for Comments",
+  number="7387",
+  howpublished="RFC 7387 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7387.txt",
+}
+
+ at misc{rfc7388,
+  author="J. Schoenwaelder and A. Sehgal and T. Tsou and C. Zhou",
+  title="{Definition of Managed Objects for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)}",
+  series="Request for Comments",
+  number="7388",
+  howpublished="RFC 7388 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7388.txt",
+}
+
+ at misc{rfc7389,
+  author="R. Wakikawa and R. Pazhyannur and S. Gundavelli and C. Perkins",
+  title="{Separation of Control and User Plane for Proxy Mobile IPv6}",
+  series="Request for Comments",
+  number="7389",
+  howpublished="RFC 7389 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7389.txt",
+}
+
+ at misc{rfc7390,
+  author="A. Rahman and E. Dijk",
+  title="{Group Communication for the Constrained Application Protocol (CoAP)}",
+  series="Request for Comments",
+  number="7390",
+  howpublished="RFC 7390 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7390.txt",
+}
+
+ at misc{rfc7391,
+  author="J. Hadi Salim",
+  title="{Forwarding and Control Element Separation (ForCES) Protocol Extensions}",
+  series="Request for Comments",
+  number="7391",
+  howpublished="RFC 7391 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7391.txt",
+}
+
+ at misc{rfc7392,
+  author="P. Dutta and M. Bocci and L. Martini",
+  title="{Explicit Path Routing for Dynamic Multi-Segment Pseudowires}",
+  series="Request for Comments",
+  number="7392",
+  howpublished="RFC 7392 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7392.txt",
+}
+
+ at misc{rfc7393,
+  author="X. Deng and M. Boucadair and Q. Zhao and J. Huang and C. Zhou",
+  title="{Using the Port Control Protocol (PCP) to Update Dynamic DNS}",
+  series="Request for Comments",
+  number="7393",
+  howpublished="RFC 7393 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7393.txt",
+}
+
+ at misc{rfc7394,
+  author="S. Boutros and S. Sivabalan and G. Swallow and S. Saxena and V. Manral and S. Aldrin",
+  title="{Definition of Time to Live TLV for LSP-Ping Mechanisms}",
+  series="Request for Comments",
+  number="7394",
+  howpublished="RFC 7394 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7394.txt",
+}
+
+ at misc{rfc7395,
+  author="L. Stout and J. Moffitt and E. Cestari",
+  title="{An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket}",
+  series="Request for Comments",
+  number="7395",
+  howpublished="RFC 7395 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7395.txt",
+}
+
+ at misc{rfc7396,
+  author="P. Hoffman and J. Snell",
+  title="{JSON Merge Patch}",
+  series="Request for Comments",
+  number="7396",
+  howpublished="RFC 7396 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7396.txt",
+}
+
+ at misc{rfc7397,
+  author="J. Gilger and H. Tschofenig",
+  title="{Report from the Smart Object Security Workshop}",
+  series="Request for Comments",
+  number="7397",
+  howpublished="RFC 7397 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7397.txt",
+}
+
+ at misc{rfc7398,
+  author="M. Bagnulo and T. Burbridge and S. Crawford and P. Eardley and A. Morton",
+  title="{A Reference Path and Measurement Points for Large-Scale Measurement of Broadband Performance}",
+  series="Request for Comments",
+  number="7398",
+  howpublished="RFC 7398 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7398.txt",
+}
+
+ at misc{rfc7399,
+  author="A. Farrel and D. King",
+  title="{Unanswered Questions in the Path Computation Element Architecture}",
+  series="Request for Comments",
+  number="7399",
+  howpublished="RFC 7399 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7399.txt",
+}
+
+ at misc{rfc7400,
+  author="C. Bormann",
+  title="{6LoWPAN-GHC: Generic Header Compression for IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs)}",
+  series="Request for Comments",
+  number="7400",
+  howpublished="RFC 7400 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7400.txt",
+}
+
+ at misc{rfc7401,
+  author="R. Moskowitz and T. Heer and P. Jokela and T. Henderson",
+  title="{Host Identity Protocol Version 2 (HIPv2)}",
+  series="Request for Comments",
+  number="7401",
+  howpublished="RFC 7401 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    note="Updated by RFC 8002",
+  url="http://www.ietf.org/rfc/rfc7401.txt",
+}
+
+ at misc{rfc7402,
+  author="P. Jokela and R. Moskowitz and J. Melen",
+  title="{Using the Encapsulating Security Payload (ESP) Transport Format with the Host Identity Protocol (HIP)}",
+  series="Request for Comments",
+  number="7402",
+  howpublished="RFC 7402 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7402.txt",
+}
+
+ at misc{rfc7403,
+  author="H. Kaplan",
+  title="{A Media-Based Traceroute Function for the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="7403",
+  howpublished="RFC 7403 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7403.txt",
+}
+
+ at misc{rfc7404,
+  author="M. Behringer and E. Vyncke",
+  title="{Using Only Link-Local Addressing inside an IPv6 Network}",
+  series="Request for Comments",
+  number="7404",
+  howpublished="RFC 7404 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7404.txt",
+}
+
+ at misc{rfc7405,
+  author="P. Kyzivat",
+  title="{Case-Sensitive String Support in ABNF}",
+  series="Request for Comments",
+  number="7405",
+  howpublished="RFC 7405 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7405.txt",
+}
+
+ at misc{rfc7406,
+  author="H. Schulzrinne and S. McCann and G. Bajko and H. Tschofenig and D. Kroeselberg",
+  title="{Extensions to the Emergency Services Architecture for Dealing With Unauthenticated and Unauthorized Devices}",
+  series="Request for Comments",
+  number="7406",
+  howpublished="RFC 7406 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7406.txt",
+}
+
+ at misc{rfc7407,
+  author="M. Bjorklund and J. Schoenwaelder",
+  title="{A YANG Data Model for SNMP Configuration}",
+  series="Request for Comments",
+  number="7407",
+  howpublished="RFC 7407 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7407.txt",
+}
+
+ at misc{rfc7408,
+  author="E. Haleplidis",
+  title="{Forwarding and Control Element Separation (ForCES) Model Extension}",
+  series="Request for Comments",
+  number="7408",
+  howpublished="RFC 7408 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7408.txt",
+}
+
+ at misc{rfc7409,
+  author="E. Haleplidis and J. Halpern",
+  title="{Forwarding and Control Element Separation (ForCES) Packet Parallelization}",
+  series="Request for Comments",
+  number="7409",
+  howpublished="RFC 7409 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7409.txt",
+}
+
+ at misc{rfc7410,
+  author="M. Kucherawy",
+  title="{A Property Types Registry for the Authentication-Results Header Field}",
+  series="Request for Comments",
+  number="7410",
+  howpublished="RFC 7410 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    note="Obsoleted by RFC 7601",
+  url="http://www.ietf.org/rfc/rfc7410.txt",
+}
+
+ at misc{rfc7411,
+  author="T. Schmidt and M. Waehlisch and R. Koodli and G. Fairhurst and D. Liu",
+  title="{Multicast Listener Extensions for Mobile IPv6 (MIPv6) and Proxy Mobile IPv6 (PMIPv6) Fast Handovers}",
+  series="Request for Comments",
+  number="7411",
+  howpublished="RFC 7411 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7411.txt",
+}
+
+ at misc{rfc7412,
+  author="Y. Weingarten and S. Aldrin and P. Pan and J. Ryoo and G. Mirsky",
+  title="{Requirements for MPLS Transport Profile (MPLS-TP) Shared Mesh Protection}",
+  series="Request for Comments",
+  number="7412",
+  howpublished="RFC 7412 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7412.txt",
+}
+
+ at misc{rfc7413,
+  author="Y. Cheng and J. Chu and S. Radhakrishnan and A. Jain",
+  title="{TCP Fast Open}",
+  series="Request for Comments",
+  number="7413",
+  howpublished="RFC 7413 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7413.txt",
+}
+
+ at misc{rfc7414,
+  author="M. Duke and R. Braden and W. Eddy and E. Blanton and A. Zimmermann",
+  title="{A Roadmap for Transmission Control Protocol (TCP) Specification Documents}",
+  series="Request for Comments",
+  number="7414",
+  howpublished="RFC 7414 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    note="Updated by RFC 7805",
+  url="http://www.ietf.org/rfc/rfc7414.txt",
+}
+
+ at misc{rfc7415,
+  author="E. Noel and P. Williams",
+  title="{Session Initiation Protocol (SIP) Rate Control}",
+  series="Request for Comments",
+  number="7415",
+  howpublished="RFC 7415 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7415.txt",
+}
+
+ at misc{rfc7416,
+  author="T. Tsao and R. Alexander and M. Dohler and V. Daza and A. Lozano and M. Richardson",
+  title="{A Security Threat Analysis for the Routing Protocol for Low-Power and Lossy Networks (RPLs)}",
+  series="Request for Comments",
+  number="7416",
+  howpublished="RFC 7416 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7416.txt",
+}
+
+ at misc{rfc7417,
+  author="G. Karagiannis and A. Bhargava",
+  title="{Extensions to Generic Aggregate RSVP for IPv4 and IPv6 Reservations over Pre-Congestion Notification (PCN) Domains}",
+  series="Request for Comments",
+  number="7417",
+  howpublished="RFC 7417 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7417.txt",
+}
+
+ at misc{rfc7418,
+  author="S. Dawkins",
+  title="{An IRTF Primer for IETF Participants}",
+  series="Request for Comments",
+  number="7418",
+  howpublished="RFC 7418 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7418.txt",
+}
+
+ at misc{rfc7419,
+  author="N. Akiya and M. Binderberger and G. Mirsky",
+  title="{Common Interval Support in Bidirectional Forwarding Detection}",
+  series="Request for Comments",
+  number="7419",
+  howpublished="RFC 7419 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7419.txt",
+}
+
+ at misc{rfc7420,
+  author="A. Koushik and E. Stephan and Q. Zhao and D. King and J. Hardwick",
+  title="{Path Computation Element Communication Protocol (PCEP) Management Information Base (MIB) Module}",
+  series="Request for Comments",
+  number="7420",
+  howpublished="RFC 7420 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7420.txt",
+}
+
+ at misc{rfc7421,
+  author="B. Carpenter and T. Chown and F. Gont and S. Jiang and A. Petrescu and A. Yourtchenko",
+  title="{Analysis of the 64-bit Boundary in IPv6 Addressing}",
+  series="Request for Comments",
+  number="7421",
+  howpublished="RFC 7421 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7421.txt",
+}
+
+ at misc{rfc7422,
+  author="C. Donley and C. Grundemann and V. Sarawat and K. Sundaresan and O. Vautrin",
+  title="{Deterministic Address Mapping to Reduce Logging in Carrier-Grade NAT Deployments}",
+  series="Request for Comments",
+  number="7422",
+  howpublished="RFC 7422 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7422.txt",
+}
+
+ at misc{rfc7423,
+  author="L. Morand and V. Fajardo and H. Tschofenig",
+  title="{Diameter Applications Design Guidelines}",
+  series="Request for Comments",
+  number="7423",
+  howpublished="RFC 7423 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7423.txt",
+}
+
+ at misc{rfc7424,
+  author="R. Krishnan and L. Yong and A. Ghanwani and N. So and B. Khasnabish",
+  title="{Mechanisms for Optimizing Link Aggregation Group (LAG) and Equal-Cost Multipath (ECMP) Component Link Utilization in Networks}",
+  series="Request for Comments",
+  number="7424",
+  howpublished="RFC 7424 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7424.txt",
+}
+
+ at misc{rfc7425,
+  author="M. Thornburgh",
+  title="{Adobe's RTMFP Profile for Flash Communication}",
+  series="Request for Comments",
+  number="7425",
+  howpublished="RFC 7425 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7425.txt",
+}
+
+ at misc{rfc7426,
+  author="E. Haleplidis and K. Pentikousis and S. Denazis and J. Hadi Salim and D. Meyer and O. Koufopavlou",
+  title="{Software-Defined Networking (SDN): Layers and Architecture Terminology}",
+  series="Request for Comments",
+  number="7426",
+  howpublished="RFC 7426 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7426.txt",
+}
+
+ at misc{rfc7427,
+  author="T. Kivinen and J. Snyder",
+  title="{Signature Authentication in the Internet Key Exchange Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="7427",
+  howpublished="RFC 7427 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7427.txt",
+}
+
+ at misc{rfc7428,
+  author="A. Brandt and J. Buron",
+  title="{Transmission of IPv6 Packets over ITU-T G.9959 Networks}",
+  series="Request for Comments",
+  number="7428",
+  howpublished="RFC 7428 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7428.txt",
+}
+
+ at misc{rfc7429,
+  author="D. Liu and JC. Zuniga and P. Seite and H. Chan and CJ. Bernardos",
+  title="{Distributed Mobility Management: Current Practices and Gap Analysis}",
+  series="Request for Comments",
+  number="7429",
+  howpublished="RFC 7429 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7429.txt",
+}
+
+ at misc{rfc7430,
+  author="M. Bagnulo and C. Paasch and F. Gont and O. Bonaventure and C. Raiciu",
+  title="{Analysis of Residual Threats and Possible Fixes for Multipath TCP (MPTCP)}",
+  series="Request for Comments",
+  number="7430",
+  howpublished="RFC 7430 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7430.txt",
+}
+
+ at misc{rfc7431,
+  author="A. Karan and C. Filsfils and IJ. Wijnands and B. Decraene",
+  title="{Multicast-Only Fast Reroute}",
+  series="Request for Comments",
+  number="7431",
+  howpublished="RFC 7431 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7431.txt",
+}
+
+ at misc{rfc7432,
+  author="A. Sajassi and R. Aggarwal and N. Bitar and A. Isaac and J. Uttaro and J. Drake and W. Henderickx",
+  title="{BGP MPLS-Based Ethernet VPN}",
+  series="Request for Comments",
+  number="7432",
+  howpublished="RFC 7432 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7432.txt",
+}
+
+ at misc{rfc7433,
+  author="A. Johnston and J. Rafferty",
+  title="{A Mechanism for Transporting User-to-User Call Control Information in SIP}",
+  series="Request for Comments",
+  number="7433",
+  howpublished="RFC 7433 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7433.txt",
+}
+
+ at misc{rfc7434,
+  author="K. Drage and A. Johnston",
+  title="{Interworking ISDN Call Control User Information with SIP}",
+  series="Request for Comments",
+  number="7434",
+  howpublished="RFC 7434 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7434.txt",
+}
+
+ at misc{rfc7435,
+  author="V. Dukhovni",
+  title="{Opportunistic Security: Some Protection Most of the Time}",
+  series="Request for Comments",
+  number="7435",
+  howpublished="RFC 7435 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2014,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7435.txt",
+}
+
+ at misc{rfc7436,
+  author="H. Shah and E. Rosen and F. Le Faucheur and G. Heron",
+  title="{IP-Only LAN Service (IPLS)}",
+  series="Request for Comments",
+  number="7436",
+  howpublished="RFC 7436 (Historic)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7436.txt",
+}
+
+ at misc{rfc7437,
+  author="M. Kucherawy",
+  title="{IAB, IESG, and IAOC Selection, Confirmation, and Recall Process: Operation of the Nominating and Recall Committees}",
+  series="Request for Comments",
+  number="7437",
+  howpublished="RFC 7437 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    note="Updated by RFC 7776",
+  url="http://www.ietf.org/rfc/rfc7437.txt",
+}
+
+ at misc{rfc7438,
+  author="IJ. Wijnands and E. Rosen and A. Gulko and U. Joorde and J. Tantsura",
+  title="{Multipoint LDP (mLDP) In-Band Signaling with Wildcards}",
+  series="Request for Comments",
+  number="7438",
+  howpublished="RFC 7438 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7438.txt",
+}
+
+ at misc{rfc7439,
+  author="W. George and C. Pignataro",
+  title="{Gap Analysis for Operating IPv6-Only MPLS Networks}",
+  series="Request for Comments",
+  number="7439",
+  howpublished="RFC 7439 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7439.txt",
+}
+
+ at misc{rfc7440,
+  author="P. Masotta",
+  title="{TFTP Windowsize Option}",
+  series="Request for Comments",
+  number="7440",
+  howpublished="RFC 7440 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7440.txt",
+}
+
+ at misc{rfc7441,
+  author="IJ. Wijnands and E. Rosen and U. Joorde",
+  title="{Encoding Multipoint LDP (mLDP) Forwarding Equivalence Classes (FECs) in the NLRI of BGP MCAST-VPN Routes}",
+  series="Request for Comments",
+  number="7441",
+  howpublished="RFC 7441 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7441.txt",
+}
+
+ at misc{rfc7442,
+  author="Y. Rekhter and R. Aggarwal and N. Leymann and W. Henderickx and Q. Zhao and R. Li",
+  title="{Carrying Protocol Independent Multicast - Sparse Mode (PIM-SM) in Any-Source Multicast (ASM) Mode Trees over Multipoint LDP (mLDP)}",
+  series="Request for Comments",
+  number="7442",
+  howpublished="RFC 7442 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7442.txt",
+}
+
+ at misc{rfc7443,
+  author="P. Patil and T. Reddy and G. Salgueiro and M. Petit-Huguenin",
+  title="{Application-Layer Protocol Negotiation (ALPN) Labels for Session Traversal Utilities for NAT (STUN) Usages}",
+  series="Request for Comments",
+  number="7443",
+  howpublished="RFC 7443 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7443.txt",
+}
+
+ at misc{rfc7444,
+  author="K. Zeilenga and A. Melnikov",
+  title="{Security Labels in Internet Email}",
+  series="Request for Comments",
+  number="7444",
+  howpublished="RFC 7444 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7444.txt",
+}
+
+ at misc{rfc7445,
+  author="G. Chen and H. Deng and D. Michaud and J. Korhonen and M. Boucadair",
+  title="{Analysis of Failure Cases in IPv6 Roaming Scenarios}",
+  series="Request for Comments",
+  number="7445",
+  howpublished="RFC 7445 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7445.txt",
+}
+
+ at misc{rfc7446,
+  author="Y. Lee and G. Bernstein and D. Li and W. Imajuku",
+  title="{Routing and Wavelength Assignment Information Model for Wavelength Switched Optical Networks}",
+  series="Request for Comments",
+  number="7446",
+  howpublished="RFC 7446 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7446.txt",
+}
+
+ at misc{rfc7447,
+  author="J. Scudder and K. Kompella",
+  title="{Deprecation of BGP Entropy Label Capability Attribute}",
+  series="Request for Comments",
+  number="7447",
+  howpublished="RFC 7447 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7447.txt",
+}
+
+ at misc{rfc7448,
+  author="T. Taylor and D. Romascanu",
+  title="{MIB Transfer from the IETF to the IEEE 802.3 WG}",
+  series="Request for Comments",
+  number="7448",
+  howpublished="RFC 7448 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7448.txt",
+}
+
+ at misc{rfc7449,
+  author="Y. Lee and G. Bernstein and J. Martensson and T. Takeda and T. Tsuritani and O. Gonzalez de Dios",
+  title="{Path Computation Element Communication Protocol (PCEP) Requirements for Wavelength Switched Optical Network (WSON) Routing and Wavelength Assignment}",
+  series="Request for Comments",
+  number="7449",
+  howpublished="RFC 7449 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7449.txt",
+}
+
+ at misc{rfc7450,
+  author="G. Bumgardner",
+  title="{Automatic Multicast Tunneling}",
+  series="Request for Comments",
+  number="7450",
+  howpublished="RFC 7450 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7450.txt",
+}
+
+ at misc{rfc7451,
+  author="S. Hollenbeck",
+  title="{Extension Registry for the Extensible Provisioning Protocol}",
+  series="Request for Comments",
+  number="7451",
+  howpublished="RFC 7451 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7451.txt",
+}
+
+ at misc{rfc7452,
+  author="H. Tschofenig and J. Arkko and D. Thaler and D. McPherson",
+  title="{Architectural Considerations in Smart Object Networking}",
+  series="Request for Comments",
+  number="7452",
+  howpublished="RFC 7452 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7452.txt",
+}
+
+ at misc{rfc7453,
+  author="V. Mahalingam and K. Sampath and S. Aldrin and T. Nadeau",
+  title="{MPLS Transport Profile (MPLS-TP) Traffic Engineering (TE) Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="7453",
+  howpublished="RFC 7453 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7453.txt",
+}
+
+ at misc{rfc7454,
+  author="J. Durand and I. Pepelnjak and G. Doering",
+  title="{BGP Operations and Security}",
+  series="Request for Comments",
+  number="7454",
+  howpublished="RFC 7454 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7454.txt",
+}
+
+ at misc{rfc7455,
+  author="T. Senevirathne and N. Finn and S. Salam and D. Kumar and D. Eastlake 3rd and S. Aldrin and Y. Li",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Fault Management}",
+  series="Request for Comments",
+  number="7455",
+  howpublished="RFC 7455 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7455.txt",
+}
+
+ at misc{rfc7456,
+  author="T. Mizrahi and T. Senevirathne and S. Salam and D. Kumar and D. Eastlake 3rd",
+  title="{Loss and Delay Measurement in Transparent Interconnection of Lots of Links (TRILL)}",
+  series="Request for Comments",
+  number="7456",
+  howpublished="RFC 7456 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7456.txt",
+}
+
+ at misc{rfc7457,
+  author="Y. Sheffer and R. Holz and P. Saint-Andre",
+  title="{Summarizing Known Attacks on Transport Layer Security (TLS) and Datagram TLS (DTLS)}",
+  series="Request for Comments",
+  number="7457",
+  howpublished="RFC 7457 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7457.txt",
+}
+
+ at misc{rfc7458,
+  author="R. Valmikam and R. Koodli",
+  title="{Extensible Authentication Protocol (EAP) Attributes for Wi-Fi Integration with the Evolved Packet Core}",
+  series="Request for Comments",
+  number="7458",
+  howpublished="RFC 7458 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7458.txt",
+}
+
+ at misc{rfc7459,
+  author="M. Thomson and J. Winterbottom",
+  title="{Representation of Uncertainty and Confidence in the Presence Information Data Format Location Object (PIDF-LO)}",
+  series="Request for Comments",
+  number="7459",
+  howpublished="RFC 7459 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7459.txt",
+}
+
+ at misc{rfc7460,
+  author="M. Chandramouli and B. Claise and B. Schoening and J. Quittek and T. Dietz",
+  title="{Monitoring and Control MIB for Power and Energy}",
+  series="Request for Comments",
+  number="7460",
+  howpublished="RFC 7460 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7460.txt",
+}
+
+ at misc{rfc7461,
+  author="J. Parello and B. Claise and M. Chandramouli",
+  title="{Energy Object Context MIB}",
+  series="Request for Comments",
+  number="7461",
+  howpublished="RFC 7461 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7461.txt",
+}
+
+ at misc{rfc7462,
+  author="L. Liess and R. Jesske and A. Johnston and D. Worley and P. Kyzivat",
+  title="{URNs for the Alert-Info Header Field of the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="7462",
+  howpublished="RFC 7462 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7462.txt",
+}
+
+ at misc{rfc7463,
+  author="A. Johnston and M. Soroushnejad and V. Venkataramanan",
+  title="{Shared Appearances of a Session Initiation Protocol (SIP) Address of Record (AOR)}",
+  series="Request for Comments",
+  number="7463",
+  howpublished="RFC 7463 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7463.txt",
+}
+
+ at misc{rfc7464,
+  author="N. Williams",
+  title="{JavaScript Object Notation (JSON) Text Sequences}",
+  series="Request for Comments",
+  number="7464",
+  howpublished="RFC 7464 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7464.txt",
+}
+
+ at misc{rfc7465,
+  author="A. Popov",
+  title="{Prohibiting RC4 Cipher Suites}",
+  series="Request for Comments",
+  number="7465",
+  howpublished="RFC 7465 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7465.txt",
+}
+
+ at misc{rfc7466,
+  author="C. Dearlove and T. Clausen",
+  title="{An Optimization for the Mobile Ad Hoc Network (MANET) Neighborhood Discovery Protocol (NHDP)}",
+  series="Request for Comments",
+  number="7466",
+  howpublished="RFC 7466 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7466.txt",
+}
+
+ at misc{rfc7467,
+  author="A. Murdock",
+  title="{URN Namespace for the North Atlantic Treaty Organization (NATO)}",
+  series="Request for Comments",
+  number="7467",
+  howpublished="RFC 7467 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7467.txt",
+}
+
+ at misc{rfc7468,
+  author="S. Josefsson and S. Leonard",
+  title="{Textual Encodings of PKIX, PKCS, and CMS Structures}",
+  series="Request for Comments",
+  number="7468",
+  howpublished="RFC 7468 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7468.txt",
+}
+
+ at misc{rfc7469,
+  author="C. Evans and C. Palmer and R. Sleevi",
+  title="{Public Key Pinning Extension for HTTP}",
+  series="Request for Comments",
+  number="7469",
+  howpublished="RFC 7469 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7469.txt",
+}
+
+ at misc{rfc7470,
+  author="F. Zhang and A. Farrel",
+  title="{Conveying Vendor-Specific Constraints in the Path Computation Element Communication Protocol}",
+  series="Request for Comments",
+  number="7470",
+  howpublished="RFC 7470 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7470.txt",
+}
+
+ at misc{rfc7471,
+  author="S. Giacalone and D. Ward and J. Drake and A. Atlas and S. Previdi",
+  title="{OSPF Traffic Engineering (TE) Metric Extensions}",
+  series="Request for Comments",
+  number="7471",
+  howpublished="RFC 7471 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7471.txt",
+}
+
+ at misc{rfc7472,
+  author="I. McDonald and M. Sweet",
+  title="{Internet Printing Protocol (IPP) over HTTPS Transport Binding and the 'ipps' URI Scheme}",
+  series="Request for Comments",
+  number="7472",
+  howpublished="RFC 7472 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7472.txt",
+}
+
+ at misc{rfc7473,
+  author="K. Raza and S. Boutros",
+  title="{Controlling State Advertisements of Non-negotiated LDP Applications}",
+  series="Request for Comments",
+  number="7473",
+  howpublished="RFC 7473 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7473.txt",
+}
+
+ at misc{rfc7474,
+  author="M. Bhatia and S. Hartman and D. Zhang and A. Lindem",
+  title="{Security Extension for OSPFv2 When Using Manual Key Management}",
+  series="Request for Comments",
+  number="7474",
+  howpublished="RFC 7474 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7474.txt",
+}
+
+ at misc{rfc7475,
+  author="S. Dawkins",
+  title="{Increasing the Number of Area Directors in an IETF Area}",
+  series="Request for Comments",
+  number="7475",
+  howpublished="RFC 7475 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7475.txt",
+}
+
+ at misc{rfc7476,
+  author="K. Pentikousis and B. Ohlman and D. Corujo and G. Boggia and G. Tyson and E. Davies and A. Molinaro and S. Eum",
+  title="{Information-Centric Networking: Baseline Scenarios}",
+  series="Request for Comments",
+  number="7476",
+  howpublished="RFC 7476 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7476.txt",
+}
+
+ at misc{rfc7477,
+  author="W. Hardaker",
+  title="{Child-to-Parent Synchronization in DNS}",
+  series="Request for Comments",
+  number="7477",
+  howpublished="RFC 7477 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7477.txt",
+}
+
+ at misc{rfc7478,
+  author="C. Holmberg and S. Hakansson and G. Eriksson",
+  title="{Web Real-Time Communication Use Cases and Requirements}",
+  series="Request for Comments",
+  number="7478",
+  howpublished="RFC 7478 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7478.txt",
+}
+
+ at misc{rfc7479,
+  author="S. Moonesamy",
+  title="{Using Ed25519 in SSHFP Resource Records}",
+  series="Request for Comments",
+  number="7479",
+  howpublished="RFC 7479 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7479.txt",
+}
+
+ at misc{rfc7480,
+  author="A. Newton and B. Ellacott and N. Kong",
+  title="{HTTP Usage in the Registration Data Access Protocol (RDAP)}",
+  series="Request for Comments",
+  number="7480",
+  howpublished="RFC 7480 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7480.txt",
+}
+
+ at misc{rfc7481,
+  author="S. Hollenbeck and N. Kong",
+  title="{Security Services for the Registration Data Access Protocol (RDAP)}",
+  series="Request for Comments",
+  number="7481",
+  howpublished="RFC 7481 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7481.txt",
+}
+
+ at misc{rfc7482,
+  author="A. Newton and S. Hollenbeck",
+  title="{Registration Data Access Protocol (RDAP) Query Format}",
+  series="Request for Comments",
+  number="7482",
+  howpublished="RFC 7482 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7482.txt",
+}
+
+ at misc{rfc7483,
+  author="A. Newton and S. Hollenbeck",
+  title="{JSON Responses for the Registration Data Access Protocol (RDAP)}",
+  series="Request for Comments",
+  number="7483",
+  howpublished="RFC 7483 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7483.txt",
+}
+
+ at misc{rfc7484,
+  author="M. Blanchet",
+  title="{Finding the Authoritative Registration Data (RDAP) Service}",
+  series="Request for Comments",
+  number="7484",
+  howpublished="RFC 7484 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7484.txt",
+}
+
+ at misc{rfc7485,
+  author="L. Zhou and N. Kong and S. Shen and S. Sheng and A. Servin",
+  title="{Inventory and Analysis of WHOIS Registration Objects}",
+  series="Request for Comments",
+  number="7485",
+  howpublished="RFC 7485 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7485.txt",
+}
+
+ at misc{rfc7486,
+  author="S. Farrell and P. Hoffman and M. Thomas",
+  title="{HTTP Origin-Bound Authentication (HOBA)}",
+  series="Request for Comments",
+  number="7486",
+  howpublished="RFC 7486 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7486.txt",
+}
+
+ at misc{rfc7487,
+  author="E. Bellagamba and A. Takacs and G. Mirsky and L. Andersson and P. Skoldstrom and D. Ward",
+  title="{Configuration of Proactive Operations, Administration, and Maintenance (OAM) Functions for MPLS-Based Transport Networks Using RSVP-TE}",
+  series="Request for Comments",
+  number="7487",
+  howpublished="RFC 7487 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7487.txt",
+}
+
+ at misc{rfc7488,
+  author="M. Boucadair and R. Penno and D. Wing and P. Patil and T. Reddy",
+  title="{Port Control Protocol (PCP) Server Selection}",
+  series="Request for Comments",
+  number="7488",
+  howpublished="RFC 7488 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7488.txt",
+}
+
+ at misc{rfc7489,
+  author="M. Kucherawy and E. Zwicky",
+  title="{Domain-based Message Authentication, Reporting, and Conformance (DMARC)}",
+  series="Request for Comments",
+  number="7489",
+  howpublished="RFC 7489 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7489.txt",
+}
+
+ at misc{rfc7490,
+  author="S. Bryant and C. Filsfils and S. Previdi and M. Shand and N. So",
+  title="{Remote Loop-Free Alternate (LFA) Fast Reroute (FRR)}",
+  series="Request for Comments",
+  number="7490",
+  howpublished="RFC 7490 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7490.txt",
+}
+
+ at misc{rfc7491,
+  author="D. King and A. Farrel",
+  title="{A PCE-Based Architecture for Application-Based Network Operations}",
+  series="Request for Comments",
+  number="7491",
+  howpublished="RFC 7491 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7491.txt",
+}
+
+ at misc{rfc7492,
+  author="M. Bhatia and D. Zhang and M. Jethanandani",
+  title="{Analysis of Bidirectional Forwarding Detection (BFD) Security According to the Keying and Authentication for Routing Protocols (KARP) Design Guidelines}",
+  series="Request for Comments",
+  number="7492",
+  howpublished="RFC 7492 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7492.txt",
+}
+
+ at misc{rfc7493,
+  author="T. Bray",
+  title="{The I-JSON Message Format}",
+  series="Request for Comments",
+  number="7493",
+  howpublished="RFC 7493 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7493.txt",
+}
+
+ at misc{rfc7494,
+  author="C. Shao and H. Deng and R. Pazhyannur and F. Bari and R. Zhang and S. Matsushima",
+  title="{IEEE 802.11 Medium Access Control (MAC) Profile for Control and Provisioning of Wireless Access Points (CAPWAP)}",
+  series="Request for Comments",
+  number="7494",
+  howpublished="RFC 7494 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7494.txt",
+}
+
+ at misc{rfc7495,
+  author="A. Montville and D. Black",
+  title="{Enumeration Reference Format for the Incident Object Description Exchange Format (IODEF)}",
+  series="Request for Comments",
+  number="7495",
+  howpublished="RFC 7495 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7495.txt",
+}
+
+ at misc{rfc7496,
+  author="M. Tuexen and R. Seggelmann and R. Stewart and S. Loreto",
+  title="{Additional Policies for the Partially Reliable Stream Control Transmission Protocol Extension}",
+  series="Request for Comments",
+  number="7496",
+  howpublished="RFC 7496 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7496.txt",
+}
+
+ at misc{rfc7497,
+  author="A. Morton",
+  title="{Rate Measurement Test Protocol Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="7497",
+  howpublished="RFC 7497 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7497.txt",
+}
+
+ at misc{rfc7498,
+  author="P. Quinn and T. Nadeau",
+  title="{Problem Statement for Service Function Chaining}",
+  series="Request for Comments",
+  number="7498",
+  howpublished="RFC 7498 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7498.txt",
+}
+
+ at misc{rfc7499,
+  author="A. Perez-Mendez and R. Marin-Lopez and F. Pereniguez-Garcia and G. Lopez-Millan and D. Lopez and A. DeKok",
+  title="{Support of Fragmentation of RADIUS Packets}",
+  series="Request for Comments",
+  number="7499",
+  howpublished="RFC 7499 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7499.txt",
+}
+
+ at misc{rfc7500,
+  author="R. Housley and O. Kolkman",
+  title="{Principles for Operation of Internet Assigned Numbers Authority (IANA) Registries}",
+  series="Request for Comments",
+  number="7500",
+  howpublished="RFC 7500 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7500.txt",
+}
+
+ at misc{rfc7501,
+  author="C. Davids and V. Gurbani and S. Poretsky",
+  title="{Terminology for Benchmarking Session Initiation Protocol (SIP) Devices: Basic Session Setup and Registration}",
+  series="Request for Comments",
+  number="7501",
+  howpublished="RFC 7501 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7501.txt",
+}
+
+ at misc{rfc7502,
+  author="C. Davids and V. Gurbani and S. Poretsky",
+  title="{Methodology for Benchmarking Session Initiation Protocol (SIP) Devices: Basic Session Setup and Registration}",
+  series="Request for Comments",
+  number="7502",
+  howpublished="RFC 7502 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7502.txt",
+}
+
+ at misc{rfc7503,
+  author="A. Lindem and J. Arkko",
+  title="{OSPFv3 Autoconfiguration}",
+  series="Request for Comments",
+  number="7503",
+  howpublished="RFC 7503 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7503.txt",
+}
+
+ at misc{rfc7504,
+  author="J. Klensin",
+  title="{SMTP 521 and 556 Reply Codes}",
+  series="Request for Comments",
+  number="7504",
+  howpublished="RFC 7504 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7504.txt",
+}
+
+ at misc{rfc7505,
+  author="J. Levine and M. Delany",
+  title="{A "Null MX" No Service Resource Record for Domains That Accept No Mail}",
+  series="Request for Comments",
+  number="7505",
+  howpublished="RFC 7505 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7505.txt",
+}
+
+ at misc{rfc7506,
+  author="K. Raza and N. Akiya and C. Pignataro",
+  title="{IPv6 Router Alert Option for MPLS Operations, Administration, and Maintenance (OAM)}",
+  series="Request for Comments",
+  number="7506",
+  howpublished="RFC 7506 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7506.txt",
+}
+
+ at misc{rfc7507,
+  author="B. Moeller and A. Langley",
+  title="{TLS Fallback Signaling Cipher Suite Value (SCSV) for Preventing Protocol Downgrade Attacks}",
+  series="Request for Comments",
+  number="7507",
+  howpublished="RFC 7507 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7507.txt",
+}
+
+ at misc{rfc7508,
+  author="L. Cailleux and C. Bonatti",
+  title="{Securing Header Fields with S/MIME}",
+  series="Request for Comments",
+  number="7508",
+  howpublished="RFC 7508 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7508.txt",
+}
+
+ at misc{rfc7509,
+  author="R. Huang and V. Singh",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) for Post-Repair Loss Count Metrics}",
+  series="Request for Comments",
+  number="7509",
+  howpublished="RFC 7509 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7509.txt",
+}
+
+ at misc{rfc7510,
+  author="X. Xu and N. Sheth and L. Yong and R. Callon and D. Black",
+  title="{Encapsulating MPLS in UDP}",
+  series="Request for Comments",
+  number="7510",
+  howpublished="RFC 7510 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7510.txt",
+}
+
+ at misc{rfc7511,
+  author="M. Wilhelm",
+  title="{Scenic Routing for IPv6}",
+  series="Request for Comments",
+  number="7511",
+  howpublished="RFC 7511 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc7511.txt",
+}
+
+ at misc{rfc7512,
+  author="J. Pechanec and D. Moffat",
+  title="{The PKCS \#11 URI Scheme}",
+  series="Request for Comments",
+  number="7512",
+  howpublished="RFC 7512 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7512.txt",
+}
+
+ at misc{rfc7513,
+  author="J. Bi and J. Wu and G. Yao and F. Baker",
+  title="{Source Address Validation Improvement (SAVI) Solution for DHCP}",
+  series="Request for Comments",
+  number="7513",
+  howpublished="RFC 7513 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7513.txt",
+}
+
+ at misc{rfc7514,
+  author="M. Luckie",
+  title="{Really Explicit Congestion Notification (RECN)}",
+  series="Request for Comments",
+  number="7514",
+  howpublished="RFC 7514 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+  day="1",  
+  url="http://www.ietf.org/rfc/rfc7514.txt",
+}
+
+ at misc{rfc7515,
+  author="M. Jones and J. Bradley and N. Sakimura",
+  title="{JSON Web Signature (JWS)}",
+  series="Request for Comments",
+  number="7515",
+  howpublished="RFC 7515 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7515.txt",
+}
+
+ at misc{rfc7516,
+  author="M. Jones and J. Hildebrand",
+  title="{JSON Web Encryption (JWE)}",
+  series="Request for Comments",
+  number="7516",
+  howpublished="RFC 7516 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7516.txt",
+}
+
+ at misc{rfc7517,
+  author="M. Jones",
+  title="{JSON Web Key (JWK)}",
+  series="Request for Comments",
+  number="7517",
+  howpublished="RFC 7517 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7517.txt",
+}
+
+ at misc{rfc7518,
+  author="M. Jones",
+  title="{JSON Web Algorithms (JWA)}",
+  series="Request for Comments",
+  number="7518",
+  howpublished="RFC 7518 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7518.txt",
+}
+
+ at misc{rfc7519,
+  author="M. Jones and J. Bradley and N. Sakimura",
+  title="{JSON Web Token (JWT)}",
+  series="Request for Comments",
+  number="7519",
+  howpublished="RFC 7519 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    note="Updated by RFC 7797",
+  url="http://www.ietf.org/rfc/rfc7519.txt",
+}
+
+ at misc{rfc7520,
+  author="M. Miller",
+  title="{Examples of Protecting Content Using JSON Object Signing and Encryption (JOSE)}",
+  series="Request for Comments",
+  number="7520",
+  howpublished="RFC 7520 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7520.txt",
+}
+
+ at misc{rfc7521,
+  author="B. Campbell and C. Mortimore and M. Jones and Y. Goland",
+  title="{Assertion Framework for OAuth 2.0 Client Authentication and Authorization Grants}",
+  series="Request for Comments",
+  number="7521",
+  howpublished="RFC 7521 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7521.txt",
+}
+
+ at misc{rfc7522,
+  author="B. Campbell and C. Mortimore and M. Jones",
+  title="{Security Assertion Markup Language (SAML) 2.0 Profile for OAuth 2.0 Client Authentication and Authorization Grants}",
+  series="Request for Comments",
+  number="7522",
+  howpublished="RFC 7522 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7522.txt",
+}
+
+ at misc{rfc7523,
+  author="M. Jones and B. Campbell and C. Mortimore",
+  title="{JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants}",
+  series="Request for Comments",
+  number="7523",
+  howpublished="RFC 7523 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7523.txt",
+}
+
+ at misc{rfc7524,
+  author="Y. Rekhter and E. Rosen and R. Aggarwal and T. Morin and I. Grosclaude and N. Leymann and S. Saad",
+  title="{Inter-Area Point-to-Multipoint (P2MP) Segmented Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="7524",
+  howpublished="RFC 7524 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7524.txt",
+}
+
+ at misc{rfc7525,
+  author="Y. Sheffer and R. Holz and P. Saint-Andre",
+  title="{Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="7525",
+  howpublished="RFC 7525 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7525.txt",
+}
+
+ at misc{rfc7526,
+  author="O. Troan and B. Carpenter",
+  title="{Deprecating the Anycast Prefix for 6to4 Relay Routers}",
+  series="Request for Comments",
+  number="7526",
+  howpublished="RFC 7526 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7526.txt",
+}
+
+ at misc{rfc7527,
+  author="R. Asati and H. Singh and W. Beebee and C. Pignataro and E. Dart and W. George",
+  title="{Enhanced Duplicate Address Detection}",
+  series="Request for Comments",
+  number="7527",
+  howpublished="RFC 7527 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7527.txt",
+}
+
+ at misc{rfc7528,
+  author="P. Higgs and J. Piesing",
+  title="{A Uniform Resource Name (URN) Namespace for the Hybrid Broadcast Broadband TV (HbbTV) Association}",
+  series="Request for Comments",
+  number="7528",
+  howpublished="RFC 7528 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7528.txt",
+}
+
+ at misc{rfc7529,
+  author="C. Daboo and G. Yakushev",
+  title="{Non-Gregorian Recurrence Rules in the Internet Calendaring and Scheduling Core Object Specification (iCalendar)}",
+  series="Request for Comments",
+  number="7529",
+  howpublished="RFC 7529 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7529.txt",
+}
+
+ at misc{rfc7530,
+  author="T. Haynes and D. Noveck",
+  title="{Network File System (NFS) Version 4 Protocol}",
+  series="Request for Comments",
+  number="7530",
+  howpublished="RFC 7530 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    note="Updated by RFC 7931",
+  url="http://www.ietf.org/rfc/rfc7530.txt",
+}
+
+ at misc{rfc7531,
+  author="T. Haynes and D. Noveck",
+  title="{Network File System (NFS) Version 4 External Data Representation Standard (XDR) Description}",
+  series="Request for Comments",
+  number="7531",
+  howpublished="RFC 7531 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7531.txt",
+}
+
+ at misc{rfc7532,
+  author="J. Lentini and R. Tewari and C. Lever",
+  title="{Namespace Database (NSDB) Protocol for Federated File Systems}",
+  series="Request for Comments",
+  number="7532",
+  howpublished="RFC 7532 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7532.txt",
+}
+
+ at misc{rfc7533,
+  author="J. Lentini and R. Tewari and C. Lever",
+  title="{Administration Protocol for Federated File Systems}",
+  series="Request for Comments",
+  number="7533",
+  howpublished="RFC 7533 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7533.txt",
+}
+
+ at misc{rfc7534,
+  author="J. Abley and W. Sotomayor",
+  title="{AS112 Nameserver Operations}",
+  series="Request for Comments",
+  number="7534",
+  howpublished="RFC 7534 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7534.txt",
+}
+
+ at misc{rfc7535,
+  author="J. Abley and B. Dickson and W. Kumari and G. Michaelson",
+  title="{AS112 Redirection Using DNAME}",
+  series="Request for Comments",
+  number="7535",
+  howpublished="RFC 7535 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7535.txt",
+}
+
+ at misc{rfc7536,
+  author="M. Linsner and P. Eardley and T. Burbridge and F. Sorensen",
+  title="{Large-Scale Broadband Measurement Use Cases}",
+  series="Request for Comments",
+  number="7536",
+  howpublished="RFC 7536 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7536.txt",
+}
+
+ at misc{rfc7537,
+  author="B. Decraene and N. Akiya and C. Pignataro and L. Andersson and S. Aldrin",
+  title="{IANA Registries for LSP Ping Code Points}",
+  series="Request for Comments",
+  number="7537",
+  howpublished="RFC 7537 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7537.txt",
+}
+
+ at misc{rfc7538,
+  author="J. Reschke",
+  title="{The Hypertext Transfer Protocol Status Code 308 (Permanent Redirect)}",
+  series="Request for Comments",
+  number="7538",
+  howpublished="RFC 7538 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7538.txt",
+}
+
+ at misc{rfc7539,
+  author="Y. Nir and A. Langley",
+  title="{ChaCha20 and Poly1305 for IETF Protocols}",
+  series="Request for Comments",
+  number="7539",
+  howpublished="RFC 7539 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7539.txt",
+}
+
+ at misc{rfc7540,
+  author="M. Belshe and R. Peon and M. Thomson",
+  title="{Hypertext Transfer Protocol Version 2 (HTTP/2)}",
+  series="Request for Comments",
+  number="7540",
+  howpublished="RFC 7540 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7540.txt",
+}
+
+ at misc{rfc7541,
+  author="R. Peon and H. Ruellan",
+  title="{HPACK: Header Compression for HTTP/2}",
+  series="Request for Comments",
+  number="7541",
+  howpublished="RFC 7541 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7541.txt",
+}
+
+ at misc{rfc7542,
+  author="A. DeKok",
+  title="{The Network Access Identifier}",
+  series="Request for Comments",
+  number="7542",
+  howpublished="RFC 7542 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7542.txt",
+}
+
+ at misc{rfc7543,
+  author="H. Jeng and L. Jalil and R. Bonica and K. Patel and L. Yong",
+  title="{Covering Prefixes Outbound Route Filter for BGP-4}",
+  series="Request for Comments",
+  number="7543",
+  howpublished="RFC 7543 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7543.txt",
+}
+
+ at misc{rfc7544,
+  author="M. Mohali",
+  title="{Mapping and Interworking of Diversion Information between Diversion and History-Info Header Fields in the Session Initiation Protocol (SIP)}",
+  series="Request for Comments",
+  number="7544",
+  howpublished="RFC 7544 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7544.txt",
+}
+
+ at misc{rfc7545,
+  author="V. Chen and S. Das and L. Zhu and J. Malyar and P. McCann",
+  title="{Protocol to Access White-Space (PAWS) Databases}",
+  series="Request for Comments",
+  number="7545",
+  howpublished="RFC 7545 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7545.txt",
+}
+
+ at misc{rfc7546,
+  author="B. Kaduk",
+  title="{Structure of the Generic Security Service (GSS) Negotiation Loop}",
+  series="Request for Comments",
+  number="7546",
+  howpublished="RFC 7546 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7546.txt",
+}
+
+ at misc{rfc7547,
+  author="M. Ersue and D. Romascanu and J. Schoenwaelder and U. Herberg",
+  title="{Management of Networks with Constrained Devices: Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="7547",
+  howpublished="RFC 7547 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7547.txt",
+}
+
+ at misc{rfc7548,
+  author="M. Ersue and D. Romascanu and J. Schoenwaelder and A. Sehgal",
+  title="{Management of Networks with Constrained Devices: Use Cases}",
+  series="Request for Comments",
+  number="7548",
+  howpublished="RFC 7548 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7548.txt",
+}
+
+ at misc{rfc7549,
+  author="C. Holmberg and J. Holm and R. Jesske and M. Dolly",
+  title="{3GPP SIP URI Inter-Operator Traffic Leg Parameter}",
+  series="Request for Comments",
+  number="7549",
+  howpublished="RFC 7549 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7549.txt",
+}
+
+ at misc{rfc7550,
+  author="O. Troan and B. Volz and M. Siodelski",
+  title="{Issues and Recommendations with Multiple Stateful DHCPv6 Options}",
+  series="Request for Comments",
+  number="7550",
+  howpublished="RFC 7550 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7550.txt",
+}
+
+ at misc{rfc7551,
+  author="F. Zhang and R. Jing and R. Gandhi",
+  title="{RSVP-TE Extensions for Associated Bidirectional Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="7551",
+  howpublished="RFC 7551 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7551.txt",
+}
+
+ at misc{rfc7552,
+  author="R. Asati and C. Pignataro and K. Raza and V. Manral and R. Papneja",
+  title="{Updates to LDP for IPv6}",
+  series="Request for Comments",
+  number="7552",
+  howpublished="RFC 7552 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7552.txt",
+}
+
+ at misc{rfc7553,
+  author="P. Faltstrom and O. Kolkman",
+  title="{The Uniform Resource Identifier (URI) DNS Resource Record}",
+  series="Request for Comments",
+  number="7553",
+  howpublished="RFC 7553 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7553.txt",
+}
+
+ at misc{rfc7554,
+  author="T. Watteyne and M. Palattella and L. Grieco",
+  title="{Using IEEE 802.15.4e Time-Slotted Channel Hopping (TSCH) in the Internet of Things (IoT): Problem Statement}",
+  series="Request for Comments",
+  number="7554",
+  howpublished="RFC 7554 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7554.txt",
+}
+
+ at misc{rfc7555,
+  author="G. Swallow and V. Lim and S. Aldrin",
+  title="{Proxy MPLS Echo Request}",
+  series="Request for Comments",
+  number="7555",
+  howpublished="RFC 7555 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7555.txt",
+}
+
+ at misc{rfc7556,
+  author="D. Anipko",
+  title="{Multiple Provisioning Domain Architecture}",
+  series="Request for Comments",
+  number="7556",
+  howpublished="RFC 7556 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7556.txt",
+}
+
+ at misc{rfc7557,
+  author="J. Chroboczek",
+  title="{Extension Mechanism for the Babel Routing Protocol}",
+  series="Request for Comments",
+  number="7557",
+  howpublished="RFC 7557 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7557.txt",
+}
+
+ at misc{rfc7558,
+  author="K. Lynn and S. Cheshire and M. Blanchet and D. Migault",
+  title="{Requirements for Scalable DNS-Based Service Discovery (DNS-SD) / Multicast DNS (mDNS) Extensions}",
+  series="Request for Comments",
+  number="7558",
+  howpublished="RFC 7558 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7558.txt",
+}
+
+ at misc{rfc7559,
+  author="S. Krishnan and D. Anipko and D. Thaler",
+  title="{Packet-Loss Resiliency for Router Solicitations}",
+  series="Request for Comments",
+  number="7559",
+  howpublished="RFC 7559 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7559.txt",
+}
+
+ at misc{rfc7560,
+  author="M. Kuehlewind and R. Scheffenegger and B. Briscoe",
+  title="{Problem Statement and Requirements for Increased Accuracy in Explicit Congestion Notification (ECN) Feedback}",
+  series="Request for Comments",
+  number="7560",
+  howpublished="RFC 7560 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7560.txt",
+}
+
+ at misc{rfc7561,
+  author="J. Kaippallimalil and R. Pazhyannur and P. Yegani",
+  title="{Mapping Quality of Service (QoS) Procedures of Proxy Mobile IPv6 (PMIPv6) and WLAN}",
+  series="Request for Comments",
+  number="7561",
+  howpublished="RFC 7561 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7561.txt",
+}
+
+ at misc{rfc7562,
+  author="D. Thakore",
+  title="{Transport Layer Security (TLS) Authorization Using Digital Transmission Content Protection (DTCP) Certificates}",
+  series="Request for Comments",
+  number="7562",
+  howpublished="RFC 7562 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7562.txt",
+}
+
+ at misc{rfc7563,
+  author="R. Pazhyannur and S. Speicher and S. Gundavelli and J. Korhonen and J. Kaippallimalil",
+  title="{Extensions to the Proxy Mobile IPv6 (PMIPv6) Access Network Identifier Option}",
+  series="Request for Comments",
+  number="7563",
+  howpublished="RFC 7563 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7563.txt",
+}
+
+ at misc{rfc7564,
+  author="P. Saint-Andre and M. Blanchet",
+  title="{PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols}",
+  series="Request for Comments",
+  number="7564",
+  howpublished="RFC 7564 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7564.txt",
+}
+
+ at misc{rfc7565,
+  author="P. Saint-Andre",
+  title="{The 'acct' URI Scheme}",
+  series="Request for Comments",
+  number="7565",
+  howpublished="RFC 7565 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7565.txt",
+}
+
+ at misc{rfc7566,
+  author="L. Goix and K. Li",
+  title="{Enumservice Registration for 'acct' URI}",
+  series="Request for Comments",
+  number="7566",
+  howpublished="RFC 7566 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7566.txt",
+}
+
+ at misc{rfc7567,
+  author="F. Baker and G. Fairhurst",
+  title="{IETF Recommendations Regarding Active Queue Management}",
+  series="Request for Comments",
+  number="7567",
+  howpublished="RFC 7567 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7567.txt",
+}
+
+ at misc{rfc7568,
+  author="R. Barnes and M. Thomson and A. Pironti and A. Langley",
+  title="{Deprecating Secure Sockets Layer Version 3.0}",
+  series="Request for Comments",
+  number="7568",
+  howpublished="RFC 7568 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7568.txt",
+}
+
+ at misc{rfc7569,
+  author="D. Quigley and J. Lu and T. Haynes",
+  title="{Registry Specification for Mandatory Access Control (MAC) Security Label Formats}",
+  series="Request for Comments",
+  number="7569",
+  howpublished="RFC 7569 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7569.txt",
+}
+
+ at misc{rfc7570,
+  author="C. Margaria and G. Martinelli and S. Balls and B. Wright",
+  title="{Label Switched Path (LSP) Attribute in the Explicit Route Object (ERO)}",
+  series="Request for Comments",
+  number="7570",
+  howpublished="RFC 7570 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7570.txt",
+}
+
+ at misc{rfc7571,
+  author="J. Dong and M. Chen and Z. Li and D. Ceccarelli",
+  title="{GMPLS RSVP-TE Extensions for Lock Instruct and Loopback}",
+  series="Request for Comments",
+  number="7571",
+  howpublished="RFC 7571 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7571.txt",
+}
+
+ at misc{rfc7572,
+  author="P. Saint-Andre and A. Houri and J. Hildebrand",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Instant Messaging}",
+  series="Request for Comments",
+  number="7572",
+  howpublished="RFC 7572 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7572.txt",
+}
+
+ at misc{rfc7573,
+  author="P. Saint-Andre and S. Loreto",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): One-to-One Text Chat Sessions}",
+  series="Request for Comments",
+  number="7573",
+  howpublished="RFC 7573 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7573.txt",
+}
+
+ at misc{rfc7574,
+  author="A. Bakker and R. Petrocco and V. Grishchenko",
+  title="{Peer-to-Peer Streaming Peer Protocol (PPSPP)}",
+  series="Request for Comments",
+  number="7574",
+  howpublished="RFC 7574 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7574.txt",
+}
+
+ at misc{rfc7575,
+  author="M. Behringer and M. Pritikin and S. Bjarnason and A. Clemm and B. Carpenter and S. Jiang and L. Ciavaglia",
+  title="{Autonomic Networking: Definitions and Design Goals}",
+  series="Request for Comments",
+  number="7575",
+  howpublished="RFC 7575 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7575.txt",
+}
+
+ at misc{rfc7576,
+  author="S. Jiang and B. Carpenter and M. Behringer",
+  title="{General Gap Analysis for Autonomic Networking}",
+  series="Request for Comments",
+  number="7576",
+  howpublished="RFC 7576 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7576.txt",
+}
+
+ at misc{rfc7577,
+  author="J. Quittek and R. Winter and T. Dietz",
+  title="{Definition of Managed Objects for Battery Monitoring}",
+  series="Request for Comments",
+  number="7577",
+  howpublished="RFC 7577 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7577.txt",
+}
+
+ at misc{rfc7578,
+  author="L. Masinter",
+  title="{Returning Values from Forms: multipart/form-data}",
+  series="Request for Comments",
+  number="7578",
+  howpublished="RFC 7578 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7578.txt",
+}
+
+ at misc{rfc7579,
+  author="G. Bernstein and Y. Lee and D. Li and W. Imajuku and J. Han",
+  title="{General Network Element Constraint Encoding for GMPLS-Controlled Networks}",
+  series="Request for Comments",
+  number="7579",
+  howpublished="RFC 7579 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7579.txt",
+}
+
+ at misc{rfc7580,
+  author="F. Zhang and Y. Lee and J. Han and G. Bernstein and Y. Xu",
+  title="{OSPF-TE Extensions for General Network Element Constraints}",
+  series="Request for Comments",
+  number="7580",
+  howpublished="RFC 7580 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7580.txt",
+}
+
+ at misc{rfc7581,
+  author="G. Bernstein and Y. Lee and D. Li and W. Imajuku and J. Han",
+  title="{Routing and Wavelength Assignment Information Encoding for Wavelength Switched Optical Networks}",
+  series="Request for Comments",
+  number="7581",
+  howpublished="RFC 7581 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7581.txt",
+}
+
+ at misc{rfc7582,
+  author="E. Rosen and IJ. Wijnands and Y. Cai and A. Boers",
+  title="{Multicast Virtual Private Network (MVPN): Using Bidirectional P-Tunnels}",
+  series="Request for Comments",
+  number="7582",
+  howpublished="RFC 7582 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7582.txt",
+}
+
+ at misc{rfc7583,
+  author="S. Morris and J. Ihren and J. Dickinson and W. Mekking",
+  title="{DNSSEC Key Rollover Timing Considerations}",
+  series="Request for Comments",
+  number="7583",
+  howpublished="RFC 7583 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7583.txt",
+}
+
+ at misc{rfc7584,
+  author="R. Ravindranath and T. Reddy and G. Salgueiro",
+  title="{Session Traversal Utilities for NAT (STUN) Message Handling for SIP Back-to-Back User Agents (B2BUAs)}",
+  series="Request for Comments",
+  number="7584",
+  howpublished="RFC 7584 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7584.txt",
+}
+
+ at misc{rfc7585,
+  author="S. Winter and M. McCauley",
+  title="{Dynamic Peer Discovery for RADIUS/TLS and RADIUS/DTLS Based on the Network Access Identifier (NAI)}",
+  series="Request for Comments",
+  number="7585",
+  howpublished="RFC 7585 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7585.txt",
+}
+
+ at misc{rfc7586,
+  author="Y. Nachum and L. Dunbar and I. Yerushalmi and T. Mizrahi",
+  title="{The Scalable Address Resolution Protocol (SARP) for Large Data Centers}",
+  series="Request for Comments",
+  number="7586",
+  howpublished="RFC 7586 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7586.txt",
+}
+
+ at misc{rfc7587,
+  author="J. Spittka and K. Vos and JM. Valin",
+  title="{RTP Payload Format for the Opus Speech and Audio Codec}",
+  series="Request for Comments",
+  number="7587",
+  howpublished="RFC 7587 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7587.txt",
+}
+
+ at misc{rfc7588,
+  author="R. Bonica and C. Pignataro and J. Touch",
+  title="{A Widely Deployed Solution to the Generic Routing Encapsulation (GRE) Fragmentation Problem}",
+  series="Request for Comments",
+  number="7588",
+  howpublished="RFC 7588 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7588.txt",
+}
+
+ at misc{rfc7589,
+  author="M. Badra and A. Luchuk and J. Schoenwaelder",
+  title="{Using the NETCONF Protocol over Transport Layer Security (TLS) with Mutual X.509 Authentication}",
+  series="Request for Comments",
+  number="7589",
+  howpublished="RFC 7589 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7589.txt",
+}
+
+ at misc{rfc7590,
+  author="P. Saint-Andre and T. Alkemade",
+  title="{Use of Transport Layer Security (TLS) in the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="7590",
+  howpublished="RFC 7590 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7590.txt",
+}
+
+ at misc{rfc7591,
+  author="J. Richer and M. Jones and J. Bradley and M. Machulak and P. Hunt",
+  title="{OAuth 2.0 Dynamic Client Registration Protocol}",
+  series="Request for Comments",
+  number="7591",
+  howpublished="RFC 7591 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7591.txt",
+}
+
+ at misc{rfc7592,
+  author="J. Richer and M. Jones and J. Bradley and M. Machulak",
+  title="{OAuth 2.0 Dynamic Client Registration Management Protocol}",
+  series="Request for Comments",
+  number="7592",
+  howpublished="RFC 7592 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7592.txt",
+}
+
+ at misc{rfc7593,
+  author="K. Wierenga and S. Winter and T. Wolniewicz",
+  title="{The eduroam Architecture for Network Roaming}",
+  series="Request for Comments",
+  number="7593",
+  howpublished="RFC 7593 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7593.txt",
+}
+
+ at misc{rfc7594,
+  author="P. Eardley and A. Morton and M. Bagnulo and T. Burbridge and P. Aitken and A. Akhter",
+  title="{A Framework for Large-Scale Measurement of Broadband Performance (LMAP)}",
+  series="Request for Comments",
+  number="7594",
+  howpublished="RFC 7594 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7594.txt",
+}
+
+ at misc{rfc7595,
+  author="D. Thaler and T. Hansen and T. Hardie",
+  title="{Guidelines and Registration Procedures for URI Schemes}",
+  series="Request for Comments",
+  number="7595",
+  howpublished="RFC 7595 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7595.txt",
+}
+
+ at misc{rfc7596,
+  author="Y. Cui and Q. Sun and M. Boucadair and T. Tsou and Y. Lee and I. Farrer",
+  title="{Lightweight 4over6: An Extension to the Dual-Stack Lite Architecture}",
+  series="Request for Comments",
+  number="7596",
+  howpublished="RFC 7596 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7596.txt",
+}
+
+ at misc{rfc7597,
+  author="O. Troan and W. Dec and X. Li and C. Bao and S. Matsushima and T. Murakami and T. Taylor",
+  title="{Mapping of Address and Port with Encapsulation (MAP-E)}",
+  series="Request for Comments",
+  number="7597",
+  howpublished="RFC 7597 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7597.txt",
+}
+
+ at misc{rfc7598,
+  author="T. Mrugalski and O. Troan and I. Farrer and S. Perreault and W. Dec and C. Bao and L. Yeh and X. Deng",
+  title="{DHCPv6 Options for Configuration of Softwire Address and Port-Mapped Clients}",
+  series="Request for Comments",
+  number="7598",
+  howpublished="RFC 7598 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7598.txt",
+}
+
+ at misc{rfc7599,
+  author="X. Li and C. Bao and W. Dec and O. Troan and S. Matsushima and T. Murakami",
+  title="{Mapping of Address and Port using Translation (MAP-T)}",
+  series="Request for Comments",
+  number="7599",
+  howpublished="RFC 7599 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7599.txt",
+}
+
+ at misc{rfc7600,
+  author="R. Despres and S. Jiang and R. Penno and Y. Lee and G. Chen and M. Chen",
+  title="{IPv4 Residual Deployment via IPv6 - A Stateless Solution (4rd)}",
+  series="Request for Comments",
+  number="7600",
+  howpublished="RFC 7600 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7600.txt",
+}
+
+ at misc{rfc7601,
+  author="M. Kucherawy",
+  title="{Message Header Field for Indicating Message Authentication Status}",
+  series="Request for Comments",
+  number="7601",
+  howpublished="RFC 7601 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7601.txt",
+}
+
+ at misc{rfc7602,
+  author="U. Chunduri and W. Lu and A. Tian and N. Shen",
+  title="{IS-IS Extended Sequence Number TLV}",
+  series="Request for Comments",
+  number="7602",
+  howpublished="RFC 7602 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7602.txt",
+}
+
+ at misc{rfc7603,
+  author="B. Schoening and M. Chandramouli and B. Nordman",
+  title="{Energy Management (EMAN) Applicability Statement}",
+  series="Request for Comments",
+  number="7603",
+  howpublished="RFC 7603 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7603.txt",
+}
+
+ at misc{rfc7604,
+  author="M. Westerlund and T. Zeng",
+  title="{Comparison of Different NAT Traversal Techniques for Media Controlled by the Real-Time Streaming Protocol (RTSP)}",
+  series="Request for Comments",
+  number="7604",
+  howpublished="RFC 7604 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7604.txt",
+}
+
+ at misc{rfc7605,
+  author="J. Touch",
+  title="{Recommendations on Using Assigned Transport Port Numbers}",
+  series="Request for Comments",
+  number="7605",
+  howpublished="RFC 7605 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7605.txt",
+}
+
+ at misc{rfc7606,
+  author="E. Chen and J. Scudder and P. Mohapatra and K. Patel",
+  title="{Revised Error Handling for BGP UPDATE Messages}",
+  series="Request for Comments",
+  number="7606",
+  howpublished="RFC 7606 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7606.txt",
+}
+
+ at misc{rfc7607,
+  author="W. Kumari and R. Bush and H. Schiller and K. Patel",
+  title="{Codification of AS 0 Processing}",
+  series="Request for Comments",
+  number="7607",
+  howpublished="RFC 7607 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7607.txt",
+}
+
+ at misc{rfc7608,
+  author="M. Boucadair and A. Petrescu and F. Baker",
+  title="{IPv6 Prefix Length Recommendation for Forwarding}",
+  series="Request for Comments",
+  number="7608",
+  howpublished="RFC 7608 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7608.txt",
+}
+
+ at misc{rfc7609,
+  author="M. Fox and C. Kassimis and J. Stevens",
+  title="{IBM's Shared Memory Communications over RDMA (SMC-R) Protocol}",
+  series="Request for Comments",
+  number="7609",
+  howpublished="RFC 7609 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7609.txt",
+}
+
+ at misc{rfc7610,
+  author="F. Gont and W. Liu and G. Van de Velde",
+  title="{DHCPv6-Shield: Protecting against Rogue DHCPv6 Servers}",
+  series="Request for Comments",
+  number="7610",
+  howpublished="RFC 7610 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7610.txt",
+}
+
+ at misc{rfc7611,
+  author="J. Uttaro and P. Mohapatra and D. Smith and R. Raszuk and J. Scudder",
+  title="{BGP ACCEPT\_OWN Community Attribute}",
+  series="Request for Comments",
+  number="7611",
+  howpublished="RFC 7611 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7611.txt",
+}
+
+ at misc{rfc7612,
+  author="P. Fleming and I. McDonald",
+  title="{Lightweight Directory Access Protocol (LDAP): Schema for Printer Services}",
+  series="Request for Comments",
+  number="7612",
+  howpublished="RFC 7612 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7612.txt",
+}
+
+ at misc{rfc7613,
+  author="P. Saint-Andre and A. Melnikov",
+  title="{Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords}",
+  series="Request for Comments",
+  number="7613",
+  howpublished="RFC 7613 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7613.txt",
+}
+
+ at misc{rfc7614,
+  author="R. Sparks",
+  title="{Explicit Subscriptions for the REFER Method}",
+  series="Request for Comments",
+  number="7614",
+  howpublished="RFC 7614 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7614.txt",
+}
+
+ at misc{rfc7615,
+  author="J. Reschke",
+  title="{HTTP Authentication-Info and Proxy-Authentication-Info Response Header Fields}",
+  series="Request for Comments",
+  number="7615",
+  howpublished="RFC 7615 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7615.txt",
+}
+
+ at misc{rfc7616,
+  author="R. Shekh-Yusef and D. Ahrens and S. Bremer",
+  title="{HTTP Digest Access Authentication}",
+  series="Request for Comments",
+  number="7616",
+  howpublished="RFC 7616 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7616.txt",
+}
+
+ at misc{rfc7617,
+  author="J. Reschke",
+  title="{The 'Basic' HTTP Authentication Scheme}",
+  series="Request for Comments",
+  number="7617",
+  howpublished="RFC 7617 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7617.txt",
+}
+
+ at misc{rfc7618,
+  author="Y. Cui and Q. Sun and I. Farrer and Y. Lee and Q. Sun and M. Boucadair",
+  title="{Dynamic Allocation of Shared IPv4 Addresses}",
+  series="Request for Comments",
+  number="7618",
+  howpublished="RFC 7618 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7618.txt",
+}
+
+ at misc{rfc7619,
+  author="V. Smyslov and P. Wouters",
+  title="{The NULL Authentication Method in the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="7619",
+  howpublished="RFC 7619 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7619.txt",
+}
+
+ at misc{rfc7620,
+  author="M. Boucadair and B. Chatras and T. Reddy and B. Williams and B. Sarikaya",
+  title="{Scenarios with Host Identification Complications}",
+  series="Request for Comments",
+  number="7620",
+  howpublished="RFC 7620 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7620.txt",
+}
+
+ at misc{rfc7621,
+  author="A.B. Roach",
+  title="{A Clarification on the Use of Globally Routable User Agent URIs (GRUUs) in the SIP Event Notification Framework}",
+  series="Request for Comments",
+  number="7621",
+  howpublished="RFC 7621 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7621.txt",
+}
+
+ at misc{rfc7622,
+  author="P. Saint-Andre",
+  title="{Extensible Messaging and Presence Protocol (XMPP): Address Format}",
+  series="Request for Comments",
+  number="7622",
+  howpublished="RFC 7622 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7622.txt",
+}
+
+ at misc{rfc7623,
+  author="A. Sajassi and S. Salam and N. Bitar and A. Isaac and W. Henderickx",
+  title="{Provider Backbone Bridging Combined with Ethernet VPN (PBB-EVPN)}",
+  series="Request for Comments",
+  number="7623",
+  howpublished="RFC 7623 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7623.txt",
+}
+
+ at misc{rfc7624,
+  author="R. Barnes and B. Schneier and C. Jennings and T. Hardie and B. Trammell and C. Huitema and D. Borkmann",
+  title="{Confidentiality in the Face of Pervasive Surveillance: A Threat Model and Problem Statement}",
+  series="Request for Comments",
+  number="7624",
+  howpublished="RFC 7624 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7624.txt",
+}
+
+ at misc{rfc7625,
+  author="J. T. Hao and P. Maheshwari and R. Huang and L. Andersson and M. Chen",
+  title="{Architecture of an IP/MPLS Network with Hardened Pipes}",
+  series="Request for Comments",
+  number="7625",
+  howpublished="RFC 7625 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7625.txt",
+}
+
+ at misc{rfc7626,
+  author="S. Bortzmeyer",
+  title="{DNS Privacy Considerations}",
+  series="Request for Comments",
+  number="7626",
+  howpublished="RFC 7626 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7626.txt",
+}
+
+ at misc{rfc7627,
+  author="K. Bhargavan and A. Delignat-Lavaud and A. Pironti and A. Langley and M. Ray",
+  title="{Transport Layer Security (TLS) Session Hash and Extended Master Secret Extension}",
+  series="Request for Comments",
+  number="7627",
+  howpublished="RFC 7627 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7627.txt",
+}
+
+ at misc{rfc7628,
+  author="W. Mills and T. Showalter and H. Tschofenig",
+  title="{A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth}",
+  series="Request for Comments",
+  number="7628",
+  howpublished="RFC 7628 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7628.txt",
+}
+
+ at misc{rfc7629,
+  author="S. Gundavelli and K. Leung and G. Tsirtsis and A. Petrescu",
+  title="{Flow-Binding Support for Mobile IP}",
+  series="Request for Comments",
+  number="7629",
+  howpublished="RFC 7629 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7629.txt",
+}
+
+ at misc{rfc7630,
+  author="J. Merkle and M. Lochter",
+  title="{HMAC-SHA-2 Authentication Protocols in the User-based Security Model (USM) for SNMPv3}",
+  series="Request for Comments",
+  number="7630",
+  howpublished="RFC 7630 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    note="Obsoleted by RFC 7860",
+  url="http://www.ietf.org/rfc/rfc7630.txt",
+}
+
+ at misc{rfc7631,
+  author="C. Dearlove and T. Clausen",
+  title="{TLV Naming in the Mobile Ad Hoc Network (MANET) Generalized Packet/Message Format}",
+  series="Request for Comments",
+  number="7631",
+  howpublished="RFC 7631 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    note="Updated by RFC 7722",
+  url="http://www.ietf.org/rfc/rfc7631.txt",
+}
+
+ at misc{rfc7632,
+  author="D. Waltermire and D. Harrington",
+  title="{Endpoint Security Posture Assessment: Enterprise Use Cases}",
+  series="Request for Comments",
+  number="7632",
+  howpublished="RFC 7632 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7632.txt",
+}
+
+ at misc{rfc7633,
+  author="P. Hallam-Baker",
+  title="{X.509v3 Transport Layer Security (TLS) Feature Extension}",
+  series="Request for Comments",
+  number="7633",
+  howpublished="RFC 7633 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7633.txt",
+}
+
+ at misc{rfc7634,
+  author="Y. Nir",
+  title="{ChaCha20, Poly1305, and Their Use in the Internet Key Exchange Protocol (IKE) and IPsec}",
+  series="Request for Comments",
+  number="7634",
+  howpublished="RFC 7634 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7634.txt",
+}
+
+ at misc{rfc7635,
+  author="T. Reddy and P. Patil and R. Ravindranath and J. Uberti",
+  title="{Session Traversal Utilities for NAT (STUN) Extension for Third-Party Authorization}",
+  series="Request for Comments",
+  number="7635",
+  howpublished="RFC 7635 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7635.txt",
+}
+
+ at misc{rfc7636,
+  author="N. Sakimura and J. Bradley and N. Agarwal",
+  title="{Proof Key for Code Exchange by OAuth Public Clients}",
+  series="Request for Comments",
+  number="7636",
+  howpublished="RFC 7636 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7636.txt",
+}
+
+ at misc{rfc7637,
+  author="P. Garg and Y. Wang",
+  title="{NVGRE: Network Virtualization Using Generic Routing Encapsulation}",
+  series="Request for Comments",
+  number="7637",
+  howpublished="RFC 7637 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7637.txt",
+}
+
+ at misc{rfc7638,
+  author="M. Jones and N. Sakimura",
+  title="{JSON Web Key (JWK) Thumbprint}",
+  series="Request for Comments",
+  number="7638",
+  howpublished="RFC 7638 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7638.txt",
+}
+
+ at misc{rfc7639,
+  author="A. Hutton and J. Uberti and M. Thomson",
+  title="{The ALPN HTTP Header Field}",
+  series="Request for Comments",
+  number="7639",
+  howpublished="RFC 7639 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7639.txt",
+}
+
+ at misc{rfc7640,
+  author="B. Constantine and R. Krishnan",
+  title="{Traffic Management Benchmarking}",
+  series="Request for Comments",
+  number="7640",
+  howpublished="RFC 7640 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7640.txt",
+}
+
+ at misc{rfc7641,
+  author="K. Hartke",
+  title="{Observing Resources in the Constrained Application Protocol (CoAP)}",
+  series="Request for Comments",
+  number="7641",
+  howpublished="RFC 7641 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7641.txt",
+}
+
+ at misc{rfc7642,
+  author="K. LI and P. Hunt and B. Khasnabish and A. Nadalin and Z. Zeltsan",
+  title="{System for Cross-domain Identity Management: Definitions, Overview, Concepts, and Requirements}",
+  series="Request for Comments",
+  number="7642",
+  howpublished="RFC 7642 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7642.txt",
+}
+
+ at misc{rfc7643,
+  author="P. Hunt and K. Grizzle and E. Wahlstroem and C. Mortimore",
+  title="{System for Cross-domain Identity Management: Core Schema}",
+  series="Request for Comments",
+  number="7643",
+  howpublished="RFC 7643 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7643.txt",
+}
+
+ at misc{rfc7644,
+  author="P. Hunt and K. Grizzle and M. Ansari and E. Wahlstroem and C. Mortimore",
+  title="{System for Cross-domain Identity Management: Protocol}",
+  series="Request for Comments",
+  number="7644",
+  howpublished="RFC 7644 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7644.txt",
+}
+
+ at misc{rfc7645,
+  author="U. Chunduri and A. Tian and W. Lu",
+  title="{The Keying and Authentication for Routing Protocol (KARP) IS-IS Security Analysis}",
+  series="Request for Comments",
+  number="7645",
+  howpublished="RFC 7645 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7645.txt",
+}
+
+ at misc{rfc7646,
+  author="P. Ebersman and W. Kumari and C. Griffiths and J. Livingood and R. Weber",
+  title="{Definition and Use of DNSSEC Negative Trust Anchors}",
+  series="Request for Comments",
+  number="7646",
+  howpublished="RFC 7646 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7646.txt",
+}
+
+ at misc{rfc7647,
+  author="R. Sparks and A.B. Roach",
+  title="{Clarifications for the Use of REFER with RFC 6665}",
+  series="Request for Comments",
+  number="7647",
+  howpublished="RFC 7647 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7647.txt",
+}
+
+ at misc{rfc7648,
+  author="S. Perreault and M. Boucadair and R. Penno and D. Wing and S. Cheshire",
+  title="{Port Control Protocol (PCP) Proxy Function}",
+  series="Request for Comments",
+  number="7648",
+  howpublished="RFC 7648 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7648.txt",
+}
+
+ at misc{rfc7649,
+  author="P. Saint-Andre and D. York",
+  title="{The Jabber Scribe Role at IETF Meetings}",
+  series="Request for Comments",
+  number="7649",
+  howpublished="RFC 7649 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7649.txt",
+}
+
+ at misc{rfc7650,
+  author="J. Jimenez and J. Lopez-Vega and J. Maenpaa and G. Camarillo",
+  title="{A Constrained Application Protocol (CoAP) Usage for REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7650",
+  howpublished="RFC 7650 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7650.txt",
+}
+
+ at misc{rfc7651,
+  author="A. Dodd-Noble and S. Gundavelli and J. Korhonen and F. Baboescu and B. Weis",
+  title="{3GPP IP Multimedia Subsystems (IMS) Option for the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="7651",
+  howpublished="RFC 7651 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7651.txt",
+}
+
+ at misc{rfc7652,
+  author="M. Cullen and S. Hartman and D. Zhang and T. Reddy",
+  title="{Port Control Protocol (PCP) Authentication Mechanism}",
+  series="Request for Comments",
+  number="7652",
+  howpublished="RFC 7652 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7652.txt",
+}
+
+ at misc{rfc7653,
+  author="D. Raghuvanshi and K. Kinnear and D. Kukrety",
+  title="{DHCPv6 Active Leasequery}",
+  series="Request for Comments",
+  number="7653",
+  howpublished="RFC 7653 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7653.txt",
+}
+
+ at misc{rfc7654,
+  author="S. Banks and F. Calabria and G. Czirjak and R. Machat",
+  title="{Benchmarking Methodology for In-Service Software Upgrade (ISSU)}",
+  series="Request for Comments",
+  number="7654",
+  howpublished="RFC 7654 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7654.txt",
+}
+
+ at misc{rfc7655,
+  author="M. Ramalho and P. Jones and N. Harada and M. Perumal and L. Miao",
+  title="{RTP Payload Format for G.711.0}",
+  series="Request for Comments",
+  number="7655",
+  howpublished="RFC 7655 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7655.txt",
+}
+
+ at misc{rfc7656,
+  author="J. Lennox and K. Gross and S. Nandakumar and G. Salgueiro and B. Burman",
+  title="{A Taxonomy of Semantics and Mechanisms for Real-Time Transport Protocol (RTP) Sources}",
+  series="Request for Comments",
+  number="7656",
+  howpublished="RFC 7656 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7656.txt",
+}
+
+ at misc{rfc7657,
+  author="D. Black and P. Jones",
+  title="{Differentiated Services (Diffserv) and Real-Time Communication}",
+  series="Request for Comments",
+  number="7657",
+  howpublished="RFC 7657 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7657.txt",
+}
+
+ at misc{rfc7658,
+  author="S. Perreault and T. Tsou and S. Sivakumar and T. Taylor",
+  title="{Deprecation of MIB Module NAT-MIB: Managed Objects for Network Address Translators (NATs)}",
+  series="Request for Comments",
+  number="7658",
+  howpublished="RFC 7658 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7658.txt",
+}
+
+ at misc{rfc7659,
+  author="S. Perreault and T. Tsou and S. Sivakumar and T. Taylor",
+  title="{Definitions of Managed Objects for Network Address Translators (NATs)}",
+  series="Request for Comments",
+  number="7659",
+  howpublished="RFC 7659 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7659.txt",
+}
+
+ at misc{rfc7660,
+  author="L. Bertz and S. Manning and B. Hirschman",
+  title="{Diameter Congestion and Filter Attributes}",
+  series="Request for Comments",
+  number="7660",
+  howpublished="RFC 7660 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7660.txt",
+}
+
+ at misc{rfc7661,
+  author="G. Fairhurst and A. Sathiaseelan and R. Secchi",
+  title="{Updating TCP to Support Rate-Limited Traffic}",
+  series="Request for Comments",
+  number="7661",
+  howpublished="RFC 7661 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7661.txt",
+}
+
+ at misc{rfc7662,
+  author="J. Richer",
+  title="{OAuth 2.0 Token Introspection}",
+  series="Request for Comments",
+  number="7662",
+  howpublished="RFC 7662 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7662.txt",
+}
+
+ at misc{rfc7663,
+  author="B. Trammell and M. Kuehlewind",
+  title="{Report from the IAB Workshop on Stack Evolution in a Middlebox Internet (SEMI)}",
+  series="Request for Comments",
+  number="7663",
+  howpublished="RFC 7663 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7663.txt",
+}
+
+ at misc{rfc7664,
+  author="D. Harkins",
+  title="{Dragonfly Key Exchange}",
+  series="Request for Comments",
+  number="7664",
+  howpublished="RFC 7664 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7664.txt",
+}
+
+ at misc{rfc7665,
+  author="J. Halpern and C. Pignataro",
+  title="{Service Function Chaining (SFC) Architecture}",
+  series="Request for Comments",
+  number="7665",
+  howpublished="RFC 7665 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7665.txt",
+}
+
+ at misc{rfc7666,
+  author="H. Asai and M. MacFaden and J. Schoenwaelder and K. Shima and T. Tsou",
+  title="{Management Information Base for Virtual Machines Controlled by a Hypervisor}",
+  series="Request for Comments",
+  number="7666",
+  howpublished="RFC 7666 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7666.txt",
+}
+
+ at misc{rfc7667,
+  author="M. Westerlund and S. Wenger",
+  title="{RTP Topologies}",
+  series="Request for Comments",
+  number="7667",
+  howpublished="RFC 7667 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7667.txt",
+}
+
+ at misc{rfc7668,
+  author="J. Nieminen and T. Savolainen and M. Isomaki and B. Patil and Z. Shelby and C. Gomez",
+  title="{IPv6 over BLUETOOTH(R) Low Energy}",
+  series="Request for Comments",
+  number="7668",
+  howpublished="RFC 7668 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7668.txt",
+}
+
+ at misc{rfc7669,
+  author="J. Levine",
+  title="{Assigning Digital Object Identifiers to RFCs}",
+  series="Request for Comments",
+  number="7669",
+  howpublished="RFC 7669 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7669.txt",
+}
+
+ at misc{rfc7670,
+  author="T. Kivinen and P. Wouters and H. Tschofenig",
+  title="{Generic Raw Public-Key Support for IKEv2}",
+  series="Request for Comments",
+  number="7670",
+  howpublished="RFC 7670 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7670.txt",
+}
+
+ at misc{rfc7671,
+  author="V. Dukhovni and W. Hardaker",
+  title="{The DNS-Based Authentication of Named Entities (DANE) Protocol: Updates and Operational Guidance}",
+  series="Request for Comments",
+  number="7671",
+  howpublished="RFC 7671 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7671.txt",
+}
+
+ at misc{rfc7672,
+  author="V. Dukhovni and W. Hardaker",
+  title="{SMTP Security via Opportunistic DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="7672",
+  howpublished="RFC 7672 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7672.txt",
+}
+
+ at misc{rfc7673,
+  author="T. Finch and M. Miller and P. Saint-Andre",
+  title="{Using DNS-Based Authentication of Named Entities (DANE) TLSA Records with SRV Records}",
+  series="Request for Comments",
+  number="7673",
+  howpublished="RFC 7673 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7673.txt",
+}
+
+ at misc{rfc7674,
+  author="J. Haas",
+  title="{Clarification of the Flowspec Redirect Extended Community}",
+  series="Request for Comments",
+  number="7674",
+  howpublished="RFC 7674 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7674.txt",
+}
+
+ at misc{rfc7675,
+  author="M. Perumal and D. Wing and R. Ravindranath and T. Reddy and M. Thomson",
+  title="{Session Traversal Utilities for NAT (STUN) Usage for Consent Freshness}",
+  series="Request for Comments",
+  number="7675",
+  howpublished="RFC 7675 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7675.txt",
+}
+
+ at misc{rfc7676,
+  author="C. Pignataro and R. Bonica and S. Krishnan",
+  title="{IPv6 Support for Generic Routing Encapsulation (GRE)}",
+  series="Request for Comments",
+  number="7676",
+  howpublished="RFC 7676 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7676.txt",
+}
+
+ at misc{rfc7677,
+  author="T. Hansen",
+  title="{SCRAM-SHA-256 and SCRAM-SHA-256-PLUS Simple Authentication and Security Layer (SASL) Mechanisms}",
+  series="Request for Comments",
+  number="7677",
+  howpublished="RFC 7677 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7677.txt",
+}
+
+ at misc{rfc7678,
+  author="C. Zhou and T. Taylor and Q. Sun and M. Boucadair",
+  title="{Attribute-Value Pairs for Provisioning Customer Equipment Supporting IPv4-Over-IPv6 Transitional Solutions}",
+  series="Request for Comments",
+  number="7678",
+  howpublished="RFC 7678 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7678.txt",
+}
+
+ at misc{rfc7679,
+  author="G. Almes and S. Kalidindi and M. Zekauskas and A. Morton",
+  title="{A One-Way Delay Metric for IP Performance Metrics (IPPM)}",
+  series="Request for Comments",
+  number="7679",
+  howpublished="RFC 7679 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7679.txt",
+}
+
+ at misc{rfc7680,
+  author="G. Almes and S. Kalidindi and M. Zekauskas and A. Morton",
+  title="{A One-Way Loss Metric for IP Performance Metrics (IPPM)}",
+  series="Request for Comments",
+  number="7680",
+  howpublished="RFC 7680 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7680.txt",
+}
+
+ at misc{rfc7681,
+  author="J. Davin",
+  title="{Email Exchange of Secondary School Transcripts}",
+  series="Request for Comments",
+  number="7681",
+  howpublished="RFC 7681 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7681.txt",
+}
+
+ at misc{rfc7682,
+  author="D. McPherson and S. Amante and E. Osterweil and L. Blunk and D. Mitchell",
+  title="{Considerations for Internet Routing Registries (IRRs) and Routing Policy Configuration}",
+  series="Request for Comments",
+  number="7682",
+  howpublished="RFC 7682 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7682.txt",
+}
+
+ at misc{rfc7683,
+  author="J. Korhonen and S. Donovan and B. Campbell and L. Morand",
+  title="{Diameter Overload Indication Conveyance}",
+  series="Request for Comments",
+  number="7683",
+  howpublished="RFC 7683 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7683.txt",
+}
+
+ at misc{rfc7684,
+  author="P. Psenak and H. Gredler and R. Shakir and W. Henderickx and J. Tantsura and A. Lindem",
+  title="{OSPFv2 Prefix/Link Attribute Advertisement}",
+  series="Request for Comments",
+  number="7684",
+  howpublished="RFC 7684 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7684.txt",
+}
+
+ at misc{rfc7685,
+  author="A. Langley",
+  title="{A Transport Layer Security (TLS) ClientHello Padding Extension}",
+  series="Request for Comments",
+  number="7685",
+  howpublished="RFC 7685 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7685.txt",
+}
+
+ at misc{rfc7686,
+  author="J. Appelbaum and A. Muffett",
+  title="{The ".onion" Special-Use Domain Name}",
+  series="Request for Comments",
+  number="7686",
+  howpublished="RFC 7686 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7686.txt",
+}
+
+ at misc{rfc7687,
+  author="S. Farrell and R. Wenning and B. Bos and M. Blanchet and H. Tschofenig",
+  title="{Report from the Strengthening the Internet (STRINT) Workshop}",
+  series="Request for Comments",
+  number="7687",
+  howpublished="RFC 7687 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7687.txt",
+}
+
+ at misc{rfc7688,
+  author="Y. Lee and G. Bernstein",
+  title="{GMPLS OSPF Enhancement for Signal and Network Element Compatibility for Wavelength Switched Optical Networks}",
+  series="Request for Comments",
+  number="7688",
+  howpublished="RFC 7688 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7688.txt",
+}
+
+ at misc{rfc7689,
+  author="G. Bernstein and S. Xu and Y. Lee and G. Martinelli and H. Harai",
+  title="{Signaling Extensions for Wavelength Switched Optical Networks}",
+  series="Request for Comments",
+  number="7689",
+  howpublished="RFC 7689 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7689.txt",
+}
+
+ at misc{rfc7690,
+  author="M. Byerly and M. Hite and J. Jaeggli",
+  title="{Close Encounters of the ICMP Type 2 Kind (Near Misses with ICMPv6 Packet Too Big (PTB))}",
+  series="Request for Comments",
+  number="7690",
+  howpublished="RFC 7690 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7690.txt",
+}
+
+ at misc{rfc7691,
+  author="S. Bradner",
+  title="{Updating the Term Dates of IETF Administrative Oversight Committee (IAOC) Members}",
+  series="Request for Comments",
+  number="7691",
+  howpublished="RFC 7691 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7691.txt",
+}
+
+ at misc{rfc7692,
+  author="T. Yoshino",
+  title="{Compression Extensions for WebSocket}",
+  series="Request for Comments",
+  number="7692",
+  howpublished="RFC 7692 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7692.txt",
+}
+
+ at misc{rfc7693,
+  author="M-J. Saarinen and J-P. Aumasson",
+  title="{The BLAKE2 Cryptographic Hash and Message Authentication Code (MAC)}",
+  series="Request for Comments",
+  number="7693",
+  howpublished="RFC 7693 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7693.txt",
+}
+
+ at misc{rfc7694,
+  author="J. Reschke",
+  title="{Hypertext Transfer Protocol (HTTP) Client-Initiated Content-Encoding}",
+  series="Request for Comments",
+  number="7694",
+  howpublished="RFC 7694 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7694.txt",
+}
+
+ at misc{rfc7695,
+  author="P. Pfister and B. Paterson and J. Arkko",
+  title="{Distributed Prefix Assignment Algorithm}",
+  series="Request for Comments",
+  number="7695",
+  howpublished="RFC 7695 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7695.txt",
+}
+
+ at misc{rfc7696,
+  author="R. Housley",
+  title="{Guidelines for Cryptographic Algorithm Agility and Selecting Mandatory-to-Implement Algorithms}",
+  series="Request for Comments",
+  number="7696",
+  howpublished="RFC 7696 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7696.txt",
+}
+
+ at misc{rfc7697,
+  author="P. Pan and S. Aldrin and M. Venkatesan and K. Sampath and T. Nadeau and S. Boutros",
+  title="{MPLS Transport Profile (MPLS-TP) Operations, Administration, and Maintenance (OAM) Identifiers Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="7697",
+  howpublished="RFC 7697 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7697.txt",
+}
+
+ at misc{rfc7698,
+  author="O. Gonzalez de Dios and R. Casellas and F. Zhang and X. Fu and D. Ceccarelli and I. Hussain",
+  title="{Framework and Requirements for GMPLS-Based Control of Flexi-Grid Dense Wavelength Division Multiplexing (DWDM) Networks}",
+  series="Request for Comments",
+  number="7698",
+  howpublished="RFC 7698 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7698.txt",
+}
+
+ at misc{rfc7699,
+  author="A. Farrel and D. King and Y. Li and F. Zhang",
+  title="{Generalized Labels for the Flexi-Grid in Lambda Switch Capable (LSC) Label Switching Routers}",
+  series="Request for Comments",
+  number="7699",
+  howpublished="RFC 7699 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7699.txt",
+}
+
+ at misc{rfc7700,
+  author="P. Saint-Andre",
+  title="{Preparation, Enforcement, and Comparison of Internationalized Strings Representing Nicknames}",
+  series="Request for Comments",
+  number="7700",
+  howpublished="RFC 7700 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7700.txt",
+}
+
+ at misc{rfc7701,
+  author="A. Niemi and M. Garcia-Martin and G. Sandbakken",
+  title="{Multi-party Chat Using the Message Session Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="7701",
+  howpublished="RFC 7701 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7701.txt",
+}
+
+ at misc{rfc7702,
+  author="P. Saint-Andre and S. Ibarra and S. Loreto",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Groupchat}",
+  series="Request for Comments",
+  number="7702",
+  howpublished="RFC 7702 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7702.txt",
+}
+
+ at misc{rfc7703,
+  author="E. Cordeiro and R. Carnier and A. Moreiras",
+  title="{Experience with Testing of Mapping of Address and Port Using Translation (MAP-T)}",
+  series="Request for Comments",
+  number="7703",
+  howpublished="RFC 7703 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7703.txt",
+}
+
+ at misc{rfc7704,
+  author="D. Crocker and N. Clark",
+  title="{An IETF with Much Diversity and Professional Conduct}",
+  series="Request for Comments",
+  number="7704",
+  howpublished="RFC 7704 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7704.txt",
+}
+
+ at misc{rfc7705,
+  author="W. George and S. Amante",
+  title="{Autonomous System Migration Mechanisms and Their Effects on the BGP AS\_PATH Attribute}",
+  series="Request for Comments",
+  number="7705",
+  howpublished="RFC 7705 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7705.txt",
+}
+
+ at misc{rfc7706,
+  author="W. Kumari and P. Hoffman",
+  title="{Decreasing Access Time to Root Servers by Running One on Loopback}",
+  series="Request for Comments",
+  number="7706",
+  howpublished="RFC 7706 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7706.txt",
+}
+
+ at misc{rfc7707,
+  author="F. Gont and T. Chown",
+  title="{Network Reconnaissance in IPv6 Networks}",
+  series="Request for Comments",
+  number="7707",
+  howpublished="RFC 7707 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7707.txt",
+}
+
+ at misc{rfc7708,
+  author="T. Nadeau and L. Martini and S. Bryant",
+  title="{Using a Generic Associated Channel Label as a Virtual Circuit Connectivity Verification Channel Indicator}",
+  series="Request for Comments",
+  number="7708",
+  howpublished="RFC 7708 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7708.txt",
+}
+
+ at misc{rfc7709,
+  author="A. Malis and B. Wilson and G. Clapp and V. Shukla",
+  title="{Requirements for Very Fast Setup of GMPLS Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="7709",
+  howpublished="RFC 7709 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7709.txt",
+}
+
+ at misc{rfc7710,
+  author="W. Kumari and O. Gudmundsson and P. Ebersman and S. Sheng",
+  title="{Captive-Portal Identification Using DHCP or Router Advertisements (RAs)}",
+  series="Request for Comments",
+  number="7710",
+  howpublished="RFC 7710 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7710.txt",
+}
+
+ at misc{rfc7711,
+  author="M. Miller and P. Saint-Andre",
+  title="{PKIX over Secure HTTP (POSH)}",
+  series="Request for Comments",
+  number="7711",
+  howpublished="RFC 7711 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7711.txt",
+}
+
+ at misc{rfc7712,
+  author="P. Saint-Andre and M. Miller and P. Hancke",
+  title="{Domain Name Associations (DNA) in the Extensible Messaging and Presence Protocol (XMPP)}",
+  series="Request for Comments",
+  number="7712",
+  howpublished="RFC 7712 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7712.txt",
+}
+
+ at misc{rfc7713,
+  author="M. Mathis and B. Briscoe",
+  title="{Congestion Exposure (ConEx) Concepts, Abstract Mechanism, and Requirements}",
+  series="Request for Comments",
+  number="7713",
+  howpublished="RFC 7713 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7713.txt",
+}
+
+ at misc{rfc7714,
+  author="D. McGrew and K. Igoe",
+  title="{AES-GCM Authenticated Encryption in the Secure Real-time Transport Protocol (SRTP)}",
+  series="Request for Comments",
+  number="7714",
+  howpublished="RFC 7714 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7714.txt",
+}
+
+ at misc{rfc7715,
+  author="IJ. Wijnands and K. Raza and A. Atlas and J. Tantsura and Q. Zhao",
+  title="{Multipoint LDP (mLDP) Node Protection}",
+  series="Request for Comments",
+  number="7715",
+  howpublished="RFC 7715 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7715.txt",
+}
+
+ at misc{rfc7716,
+  author="J. Zhang and L. Giuliano and E. Rosen and K. Subramanian and D. Pacella",
+  title="{Global Table Multicast with BGP Multicast VPN (BGP-MVPN) Procedures}",
+  series="Request for Comments",
+  number="7716",
+  howpublished="RFC 7716 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7716.txt",
+}
+
+ at misc{rfc7717,
+  author="K. Pentikousis and E. Zhang and Y. Cui",
+  title="{IKEv2-Derived Shared Secret Key for the One-Way Active Measurement Protocol (OWAMP) and Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="7717",
+  howpublished="RFC 7717 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7717.txt",
+}
+
+ at misc{rfc7718,
+  author="A. Morton",
+  title="{Registries for the One-Way Active Measurement Protocol (OWAMP)}",
+  series="Request for Comments",
+  number="7718",
+  howpublished="RFC 7718 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7718.txt",
+}
+
+ at misc{rfc7719,
+  author="P. Hoffman and A. Sullivan and K. Fujiwara",
+  title="{DNS Terminology}",
+  series="Request for Comments",
+  number="7719",
+  howpublished="RFC 7719 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7719.txt",
+}
+
+ at misc{rfc7720,
+  author="M. Blanchet and L-J. Liman",
+  title="{DNS Root Name Service Protocol and Deployment Requirements}",
+  series="Request for Comments",
+  number="7720",
+  howpublished="RFC 7720 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7720.txt",
+}
+
+ at misc{rfc7721,
+  author="A. Cooper and F. Gont and D. Thaler",
+  title="{Security and Privacy Considerations for IPv6 Address Generation Mechanisms}",
+  series="Request for Comments",
+  number="7721",
+  howpublished="RFC 7721 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7721.txt",
+}
+
+ at misc{rfc7722,
+  author="C. Dearlove and T. Clausen",
+  title="{Multi-Topology Extension for the Optimized Link State Routing Protocol Version 2 (OLSRv2)}",
+  series="Request for Comments",
+  number="7722",
+  howpublished="RFC 7722 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7722.txt",
+}
+
+ at misc{rfc7723,
+  author="S. Kiesel and R. Penno",
+  title="{Port Control Protocol (PCP) Anycast Addresses}",
+  series="Request for Comments",
+  number="7723",
+  howpublished="RFC 7723 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7723.txt",
+}
+
+ at misc{rfc7724,
+  author="K. Kinnear and M. Stapp and B. Volz and N. Russell",
+  title="{Active DHCPv4 Lease Query}",
+  series="Request for Comments",
+  number="7724",
+  howpublished="RFC 7724 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7724.txt",
+}
+
+ at misc{rfc7725,
+  author="T. Bray",
+  title="{An HTTP Status Code to Report Legal Obstacles}",
+  series="Request for Comments",
+  number="7725",
+  howpublished="RFC 7725 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7725.txt",
+}
+
+ at misc{rfc7726,
+  author="V. Govindan and K. Rajaraman and G. Mirsky and N. Akiya and S. Aldrin",
+  title="{Clarifying Procedures for Establishing BFD Sessions for MPLS Label Switched Paths (LSPs)}",
+  series="Request for Comments",
+  number="7726",
+  howpublished="RFC 7726 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7726.txt",
+}
+
+ at misc{rfc7727,
+  author="M. Zhang and H. Wen and J. Hu",
+  title="{Spanning Tree Protocol (STP) Application of the Inter-Chassis Communication Protocol (ICCP)}",
+  series="Request for Comments",
+  number="7727",
+  howpublished="RFC 7727 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7727.txt",
+}
+
+ at misc{rfc7728,
+  author="B. Burman and A. Akram and R. Even and M. Westerlund",
+  title="{RTP Stream Pause and Resume}",
+  series="Request for Comments",
+  number="7728",
+  howpublished="RFC 7728 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7728.txt",
+}
+
+ at misc{rfc7729,
+  author="B. Khasnabish and E. Haleplidis and J. Hadi Salim",
+  title="{Forwarding and Control Element Separation (ForCES) Logical Functional Block (LFB) Subsidiary Management}",
+  series="Request for Comments",
+  number="7729",
+  howpublished="RFC 7729 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7729.txt",
+}
+
+ at misc{rfc7730,
+  author="G. Huston and S. Weiler and G. Michaelson and S. Kent",
+  title="{Resource Public Key Infrastructure (RPKI) Trust Anchor Locator}",
+  series="Request for Comments",
+  number="7730",
+  howpublished="RFC 7730 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7730.txt",
+}
+
+ at misc{rfc7731,
+  author="J. Hui and R. Kelsey",
+  title="{Multicast Protocol for Low-Power and Lossy Networks (MPL)}",
+  series="Request for Comments",
+  number="7731",
+  howpublished="RFC 7731 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7731.txt",
+}
+
+ at misc{rfc7732,
+  author="P. van der Stok and R. Cragie",
+  title="{Forwarder Policy for Multicast with Admin-Local Scope in the Multicast Protocol for Low-Power and Lossy Networks (MPL)}",
+  series="Request for Comments",
+  number="7732",
+  howpublished="RFC 7732 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7732.txt",
+}
+
+ at misc{rfc7733,
+  author="A. Brandt and E. Baccelli and R. Cragie and P. van der Stok",
+  title="{Applicability Statement: The Use of the Routing Protocol for Low-Power and Lossy Networks (RPL) Protocol Suite in Home Automation and Building Control}",
+  series="Request for Comments",
+  number="7733",
+  howpublished="RFC 7733 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7733.txt",
+}
+
+ at misc{rfc7734,
+  author="D. Allan and J. Tantsura and D. Fedyk and A. Sajassi",
+  title="{Support for Shortest Path Bridging MAC Mode over Ethernet VPN (EVPN)}",
+  series="Request for Comments",
+  number="7734",
+  howpublished="RFC 7734 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7734.txt",
+}
+
+ at misc{rfc7735,
+  author="R. Sparks and T. Kivinen",
+  title="{Tracking Reviews of Documents}",
+  series="Request for Comments",
+  number="7735",
+  howpublished="RFC 7735 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7735.txt",
+}
+
+ at misc{rfc7736,
+  author="K. Ma",
+  title="{Content Delivery Network Interconnection (CDNI) Media Type Registration}",
+  series="Request for Comments",
+  number="7736",
+  howpublished="RFC 7736 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2015,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7736.txt",
+}
+
+ at misc{rfc7737,
+  author="N. Akiya and G. Swallow and C. Pignataro and L. Andersson and M. Chen",
+  title="{Label Switched Path (LSP) Ping and Traceroute Reply Mode Simplification}",
+  series="Request for Comments",
+  number="7737",
+  howpublished="RFC 7737 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7737.txt",
+}
+
+ at misc{rfc7738,
+  author="M. Blanchet and A. Schiltknecht and P. Shames",
+  title="{A Uniform Resource Name (URN) Namespace for the Consultative Committee for Space Data Systems (CCSDS)}",
+  series="Request for Comments",
+  number="7738",
+  howpublished="RFC 7738 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7738.txt",
+}
+
+ at misc{rfc7739,
+  author="F. Gont",
+  title="{Security Implications of Predictable Fragment Identification Values}",
+  series="Request for Comments",
+  number="7739",
+  howpublished="RFC 7739 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7739.txt",
+}
+
+ at misc{rfc7740,
+  author="Z. Zhang and Y. Rekhter and A. Dolganow",
+  title="{Simulating Partial Mesh of Multipoint-to-Multipoint (MP2MP) Provider Tunnels with Ingress Replication}",
+  series="Request for Comments",
+  number="7740",
+  howpublished="RFC 7740 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7740.txt",
+}
+
+ at misc{rfc7741,
+  author="P. Westin and H. Lundin and M. Glover and J. Uberti and F. Galligan",
+  title="{RTP Payload Format for VP8 Video}",
+  series="Request for Comments",
+  number="7741",
+  howpublished="RFC 7741 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7741.txt",
+}
+
+ at misc{rfc7742,
+  author="A.B. Roach",
+  title="{WebRTC Video Processing and Codec Requirements}",
+  series="Request for Comments",
+  number="7742",
+  howpublished="RFC 7742 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7742.txt",
+}
+
+ at misc{rfc7743,
+  author="J. Luo and L. Jin and T. Nadeau and G. Swallow",
+  title="{Relayed Echo Reply Mechanism for Label Switched Path (LSP) Ping}",
+  series="Request for Comments",
+  number="7743",
+  howpublished="RFC 7743 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7743.txt",
+}
+
+ at misc{rfc7744,
+  author="L. Seitz and S. Gerdes and G. Selander and M. Mani and S. Kumar",
+  title="{Use Cases for Authentication and Authorization in Constrained Environments}",
+  series="Request for Comments",
+  number="7744",
+  howpublished="RFC 7744 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7744.txt",
+}
+
+ at misc{rfc7745,
+  author="T. Manderson",
+  title="{XML Schemas for Reverse DNS Management}",
+  series="Request for Comments",
+  number="7745",
+  howpublished="RFC 7745 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7745.txt",
+}
+
+ at misc{rfc7746,
+  author="R. Bonica and I. Minei and M. Conn and D. Pacella and L. Tomotaki",
+  title="{Label Switched Path (LSP) Self-Ping}",
+  series="Request for Comments",
+  number="7746",
+  howpublished="RFC 7746 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7746.txt",
+}
+
+ at misc{rfc7747,
+  author="R. Papneja and B. Parise and S. Hares and D. Lee and I. Varlashkin",
+  title="{Basic BGP Convergence Benchmarking Methodology for Data-Plane Convergence}",
+  series="Request for Comments",
+  number="7747",
+  howpublished="RFC 7747 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7747.txt",
+}
+
+ at misc{rfc7748,
+  author="A. Langley and M. Hamburg and S. Turner",
+  title="{Elliptic Curves for Security}",
+  series="Request for Comments",
+  number="7748",
+  howpublished="RFC 7748 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7748.txt",
+}
+
+ at misc{rfc7749,
+  author="J. Reschke",
+  title="{The "xml2rfc" Version 2 Vocabulary}",
+  series="Request for Comments",
+  number="7749",
+  howpublished="RFC 7749 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    note="Obsoleted by RFC 7991",
+  url="http://www.ietf.org/rfc/rfc7749.txt",
+}
+
+ at misc{rfc7750,
+  author="J. Hedin and G. Mirsky and S. Baillargeon",
+  title="{Differentiated Service Code Point and Explicit Congestion Notification Monitoring in the Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="7750",
+  howpublished="RFC 7750 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7750.txt",
+}
+
+ at misc{rfc7751,
+  author="S. Sorce and T. Yu",
+  title="{Kerberos Authorization Data Container Authenticated by Multiple Message Authentication Codes (MACs)}",
+  series="Request for Comments",
+  number="7751",
+  howpublished="RFC 7751 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7751.txt",
+}
+
+ at misc{rfc7752,
+  author="H. Gredler and J. Medved and S. Previdi and A. Farrel and S. Ray",
+  title="{North-Bound Distribution of Link-State and Traffic Engineering (TE) Information Using BGP}",
+  series="Request for Comments",
+  number="7752",
+  howpublished="RFC 7752 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7752.txt",
+}
+
+ at misc{rfc7753,
+  author="Q. Sun and M. Boucadair and S. Sivakumar and C. Zhou and T. Tsou and S. Perreault",
+  title="{Port Control Protocol (PCP) Extension for Port-Set Allocation}",
+  series="Request for Comments",
+  number="7753",
+  howpublished="RFC 7753 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7753.txt",
+}
+
+ at misc{rfc7754,
+  author="R. Barnes and A. Cooper and O. Kolkman and D. Thaler and E. Nordmark",
+  title="{Technical Considerations for Internet Service Blocking and Filtering}",
+  series="Request for Comments",
+  number="7754",
+  howpublished="RFC 7754 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7754.txt",
+}
+
+ at misc{rfc7755,
+  author="T. Anderson",
+  title="{SIIT-DC: Stateless IP/ICMP Translation for IPv6 Data Center Environments}",
+  series="Request for Comments",
+  number="7755",
+  howpublished="RFC 7755 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7755.txt",
+}
+
+ at misc{rfc7756,
+  author="T. Anderson and S. Steffann",
+  title="{Stateless IP/ICMP Translation for IPv6 Internet Data Center Environments (SIIT-DC): Dual Translation Mode}",
+  series="Request for Comments",
+  number="7756",
+  howpublished="RFC 7756 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7756.txt",
+}
+
+ at misc{rfc7757,
+  author="T. Anderson and A. Leiva Popper",
+  title="{Explicit Address Mappings for Stateless IP/ICMP Translation}",
+  series="Request for Comments",
+  number="7757",
+  howpublished="RFC 7757 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7757.txt",
+}
+
+ at misc{rfc7758,
+  author="T. Mizrahi and Y. Moses",
+  title="{Time Capability in NETCONF}",
+  series="Request for Comments",
+  number="7758",
+  howpublished="RFC 7758 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7758.txt",
+}
+
+ at misc{rfc7759,
+  author="E. Bellagamba and G. Mirsky and L. Andersson and P. Skoldstrom and D. Ward and J. Drake",
+  title="{Configuration of Proactive Operations, Administration, and Maintenance (OAM) Functions for MPLS-Based Transport Networks Using Label Switched Path (LSP) Ping}",
+  series="Request for Comments",
+  number="7759",
+  howpublished="RFC 7759 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7759.txt",
+}
+
+ at misc{rfc7760,
+  author="R. Housley",
+  title="{Statement of Work for Extensions to the IETF Datatracker for Author Statistics}",
+  series="Request for Comments",
+  number="7760",
+  howpublished="RFC 7760 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7760.txt",
+}
+
+ at misc{rfc7761,
+  author="B. Fenner and M. Handley and H. Holbrook and I. Kouvelas and R. Parekh and Z. Zhang and L. Zheng",
+  title="{Protocol Independent Multicast - Sparse Mode (PIM-SM): Protocol Specification (Revised)}",
+  series="Request for Comments",
+  number="7761",
+  howpublished="RFC 7761 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7761.txt",
+}
+
+ at misc{rfc7762,
+  author="M. West",
+  title="{Initial Assignment for the Content Security Policy Directives Registry}",
+  series="Request for Comments",
+  number="7762",
+  howpublished="RFC 7762 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7762.txt",
+}
+
+ at misc{rfc7763,
+  author="S. Leonard",
+  title="{The text/markdown Media Type}",
+  series="Request for Comments",
+  number="7763",
+  howpublished="RFC 7763 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7763.txt",
+}
+
+ at misc{rfc7764,
+  author="S. Leonard",
+  title="{Guidance on Markdown: Design Philosophies, Stability Strategies, and Select Registrations}",
+  series="Request for Comments",
+  number="7764",
+  howpublished="RFC 7764 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7764.txt",
+}
+
+ at misc{rfc7765,
+  author="P. Hurtig and A. Brunstrom and A. Petlund and M. Welzl",
+  title="{TCP and Stream Control Transmission Protocol (SCTP) RTO Restart}",
+  series="Request for Comments",
+  number="7765",
+  howpublished="RFC 7765 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7765.txt",
+}
+
+ at misc{rfc7766,
+  author="J. Dickinson and S. Dickinson and R. Bellis and A. Mankin and D. Wessels",
+  title="{DNS Transport over TCP - Implementation Requirements}",
+  series="Request for Comments",
+  number="7766",
+  howpublished="RFC 7766 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7766.txt",
+}
+
+ at misc{rfc7767,
+  author="S. Vinapamula and S. Sivakumar and M. Boucadair and T. Reddy",
+  title="{Application-Initiated Check-Pointing via the Port Control Protocol (PCP)}",
+  series="Request for Comments",
+  number="7767",
+  howpublished="RFC 7767 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7767.txt",
+}
+
+ at misc{rfc7768,
+  author="T. Tsou and W. Li and T. Taylor and J. Huang",
+  title="{Port Management to Reduce Logging in Large-Scale NATs}",
+  series="Request for Comments",
+  number="7768",
+  howpublished="RFC 7768 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7768.txt",
+}
+
+ at misc{rfc7769,
+  author="S. Sivabalan and S. Boutros and H. Shah and S. Aldrin and M. Venkatesan",
+  title="{Media Access Control (MAC) Address Withdrawal over Static Pseudowire}",
+  series="Request for Comments",
+  number="7769",
+  howpublished="RFC 7769 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7769.txt",
+}
+
+ at misc{rfc7770,
+  author="A. Lindem and N. Shen and JP. Vasseur and R. Aggarwal and S. Shaffer",
+  title="{Extensions to OSPF for Advertising Optional Router Capabilities}",
+  series="Request for Comments",
+  number="7770",
+  howpublished="RFC 7770 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7770.txt",
+}
+
+ at misc{rfc7771,
+  author="A. Malis and L. Andersson and H. van Helvoort and J. Shin and L. Wang and A. D'Alessandro",
+  title="{Switching Provider Edge (S-PE) Protection for MPLS and MPLS Transport Profile (MPLS-TP) Static Multi-Segment Pseudowires}",
+  series="Request for Comments",
+  number="7771",
+  howpublished="RFC 7771 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc7771.txt",
+}
+
+ at misc{rfc7772,
+  author="A. Yourtchenko and L. Colitti",
+  title="{Reducing Energy Consumption of Router Advertisements}",
+  series="Request for Comments",
+  number="7772",
+  howpublished="RFC 7772 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7772.txt",
+}
+
+ at misc{rfc7773,
+  author="S. Santesson",
+  title="{Authentication Context Certificate Extension}",
+  series="Request for Comments",
+  number="7773",
+  howpublished="RFC 7773 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7773.txt",
+}
+
+ at misc{rfc7774,
+  author="Y. Doi and M. Gillmore",
+  title="{Multicast Protocol for Low-Power and Lossy Networks (MPL) Parameter Configuration Option for DHCPv6}",
+  series="Request for Comments",
+  number="7774",
+  howpublished="RFC 7774 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7774.txt",
+}
+
+ at misc{rfc7775,
+  author="L. Ginsberg and S. Litkowski and S. Previdi",
+  title="{IS-IS Route Preference for Extended IP and IPv6 Reachability}",
+  series="Request for Comments",
+  number="7775",
+  howpublished="RFC 7775 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7775.txt",
+}
+
+ at misc{rfc7776,
+  author="P. Resnick and A. Farrel",
+  title="{IETF Anti-Harassment Procedures}",
+  series="Request for Comments",
+  number="7776",
+  howpublished="RFC 7776 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7776.txt",
+}
+
+ at misc{rfc7777,
+  author="S. Hegde and R. Shakir and A. Smirnov and Z. Li and B. Decraene",
+  title="{Advertising Node Administrative Tags in OSPF}",
+  series="Request for Comments",
+  number="7777",
+  howpublished="RFC 7777 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7777.txt",
+}
+
+ at misc{rfc7778,
+  author="D. Kutscher and F. Mir and R. Winter and S. Krishnan and Y. Zhang and CJ. Bernardos",
+  title="{Mobile Communication Congestion Exposure Scenario}",
+  series="Request for Comments",
+  number="7778",
+  howpublished="RFC 7778 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7778.txt",
+}
+
+ at misc{rfc7779,
+  author="H. Rogge and E. Baccelli",
+  title="{Directional Airtime Metric Based on Packet Sequence Numbers for Optimized Link State Routing Version 2 (OLSRv2)}",
+  series="Request for Comments",
+  number="7779",
+  howpublished="RFC 7779 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7779.txt",
+}
+
+ at misc{rfc7780,
+  author="D. Eastlake 3rd and M. Zhang and R. Perlman and A. Banerjee and A. Ghanwani and S. Gupta",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Clarifications, Corrections, and Updates}",
+  series="Request for Comments",
+  number="7780",
+  howpublished="RFC 7780 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7780.txt",
+}
+
+ at misc{rfc7781,
+  author="H. Zhai and T. Senevirathne and R. Perlman and M. Zhang and Y. Li",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Pseudo-Nickname for Active-Active Access}",
+  series="Request for Comments",
+  number="7781",
+  howpublished="RFC 7781 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7781.txt",
+}
+
+ at misc{rfc7782,
+  author="M. Zhang and R. Perlman and H. Zhai and M. Durrani and S. Gupta",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Active-Active Edge Using Multiple MAC Attachments}",
+  series="Request for Comments",
+  number="7782",
+  howpublished="RFC 7782 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7782.txt",
+}
+
+ at misc{rfc7783,
+  author="T. Senevirathne and J. Pathangi and J. Hudson",
+  title="{Coordinated Multicast Trees (CMT) for Transparent Interconnection of Lots of Links (TRILL)}",
+  series="Request for Comments",
+  number="7783",
+  howpublished="RFC 7783 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7783.txt",
+}
+
+ at misc{rfc7784,
+  author="D. Kumar and S. Salam and T. Senevirathne",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Operations, Administration, and Maintenance (OAM) MIB}",
+  series="Request for Comments",
+  number="7784",
+  howpublished="RFC 7784 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7784.txt",
+}
+
+ at misc{rfc7785,
+  author="S. Vinapamula and M. Boucadair",
+  title="{Recommendations for Prefix Binding in the Context of Softwire Dual-Stack Lite}",
+  series="Request for Comments",
+  number="7785",
+  howpublished="RFC 7785 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7785.txt",
+}
+
+ at misc{rfc7786,
+  author="M. Kuehlewind and R. Scheffenegger",
+  title="{TCP Modifications for Congestion Exposure (ConEx)}",
+  series="Request for Comments",
+  number="7786",
+  howpublished="RFC 7786 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7786.txt",
+}
+
+ at misc{rfc7787,
+  author="M. Stenberg and S. Barth",
+  title="{Distributed Node Consensus Protocol}",
+  series="Request for Comments",
+  number="7787",
+  howpublished="RFC 7787 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7787.txt",
+}
+
+ at misc{rfc7788,
+  author="M. Stenberg and S. Barth and P. Pfister",
+  title="{Home Networking Control Protocol}",
+  series="Request for Comments",
+  number="7788",
+  howpublished="RFC 7788 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7788.txt",
+}
+
+ at misc{rfc7789,
+  author="C. Cardona and P. Francois and P. Lucente",
+  title="{Impact of BGP Filtering on Inter-Domain Routing Policies}",
+  series="Request for Comments",
+  number="7789",
+  howpublished="RFC 7789 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7789.txt",
+}
+
+ at misc{rfc7790,
+  author="Y. Yoneya and T. Nemoto",
+  title="{Mapping Characters for Classes of the Preparation, Enforcement, and Comparison of Internationalized Strings (PRECIS)}",
+  series="Request for Comments",
+  number="7790",
+  howpublished="RFC 7790 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7790.txt",
+}
+
+ at misc{rfc7791,
+  author="D. Migault and V. Smyslov",
+  title="{Cloning the IKE Security Association in the Internet Key Exchange Protocol Version 2 (IKEv2)}",
+  series="Request for Comments",
+  number="7791",
+  howpublished="RFC 7791 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7791.txt",
+}
+
+ at misc{rfc7792,
+  author="F. Zhang and X. Zhang and A. Farrel and O. Gonzalez de Dios and D. Ceccarelli",
+  title="{RSVP-TE Signaling Extensions in Support of Flexi-Grid Dense Wavelength Division Multiplexing (DWDM) Networks}",
+  series="Request for Comments",
+  number="7792",
+  howpublished="RFC 7792 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7792.txt",
+}
+
+ at misc{rfc7793,
+  author="M. Andrews",
+  title="{Adding 100.64.0.0/10 Prefixes to the IPv4 Locally-Served DNS Zones Registry}",
+  series="Request for Comments",
+  number="7793",
+  howpublished="RFC 7793 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7793.txt",
+}
+
+ at misc{rfc7794,
+  author="L. Ginsberg and B. Decraene and S. Previdi and X. Xu and U. Chunduri",
+  title="{IS-IS Prefix Attributes for Extended IPv4 and IPv6 Reachability}",
+  series="Request for Comments",
+  number="7794",
+  howpublished="RFC 7794 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7794.txt",
+}
+
+ at misc{rfc7795,
+  author="J. Dong and H. Wang",
+  title="{Pseudowire Redundancy on the Switching Provider Edge (S-PE)}",
+  series="Request for Comments",
+  number="7795",
+  howpublished="RFC 7795 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7795.txt",
+}
+
+ at misc{rfc7796,
+  author="Y. Jiang and L. Yong and M. Paul",
+  title="{Ethernet-Tree (E-Tree) Support in Virtual Private LAN Service (VPLS)}",
+  series="Request for Comments",
+  number="7796",
+  howpublished="RFC 7796 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7796.txt",
+}
+
+ at misc{rfc7797,
+  author="M. Jones",
+  title="{JSON Web Signature (JWS) Unencoded Payload Option}",
+  series="Request for Comments",
+  number="7797",
+  howpublished="RFC 7797 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7797.txt",
+}
+
+ at misc{rfc7798,
+  author="Y.-K. Wang and Y. Sanchez and T. Schierl and S. Wenger and M. M. Hannuksela",
+  title="{RTP Payload Format for High Efficiency Video Coding (HEVC)}",
+  series="Request for Comments",
+  number="7798",
+  howpublished="RFC 7798 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7798.txt",
+}
+
+ at misc{rfc7799,
+  author="A. Morton",
+  title="{Active and Passive Metrics and Methods (with Hybrid Types In-Between)}",
+  series="Request for Comments",
+  number="7799",
+  howpublished="RFC 7799 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7799.txt",
+}
+
+ at misc{rfc7800,
+  author="M. Jones and J. Bradley and H. Tschofenig",
+  title="{Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)}",
+  series="Request for Comments",
+  number="7800",
+  howpublished="RFC 7800 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7800.txt",
+}
+
+ at misc{rfc7801,
+  author="V. Dolmatov",
+  title="{GOST R 34.12-2015: Block Cipher "Kuznyechik"}",
+  series="Request for Comments",
+  number="7801",
+  howpublished="RFC 7801 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7801.txt",
+}
+
+ at misc{rfc7802,
+  author="S. Emery and N. Williams",
+  title="{A Pseudo-Random Function (PRF) for the Kerberos V Generic Security Service Application Program Interface (GSS-API) Mechanism}",
+  series="Request for Comments",
+  number="7802",
+  howpublished="RFC 7802 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7802.txt",
+}
+
+ at misc{rfc7803,
+  author="B. Leiba",
+  title="{Changing the Registration Policy for the NETCONF Capability URNs Registry}",
+  series="Request for Comments",
+  number="7803",
+  howpublished="RFC 7803 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc7803.txt",
+}
+
+ at misc{rfc7804,
+  author="A. Melnikov",
+  title="{Salted Challenge Response HTTP Authentication Mechanism}",
+  series="Request for Comments",
+  number="7804",
+  howpublished="RFC 7804 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7804.txt",
+}
+
+ at misc{rfc7805,
+  author="A. Zimmermann and W. Eddy and L. Eggert",
+  title="{Moving Outdated TCP Extensions and TCP-Related Documents to Historic or Informational Status}",
+  series="Request for Comments",
+  number="7805",
+  howpublished="RFC 7805 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7805.txt",
+}
+
+ at misc{rfc7806,
+  author="F. Baker and R. Pan",
+  title="{On Queuing, Marking, and Dropping}",
+  series="Request for Comments",
+  number="7806",
+  howpublished="RFC 7806 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7806.txt",
+}
+
+ at misc{rfc7807,
+  author="M. Nottingham and E. Wilde",
+  title="{Problem Details for HTTP APIs}",
+  series="Request for Comments",
+  number="7807",
+  howpublished="RFC 7807 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7807.txt",
+}
+
+ at misc{rfc7808,
+  author="M. Douglass and C. Daboo",
+  title="{Time Zone Data Distribution Service}",
+  series="Request for Comments",
+  number="7808",
+  howpublished="RFC 7808 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7808.txt",
+}
+
+ at misc{rfc7809,
+  author="C. Daboo",
+  title="{Calendaring Extensions to WebDAV (CalDAV): Time Zones by Reference}",
+  series="Request for Comments",
+  number="7809",
+  howpublished="RFC 7809 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7809.txt",
+}
+
+ at misc{rfc7810,
+  author="S. Previdi and S. Giacalone and D. Ward and J. Drake and Q. Wu",
+  title="{IS-IS Traffic Engineering (TE) Metric Extensions}",
+  series="Request for Comments",
+  number="7810",
+  howpublished="RFC 7810 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7810.txt",
+}
+
+ at misc{rfc7811,
+  author="G. Enyedi and A. Csaszar and A. Atlas and C. Bowers and A. Gopalan",
+  title="{An Algorithm for Computing IP/LDP Fast Reroute Using Maximally Redundant Trees (MRT-FRR)}",
+  series="Request for Comments",
+  number="7811",
+  howpublished="RFC 7811 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7811.txt",
+}
+
+ at misc{rfc7812,
+  author="A. Atlas and C. Bowers and G. Enyedi",
+  title="{An Architecture for IP/LDP Fast Reroute Using Maximally Redundant Trees (MRT-FRR)}",
+  series="Request for Comments",
+  number="7812",
+  howpublished="RFC 7812 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7812.txt",
+}
+
+ at misc{rfc7813,
+  author="J. Farkas and N. Bragg and P. Unbehagen and G. Parsons and P. Ashwood-Smith and C. Bowers",
+  title="{IS-IS Path Control and Reservation}",
+  series="Request for Comments",
+  number="7813",
+  howpublished="RFC 7813 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7813.txt",
+}
+
+ at misc{rfc7814,
+  author="X. Xu and C. Jacquenet and R. Raszuk and T. Boyes and B. Fee",
+  title="{Virtual Subnet: A BGP/MPLS IP VPN-Based Subnet Extension Solution}",
+  series="Request for Comments",
+  number="7814",
+  howpublished="RFC 7814 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7814.txt",
+}
+
+ at misc{rfc7815,
+  author="T. Kivinen",
+  title="{Minimal Internet Key Exchange Version 2 (IKEv2) Initiator Implementation}",
+  series="Request for Comments",
+  number="7815",
+  howpublished="RFC 7815 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7815.txt",
+}
+
+ at misc{rfc7816,
+  author="S. Bortzmeyer",
+  title="{DNS Query Name Minimisation to Improve Privacy}",
+  series="Request for Comments",
+  number="7816",
+  howpublished="RFC 7816 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7816.txt",
+}
+
+ at misc{rfc7817,
+  author="A. Melnikov",
+  title="{Updated Transport Layer Security (TLS) Server Identity Check Procedure for Email-Related Protocols}",
+  series="Request for Comments",
+  number="7817",
+  howpublished="RFC 7817 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7817.txt",
+}
+
+ at misc{rfc7818,
+  author="M. Jethanandani",
+  title="{URN Namespace for MEF Documents}",
+  series="Request for Comments",
+  number="7818",
+  howpublished="RFC 7818 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7818.txt",
+}
+
+ at misc{rfc7819,
+  author="S. Jiang and S. Krishnan and T. Mrugalski",
+  title="{Privacy Considerations for DHCP}",
+  series="Request for Comments",
+  number="7819",
+  howpublished="RFC 7819 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7819.txt",
+}
+
+ at misc{rfc7820,
+  author="T. Mizrahi",
+  title="{UDP Checksum Complement in the One-Way Active Measurement Protocol (OWAMP) and Two-Way Active Measurement Protocol (TWAMP)}",
+  series="Request for Comments",
+  number="7820",
+  howpublished="RFC 7820 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7820.txt",
+}
+
+ at misc{rfc7821,
+  author="T. Mizrahi",
+  title="{UDP Checksum Complement in the Network Time Protocol (NTP)}",
+  series="Request for Comments",
+  number="7821",
+  howpublished="RFC 7821 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7821.txt",
+}
+
+ at misc{rfc7822,
+  author="T. Mizrahi and D. Mayer",
+  title="{Network Time Protocol Version 4 (NTPv4) Extension Fields}",
+  series="Request for Comments",
+  number="7822",
+  howpublished="RFC 7822 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7822.txt",
+}
+
+ at misc{rfc7823,
+  author="A. Atlas and J. Drake and S. Giacalone and S. Previdi",
+  title="{Performance-Based Path Selection for Explicitly Routed Label Switched Paths (LSPs) Using TE Metric Extensions}",
+  series="Request for Comments",
+  number="7823",
+  howpublished="RFC 7823 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7823.txt",
+}
+
+ at misc{rfc7824,
+  author="S. Krishnan and T. Mrugalski and S. Jiang",
+  title="{Privacy Considerations for DHCPv6}",
+  series="Request for Comments",
+  number="7824",
+  howpublished="RFC 7824 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7824.txt",
+}
+
+ at misc{rfc7825,
+  author="J. Goldberg and M. Westerlund and T. Zeng",
+  title="{A Network Address Translator (NAT) Traversal Mechanism for Media Controlled by the Real-Time Streaming Protocol (RTSP)}",
+  series="Request for Comments",
+  number="7825",
+  howpublished="RFC 7825 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7825.txt",
+}
+
+ at misc{rfc7826,
+  author="H. Schulzrinne and A. Rao and R. Lanphier and M. Westerlund and M. Stiemerling",
+  title="{Real-Time Streaming Protocol Version 2.0}",
+  series="Request for Comments",
+  number="7826",
+  howpublished="RFC 7826 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7826.txt",
+}
+
+ at misc{rfc7827,
+  author="L. Eggert",
+  title="{The Role of the IRTF Chair}",
+  series="Request for Comments",
+  number="7827",
+  howpublished="RFC 7827 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7827.txt",
+}
+
+ at misc{rfc7828,
+  author="P. Wouters and J. Abley and S. Dickinson and R. Bellis",
+  title="{The edns-tcp-keepalive EDNS0 Option}",
+  series="Request for Comments",
+  number="7828",
+  howpublished="RFC 7828 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7828.txt",
+}
+
+ at misc{rfc7829,
+  author="Y. Nishida and P. Natarajan and A. Caro and P. Amer and K. Nielsen",
+  title="{SCTP-PF: A Quick Failover Algorithm for the Stream Control Transmission Protocol}",
+  series="Request for Comments",
+  number="7829",
+  howpublished="RFC 7829 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7829.txt",
+}
+
+ at misc{rfc7830,
+  author="A. Mayrhofer",
+  title="{The EDNS(0) Padding Option}",
+  series="Request for Comments",
+  number="7830",
+  howpublished="RFC 7830 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7830.txt",
+}
+
+ at misc{rfc7831,
+  author="J. Howlett and S. Hartman and H. Tschofenig and J. Schaad",
+  title="{Application Bridging for Federated Access Beyond Web (ABFAB) Architecture}",
+  series="Request for Comments",
+  number="7831",
+  howpublished="RFC 7831 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7831.txt",
+}
+
+ at misc{rfc7832,
+  author="R. Smith",
+  title="{Application Bridging for Federated Access Beyond Web (ABFAB) Use Cases}",
+  series="Request for Comments",
+  number="7832",
+  howpublished="RFC 7832 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7832.txt",
+}
+
+ at misc{rfc7833,
+  author="J. Howlett and S. Hartman and A. Perez-Mendez",
+  title="{A RADIUS Attribute, Binding, Profiles, Name Identifier Format, and Confirmation Methods for the Security Assertion Markup Language (SAML)}",
+  series="Request for Comments",
+  number="7833",
+  howpublished="RFC 7833 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7833.txt",
+}
+
+ at misc{rfc7834,
+  author="D. Saucez and L. Iannone and A. Cabellos and F. Coras",
+  title="{Locator/ID Separation Protocol (LISP) Impact}",
+  series="Request for Comments",
+  number="7834",
+  howpublished="RFC 7834 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7834.txt",
+}
+
+ at misc{rfc7835,
+  author="D. Saucez and L. Iannone and O. Bonaventure",
+  title="{Locator/ID Separation Protocol (LISP) Threat Analysis}",
+  series="Request for Comments",
+  number="7835",
+  howpublished="RFC 7835 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7835.txt",
+}
+
+ at misc{rfc7836,
+  author="S. Smyshlyaev and E. Alekseev and I. Oshkin and V. Popov and S. Leontiev and V. Podobaev and D. Belyavsky",
+  title="{Guidelines on the Cryptographic Algorithms to Accompany the Usage of Standards GOST R 34.10-2012 and GOST R 34.11-2012}",
+  series="Request for Comments",
+  number="7836",
+  howpublished="RFC 7836 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=mar,
+    url="http://www.ietf.org/rfc/rfc7836.txt",
+}
+
+ at misc{rfc7837,
+  author="S. Krishnan and M. Kuehlewind and B. Briscoe and C. Ralli",
+  title="{IPv6 Destination Option for Congestion Exposure (ConEx)}",
+  series="Request for Comments",
+  number="7837",
+  howpublished="RFC 7837 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7837.txt",
+}
+
+ at misc{rfc7838,
+  author="M. Nottingham and P. McManus and J. Reschke",
+  title="{HTTP Alternative Services}",
+  series="Request for Comments",
+  number="7838",
+  howpublished="RFC 7838 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7838.txt",
+}
+
+ at misc{rfc7839,
+  author="S. Bhandari and S. Gundavelli and M. Grayson and B. Volz and J. Korhonen",
+  title="{Access-Network-Identifier Option in DHCP}",
+  series="Request for Comments",
+  number="7839",
+  howpublished="RFC 7839 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7839.txt",
+}
+
+ at misc{rfc7840,
+  author="J. Winterbottom and H. Tschofenig and L. Liess",
+  title="{A Routing Request Extension for the HTTP-Enabled Location Delivery (HELD) Protocol}",
+  series="Request for Comments",
+  number="7840",
+  howpublished="RFC 7840 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7840.txt",
+}
+
+ at misc{rfc7841,
+  author="J. Halpern and L. Daigle and O. Kolkman",
+  title="{RFC Streams, Headers, and Boilerplates}",
+  series="Request for Comments",
+  number="7841",
+  howpublished="RFC 7841 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7841.txt",
+}
+
+ at misc{rfc7842,
+  author="R. Sparks",
+  title="{Requirements for Improvements to the IETF Email List Archiving, Web-Based Browsing, and Search Tool}",
+  series="Request for Comments",
+  number="7842",
+  howpublished="RFC 7842 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7842.txt",
+}
+
+ at misc{rfc7843,
+  author="A. Ripke and R. Winter and T. Dietz and J. Quittek and R. da Silva",
+  title="{Port Control Protocol (PCP) Third-Party ID Option}",
+  series="Request for Comments",
+  number="7843",
+  howpublished="RFC 7843 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7843.txt",
+}
+
+ at misc{rfc7844,
+  author="C. Huitema and T. Mrugalski and S. Krishnan",
+  title="{Anonymity Profiles for DHCP Clients}",
+  series="Request for Comments",
+  number="7844",
+  howpublished="RFC 7844 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7844.txt",
+}
+
+ at misc{rfc7845,
+  author="T. Terriberry and R. Lee and R. Giles",
+  title="{Ogg Encapsulation for the Opus Audio Codec}",
+  series="Request for Comments",
+  number="7845",
+  howpublished="RFC 7845 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7845.txt",
+}
+
+ at misc{rfc7846,
+  author="R. Cruz and M. Nunes and J. Xia and R. Huang and J. Taveira and D. Lingli",
+  title="{Peer-to-Peer Streaming Tracker Protocol (PPSTP)}",
+  series="Request for Comments",
+  number="7846",
+  howpublished="RFC 7846 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7846.txt",
+}
+
+ at misc{rfc7847,
+  author="T. Melia and S. Gundavelli",
+  title="{Logical-Interface Support for IP Hosts with Multi-Access Support}",
+  series="Request for Comments",
+  number="7847",
+  howpublished="RFC 7847 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7847.txt",
+}
+
+ at misc{rfc7848,
+  author="G. Lozano",
+  title="{Mark and Signed Mark Objects Mapping}",
+  series="Request for Comments",
+  number="7848",
+  howpublished="RFC 7848 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7848.txt",
+}
+
+ at misc{rfc7849,
+  author="D. Binet and M. Boucadair and A. Vizdal and G. Chen and N. Heatley and R. Chandler and D. Michaud and D. Lopez and W. Haeffner",
+  title="{An IPv6 Profile for 3GPP Mobile Devices}",
+  series="Request for Comments",
+  number="7849",
+  howpublished="RFC 7849 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7849.txt",
+}
+
+ at misc{rfc7850,
+  author="S. Nandakumar",
+  title="{Registering Values of the SDP 'proto' Field for Transporting RTP Media over TCP under Various RTP Profiles}",
+  series="Request for Comments",
+  number="7850",
+  howpublished="RFC 7850 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7850.txt",
+}
+
+ at misc{rfc7851,
+  author="H. Song and X. Jiang and R. Even and D. Bryan and Y. Sun",
+  title="{Peer-to-Peer (P2P) Overlay Diagnostics}",
+  series="Request for Comments",
+  number="7851",
+  howpublished="RFC 7851 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7851.txt",
+}
+
+ at misc{rfc7852,
+  author="R. Gellens and B. Rosen and H. Tschofenig and R. Marshall and J. Winterbottom",
+  title="{Additional Data Related to an Emergency Call}",
+  series="Request for Comments",
+  number="7852",
+  howpublished="RFC 7852 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7852.txt",
+}
+
+ at misc{rfc7853,
+  author="S. Martin and S. Tuecke and B. McCollam and M. Lidman",
+  title="{A URN Namespace for Globus}",
+  series="Request for Comments",
+  number="7853",
+  howpublished="RFC 7853 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7853.txt",
+}
+
+ at misc{rfc7854,
+  author="J. Scudder and R. Fernando and S. Stuart",
+  title="{BGP Monitoring Protocol (BMP)}",
+  series="Request for Comments",
+  number="7854",
+  howpublished="RFC 7854 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7854.txt",
+}
+
+ at misc{rfc7855,
+  author="S. Previdi and C. Filsfils and B. Decraene and S. Litkowski and M. Horneffer and R. Shakir",
+  title="{Source Packet Routing in Networking (SPRING) Problem Statement and Requirements}",
+  series="Request for Comments",
+  number="7855",
+  howpublished="RFC 7855 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7855.txt",
+}
+
+ at misc{rfc7856,
+  author="Y. Cui and J. Dong and P. Wu and M. Xu and A. Yla-Jaaski",
+  title="{Softwire Mesh Management Information Base (MIB)}",
+  series="Request for Comments",
+  number="7856",
+  howpublished="RFC 7856 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7856.txt",
+}
+
+ at misc{rfc7857,
+  author="R. Penno and S. Perreault and M. Boucadair and S. Sivakumar and K. Naito",
+  title="{Updates to Network Address Translation (NAT) Behavioral Requirements}",
+  series="Request for Comments",
+  number="7857",
+  howpublished="RFC 7857 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7857.txt",
+}
+
+ at misc{rfc7858,
+  author="Z. Hu and L. Zhu and J. Heidemann and A. Mankin and D. Wessels and P. Hoffman",
+  title="{Specification for DNS over Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="7858",
+  howpublished="RFC 7858 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7858.txt",
+}
+
+ at misc{rfc7859,
+  author="C. Dearlove",
+  title="{Identity-Based Signatures for Mobile Ad Hoc Network (MANET) Routing Protocols}",
+  series="Request for Comments",
+  number="7859",
+  howpublished="RFC 7859 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7859.txt",
+}
+
+ at misc{rfc7860,
+  author="J. Merkle and M. Lochter",
+  title="{HMAC-SHA-2 Authentication Protocols in User-Based Security Model (USM) for SNMPv3}",
+  series="Request for Comments",
+  number="7860",
+  howpublished="RFC 7860 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=apr,
+    url="http://www.ietf.org/rfc/rfc7860.txt",
+}
+
+ at misc{rfc7861,
+  author="A. Adamson and N. Williams",
+  title="{Remote Procedure Call (RPC) Security Version 3}",
+  series="Request for Comments",
+  number="7861",
+  howpublished="RFC 7861 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7861.txt",
+}
+
+ at misc{rfc7862,
+  author="T. Haynes",
+  title="{Network File System (NFS) Version 4 Minor Version 2 Protocol}",
+  series="Request for Comments",
+  number="7862",
+  howpublished="RFC 7862 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7862.txt",
+}
+
+ at misc{rfc7863,
+  author="T. Haynes",
+  title="{Network File System (NFS) Version 4 Minor Version 2 External Data Representation Standard (XDR) Description}",
+  series="Request for Comments",
+  number="7863",
+  howpublished="RFC 7863 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7863.txt",
+}
+
+ at misc{rfc7864,
+  author="CJ. Bernardos",
+  title="{Proxy Mobile IPv6 Extensions to Support Flow Mobility}",
+  series="Request for Comments",
+  number="7864",
+  howpublished="RFC 7864 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7864.txt",
+}
+
+ at misc{rfc7865,
+  author="R. Ravindranath and P. Ravindran and P. Kyzivat",
+  title="{Session Initiation Protocol (SIP) Recording Metadata}",
+  series="Request for Comments",
+  number="7865",
+  howpublished="RFC 7865 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7865.txt",
+}
+
+ at misc{rfc7866,
+  author="L. Portman and H. Lum and C. Eckel and A. Johnston and A. Hutton",
+  title="{Session Recording Protocol}",
+  series="Request for Comments",
+  number="7866",
+  howpublished="RFC 7866 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7866.txt",
+}
+
+ at misc{rfc7867,
+  author="R. Huang",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Loss Concealment Metrics for Video Applications}",
+  series="Request for Comments",
+  number="7867",
+  howpublished="RFC 7867 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7867.txt",
+}
+
+ at misc{rfc7868,
+  author="D. Savage and J. Ng and S. Moore and D. Slice and P. Paluch and R. White",
+  title="{Cisco's Enhanced Interior Gateway Routing Protocol (EIGRP)}",
+  series="Request for Comments",
+  number="7868",
+  howpublished="RFC 7868 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7868.txt",
+}
+
+ at misc{rfc7869,
+  author="D. Warden and I. Iordanov",
+  title="{The "vnc" URI Scheme}",
+  series="Request for Comments",
+  number="7869",
+  howpublished="RFC 7869 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7869.txt",
+}
+
+ at misc{rfc7870,
+  author="Y. Fu and S. Jiang and J. Dong and Y. Chen",
+  title="{Dual-Stack Lite (DS-Lite) Management Information Base (MIB) for Address Family Transition Routers (AFTRs)}",
+  series="Request for Comments",
+  number="7870",
+  howpublished="RFC 7870 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7870.txt",
+}
+
+ at misc{rfc7871,
+  author="C. Contavalli and W. van der Gaast and D. Lawrence and W. Kumari",
+  title="{Client Subnet in DNS Queries}",
+  series="Request for Comments",
+  number="7871",
+  howpublished="RFC 7871 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7871.txt",
+}
+
+ at misc{rfc7872,
+  author="F. Gont and J. Linkova and T. Chown and W. Liu",
+  title="{Observations on the Dropping of Packets with IPv6 Extension Headers in the Real World}",
+  series="Request for Comments",
+  number="7872",
+  howpublished="RFC 7872 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7872.txt",
+}
+
+ at misc{rfc7873,
+  author="D. Eastlake 3rd and M. Andrews",
+  title="{Domain Name System (DNS) Cookies}",
+  series="Request for Comments",
+  number="7873",
+  howpublished="RFC 7873 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7873.txt",
+}
+
+ at misc{rfc7874,
+  author="JM. Valin and C. Bran",
+  title="{WebRTC Audio Codec and Processing Requirements}",
+  series="Request for Comments",
+  number="7874",
+  howpublished="RFC 7874 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7874.txt",
+}
+
+ at misc{rfc7875,
+  author="S. Proust",
+  title="{Additional WebRTC Audio Codecs for Interoperability}",
+  series="Request for Comments",
+  number="7875",
+  howpublished="RFC 7875 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7875.txt",
+}
+
+ at misc{rfc7876,
+  author="S. Bryant and S. Sivabalan and S. Soni",
+  title="{UDP Return Path for Packet Loss and Delay Measurement for MPLS Networks}",
+  series="Request for Comments",
+  number="7876",
+  howpublished="RFC 7876 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7876.txt",
+}
+
+ at misc{rfc7877,
+  author="K. Cartwright and V. Bhatia and S. Ali and D. Schwartz",
+  title="{Session Peering Provisioning Framework (SPPF)}",
+  series="Request for Comments",
+  number="7877",
+  howpublished="RFC 7877 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7877.txt",
+}
+
+ at misc{rfc7878,
+  author="K. Cartwright and V. Bhatia and J-F. Mule and A. Mayrhofer",
+  title="{Session Peering Provisioning (SPP) Protocol over SOAP}",
+  series="Request for Comments",
+  number="7878",
+  howpublished="RFC 7878 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7878.txt",
+}
+
+ at misc{rfc7879,
+  author="R. Ravindranath and T. Reddy and G. Salgueiro and V. Pascual and P. Ravindran",
+  title="{DTLS-SRTP Handling in SIP Back-to-Back User Agents}",
+  series="Request for Comments",
+  number="7879",
+  howpublished="RFC 7879 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7879.txt",
+}
+
+ at misc{rfc7880,
+  author="C. Pignataro and D. Ward and N. Akiya and M. Bhatia and S. Pallagatti",
+  title="{Seamless Bidirectional Forwarding Detection (S-BFD)}",
+  series="Request for Comments",
+  number="7880",
+  howpublished="RFC 7880 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7880.txt",
+}
+
+ at misc{rfc7881,
+  author="C. Pignataro and D. Ward and N. Akiya",
+  title="{Seamless Bidirectional Forwarding Detection (S-BFD) for IPv4, IPv6, and MPLS}",
+  series="Request for Comments",
+  number="7881",
+  howpublished="RFC 7881 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7881.txt",
+}
+
+ at misc{rfc7882,
+  author="S. Aldrin and C. Pignataro and G. Mirsky and N. Kumar",
+  title="{Seamless Bidirectional Forwarding Detection (S-BFD) Use Cases}",
+  series="Request for Comments",
+  number="7882",
+  howpublished="RFC 7882 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7882.txt",
+}
+
+ at misc{rfc7883,
+  author="L. Ginsberg and N. Akiya and M. Chen",
+  title="{Advertising Seamless Bidirectional Forwarding Detection (S-BFD) Discriminators in IS-IS}",
+  series="Request for Comments",
+  number="7883",
+  howpublished="RFC 7883 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7883.txt",
+}
+
+ at misc{rfc7884,
+  author="C. Pignataro and M. Bhatia and S. Aldrin and T. Ranganath",
+  title="{OSPF Extensions to Advertise Seamless Bidirectional Forwarding Detection (S-BFD) Target Discriminators}",
+  series="Request for Comments",
+  number="7884",
+  howpublished="RFC 7884 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7884.txt",
+}
+
+ at misc{rfc7885,
+  author="V. Govindan and C. Pignataro",
+  title="{Seamless Bidirectional Forwarding Detection (S-BFD) for Virtual Circuit Connectivity Verification (VCCV)}",
+  series="Request for Comments",
+  number="7885",
+  howpublished="RFC 7885 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7885.txt",
+}
+
+ at misc{rfc7886,
+  author="V. Govindan and C. Pignataro",
+  title="{Advertising Seamless Bidirectional Forwarding Detection (S-BFD) Discriminators in the Layer Two Tunneling Protocol Version 3 (L2TPv3)}",
+  series="Request for Comments",
+  number="7886",
+  howpublished="RFC 7886 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7886.txt",
+}
+
+ at misc{rfc7887,
+  author="S. Venaas and J. Arango and I. Kouvelas",
+  title="{Hierarchical Join/Prune Attributes}",
+  series="Request for Comments",
+  number="7887",
+  howpublished="RFC 7887 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7887.txt",
+}
+
+ at misc{rfc7888,
+  author="A. Melnikov",
+  title="{IMAP4 Non-synchronizing Literals}",
+  series="Request for Comments",
+  number="7888",
+  howpublished="RFC 7888 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7888.txt",
+}
+
+ at misc{rfc7889,
+  author="J. SrimushnamBoovaraghamoorthy and N. Bisht",
+  title="{The IMAP APPENDLIMIT Extension}",
+  series="Request for Comments",
+  number="7889",
+  howpublished="RFC 7889 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7889.txt",
+}
+
+ at misc{rfc7890,
+  author="D. Bryan and P. Matthews and E. Shim and D. Willis and S. Dawkins",
+  title="{Concepts and Terminology for Peer-to-Peer SIP (P2PSIP)}",
+  series="Request for Comments",
+  number="7890",
+  howpublished="RFC 7890 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7890.txt",
+}
+
+ at misc{rfc7891,
+  author="J. Asghar and IJ. Wijnands and S. Krishnaswamy and A. Karan and V. Arya",
+  title="{Explicit Reverse Path Forwarding (RPF) Vector}",
+  series="Request for Comments",
+  number="7891",
+  howpublished="RFC 7891 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7891.txt",
+}
+
+ at misc{rfc7892,
+  author="Z. Ali and A. Bonfanti and M. Hartley and F. Zhang",
+  title="{IANA Allocation Procedures for the GMPLS OTN Signal Type Registry}",
+  series="Request for Comments",
+  number="7892",
+  howpublished="RFC 7892 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=may,
+    url="http://www.ietf.org/rfc/rfc7892.txt",
+}
+
+ at misc{rfc7893,
+  author="Y(J) Stein and D. Black and B. Briscoe",
+  title="{Pseudowire Congestion Considerations}",
+  series="Request for Comments",
+  number="7893",
+  howpublished="RFC 7893 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7893.txt",
+}
+
+ at misc{rfc7894,
+  author="M. Pritikin and C. Wallace",
+  title="{Alternative Challenge Password Attributes for Enrollment over Secure Transport}",
+  series="Request for Comments",
+  number="7894",
+  howpublished="RFC 7894 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7894.txt",
+}
+
+ at misc{rfc7895,
+  author="A. Bierman and M. Bjorklund and K. Watsen",
+  title="{YANG Module Library}",
+  series="Request for Comments",
+  number="7895",
+  howpublished="RFC 7895 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7895.txt",
+}
+
+ at misc{rfc7896,
+  author="D. Dhody",
+  title="{Update to the Include Route Object (IRO) Specification in the Path Computation Element Communication Protocol (PCEP)}",
+  series="Request for Comments",
+  number="7896",
+  howpublished="RFC 7896 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7896.txt",
+}
+
+ at misc{rfc7897,
+  author="D. Dhody and U. Palle and R. Casellas",
+  title="{Domain Subobjects for the Path Computation Element Communication Protocol (PCEP)}",
+  series="Request for Comments",
+  number="7897",
+  howpublished="RFC 7897 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7897.txt",
+}
+
+ at misc{rfc7898,
+  author="D. Dhody and U. Palle and V. Kondreddy and R. Casellas",
+  title="{Domain Subobjects for Resource Reservation Protocol - Traffic Engineering (RSVP-TE)}",
+  series="Request for Comments",
+  number="7898",
+  howpublished="RFC 7898 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7898.txt",
+}
+
+ at misc{rfc7899,
+  author="T. Morin and S. Litkowski and K. Patel and Z. Zhang and R. Kebler and J. Haas",
+  title="{Multicast VPN State Damping}",
+  series="Request for Comments",
+  number="7899",
+  howpublished="RFC 7899 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7899.txt",
+}
+
+ at misc{rfc7900,
+  author="Y. Rekhter and E. Rosen and R. Aggarwal and Y. Cai and T. Morin",
+  title="{Extranet Multicast in BGP/IP MPLS VPNs}",
+  series="Request for Comments",
+  number="7900",
+  howpublished="RFC 7900 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7900.txt",
+}
+
+ at misc{rfc7901,
+  author="P. Wouters",
+  title="{CHAIN Query Requests in DNS}",
+  series="Request for Comments",
+  number="7901",
+  howpublished="RFC 7901 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7901.txt",
+}
+
+ at misc{rfc7902,
+  author="E. Rosen and T. Morin",
+  title="{Registry and Extensions for P-Multicast Service Interface Tunnel Attribute Flags}",
+  series="Request for Comments",
+  number="7902",
+  howpublished="RFC 7902 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7902.txt",
+}
+
+ at misc{rfc7903,
+  author="S. Leonard",
+  title="{Windows Image Media Types}",
+  series="Request for Comments",
+  number="7903",
+  howpublished="RFC 7903 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7903.txt",
+}
+
+ at misc{rfc7904,
+  author="C. Jennings and B. Lowekamp and E. Rescorla and S. Baset and H. Schulzrinne and T. Schmidt",
+  title="{A SIP Usage for REsource LOcation And Discovery (RELOAD)}",
+  series="Request for Comments",
+  number="7904",
+  howpublished="RFC 7904 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7904.txt",
+}
+
+ at misc{rfc7905,
+  author="A. Langley and W. Chang and N. Mavrogiannopoulos and J. Strombergson and S. Josefsson",
+  title="{ChaCha20-Poly1305 Cipher Suites for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="7905",
+  howpublished="RFC 7905 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7905.txt",
+}
+
+ at misc{rfc7906,
+  author="P. Timmel and R. Housley and S. Turner",
+  title="{NSA's Cryptographic Message Syntax (CMS) Key Management Attributes}",
+  series="Request for Comments",
+  number="7906",
+  howpublished="RFC 7906 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7906.txt",
+}
+
+ at misc{rfc7908,
+  author="K. Sriram and D. Montgomery and D. McPherson and E. Osterweil and B. Dickson",
+  title="{Problem Definition and Classification of BGP Route Leaks}",
+  series="Request for Comments",
+  number="7908",
+  howpublished="RFC 7908 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7908.txt",
+}
+
+ at misc{rfc7909,
+  author="R. Kisteleki and B. Haberman",
+  title="{Securing Routing Policy Specification Language (RPSL) Objects with Resource Public Key Infrastructure (RPKI) Signatures}",
+  series="Request for Comments",
+  number="7909",
+  howpublished="RFC 7909 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7909.txt",
+}
+
+ at misc{rfc7910,
+  author="W. Zhou",
+  title="{Interoperability between the Virtual Router Redundancy Protocol and PIM}",
+  series="Request for Comments",
+  number="7910",
+  howpublished="RFC 7910 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7910.txt",
+}
+
+ at misc{rfc7911,
+  author="D. Walton and A. Retana and E. Chen and J. Scudder",
+  title="{Advertisement of Multiple Paths in BGP}",
+  series="Request for Comments",
+  number="7911",
+  howpublished="RFC 7911 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7911.txt",
+}
+
+ at misc{rfc7912,
+  author="A. Melnikov",
+  title="{Message Authorizing Email Header Field and Its Use for the Draft and Release Procedure}",
+  series="Request for Comments",
+  number="7912",
+  howpublished="RFC 7912 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7912.txt",
+}
+
+ at misc{rfc7913,
+  author="C. Holmberg",
+  title="{P-Access-Network-Info ABNF Update}",
+  series="Request for Comments",
+  number="7913",
+  howpublished="RFC 7913 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7913.txt",
+}
+
+ at misc{rfc7914,
+  author="C. Percival and S. Josefsson",
+  title="{The scrypt Password-Based Key Derivation Function}",
+  series="Request for Comments",
+  number="7914",
+  howpublished="RFC 7914 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7914.txt",
+}
+
+ at misc{rfc7915,
+  author="C. Bao and X. Li and F. Baker and T. Anderson and F. Gont",
+  title="{IP/ICMP Translation Algorithm}",
+  series="Request for Comments",
+  number="7915",
+  howpublished="RFC 7915 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7915.txt",
+}
+
+ at misc{rfc7916,
+  author="S. Litkowski and B. Decraene and C. Filsfils and K. Raza and M. Horneffer and P. Sarkar",
+  title="{Operational Management of Loop-Free Alternates}",
+  series="Request for Comments",
+  number="7916",
+  howpublished="RFC 7916 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7916.txt",
+}
+
+ at misc{rfc7917,
+  author="P. Sarkar and H. Gredler and S. Hegde and S. Litkowski and B. Decraene",
+  title="{Advertising Node Administrative Tags in IS-IS}",
+  series="Request for Comments",
+  number="7917",
+  howpublished="RFC 7917 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7917.txt",
+}
+
+ at misc{rfc7918,
+  author="A. Langley and N. Modadugu and B. Moeller",
+  title="{Transport Layer Security (TLS) False Start}",
+  series="Request for Comments",
+  number="7918",
+  howpublished="RFC 7918 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7918.txt",
+}
+
+ at misc{rfc7919,
+  author="D. Gillmor",
+  title="{Negotiated Finite Field Diffie-Hellman Ephemeral Parameters for Transport Layer Security (TLS)}",
+  series="Request for Comments",
+  number="7919",
+  howpublished="RFC 7919 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7919.txt",
+}
+
+ at misc{rfc7920,
+  author="A. Atlas and T. Nadeau and D. Ward",
+  title="{Problem Statement for the Interface to the Routing System}",
+  series="Request for Comments",
+  number="7920",
+  howpublished="RFC 7920 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7920.txt",
+}
+
+ at misc{rfc7921,
+  author="A. Atlas and J. Halpern and S. Hares and D. Ward and T. Nadeau",
+  title="{An Architecture for the Interface to the Routing System}",
+  series="Request for Comments",
+  number="7921",
+  howpublished="RFC 7921 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7921.txt",
+}
+
+ at misc{rfc7922,
+  author="J. Clarke and G. Salgueiro and C. Pignataro",
+  title="{Interface to the Routing System (I2RS) Traceability: Framework and Information Model}",
+  series="Request for Comments",
+  number="7922",
+  howpublished="RFC 7922 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7922.txt",
+}
+
+ at misc{rfc7923,
+  author="E. Voit and A. Clemm and A. Gonzalez Prieto",
+  title="{Requirements for Subscription to YANG Datastores}",
+  series="Request for Comments",
+  number="7923",
+  howpublished="RFC 7923 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jun,
+    url="http://www.ietf.org/rfc/rfc7923.txt",
+}
+
+ at misc{rfc7924,
+  author="S. Santesson and H. Tschofenig",
+  title="{Transport Layer Security (TLS) Cached Information Extension}",
+  series="Request for Comments",
+  number="7924",
+  howpublished="RFC 7924 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7924.txt",
+}
+
+ at misc{rfc7925,
+  author="H. Tschofenig and T. Fossati",
+  title="{Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things}",
+  series="Request for Comments",
+  number="7925",
+  howpublished="RFC 7925 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7925.txt",
+}
+
+ at misc{rfc7926,
+  author="A. Farrel and J. Drake and N. Bitar and G. Swallow and D. Ceccarelli and X. Zhang",
+  title="{Problem Statement and Architecture for Information Exchange between Interconnected Traffic-Engineered Networks}",
+  series="Request for Comments",
+  number="7926",
+  howpublished="RFC 7926 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7926.txt",
+}
+
+ at misc{rfc7927,
+  author="D. Kutscher and S. Eum and K. Pentikousis and I. Psaras and D. Corujo and D. Saucez and T. Schmidt and M. Waehlisch",
+  title="{Information-Centric Networking (ICN) Research Challenges}",
+  series="Request for Comments",
+  number="7927",
+  howpublished="RFC 7927 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7927.txt",
+}
+
+ at misc{rfc7928,
+  author="N. Kuhn and P. Natarajan and N. Khademi and D. Ros",
+  title="{Characterization Guidelines for Active Queue Management (AQM)}",
+  series="Request for Comments",
+  number="7928",
+  howpublished="RFC 7928 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7928.txt",
+}
+
+ at misc{rfc7929,
+  author="P. Wouters",
+  title="{DNS-Based Authentication of Named Entities (DANE) Bindings for OpenPGP}",
+  series="Request for Comments",
+  number="7929",
+  howpublished="RFC 7929 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7929.txt",
+}
+
+ at misc{rfc7930,
+  author="S. Hartman",
+  title="{Larger Packets for RADIUS over TCP}",
+  series="Request for Comments",
+  number="7930",
+  howpublished="RFC 7930 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7930.txt",
+}
+
+ at misc{rfc7931,
+  author="D. Noveck and P. Shivam and C. Lever and B. Baker",
+  title="{NFSv4.0 Migration: Specification Update}",
+  series="Request for Comments",
+  number="7931",
+  howpublished="RFC 7931 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7931.txt",
+}
+
+ at misc{rfc7932,
+  author="J. Alakuijala and Z. Szabadka",
+  title="{Brotli Compressed Data Format}",
+  series="Request for Comments",
+  number="7932",
+  howpublished="RFC 7932 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7932.txt",
+}
+
+ at misc{rfc7933,
+  author="C. Westphal and S. Lederer and D. Posch and C. Timmerer and A. Azgin and W. Liu and C. Mueller and A. Detti and D. Corujo and J. Wang and M. Montpetit and N. Murray",
+  title="{Adaptive Video Streaming over Information-Centric Networking (ICN)}",
+  series="Request for Comments",
+  number="7933",
+  howpublished="RFC 7933 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7933.txt",
+}
+
+ at misc{rfc7934,
+  author="L. Colitti and V. Cerf and S. Cheshire and D. Schinazi",
+  title="{Host Address Availability Recommendations}",
+  series="Request for Comments",
+  number="7934",
+  howpublished="RFC 7934 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7934.txt",
+}
+
+ at misc{rfc7935,
+  author="G. Huston and G. Michaelson",
+  title="{The Profile for Algorithms and Key Sizes for Use in the Resource Public Key Infrastructure}",
+  series="Request for Comments",
+  number="7935",
+  howpublished="RFC 7935 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7935.txt",
+}
+
+ at misc{rfc7936,
+  author="T. Hardie",
+  title="{Clarifying Registry Procedures for the WebSocket Subprotocol Name Registry}",
+  series="Request for Comments",
+  number="7936",
+  howpublished="RFC 7936 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7936.txt",
+}
+
+ at misc{rfc7937,
+  author="F. Le Faucheur and G. Bertrand and I. Oprescu and R. Peterkofsky",
+  title="{Content Distribution Network Interconnection (CDNI) Logging Interface}",
+  series="Request for Comments",
+  number="7937",
+  howpublished="RFC 7937 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7937.txt",
+}
+
+ at misc{rfc7938,
+  author="P. Lapukhov and A. Premji and J. Mitchell",
+  title="{Use of BGP for Routing in Large-Scale Data Centers}",
+  series="Request for Comments",
+  number="7938",
+  howpublished="RFC 7938 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7938.txt",
+}
+
+ at misc{rfc7939,
+  author="U. Herberg and R. Cole and I. Chakeres and T. Clausen",
+  title="{Definition of Managed Objects for the Neighborhood Discovery Protocol}",
+  series="Request for Comments",
+  number="7939",
+  howpublished="RFC 7939 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7939.txt",
+}
+
+ at misc{rfc7940,
+  author="K. Davies and A. Freytag",
+  title="{Representing Label Generation Rulesets Using XML}",
+  series="Request for Comments",
+  number="7940",
+  howpublished="RFC 7940 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7940.txt",
+}
+
+ at misc{rfc7941,
+  author="M. Westerlund and B. Burman and R. Even and M. Zanaty",
+  title="{RTP Header Extension for the RTP Control Protocol (RTCP) Source Description Items}",
+  series="Request for Comments",
+  number="7941",
+  howpublished="RFC 7941 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7941.txt",
+}
+
+ at misc{rfc7942,
+  author="Y. Sheffer and A. Farrel",
+  title="{Improving Awareness of Running Code: The Implementation Status Section}",
+  series="Request for Comments",
+  number="7942",
+  howpublished="RFC 7942 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=jul,
+    url="http://www.ietf.org/rfc/rfc7942.txt",
+}
+
+ at misc{rfc7943,
+  author="F. Gont and W. Liu",
+  title="{A Method for Generating Semantically Opaque Interface Identifiers (IIDs) with the Dynamic Host Configuration Protocol for IPv6 (DHCPv6)}",
+  series="Request for Comments",
+  number="7943",
+  howpublished="RFC 7943 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7943.txt",
+}
+
+ at misc{rfc7944,
+  author="S. Donovan",
+  title="{Diameter Routing Message Priority}",
+  series="Request for Comments",
+  number="7944",
+  howpublished="RFC 7944 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7944.txt",
+}
+
+ at misc{rfc7945,
+  author="K. Pentikousis and B. Ohlman and E. Davies and S. Spirou and G. Boggia",
+  title="{Information-Centric Networking: Evaluation and Security Considerations}",
+  series="Request for Comments",
+  number="7945",
+  howpublished="RFC 7945 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7945.txt",
+}
+
+ at misc{rfc7946,
+  author="H. Butler and M. Daly and A. Doyle and S. Gillies and S. Hagen and T. Schaub",
+  title="{The GeoJSON Format}",
+  series="Request for Comments",
+  number="7946",
+  howpublished="RFC 7946 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7946.txt",
+}
+
+ at misc{rfc7947,
+  author="E. Jasinska and N. Hilliard and R. Raszuk and N. Bakker",
+  title="{Internet Exchange BGP Route Server}",
+  series="Request for Comments",
+  number="7947",
+  howpublished="RFC 7947 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7947.txt",
+}
+
+ at misc{rfc7948,
+  author="N. Hilliard and E. Jasinska and R. Raszuk and N. Bakker",
+  title="{Internet Exchange BGP Route Server Operations}",
+  series="Request for Comments",
+  number="7948",
+  howpublished="RFC 7948 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7948.txt",
+}
+
+ at misc{rfc7949,
+  author="I. Chen and A. Lindem and R. Atkinson",
+  title="{OSPFv3 over IPv4 for IPv6 Transition}",
+  series="Request for Comments",
+  number="7949",
+  howpublished="RFC 7949 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7949.txt",
+}
+
+ at misc{rfc7950,
+  author="M. Bjorklund",
+  title="{The YANG 1.1 Data Modeling Language}",
+  series="Request for Comments",
+  number="7950",
+  howpublished="RFC 7950 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7950.txt",
+}
+
+ at misc{rfc7951,
+  author="L. Lhotka",
+  title="{JSON Encoding of Data Modeled with YANG}",
+  series="Request for Comments",
+  number="7951",
+  howpublished="RFC 7951 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7951.txt",
+}
+
+ at misc{rfc7952,
+  author="L. Lhotka",
+  title="{Defining and Using Metadata with YANG}",
+  series="Request for Comments",
+  number="7952",
+  howpublished="RFC 7952 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7952.txt",
+}
+
+ at misc{rfc7953,
+  author="C. Daboo and M. Douglass",
+  title="{Calendar Availability}",
+  series="Request for Comments",
+  number="7953",
+  howpublished="RFC 7953 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7953.txt",
+}
+
+ at misc{rfc7954,
+  author="L. Iannone and D. Lewis and D. Meyer and V. Fuller",
+  title="{Locator/ID Separation Protocol (LISP) Endpoint Identifier (EID) Block}",
+  series="Request for Comments",
+  number="7954",
+  howpublished="RFC 7954 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7954.txt",
+}
+
+ at misc{rfc7955,
+  author="L. Iannone and R. Jorgensen and D. Conrad and G. Huston",
+  title="{Management Guidelines for the Locator/ID Separation Protocol (LISP) Endpoint Identifier (EID) Block}",
+  series="Request for Comments",
+  number="7955",
+  howpublished="RFC 7955 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7955.txt",
+}
+
+ at misc{rfc7956,
+  author="W. Hao and Y. Li and A. Qu and M. Durrani and P. Sivamurugan",
+  title="{Transparent Interconnection of Lots of Links (TRILL) Distributed Layer 3 Gateway}",
+  series="Request for Comments",
+  number="7956",
+  howpublished="RFC 7956 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7956.txt",
+}
+
+ at misc{rfc7957,
+  author="B. Campbell and A. Cooper and B. Leiba",
+  title="{DISPATCH-Style Working Groups and the SIP Change Process}",
+  series="Request for Comments",
+  number="7957",
+  howpublished="RFC 7957 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7957.txt",
+}
+
+ at misc{rfc7958,
+  author="J. Abley and J. Schlyter and G. Bailey and P. Hoffman",
+  title="{DNSSEC Trust Anchor Publication for the Root Zone}",
+  series="Request for Comments",
+  number="7958",
+  howpublished="RFC 7958 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7958.txt",
+}
+
+ at misc{rfc7959,
+  author="C. Bormann and Z. Shelby",
+  title="{Block-Wise Transfers in the Constrained Application Protocol (CoAP)}",
+  series="Request for Comments",
+  number="7959",
+  howpublished="RFC 7959 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7959.txt",
+}
+
+ at misc{rfc7960,
+  author="F. Martin and E. Lear and T. Draegen. Ed. and E. Zwicky and K. Andersen",
+  title="{Interoperability Issues between Domain-based Message Authentication, Reporting, and Conformance (DMARC) and Indirect Email Flows}",
+  series="Request for Comments",
+  number="7960",
+  howpublished="RFC 7960 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7960.txt",
+}
+
+ at misc{rfc7961,
+  author="D. Eastlake 3rd and L. Yizhou",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Interface Addresses APPsub-TLV}",
+  series="Request for Comments",
+  number="7961",
+  howpublished="RFC 7961 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7961.txt",
+}
+
+ at misc{rfc7962,
+  author="J. Saldana and A. Arcia-Moret and B. Braem and E. Pietrosemoli and A. Sathiaseelan and M. Zennaro",
+  title="{Alternative Network Deployments: Taxonomy, Characterization, Technologies, and Architectures}",
+  series="Request for Comments",
+  number="7962",
+  howpublished="RFC 7962 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7962.txt",
+}
+
+ at misc{rfc7963,
+  author="Z. Ali and A. Bonfanti and M. Hartley and F. Zhang",
+  title="{RSVP-TE Extension for Additional Signal Types in G.709 Optical Transport Networks (OTNs)}",
+  series="Request for Comments",
+  number="7963",
+  howpublished="RFC 7963 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7963.txt",
+}
+
+ at misc{rfc7964,
+  author="D. Walton and A. Retana and E. Chen and J. Scudder",
+  title="{Solutions for BGP Persistent Route Oscillation}",
+  series="Request for Comments",
+  number="7964",
+  howpublished="RFC 7964 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7964.txt",
+}
+
+ at misc{rfc7965,
+  author="M. Chen and W. Cao and A. Takacs and P. Pan",
+  title="{LDP Extensions for Pseudowire Binding to Label Switched Path (LSP) Tunnels}",
+  series="Request for Comments",
+  number="7965",
+  howpublished="RFC 7965 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7965.txt",
+}
+
+ at misc{rfc7966,
+  author="H. Tschofenig and J. Korhonen and G. Zorn and K. Pillay",
+  title="{Security at the Attribute-Value Pair (AVP) Level for Non-neighboring Diameter Nodes: Scenarios and Requirements}",
+  series="Request for Comments",
+  number="7966",
+  howpublished="RFC 7966 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7966.txt",
+}
+
+ at misc{rfc7967,
+  author="A. Bhattacharyya and S. Bandyopadhyay and A. Pal and T. Bose",
+  title="{Constrained Application Protocol (CoAP) Option for No Server Response}",
+  series="Request for Comments",
+  number="7967",
+  howpublished="RFC 7967 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7967.txt",
+}
+
+ at misc{rfc7968,
+  author="Y. Li and D. Eastlake 3rd and W. Hao and H. Chen and S. Chatterjee",
+  title="{Transparent Interconnection of Lots of Links (TRILL): Using Data Labels for Tree Selection for Multi-Destination Data}",
+  series="Request for Comments",
+  number="7968",
+  howpublished="RFC 7968 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7968.txt",
+}
+
+ at misc{rfc7969,
+  author="T. Lemon and T. Mrugalski",
+  title="{Customizing DHCP Configuration on the Basis of Network Topology}",
+  series="Request for Comments",
+  number="7969",
+  howpublished="RFC 7969 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7969.txt",
+}
+
+ at misc{rfc7970,
+  author="R. Danyliw",
+  title="{The Incident Object Description Exchange Format Version 2}",
+  series="Request for Comments",
+  number="7970",
+  howpublished="RFC 7970 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7970.txt",
+}
+
+ at misc{rfc7971,
+  author="M. Stiemerling and S. Kiesel and M. Scharf and H. Seidel and S. Previdi",
+  title="{Application-Layer Traffic Optimization (ALTO) Deployment Considerations}",
+  series="Request for Comments",
+  number="7971",
+  howpublished="RFC 7971 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7971.txt",
+}
+
+ at misc{rfc7972,
+  author="P. Lemieux",
+  title="{Entertainment Identifier Registry (EIDR) URN Namespace Definition}",
+  series="Request for Comments",
+  number="7972",
+  howpublished="RFC 7972 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7972.txt",
+}
+
+ at misc{rfc7973,
+  author="R. Droms and P. Duffy",
+  title="{Assignment of an Ethertype for IPv6 with Low-Power Wireless Personal Area Network (LoWPAN) Encapsulation}",
+  series="Request for Comments",
+  number="7973",
+  howpublished="RFC 7973 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7973.txt",
+}
+
+ at misc{rfc7974,
+  author="B. Williams and M. Boucadair and D. Wing",
+  title="{An Experimental TCP Option for Host Identification}",
+  series="Request for Comments",
+  number="7974",
+  howpublished="RFC 7974 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7974.txt",
+}
+
+ at misc{rfc7975,
+  author="B. Niven-Jenkins and R. van Brandenburg",
+  title="{Request Routing Redirection Interface for Content Delivery Network (CDN) Interconnection}",
+  series="Request for Comments",
+  number="7975",
+  howpublished="RFC 7975 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7975.txt",
+}
+
+ at misc{rfc7976,
+  author="C. Holmberg and N. Biondic and G. Salgueiro",
+  title="{Updates to Private Header (P-Header) Extension Usage in Session Initiation Protocol (SIP) Requests and Responses}",
+  series="Request for Comments",
+  number="7976",
+  howpublished="RFC 7976 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7976.txt",
+}
+
+ at misc{rfc7977,
+  author="P. Dunkley and G. Llewellyn and V. Pascual and G. Salgueiro and R. Ravindranath",
+  title="{The WebSocket Protocol as a Transport for the Message Session Relay Protocol (MSRP)}",
+  series="Request for Comments",
+  number="7977",
+  howpublished="RFC 7977 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7977.txt",
+}
+
+ at misc{rfc7978,
+  author="D. Eastlake 3rd and M. Umair and Y. Li",
+  title="{Transparent Interconnection of Lots of Links (TRILL): RBridge Channel Header Extension}",
+  series="Request for Comments",
+  number="7978",
+  howpublished="RFC 7978 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7978.txt",
+}
+
+ at misc{rfc7979,
+  author="E. Lear and R. Housley",
+  title="{Response to the IANA Stewardship Transition Coordination Group (ICG) Request for Proposals on the IANA Protocol Parameters Registries}",
+  series="Request for Comments",
+  number="7979",
+  howpublished="RFC 7979 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=aug,
+    url="http://www.ietf.org/rfc/rfc7979.txt",
+}
+
+ at misc{rfc7980,
+  author="M. Behringer and A. Retana and R. White and G. Huston",
+  title="{A Framework for Defining Network Complexity}",
+  series="Request for Comments",
+  number="7980",
+  howpublished="RFC 7980 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7980.txt",
+}
+
+ at misc{rfc7981,
+  author="L. Ginsberg and S. Previdi and M. Chen",
+  title="{IS-IS Extensions for Advertising Router Information}",
+  series="Request for Comments",
+  number="7981",
+  howpublished="RFC 7981 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7981.txt",
+}
+
+ at misc{rfc7982,
+  author="P. Martinsen and T. Reddy and D. Wing and V. Singh",
+  title="{Measurement of Round-Trip Time and Fractional Loss Using Session Traversal Utilities for NAT (STUN)}",
+  series="Request for Comments",
+  number="7982",
+  howpublished="RFC 7982 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7982.txt",
+}
+
+ at misc{rfc7983,
+  author="M. Petit-Huguenin and G. Salgueiro",
+  title="{Multiplexing Scheme Updates for Secure Real-time Transport Protocol (SRTP) Extension for Datagram Transport Layer Security (DTLS)}",
+  series="Request for Comments",
+  number="7983",
+  howpublished="RFC 7983 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7983.txt",
+}
+
+ at misc{rfc7984,
+  author="O. Johansson and G. Salgueiro and V. Gurbani and D. Worley",
+  title="{Locating Session Initiation Protocol (SIP) Servers in a Dual-Stack IP Network}",
+  series="Request for Comments",
+  number="7984",
+  howpublished="RFC 7984 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=sep,
+    url="http://www.ietf.org/rfc/rfc7984.txt",
+}
+
+ at misc{rfc7985,
+  author="J. Yi and T. Clausen and U. Herberg",
+  title="{Security Threats to Simplified Multicast Forwarding (SMF)}",
+  series="Request for Comments",
+  number="7985",
+  howpublished="RFC 7985 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc7985.txt",
+}
+
+ at misc{rfc7986,
+  author="C. Daboo",
+  title="{New Properties for iCalendar}",
+  series="Request for Comments",
+  number="7986",
+  howpublished="RFC 7986 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7986.txt",
+}
+
+ at misc{rfc7987,
+  author="L. Ginsberg and P. Wells and B. Decraene and T. Przygienda and H. Gredler",
+  title="{IS-IS Minimum Remaining Lifetime}",
+  series="Request for Comments",
+  number="7987",
+  howpublished="RFC 7987 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7987.txt",
+}
+
+ at misc{rfc7988,
+  author="E. Rosen and K. Subramanian and Z. Zhang",
+  title="{Ingress Replication Tunnels in Multicast VPN}",
+  series="Request for Comments",
+  number="7988",
+  howpublished="RFC 7988 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7988.txt",
+}
+
+ at misc{rfc7989,
+  author="P. Jones and G. Salgueiro and C. Pearce and P. Giralt",
+  title="{End-to-End Session Identification in IP-Based Multimedia Communication Networks}",
+  series="Request for Comments",
+  number="7989",
+  howpublished="RFC 7989 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7989.txt",
+}
+
+ at misc{rfc7990,
+  author="H. Flanagan",
+  title="{RFC Format Framework}",
+  series="Request for Comments",
+  number="7990",
+  howpublished="RFC 7990 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7990.txt",
+}
+
+ at misc{rfc7991,
+  author="P. Hoffman",
+  title="{The "xml2rfc" Version 3 Vocabulary}",
+  series="Request for Comments",
+  number="7991",
+  howpublished="RFC 7991 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7991.txt",
+}
+
+ at misc{rfc7992,
+  author="J. Hildebrand and P. Hoffman",
+  title="{HTML Format for RFCs}",
+  series="Request for Comments",
+  number="7992",
+  howpublished="RFC 7992 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7992.txt",
+}
+
+ at misc{rfc7993,
+  author="H. Flanagan",
+  title="{Cascading Style Sheets (CSS) Requirements for RFCs}",
+  series="Request for Comments",
+  number="7993",
+  howpublished="RFC 7993 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7993.txt",
+}
+
+ at misc{rfc7994,
+  author="H. Flanagan",
+  title="{Requirements for Plain-Text RFCs}",
+  series="Request for Comments",
+  number="7994",
+  howpublished="RFC 7994 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7994.txt",
+}
+
+ at misc{rfc7995,
+  author="T. Hansen and L. Masinter and M. Hardy",
+  title="{PDF Format for RFCs}",
+  series="Request for Comments",
+  number="7995",
+  howpublished="RFC 7995 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7995.txt",
+}
+
+ at misc{rfc7996,
+  author="N. Brownlee",
+  title="{SVG Drawings for RFCs: SVG 1.2 RFC}",
+  series="Request for Comments",
+  number="7996",
+  howpublished="RFC 7996 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7996.txt",
+}
+
+ at misc{rfc7997,
+  author="H. Flanagan",
+  title="{The Use of Non-ASCII Characters in RFCs}",
+  series="Request for Comments",
+  number="7997",
+  howpublished="RFC 7997 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7997.txt",
+}
+
+ at misc{rfc7998,
+  author="P. Hoffman and J. Hildebrand",
+  title="{"xml2rfc" Version 3 Preparation Tool Description}",
+  series="Request for Comments",
+  number="7998",
+  howpublished="RFC 7998 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc7998.txt",
+}
+
+ at misc{rfc7999,
+  author="T. King and C. Dietzel and J. Snijders and G. Doering and G. Hankins",
+  title="{BLACKHOLE Community}",
+  series="Request for Comments",
+  number="7999",
+  howpublished="RFC 7999 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc7999.txt",
+}
+
+ at misc{rfc8000,
+  author="A. Adamson and N. Williams",
+  title="{Requirements for NFSv4 Multi-Domain Namespace Deployment}",
+  series="Request for Comments",
+  number="8000",
+  howpublished="RFC 8000 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8000.txt",
+}
+
+ at misc{rfc8001,
+  author="F. Zhang and O. Gonzalez de Dios and C. Margaria and M. Hartley and Z. Ali",
+  title="{RSVP-TE Extensions for Collecting Shared Risk Link Group (SRLG) Information}",
+  series="Request for Comments",
+  number="8001",
+  howpublished="RFC 8001 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8001.txt",
+}
+
+ at misc{rfc8002,
+  author="T. Heer and S. Varjonen",
+  title="{Host Identity Protocol Certificates}",
+  series="Request for Comments",
+  number="8002",
+  howpublished="RFC 8002 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc8002.txt",
+}
+
+ at misc{rfc8003,
+  author="J. Laganier and L. Eggert",
+  title="{Host Identity Protocol (HIP) Registration Extension}",
+  series="Request for Comments",
+  number="8003",
+  howpublished="RFC 8003 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc8003.txt",
+}
+
+ at misc{rfc8004,
+  author="J. Laganier and L. Eggert",
+  title="{Host Identity Protocol (HIP) Rendezvous Extension}",
+  series="Request for Comments",
+  number="8004",
+  howpublished="RFC 8004 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc8004.txt",
+}
+
+ at misc{rfc8005,
+  author="J. Laganier",
+  title="{Host Identity Protocol (HIP) Domain Name System (DNS) Extension}",
+  series="Request for Comments",
+  number="8005",
+  howpublished="RFC 8005 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc8005.txt",
+}
+
+ at misc{rfc8006,
+  author="B. Niven-Jenkins and R. Murray and M. Caulfield and K. Ma",
+  title="{Content Delivery Network Interconnection (CDNI) Metadata}",
+  series="Request for Comments",
+  number="8006",
+  howpublished="RFC 8006 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8006.txt",
+}
+
+ at misc{rfc8007,
+  author="R. Murray and B. Niven-Jenkins",
+  title="{Content Delivery Network Interconnection (CDNI) Control Interface / Triggers}",
+  series="Request for Comments",
+  number="8007",
+  howpublished="RFC 8007 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8007.txt",
+}
+
+ at misc{rfc8008,
+  author="J. Seedorf and J. Peterson and S. Previdi and R. van Brandenburg and K. Ma",
+  title="{Content Delivery Network Interconnection (CDNI) Request Routing: Footprint and Capabilities Semantics}",
+  series="Request for Comments",
+  number="8008",
+  howpublished="RFC 8008 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8008.txt",
+}
+
+ at misc{rfc8009,
+  author="M. Jenkins and M. Peck and K. Burgin",
+  title="{AES Encryption with HMAC-SHA2 for Kerberos 5}",
+  series="Request for Comments",
+  number="8009",
+  howpublished="RFC 8009 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=oct,
+    url="http://www.ietf.org/rfc/rfc8009.txt",
+}
+
+ at misc{rfc8010,
+  author="M. Sweet and I. McDonald",
+  title="{Internet Printing Protocol/1.1: Encoding and Transport}",
+  series="Request for Comments",
+  number="8010",
+  howpublished="RFC 8010 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8010.txt",
+}
+
+ at misc{rfc8011,
+  author="M. Sweet and I. McDonald",
+  title="{Internet Printing Protocol/1.1: Model and Semantics}",
+  series="Request for Comments",
+  number="8011",
+  howpublished="RFC 8011 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8011.txt",
+}
+
+ at misc{rfc8012,
+  author="N. Akiya and G. Swallow and C. Pignataro and A. Malis and S. Aldrin",
+  title="{Label Switched Path (LSP) and Pseudowire (PW) Ping/Trace over MPLS Networks Using Entropy Labels (ELs)}",
+  series="Request for Comments",
+  number="8012",
+  howpublished="RFC 8012 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8012.txt",
+}
+
+ at misc{rfc8014,
+  author="D. Black and J. Hudson and L. Kreeger and M. Lasserre and T. Narten",
+  title="{An Architecture for Data-Center Network Virtualization over Layer 3 (NVO3)}",
+  series="Request for Comments",
+  number="8014",
+  howpublished="RFC 8014 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8014.txt",
+}
+
+ at misc{rfc8015,
+  author="V. Singh and C. Perkins and A. Clark and R. Huang",
+  title="{RTP Control Protocol (RTCP) Extended Report (XR) Block for Independent Reporting of Burst/Gap Discard Metrics}",
+  series="Request for Comments",
+  number="8015",
+  howpublished="RFC 8015 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8015.txt",
+}
+
+ at misc{rfc8016,
+  author="T. Reddy and D. Wing and P. Patil and P. Martinsen",
+  title="{Mobility with Traversal Using Relays around NAT (TURN)}",
+  series="Request for Comments",
+  number="8016",
+  howpublished="RFC 8016 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8016.txt",
+}
+
+ at misc{rfc8017,
+  author="K. Moriarty and B. Kaliski and J. Jonsson and A. Rusch",
+  title="{PKCS \#1: RSA Cryptography Specifications Version 2.2}",
+  series="Request for Comments",
+  number="8017",
+  howpublished="RFC 8017 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8017.txt",
+}
+
+ at misc{rfc8018,
+  author="K. Moriarty and B. Kaliski and A. Rusch",
+  title="{PKCS \#5: Password-Based Cryptography Specification Version 2.1}",
+  series="Request for Comments",
+  number="8018",
+  howpublished="RFC 8018 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8018.txt",
+}
+
+ at misc{rfc8019,
+  author="Y. Nir and V. Smyslov",
+  title="{Protecting Internet Key Exchange Protocol Version 2 (IKEv2) Implementations from Distributed Denial-of-Service Attacks}",
+  series="Request for Comments",
+  number="8019",
+  howpublished="RFC 8019 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8019.txt",
+}
+
+ at misc{rfc8020,
+  author="S. Bortzmeyer and S. Huque",
+  title="{NXDOMAIN: There Really Is Nothing Underneath}",
+  series="Request for Comments",
+  number="8020",
+  howpublished="RFC 8020 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8020.txt",
+}
+
+ at misc{rfc8021,
+  author="F. Gont and W. Liu and T. Anderson",
+  title="{Generation of IPv6 Atomic Fragments Considered Harmful}",
+  series="Request for Comments",
+  number="8021",
+  howpublished="RFC 8021 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8021.txt",
+}
+
+ at misc{rfc8022,
+  author="L. Lhotka and A. Lindem",
+  title="{A YANG Data Model for Routing Management}",
+  series="Request for Comments",
+  number="8022",
+  howpublished="RFC 8022 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8022.txt",
+}
+
+ at misc{rfc8023,
+  author="M. Thomas and A. Mankin and L. Zhang",
+  title="{Report from the Workshop and Prize on Root Causes and Mitigation of Name Collisions}",
+  series="Request for Comments",
+  number="8023",
+  howpublished="RFC 8023 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8023.txt",
+}
+
+ at misc{rfc8024,
+  author="Y. Jiang and Y. Luo and E. Mallette and Y. Shen and W. Cheng",
+  title="{Multi-Chassis Passive Optical Network (MC-PON) Protection in MPLS}",
+  series="Request for Comments",
+  number="8024",
+  howpublished="RFC 8024 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8024.txt",
+}
+
+ at misc{rfc8025,
+  author="P. Thubert and R. Cragie",
+  title="{IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) Paging Dispatch}",
+  series="Request for Comments",
+  number="8025",
+  howpublished="RFC 8025 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8025.txt",
+}
+
+ at misc{rfc8026,
+  author="M. Boucadair and I. Farrer",
+  title="{Unified IPv4-in-IPv6 Softwire Customer Premises Equipment (CPE): A DHCPv6-Based Prioritization Mechanism}",
+  series="Request for Comments",
+  number="8026",
+  howpublished="RFC 8026 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8026.txt",
+}
+
+ at misc{rfc8027,
+  author="W. Hardaker and O. Gudmundsson and S. Krishnaswamy",
+  title="{DNSSEC Roadblock Avoidance}",
+  series="Request for Comments",
+  number="8027",
+  howpublished="RFC 8027 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8027.txt",
+}
+
+ at misc{rfc8028,
+  author="F. Baker and B. Carpenter",
+  title="{First-Hop Router Selection by Hosts in a Multi-Prefix Network}",
+  series="Request for Comments",
+  number="8028",
+  howpublished="RFC 8028 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8028.txt",
+}
+
+ at misc{rfc8030,
+  author="M. Thomson and E. Damaggio and B. Raymor",
+  title="{Generic Event Delivery Using HTTP Push}",
+  series="Request for Comments",
+  number="8030",
+  howpublished="RFC 8030 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8030.txt",
+}
+
+ at misc{rfc8031,
+  author="Y. Nir and S. Josefsson",
+  title="{Curve25519 and Curve448 for the Internet Key Exchange Protocol Version 2 (IKEv2) Key Agreement}",
+  series="Request for Comments",
+  number="8031",
+  howpublished="RFC 8031 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8031.txt",
+}
+
+ at misc{rfc8032,
+  author="S. Josefsson and I. Liusvaara",
+  title="{Edwards-Curve Digital Signature Algorithm (EdDSA)}",
+  series="Request for Comments",
+  number="8032",
+  howpublished="RFC 8032 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8032.txt",
+}
+
+ at misc{rfc8035,
+  author="C. Holmberg",
+  title="{Session Description Protocol (SDP) Offer/Answer Clarifications for RTP/RTCP Multiplexing}",
+  series="Request for Comments",
+  number="8035",
+  howpublished="RFC 8035 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=nov,
+    url="http://www.ietf.org/rfc/rfc8035.txt",
+}
+
+ at misc{rfc8036,
+  author="N. Cam-Winget and J. Hui and D. Popa",
+  title="{Applicability Statement for the Routing Protocol for Low-Power and Lossy Networks (RPL) in Advanced Metering Infrastructure (AMI) Networks}",
+  series="Request for Comments",
+  number="8036",
+  howpublished="RFC 8036 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8036.txt",
+}
+
+ at misc{rfc8037,
+  author="I. Liusvaara",
+  title="{CFRG Elliptic Curve Diffie-Hellman (ECDH) and Signatures in JSON Object Signing and Encryption (JOSE)}",
+  series="Request for Comments",
+  number="8037",
+  howpublished="RFC 8037 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8037.txt",
+}
+
+ at misc{rfc8039,
+  author="A. Shpiner and R. Tse and C. Schelp and T. Mizrahi",
+  title="{Multipath Time Synchronization}",
+  series="Request for Comments",
+  number="8039",
+  howpublished="RFC 8039 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8039.txt",
+}
+
+ at misc{rfc8040,
+  author="A. Bierman and M. Bjorklund and K. Watsen",
+  title="{RESTCONF Protocol}",
+  series="Request for Comments",
+  number="8040",
+  howpublished="RFC 8040 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8040.txt",
+}
+
+ at misc{rfc8041,
+  author="O. Bonaventure and C. Paasch and G. Detal",
+  title="{Use Cases and Operational Experience with Multipath TCP}",
+  series="Request for Comments",
+  number="8041",
+  howpublished="RFC 8041 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8041.txt",
+}
+
+ at misc{rfc8042,
+  author="Z. Zhang and L. Wang and A. Lindem",
+  title="{OSPF Two-Part Metric}",
+  series="Request for Comments",
+  number="8042",
+  howpublished="RFC 8042 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8042.txt",
+}
+
+ at misc{rfc8043,
+  author="B. Sarikaya and M. Boucadair",
+  title="{Source-Address-Dependent Routing and Source Address Selection for IPv6 Hosts: Overview of the Problem Space}",
+  series="Request for Comments",
+  number="8043",
+  howpublished="RFC 8043 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8043.txt",
+}
+
+ at misc{rfc8044,
+  author="A. DeKok",
+  title="{Data Types in RADIUS}",
+  series="Request for Comments",
+  number="8044",
+  howpublished="RFC 8044 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8044.txt",
+}
+
+ at misc{rfc8045,
+  author="D. Cheng and J. Korhonen and M. Boucadair and S. Sivakumar",
+  title="{RADIUS Extensions for IP Port Configuration and Reporting}",
+  series="Request for Comments",
+  number="8045",
+  howpublished="RFC 8045 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8045.txt",
+}
+
+ at misc{rfc8048,
+  author="P. Saint-Andre",
+  title="{Interworking between the Session Initiation Protocol (SIP) and the Extensible Messaging and Presence Protocol (XMPP): Presence}",
+  series="Request for Comments",
+  number="8048",
+  howpublished="RFC 8048 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2016,
+  month=dec,
+    url="http://www.ietf.org/rfc/rfc8048.txt",
+}
+
+ at misc{rfc8051,
+  author="X. Zhang and I. Minei",
+  title="{Applicability of a Stateful Path Computation Element (PCE)}",
+  series="Request for Comments",
+  number="8051",
+  howpublished="RFC 8051 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8051.txt",
+}
+
+ at misc{rfc8053,
+  author="Y. Oiwa and H. Watanabe and H. Takagi and K. Maeda and T. Hayashi and Y. Ioku",
+  title="{HTTP Authentication Extensions for Interactive Clients}",
+  series="Request for Comments",
+  number="8053",
+  howpublished="RFC 8053 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8053.txt",
+}
+
+ at misc{rfc8054,
+  author="K. Murchison and J. Elie",
+  title="{Network News Transfer Protocol (NNTP) Extension for Compression}",
+  series="Request for Comments",
+  number="8054",
+  howpublished="RFC 8054 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8054.txt",
+}
+
+ at misc{rfc8055,
+  author="C. Holmberg and Y. Jiang",
+  title="{Session Initiation Protocol (SIP) Via Header Field Parameter to Indicate Received Realm}",
+  series="Request for Comments",
+  number="8055",
+  howpublished="RFC 8055 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8055.txt",
+}
+
+ at misc{rfc8056,
+  author="J. Gould",
+  title="{Extensible Provisioning Protocol (EPP) and Registration Data Access Protocol (RDAP) Status Mapping}",
+  series="Request for Comments",
+  number="8056",
+  howpublished="RFC 8056 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8056.txt",
+}
+
+ at misc{rfc8057,
+  author="B. Stark and D. Sinicrope and W. Lupton",
+  title="{Uniform Resource Name (URN) Namespaces for Broadband Forum}",
+  series="Request for Comments",
+  number="8057",
+  howpublished="RFC 8057 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8057.txt",
+}
+
+ at misc{rfc8058,
+  author="J. Levine and T. Herkula",
+  title="{Signaling One-Click Functionality for List Email Headers}",
+  series="Request for Comments",
+  number="8058",
+  howpublished="RFC 8058 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8058.txt",
+}
+
+ at misc{rfc8059,
+  author="J. Arango and S. Venaas and I. Kouvelas and D. Farinacci",
+  title="{PIM Join Attributes for Locator/ID Separation Protocol (LISP) Environments}",
+  series="Request for Comments",
+  number="8059",
+  howpublished="RFC 8059 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8059.txt",
+}
+
+ at misc{rfc8060,
+  author="D. Farinacci and D. Meyer and J. Snijders",
+  title="{LISP Canonical Address Format (LCAF)}",
+  series="Request for Comments",
+  number="8060",
+  howpublished="RFC 8060 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc8060.txt",
+}
+
+ at misc{rfc8061,
+  author="D. Farinacci and B. Weis",
+  title="{Locator/ID Separation Protocol (LISP) Data-Plane Confidentiality}",
+  series="Request for Comments",
+  number="8061",
+  howpublished="RFC 8061 (Experimental)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc8061.txt",
+}
+
+ at misc{rfc8066,
+  author="S. Chakrabarti and G. Montenegro and R. Droms and J. Woodyatt",
+  title="{IPv6 over Low-Power Wireless Personal Area Network (6LoWPAN) ESC Dispatch Code Points and Guidelines}",
+  series="Request for Comments",
+  number="8066",
+  howpublished="RFC 8066 (Proposed Standard)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc8066.txt",
+}
+
+ at misc{rfc8067,
+  author="B. Leiba",
+  title="{Updating When Standards Track Documents May Refer Normatively to Documents at a Lower Level}",
+  series="Request for Comments",
+  number="8067",
+  howpublished="RFC 8067 (Best Current Practice)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=jan,
+    url="http://www.ietf.org/rfc/rfc8067.txt",
+}
+
+ at misc{rfc8069,
+  author="A. Thomas",
+  title="{URN Namespace for IEEE}",
+  series="Request for Comments",
+  number="8069",
+  howpublished="RFC 8069 (Informational)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc8069.txt",
+}
+
+ at misc{rfc8077,
+  author="L. Martini and G. Heron",
+  title="{Pseudowire Setup and Maintenance Using the Label Distribution Protocol (LDP)}",
+  series="Request for Comments",
+  number="8077",
+  howpublished="RFC 8077 (INTERNET STANDARD)",
+  publisher="IETF",
+  organization="Internet Engineering Task Force",
+  year=2017,
+  month=feb,
+    url="http://www.ietf.org/rfc/rfc8077.txt",
+}
+
diff --git a/2018/modern-collector/tortechrep.cls b/2018/modern-collector/tortechrep.cls
new file mode 120000
index 0000000..4c24db2
--- /dev/null
+++ b/2018/modern-collector/tortechrep.cls
@@ -0,0 +1 @@
+../../tortechrep.cls
\ No newline at end of file
diff --git a/2018/modern-collector/total-relays.pdf b/2018/modern-collector/total-relays.pdf
new file mode 100644
index 0000000..9ff53dc
Binary files /dev/null and b/2018/modern-collector/total-relays.pdf differ



More information about the tor-commits mailing list