Describe TCP flow control?

Showing Answers 1 - 1 of 1 Answers

vaisnave

  • May 22nd, 2006
 

the receiver will have buffers in order to collect the frames sent by sender. the buffer should not get over loaded. if the buffer becomes full, the receiver sends a stop signal to sender. the sender then stops transmitting data. after the receiver processes all data in buffer, it sends a go signal to the sender. then, the sender starts its transmission. it is flow control in tcp.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions