Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the usage of TCP (Transmission Control Protocol)?

0
Posted

What is the usage of TCP (Transmission Control Protocol)?

0

TCP (Transmission Control Protocol) is the popular Transport layer protocol that used in TCP/IP networking. This is a connection oriented protocol that normally used in client/server networking environment with a requirement to establish the connection first before sending/receiving the data. Its like making a phone call, the call connection is established when somebody pick up the phone, then we can only start to talk/listen. We also wont simply lose the connection after that until we hang up the phone. By using TCP, every packet will be tagged with sequence number to track the packets and the acknowledgement will be received if the packets are received successfully. Packet resending will be done after some time if no acknowledgement received. This process will ensure the connection reliability and avoid packet loss. Majority of the applications, such as web application, telnet, ssh, ftp and smtp are built with TCP.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123