-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18fac28
commit a46038d
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |