Skip to content

Implementation of Stop and wait ARQ protocol with sequence numbers. For each frame f, compute CRC-8 and append with f. Then, randomly decide whether to corrupt a frame or not. Next, if random move is to corrupt f, then randomly corrupt, say 6 to 10 bits in f before transmission. Finally, wait for ACK or NACK from the receiver. Accordingly, trans…

Notifications You must be signed in to change notification settings

KrishnaChaurasia/stop-and-wait-arq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stop-and-wait-arq

Implementation of Stop and wait ARQ protocol with sequence numbers. For each frame f, compute CRC-8 and append with f. Then, randomly decide whether to corrupt a frame or not. Next, if random move is to corrupt f, then randomly corrupt, say 6 to 10 bits in f before transmission. Finally, wait for ACK or NACK from the receiver. Accordingly, transmit a new frame or re-transmit the previous frame.

About

Implementation of Stop and wait ARQ protocol with sequence numbers. For each frame f, compute CRC-8 and append with f. Then, randomly decide whether to corrupt a frame or not. Next, if random move is to corrupt f, then randomly corrupt, say 6 to 10 bits in f before transmission. Finally, wait for ACK or NACK from the receiver. Accordingly, trans…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages