Client-server application that anonymizes user-specified words from a text file, using two reliable data transport protocols.
-
Updated
Jan 12, 2022 - Python
Client-server application that anonymizes user-specified words from a text file, using two reliable data transport protocols.
This repo contains all the important questions for Computer Networks in Python and C++. Also some of the codes are done in Python socket programming for better understanding of the problems
A network simulator for testing reliable data transfer protocols in Python. This simulator implements two key protocols: Stop-and-Wait: Sends one packet at a time and waits for an acknowledgment before sending the next. Go-Back-N: Uses a sliding window mechanism to send multiple packets before requiring an acknowledgment.
Simulate popular techniques in the field of data communication.
Implementacja i symulacja wybranych protokołów transferu plików
Simulations of three important flow control ARQ protocols used in Data Link Layer and Transport Layer of Communication network layers.
Add a description, image, and links to the stop-and-wait topic page so that developers can more easily learn about it.
To associate your repository with the stop-and-wait topic, visit your repo's landing page and select "manage topics."