128k views
3 votes
In the 1970's darpa developed a suite of rules and procedures to handle the movement of data between computers. transmission control protocol:_____.

a. is a method of slicing digital messages into parcels called packets, sending the packets along different communication paths as they become available, and then reassembling the packets once they arrive at their destinations
b. is a set of rules and data structures for organizing communication
c. establishes a connection between the computers, sequences the transfer of packets, and acknowledges that the packets were sent
d. is a new networking approach in which many control functions are managed by one central program, which can run on inexpensive commodity servers that are separate from the network devices themselves
e. i don't know yet

User JSEvgeny
by
8.4k points

1 Answer

0 votes

Final answer:

The Transmission Control Protocol (TCP) establishes a connection, sequences packet transfer, and acknowledges sent packets, ensuring reliable and orderly data transmission over the internet.

Step-by-step explanation:

In the 1970s, DARPA developed a set of rules and procedures for data transmission between computers, leading to the creation of the Transmission Control Protocol (TCP). The correct answer to the student's question is that the Transmission Control Protocol (TCP): c. establishes a connection between the computers, sequences the transfer of packets, and acknowledges that the packets were sent. This protocol is essential for ensuring reliable, ordered, and error-checked delivery of a stream of data between applications running on hosts across an IP network, which is crucial for internet communication.

User John Lockwood
by
8.1k points