Concept Flow - TCP flow control (sliding window)
Sender has data to send
Check window size
Send data
Wait for ACK
Receive ACK
Slide window forward
More data to send?
No→End
↩Back to Check window size
The sender checks if it can send data within the allowed window size, sends data if possible, waits for acknowledgments, and slides the window forward to send more data.