https://github.com/ravi-prakash1907/computer-networks
This repo. stores the practicals of Computer Network
https://github.com/ravi-prakash1907/computer-networks
algorithms college computer-network cpp hacktoberfest hacktoberfest2020 networking
Last synced: 13 days ago
JSON representation
This repo. stores the practicals of Computer Network
- Host: GitHub
- URL: https://github.com/ravi-prakash1907/computer-networks
- Owner: ravi-prakash1907
- Created: 2018-08-20T15:34:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T15:19:00.000Z (over 5 years ago)
- Last Synced: 2025-11-10T00:09:53.373Z (8 months ago)
- Topics: algorithms, college, computer-network, cpp, hacktoberfest, hacktoberfest2020, networking
- Language: C++
- Homepage: https://ravi-prakash1907.github.io/Computer-Networks/
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer-Networks
This repository holds th working programs as per the prescribed syllabus of Computer Networks, B.Sc. (Hons.) Computer Science.
## Practical List
1. Simulate Cyclic Redundancy Check (CRC) error detection algorithm for noisy channel.
2. Simulate and implement stop and wait protocol for noisy channel.
3. Simulate and implement go back n sliding window protocol.
4. Simulate and implement selective repeat sliding window protocol.
5. Simulate and implement distance vector routing algorithm
6. Simulate and implement Dijkstra algorithm for shortest path routing.