What Is Tcp Protocol?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TCP (Transmission Control Protocol) is a widely used standard for reliable delivery of data across different networks. It is a connection–oriented protocol, which means that it requires both the sender and the receiver to establish a connection before any data can be transmitted or received. TCP is responsible for making sure that all data sent is properly received by the recipient, and it guarantees the integrity of data during its transmission.
TCP (Transmission Control Protocol) is a standard that defines how to establish and maintain a network conversation via which application programs can exchange data. It is the most commonly used protocol on the Internet, and is a transport layer protocol in the Internet Protocol Suite (also known as the TCP/IP stack). TCP provides reliable, ordered, and error-checked delivery of a stream of octets (bytes) between applications running on hosts communicating by an IP network.