https://github.com/hareeshreddi/computer-networks-lab-assignments
My attempts for the Computer Networks Lab (CS 349 Course) Assignments at IITG
https://github.com/hareeshreddi/computer-networks-lab-assignments
computer-network cs348 cs349 diagnostic-tool
Last synced: 11 months ago
JSON representation
My attempts for the Computer Networks Lab (CS 349 Course) Assignments at IITG
- Host: GitHub
- URL: https://github.com/hareeshreddi/computer-networks-lab-assignments
- Owner: hareeshreddi
- License: mit
- Created: 2018-02-02T18:50:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T18:54:46.000Z (about 8 years ago)
- Last Synced: 2025-04-07T22:11:34.475Z (about 1 year ago)
- Topics: computer-network, cs348, cs349, diagnostic-tool
- Language: C
- Homepage:
- Size: 85 MB
- Stars: 9
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer-Networks-Lab-Assignments
These were the Computer Networks Assignments given in my sixth semester at IIT Guwahati.
The topics covered in the assignments are as follows:
Assignment 01: Exploring the various network diagnostic tools, an end user makes use of these tools to discover how a machine is connected to the network and how the network looks like beyond the first hop.
Assignment 02:
Assignment 03: Relay based Peer-to-Peer System using Client-Server socket programming.In this application, you require implementing three C programs, namely Peer_Client, and Relay_Serverand Peer_Nodes, and they communicate with each other based on TCP sockets. The aim is to implement a simple Relay based Peer-to-Peer System.
Assignment 04:Use NS3 flow monitor module to collect and store the performance data from simulation.