Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.63 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.63 KB

Network Technology & Programming Labs

This repo contains our work during the Labs of the HY435 course (@CSD)

Lab 1

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.

Lab 2

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>

Lab 3

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

Lab 4

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.

Co Owner

Panagiotis Karouzakis