Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 596 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 596 Bytes

Computer-Networks-lab-solution

This repository contains my solutions to the questions asked in the Networks Lab.

  • Every folder is organized by weeks.

  • week1 , week 2 : are for event driven programming. Done in jupyter notebook

  • week3 : Socket programming.

  • week4: Socket programming: Implemetation of Chord protocol (in python) for Distributed Hashing Table.

  • week5,6: Assignments on Mininet. Tutorial for Mininet can be found here.

  • week7: Web Programming Assignment. Implementation of Othello game using Django.