@retiredaudioguy. I am confident there are those who claim to here the differences between 568 A and B. Im equally confident they will hear differences between 568 A and 568A as in your first post.
@oberoniaomnia Oooh, there you go getting all logical and facty again. ;-)
@richardbrand The network failure you describe would drop any non-validated packet data received and request a resend until either a correct packet is received or the process times out. The last complete CRC error-checked and packet acknowledged is the last valid data.
The sequence number is the byte number of the first byte of data in the TCP packet sent (also called a TCP segment). The acknowledgement number is the sequence number of the next byte the receiver expects to receive. One more TCP feature that ensures data quality.
When the missing packet arrives, TCP can reorder the packets based on their sequence numbers before delivering them to the application layer.
I'll stop here, but the more you study TCP, the absolute brilliance of it becomes more and more apparent.Remember, the idea was to literally have a bomb-proof network.
J

