mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-10-30 17:59:38 +00:00
Add reference to djikstras algorithm on wiki
This commit is contained in:
parent
b24f3b603a
commit
bed95c55bd
|
@ -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
|
||||
|
|
|
@ -113,3 +113,12 @@
|
|||
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]"
|
||||
}
|
Loading…
Reference in a new issue