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

479 B

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.