Skip to content

Lab 8 - Network Layer (Control Plane)

Learning Goals

After this week, you will understand the following concepts

  • Routing Algorithms
  • Graph, G=(N,E)
  • Nodes, Edges, Neighbours, Cost and Paths
  • Link-state vs. Distance-vector

Focus of the lab

  • network addressing
  • routing
  • setting up and analyzing a routing protocol

Before Starting the Lab

  • Make sure you are in the "labs" directory in your VM. If not, move to the directory with the command cd ~/labs.
  • Save your work from the previous lab:
git add .
git commit -m "Commit message"
  • Get the lab for this week with the command git pull origin main --no-edit.
  • Good luck with the lab! :)