Add reference to djikstras algorithm on wiki

This commit is contained in:
netravnen 2018-02-18 13:42:37 +01:00
parent b24f3b603a
commit bed95c55bd
2 changed files with 11 additions and 1 deletions

View File

@ -53,7 +53,8 @@ the \gls{ietf} and the \gls{iso} organizations receptively.\cite{Theendle83:onli
\subsection{Algorithm}
The protocol uses Dijkstra\tsq{s} algorithm when calculating metrics mathematically.
The protocol uses Dijkstra\tsq{s} algorithm when calculating metrics
mathematically.\cite{wiki:Dijkstra's_algorithm}
The exchange of routing updates is done with \gls{ospf} own method. Directly
using IP protocol 89 and multicast address 224.0.0.5 for link-local updates and

View File

@ -112,4 +112,13 @@
year = "2017",
howpublished = {\url{http://en.wikipedia.org/w/index.php?title=Enhanced\%20Interior\%20Gateway\%20Routing\%20Protocol&oldid=800921738}},
note = "[Online; accessed 18-September-2017]"
}
@misc{wiki:Dijkstra's_algorithm,
author = "Wikipedia",
title = "{Dijkstra's algorithm} --- {W}ikipedia{,} The Free Encyclopedia",
year = "2018",
howpublished =
{\url{http://en.wikipedia.org/w/index.php?title=Dijkstra's\%20algorithm&oldid=825277818}},
note = "[Online; accessed 18-February-2018]"
}