Reason for minimum Ethernet frame size

Soldato
Joined
9 Jun 2006
Posts
2,642
Ok I know what the minimum frame size was, but what was the reason for it? I did know it but my mind has gone blank and can't quite remember. Been googling around but haven't been able to find much.

Think it was something to do with making sure the packet reaches all nodes on the same segment before it finishes sending, but can't quite remember the reasoning for this.

Help much appreciated!
 
Think it was something to do with making sure the packet reaches all nodes on the same segment before it finishes sending, but can't quite remember the reasoning for this.
Yep, Ethernet is based on a CSMA/CD (carrier sense multiple access with collision detection) access scheme so all nodes on the segment must be aware of sent packets to avoid collisions. The minimum frame length ensures that this happens
 
Back
Top Bottom