mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 18:44:17 +00:00
16 lines
483 B
Markdown
16 lines
483 B
Markdown
---
|
|
aliases:
|
|
- routing function
|
|
---
|
|
[[Funzione]] [[individuale|specifica ogni singola entità]] che, associa ogni [[entità]] con il [[canale di comunicazione]] da utilizzare per raggiungerla.
|
|
|
|
$$
|
|
\def \varEntity {{\color{LimeGreen} Entity}}
|
|
\def \varDestination {{\color{IndianRed} Destination}}
|
|
\def \varChannel {{\color{SkyBlue} Channel}}
|
|
\Large
|
|
\textrm{Route}_{\varEntity}(\varDestination) \to \varChannel
|
|
$$
|
|
|
|
> [!Example]
|
|
> Comunemente implementata con una [[routing table]]!
|