How to: Link Speed Calculation
Posted by Mathieu Strubbe, Last modified by Craig Godbold on 29 November 2023 11:52 AM
|
|||||||||||
On the Link Layer, each Frame is surrounded by a number of extra bytes. The table below shows the complete Ethernet Frame.
For every Frame, an extra 24 Bytes need to be taken into account. This knowledge is crucial, for example when determining the maximum throughput on an ethernet link. For example, when sending Frames with a length of 60 Bytes, the actual amount of bytes sent is 84. This means that only 60/84 = 71.42% of the transmitted data consists of the bytes displayed in the Frame View. So, to achieve Line Rate on a 1 Gbps link, the Frame Rate is calculated as follows :
Tip : When sending bigger Frames, the relative overhead becomes smaller. In the Preferences of the ByteBlower GUI under Project>BitRate, you can specify what you want to be included in the Layer 2 Speed calculation. A screencapture of this view can be found at the bottom of this article.
This affects the calculated rates displayed in the Frame Blasting Flow Templates, and in the Reports.
| |||||||||||
|