Routing
Graph abstraction for routing algorithms:
graph edges are “physical” links
- link cost: delay, $cost, or congestion level
Goal: determine “good” path
(sequence of routers) thru
network from source to dest.
- “good” path:
- minimum cost path
- other def’s possible