They do, but networking is designed to handle that.
Your data is broken up into chunks called packets. The beginning of each packet tells the networking equipment where it came from and where it’s going – called a header (a bit like sending a letter in an envelope).
So it doesn’t matter if the packets arrive out of order or mixed in with somebody elses (in fact they are designed to), the networking equipment at the other end just reads the header and forwards it on to it’s destination.
Latest Answers