mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 18:44:17 +00:00
15 lines
406 B
Markdown
15 lines
406 B
Markdown
|
---
|
||
|
aliases:
|
||
|
- routing function
|
||
|
---
|
||
|
[[Funzione]] [[individuale]] che, in un problema di [[routing]], associa ogni [[entità]] con il [[canale di comunicazione]] da utilizzare per raggiungerla.
|
||
|
|
||
|
$$
|
||
|
\def \varSource {{\color{LimeGreen} Source}}
|
||
|
\def \varDestination {{\color{IndianRed} Destination}}
|
||
|
\Large
|
||
|
\textrm{Channel}_{\varSource}(\varDestination)
|
||
|
$$
|
||
|
|
||
|
Comunemente implementata come [[routing table]].
|