InterviewSolution
Saved Bookmarks
| 1. |
What is the TCP protocol? |
|
Answer» TCP or TCP/IP is the Transmission Control PROTOCOL/INTERNET Protocol. It is a set of rules that decides how a computer connects to the Internet and how to transmit the data over the NETWORK. It creates a VIRTUAL network when more than one computer is connected to the network and uses the three ways handshake model to establish the CONNECTION which makes it more reliable. |
|