Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-azim-git authored Dec 8, 2024
1 parent 18fac28 commit a46038d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Flow_control_ARQ_protocols
# Flow control ARQ protocols and Routing Algorithms

Python simulations of three important flow control ARQ protocols used in Data Link Layer and Transport Layer of Communication network layers.
1. Stop and Wait ARQ protocol
2. Go-back-N ARQ protocol
3. Selective Repeat ARQ protocol

Simulation of Routing Algorithms used in communication networks in python
1. Distance Vector Routing Algorithm - Using Bellman-Ford Equation
2. Link State Routing Algrithm - Using Dijkstra's algorithm

0 comments on commit a46038d

Please sign in to comment.