This repository contains assignments for the CSE 322: Computer Networks Sessional course offered by the CSE Department of BUET.
- Offline 1: Socket Programming
- Online 1: Packet Tracer
- Project NS3: Term Project Using NS3
The Term Project was done in NS3, a network simulator. The project was divided into 2 Tasks.
Implemented n-node dumbbell topology. Two Simulations were done:
- Wireless high-rate (e.g. 802.11) (static)
- Wireless low-rate (e.g. 802.15.4) (static)
Implementation of an existing congestion control algorithm. My implementation is based on TCP-Adaptive Reno.
All details of the implementations are provided in Report.pdf.