Describe the sliding window flow control mechanism used in TCP.

What will be an ideal response?


Flow control is about preventing overrunning the receiver with information. Therefore, the receiver sends flow control information to the sender and sender reduces its amount of sending information. This is implemented by the sliding window control:
1. The window closes as the left edge advances to the right. This happens when data is
sent and acknowledge.
2. The window opens when the right edge moves to the right, allowing more data to be sent. This happens when the receiving process on the other end reads acknowledged data, freeing up space in its TCP receive buffer.
3. The window shrinks when the right edge moves to the left. The Host Requirements RFC strongly discourages this, but TCP must be able to cope with a peer that does this.

Computer Science & Information Technology

You might also like to view...

List and explain the four interviewing techniques mentioned in the text for learning about users and their jobs. Explain the advantages and disadvantages of each.

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ tab inserts a vertical bar in the document at the tab stop

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which IPv6 multicast address has been defined to include all hosts that run IPv6 on a local link?

A) FF01::1 B) FF01::2 C) FF02::2 D) FF02::1

Computer Science & Information Technology

The ________ Act passed by the U.S. Congress in 1986 made it a crime to access classified information.

A) USA PATRIOT B) Cyber Security Enhancement C) Computer Fraud and Abuse D) Cybersecurity

Computer Science & Information Technology