2023-11-01 21:23:31 +00:00
---
aliases:
- routing function
---
2023-11-11 18:41:34 +00:00
[[Funzione]] [[individuale|specifica ogni singola entità]] che, associa ogni [[entità]] con il [[canale di comunicazione]] da utilizzare per raggiungerla.
2023-11-01 21:23:31 +00:00
$$
2023-11-11 18:41:34 +00:00
\def \varEntity {{\color{LimeGreen} Entity}}
2023-11-01 21:23:31 +00:00
\def \varDestination {{\color{IndianRed} Destination}}
2023-11-11 18:41:34 +00:00
\def \varChannel {{\color{SkyBlue} Channel}}
2023-11-01 21:23:31 +00:00
\Large
2023-11-11 18:41:34 +00:00
\textrm{Route}_{\varEntity}(\varDestination) \to \varChannel
2023-11-01 21:23:31 +00:00
$$
2023-11-11 18:41:34 +00:00
> [!Example]
> Comunemente implementata con una [[routing table]]!