1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-22 18:44:17 +00:00
appunti-steffo/9 - Algoritmi distribuiti/3 - Computazione distribuita/6 - Routing/routing table.md

16 lines
479 B
Markdown
Raw Normal View History

2023-11-01 21:23:31 +00:00
In un contesto di [[routing]], [[associazione]] tra [[entità]] da raggiungere e [[canale di comunicazione]] da utilizzare più [[costo]] totale per raggiungerla.
$$
\def \varSource {{\color{LimeGreen} Source}}
\def \varDestination {{\color{IndianRed} Destination}}
\Large
\varDestination \to
\begin{pmatrix}
\textrm{Channel}_{\varSource}(\varDestination)
\\
\textrm{Cost}_{\varSource}(\varDestination)
\end{pmatrix}
$$
Implementazione semplice di [[funzione di routing]].