GBN and SR simulation, Distance Vector Algorithm Simulation
-
Updated
May 24, 2017 - Python
GBN and SR simulation, Distance Vector Algorithm Simulation
The GBN Protocol Simulation is a repository of Python programs that simulate the Go-Back-N protocol of Computer Networks. One program has a dynamic window size, while the other implements the original GBN protocol with a fixed window size of 4. Both create charts comparing their performance.
使用Python 实现的Go-Back-N 协议,模拟可靠文件传输。
In this project , you will emulate the operation of a link layer and network layer protocol in a small computer network. You will start several nodes so that they can send packets to each other as if there are links between them. Running as an independent node, your program should implement a simple version of GoBack-N Protocol Link Layer
Add a description, image, and links to the gbn topic page so that developers can more easily learn about it.
To associate your repository with the gbn topic, visit your repo's landing page and select "manage topics."