What TCP mechanism is used to enhance performance by allowing a device to continuously send a steady stream of segments as long as the device is also receiving necessary acknowledgements?
- socket pair
- sliding window
- three-way handshake
- two-way handshake
Explanation: TCP uses windows to attempt to manage the rate of transmission to the maximum flow that the network and destination device can support while minimizing loss and retransmissions. When overwhelmed with data, the destination can send a request to reduce the of the window. The process of the destination sending acknowledgments as it processes bytes received and the continual adjustment of the source send window is known as sliding windows.
Exam with this question: Networking Essentials 3.0 Checkpoint Exam: ARP, DNS, DHCP and the Transport Layer
Exam with this question: 14.8.3 Module Quiz – Transport Layer Answers
Please login or Register to submit your answer