Computer networks assignments.
Implementation of three assignments given at computer networks course.
Assigments
Assignment 1
A simple Netcat emulator running on UDP protocol.
Assignment 2
Personal solution of the netsimulator, a simple excercise from Kurose-Ross's book. This netsimulator provide a reliable data transfert with the TCP "stop-and-wait" protocol.
Assignment 3
Personal solution of the netsimulator, a simple excercise from Kurose-Ross's book. This netsimulator provide a reliable data transfert with a mixed of TCP "selective-repeat" and "go-back-n" protocols.