
Dmitriy P. answered 10/15/19
Bachelor's Degree in Computer Information Technology
I think I may be able to answer your question in a certain sense. The 1s and 0s you describe are represented by, in the case of your gigabit ethernet port, electrical signals. However, those 1s and 0s, at a higher level of abstraction are organized into ethernet frames. When you are connected to an ethernet switch, the switch does not send 1s and 0s randomly from various sources to your machine out of order. It sends a collection of 1s and 0s from a single sender to a single receiver at a time in a single ethernet frame which can contain 1000s of Bytes of 1s and 0s. Frames are sent one at a time, not pell mell.
Hope that makes sense.