How does TCP provide for reliable end-to-end delivery of data?

What will be an ideal response?

The Transmission Control Protocol (TCP) portion of TCP/IP provides for reliable end-to-end delivery of data by controlling data flow. Computers or network stations agree upon a "window" for data transmission that includes the number of bytes to be sent. The transmission window is constantly adjusted to account for existing network traffic. TCP/IP monitors for requests to start a communications session, establishes sessions with other TCP stations, handles transmitting and receiving data, and closes transmission sessions when they are finished.

Computer Science & Information Technology

You might also like to view...

Which function would be the most useful for determining if a certain word is contained in a string representing a sentence?

a. strcspn. b. strchr. c. strstr. d. strrchr.

Computer Science & Information Technology

Photoshop uses the ____ dialog box to preview an image or Web page within a browser.

a. Preview for Web b. Save for Devices c. Save for Web d. Preview for Web & Devices

Computer Science & Information Technology