An Efficient Solution is to use the count of previous window, while sliding the window. The idea is to create a hash map that stores elements.
sliding window protocol program in c
3 Articles
3
Prerequisite : Stop and Wait ARQ The Stop and Wait ARQ offers error and flow control, but may cause big performance issues as sender always waits for acknowledgement even if…
Sliding Window Protocol | Set 2 (Receiver Side) – Computer Network – Sliding Window Protocol is actually a theoretical concept in which we have only talked.