mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2025-01-10 21:57:55 +00:00
new accr hmac
This commit is contained in:
parent
8c7f0cba6c
commit
5f497d8065
|
@ -62,6 +62,7 @@
|
|||
\newacronym{gprs}{GPRS}{General Packet Radio Service}
|
||||
\newacronym{gsm}{GSM}{Global System for Mobile communications}
|
||||
\newacronym{ha}{HA}{High Availability}
|
||||
\newacronym{hmac}{HMAC}{Hashed Message Authentication Code}
|
||||
\newacronym{hsrp}{HSRP}{Hot-Standby Routing Protocol}
|
||||
\newacronym{http}{HTTP}{Hypertext Transfer Protocol}
|
||||
\newacronym{https}{HTTPS}{Hyper Text Transfer Protocol Secure}
|
||||
|
|
|
@ -234,8 +234,10 @@ a level of reliability and fast convergence.
|
|||
\item Uses distributed Bellman-Ford algorithm,
|
||||
\item \rfc{6126} in 45 pages, \textit{(28 are normative)}
|
||||
\begin{enumerate}
|
||||
\item Updates by \rfc{7298}, and
|
||||
\item \rfc{7557}.
|
||||
\item Updates by \rfc{7298} {\scriptsize (The Babel extension
|
||||
mechanism)}, and
|
||||
\item \rfc{7557} {\scriptsize (Babel \gls{hmac} Cryptographic
|
||||
Authentication)}.
|
||||
\end{enumerate}
|
||||
\item Highly extensible protocol,\cite{BabelDoe86:online}
|
||||
\item Supports \gls{ip4} and \gls{ip6}.
|
||||
|
|
|
@ -48,4 +48,13 @@
|
|||
month = {February},
|
||||
year = {2018},
|
||||
note = {(Accessed on 02/18/2018)}
|
||||
}
|
||||
|
||||
@misc{Babel—al30:online,
|
||||
author = {},
|
||||
title = {Babel — a loop-avoiding distance-vector routing protocol},
|
||||
howpublished = {\url{https://www.irif.fr/~jch/software/babel/}},
|
||||
month = {},
|
||||
year = {},
|
||||
note = {(Accessed on 02/18/2018)}
|
||||
}
|
Loading…
Reference in a new issue