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...

Boost.Bind enhances the _______ and ________ standard library functions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

tolower() is a ____ function.

A. string conversion B. character library C. string library D. string

Computer Science & Information Technology

The primary goal of system hacking is to authenticate to the remote host with the highest level of access

Indicate whether the statement is true or false.

Computer Science & Information Technology

Show that if longitudinal parity is used as an error detection code, values in a database can still be modified without detection. (Longitudinal parity is computed for the n-th bit of each byte; that is, one parity bit is computed and retained for all bits in the 0th position, another parity bit for all bits in the 1st position, etc.)

What will be an ideal response?

Computer Science & Information Technology