How does TCP provide flow control and reliability?

What will be an ideal response?


TCP sets a maximum number of bytes to transmit before it must receive an acknowledgment of receipt from the receiving station. If it does not receive an acknowledgement within a certain period, it assumes an error has occurred and begins to retransmit the data since the last acknowledgement was received.

Computer Science & Information Technology

You might also like to view...

The heapify function is inlined because:

A. the nodes of a heap for swapping are in a line through the heap B. it is called within the loop of the second constructor, and the client won’t use it C. it is not expected to be used inside a loop D. it is only called from the dequeue function

Computer Science & Information Technology

OneDrive is Microsoft's cloud storage option

Indicate whether the statement is true or false

Computer Science & Information Technology

In a blog, posts appear in reverse chronological order.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Explain how the Clipboard is used when relocating text.

What will be an ideal response?

Computer Science & Information Technology