- The Assignments/Projects given as a part of Computer Networks course in fifth semester curriculum of Undergraduate Course.
- This Repository contains simulation based projects of various logical link control layer protocols and actual implementation of some of the Application/Network Layer protocols as well.
- Each Assignment directory contains respective reports to know more about the particular one.
Assignment 1: Error detection methods(CRC/VRC/LRC/Checksum) in Data Link Layer simulation.- How to simulate?
- Start
server.pythenclient.pyside by side.
Assignment 2: Flow Control Methods(Stop&Wait/GoBackN/SelectiveRepeat) in Data Link Layer simulation.- How to simulate?
- Start
channel.pythenserver.pythenclient.pyside by side.
Assignment 3: Different CSMA techniques(One/Non/p-persistent) simulation.- How to simulate?
- Create a directory named
logsandinput,outputdirectories inside it. - Run
create_inputs.pyto create some input files. - Create
collide.txtwith text 0 in logs directory, andlog.txt,analysis.txtthere itself. - Run
main.py.
- You can run the individual
one-persistent,p-persistentandnon-persistentfiles to simulate another type of implementation(a rather vague one).
Assignment 4: CDMA technique with Walsh Code generation simulation.- How to simulate?
- Create a directory named
logsandinput,outputdirectories inside it. - Run
create_inputs.pyto create some input files. - Create
log.txt,analysis.txtin logs directory. - Run
main.py.
Assignment 5: Analysis of packets using Wireshark.- How to simulate?
- No simulation needed.
Assignment 6: Simulation of basic networking using Cisco Packet Tracer.- How to simulate?
- No simulation needed.
Assignment 7: Implementation of BOOTP and DHCP.- How to simulate?
- Both DHCP and BOOTP: Run
main.pywith help argument to get idea.
Assignment 8: Implementation of FTP, DNS and Telnet.- How to simulate?
FTP: More info here.DNS: Build withgo build ., Runminidnsbinary, Test withdig example.com @localhost -p1053Telnet: Startserver.pythen runclient.py.