The ________ defines the number of bytes that a sender can send over a TCP connection before receiving a TCP acknowledgment
A) Buffer
B) Queue threshold
C) Window
D) Selector
C
Explanation: C) TCP uses a flow control mechanism called windowing in which each TCP receiver grants a window to the sender. The window defines the number of bytes that a sender can send over a TCP connection before receiving a TCP acknowledgment.
Computer Science & Information Technology
You might also like to view...
Which of the following would ensure that the message you sent has been delivered?
a. Authentication b. Integrity c. Confidentiality d. Nonrepudiation
Computer Science & Information Technology
A __________ is a module that returns a value back to the part of the program that called it.
a. function b. loop c. decision d. structure
Computer Science & Information Technology