This repo contains our work during the Labs of the HY435 course (@CSD)
During the first lab we measured the throughput between hosts and servers (with the iperf3 tool). We ran multiple scenarios wich can be found in the assignment PDF. We plotted the results and reported them in the Lab1 report.
In this lab we implemented the iperf3 tool in C copying the original iperf3 tool functionality. The code can be found inside the ./src
directory. To compile the iperf tool run make
in the ./Lab2
direcory.
The executable syntax is ./mini_iperf <options>
For the 3rd Lab we configured a network topology using static routes. The topology can be found in the assignment PDF. we reported our work and outputs in our Lab3 report. The ./sessions
directory contains our saved configs on each lab session
For the final Lab of the course we configured the 3rd Lab's topology using the ospf protocol. The areas topology can be found in the assignment PDF. We reported our configurations in our Lab4 report.