When transmitting, say, 1 GB of data over the Internet, this data is divided into packets, each packet containing a small piece of data and each of these packets is part of the frame.
Eg. Windows reports that you are transferring a file of 100 kbps over a TCP connection, but this is apparently the amount of data from the file being transmitted per second, and does not seem to include the ip or tcp header or Ethernet frame.
What is the actual amount of network traffic needed to transmit at this speed? Or is this data actually already included in the data transfer rate, but small enough not to have a significant difference?
In addition, IP supports up to 1500 bytes / packet (I think?), But what is the total size of data packets when uploading, say, HD images to reddit?
Sorry for the pretty simple questions that I probably should have guessed so far ...
source
share