Computer Science, asked by hestonjoel3, 3 months ago

Which protocol is used to handle delivery of information from one network to another

Answers

Answered by laxmikant33345
1

Answer:

TCP

TCP is a reliable transport protocol, and performs processes to ensure reliable delivery of data between applications using acknowledged delivery.

Answered by aditijaink283
0

Answer:

The answer to the given question is explained in the explanation.

Explanation:

Transmission Control Protocol, or TCP, is a communication protocol that enables computer hardware and software to exchange messages over a network. It is intended to transfer Internet packets and make sure that data and messages are successfully sent over the network.

TCP is one of the fundamental standards that define the rules of the Internet and is part of the standards defined by the Internet Engineering Task Force (IETF). It is one of the most commonly used protocols in digital network communications and provides end-to-end delivery of data.

TCP organizes data so that it can be transferred between the server and the client. It ensures the integrity of the data transmitted over the network. Before transmitting data, TCP establishes a connection between its source and destination, which ensures that it remains active until communication begins. It then splits a large amount of data into smaller packets, while ensuring the integrity of the data throughout the process.

#SPJ2

Similar questions