|
Q & A on Reasons for Limits on Ethernet Frame Size
Q: A: The minimum size makes it possible to distinguish a frame from noise; the maximum size guarantees fair access (if one station could send an arbitrary amount of data in a frame, other stations would need to wait an arbitrary time).
Q: A: TCP uses cumulative acknowledgements. Thus, if the ACK for the 5th segment is lost, when the 6th segment arrives, the ACK will cover *all* the data up through the 6th segment, which includes data from the 5th segment. |