Asked By
0 points
N/A
Posted on - 07/07/2019
Data Transferring Reliable Process
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.