Skip to content

bhardwaj0999/GobackNprotocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The objective of this project is to model, simulate, and analyze the Go-Back-N protocol. Go-Back-N protocol is based on sliding window flow control method.

At the start of the simulation, the TIC(source) should send a control message to TOC(destination) querying its window size, which is configured in the TOC at the time of initialization via the omnetpp.ini file. The TOC then replies to the query from TIC indicating the window size.

The query_reply message from TOC (indicating the Window size) should be used as a trigger by TIC to start sending the frames/packets. The TOC should then send a Receive Ready (i.e., RR message) or Receive Not Ready (RNR) message in case it receives or not receives frames transmitted from TIC.

The simulation model should be able to correctly demonstrate the operation of the Go Back N flow control mechanism in case of

No packet loss or errors. In case of packet loss or errors.

Releases

No releases published

Packages

No packages published

Languages