InterviewSolution
Saved Bookmarks
| 1. |
What is Tcp/Ip ? |
|
Answer» IP stands for internet protocol. It handles the address part of each packet so that the data is sent to the correct address. TCP stands for Transmission control protocol. It breaks message into smaller packets that are transmitted over the internet and also reassemble these smaller packets into the original message that are received from the internet. |
|