Computer Network projects

Computer Network Simulator

The project consists in implementing several algorithms in the Network simulator, in Java.

The algorithms to implement are:

- Transmission time on a link: given that a packet of L bits, arrange to introduce in the simulation a delay for the duration of the link bit

- Queue of a router: experiment with different traffic intensities, observe the evolution of the queue's growth in the course of time

- RDT(Real Data Transport) : simple TCP model, without pipelining

- Modelization of an Ethernet switch: self-learning algorithm

Some Code my git java


 introduce in the simulation a delay for the duration of the link bit

Introduce in the simulation a delay for the duration of the link bit : author ndisanze

RDT(Real Data Transport) : simple TCP model, without pipelining :author ndisanze

Modelization of an Ethernet switch: self-learning algorithm