An open API service indexing awesome lists of open source software.

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

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.