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

Computer networks lab sessions (HY435) [spring semester of 2022]

Notifications You must be signed in to change notification settings

papastam/HY435_Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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