Skip to content

A set of tasks for "Computer Networks" university course

Notifications You must be signed in to change notification settings

dev0x13/networks_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a set of task for "Computer Networks" university course:

  • lab1/ - a system consistsing of two agents, one for sending data and one for receiving them. It implements two ARQ protocols: Go-Back-N and Selective Repeat.
  • lab2/ - a system demonstating OSPF (Open Shortest Path First) protocol.
  • lab3/ - a system implementing Archimedes' mirror legend in computer networks fashion.