| Author |
Message |
gpakos
Joined: 04 Apr 2008 Posts: 7
|
07 May 2008 18:40 frame size |
|
|
|
hello,
How we can determine the value of the minimum theoretical frame size on an ethernet network?
Lets say that the delay is 4usec and the speed of the network is 10Mbit/s, how it is possible to determine the minimum frame size?
|
|
| Back to top |
|
 |
rooftile
Joined: 28 Apr 2008 Posts: 29 Helped: 2
|
08 May 2008 10:37 Re: frame size |
|
|
|
In theory, the minimum size of an Ethernet frame is 64 bytes and the maximum size of an Ethernet frame is 1518 bytes, and it does not depend on speed.
You could use a network analyzer (ethereal or wireshark) to get the real frame size since it can change.
I hope it can help you
|
|
| Back to top |
|
 |
gpakos
Joined: 04 Apr 2008 Posts: 7
|
08 May 2008 15:36 Re: frame size |
|
|
|
Lets say that we have two stations, A and B connected with a 10Mbps link and the overall delay is 4usec.
In order for node A or node B to detect a collision in the link, the minimum frame size must be still 64 bytes?
Thank u for answering!
|
|
| Back to top |
|
 |
rooftile
Joined: 28 Apr 2008 Posts: 29 Helped: 2
|
08 May 2008 18:00 Re: frame size |
|
|
|
To detect a collision in a link use this formula:
minimum frame size >= 2*(propagation delay)*BW
|
|
| Back to top |
|
 |
gpakos
Joined: 04 Apr 2008 Posts: 7
|
08 May 2008 19:13 Re: frame size |
|
|
|
Yes, i think it now make sense! Thank you very much for your replies
|
|
| Back to top |
|
 |