Data Transferring Reliable Process

Asked By 0 points N/A Posted on -
qa-featured

How is it ensured that the data transfer is reliable across is the internet?

SHARE
Answered By 0 points N/A #319859

Data Transferring Reliable Process

qa-featured

When it comes to data transfer, the internet is the most reliable thing we have in our hand. No matter how far two systems are if there is a connection between them, data will always get transferred reliably.

Now here comes into play the Transfer Control Protocol (TCP). It comes under the transport layer in the networking model and is responsible for ensuring the delivery of the data packets. TCP checks for all the data-packets and if they are present, it waves to the remote server that all packets have reached, and even if one packet is missing or gets corrupted, it asks the server to resend it. In this way, the delivery of data packets is ensured in a reliable way.

Related Questions