From 5f497d8065c4e789a6a446118f10e743909e701c Mon Sep 17 00:00:00 2001 From: Christoffer Hansen Date: Sun, 18 Feb 2018 17:07:37 +0100 Subject: [PATCH] new accr hmac --- acronyms.tex | 1 + chapter/layer3.tex | 6 ++++-- references-websites.bib | 9 +++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/acronyms.tex b/acronyms.tex index 1403321..952d589 100644 --- a/acronyms.tex +++ b/acronyms.tex @@ -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} diff --git a/chapter/layer3.tex b/chapter/layer3.tex index ad1f04d..3f963e0 100644 --- a/chapter/layer3.tex +++ b/chapter/layer3.tex @@ -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}. diff --git a/references-websites.bib b/references-websites.bib index 3094e1c..7b363a0 100644 --- a/references-websites.bib +++ b/references-websites.bib @@ -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)} } \ No newline at end of file