InterviewSolution
Saved Bookmarks
| 1. |
Write the steps of transferring data over internet. |
|
Answer» Ok.. Mai question karti hu...vha pe aao...ye kisi aur ka h... Kaisi ho aadya..? Good morning..? Hello aadya..? good morning.. Hello shreya... All the computers communicate with one another using TCP/IP, which is a basic protocol of the Internet. TCP/IP manages the transmission of data or file or document on the Internet by breaking data or file into small pieces or parts known as packets or datagrams. Each packet contains actual data and address part, i.e., address of destination and source upto 1500 characters. TCP breaks message into smaller parts that are transmitted over the internet and resembles these packets into original message that are received by the internet. IP handles the address part of each packet, so that the data is sent to the correct address. |
|