engineering computer science MCQ #552

What is the purpose of the 'window size' in TCP?

engineering computer science MCQ #552

  1. Question 1

    Q1. What is the purpose of the 'window size' in TCP?

    • A) To determine the maximum amount of data that can be sent before an ACK is received
    • B) To determine the maximum amount of data that can be received before an ACK is sent
    • C) To determine the maximum number of packets that can be sent before an ACK is received
    • D) To determine the maximum number of packets that can be received before an ACK is sent

    Answer: To determine the maximum amount of data that can be sent before an ACK is received

    Explanation: The window size determines the maximum amount of data that can be sent before an ACK is received, allowing for flow control and congestion avoidance.