First page Back Continue Last page Overview Graphics
DV Simulation - Create a distance vector routing table
Create a distance vector table showing routes to all destinations that you know about.
Table will contain three columns:
- Destination (A, B, C, ...)
- Cost (0 for yourself, 1 for your direct neighbours, more for distant destinations)
- Next hop (yourself or a direct neighbour, never anything more distant)
Table will contain one row for each destination you know about.
Notes: