Skip to content

raizik/ARQ-Protocols-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARQ Protocols Simulator

There are three ARQ protocols simulated:

  1. Stop & Wait
  2. Go-Back-N
  3. Selective Repeat

Inputs

  • p - the probability of error in frame transmission
  • q - the probability of error in ACK transmission
  • Tp - propagation time of a frame
  • T - simulation time
  • sender_sz - size of sender's window (for SR)
  • receiver_sz - size of receiver's windows (for SR)

Output

Utilization rate for each protocol

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages