ISRO CS 2008
October 12, 2024ISRO CS 2008
October 12, 2024ISRO CS 2008
|
Question 8
|
The TCP sliding window
|
can be used to control the flow of information
|
|
|
always occurs when the field value is 0
|
|
|
always occurs when the field value is 1
|
|
|
occurs horizontally
|
Question 8 Explanation:
TCP uses a Sliding Window mechanism for the flow control of data in transit on a network. In Sliding Window, the sending device can send all packets within the TCP window size without receiving an ACK.
The receiving device should acknowledge each packet it received and after receiving the ACK from the receiving device, the sending device slides the window to right side
The receiving device should acknowledge each packet it received and after receiving the ACK from the receiving device, the sending device slides the window to right side
Correct Answer: A
Question 8 Explanation:
TCP uses a Sliding Window mechanism for the flow control of data in transit on a network. In Sliding Window, the sending device can send all packets within the TCP window size without receiving an ACK.
The receiving device should acknowledge each packet it received and after receiving the ACK from the receiving device, the sending device slides the window to right side
The receiving device should acknowledge each packet it received and after receiving the ACK from the receiving device, the sending device slides the window to right side
