Routing: Difference between revisions

From Ouroboros
Jump to navigation Jump to search
Line 3: Line 3:
== Geometric Routing ==
== Geometric Routing ==
  where the distance function is a direct function of the destination address
  where the distance function is a direct function of the destination address
== Link-state routing ==  
== Link-State routing ==  
where the the distance function is calculated from the network graph
where the the distance function is calculated from the network graph


== Distance/Path vector routing ==
== Distance/Path vector routing ==
  where the distances are directly disseminated in the network, potentially annotated with paths.
  where the distances are directly disseminated in the network, potentially annotated with paths.

Revision as of 10:46, 12 October 2023

Under contruction This page is under construction  

Geometric Routing

where the distance function is a direct function of the destination address

Link-State routing

where the the distance function is calculated from the network graph

Distance/Path vector routing

where the distances are directly disseminated in the network, potentially annotated with paths.