速度/ポート数 | 8ports | 16ports | 24ports | 48ports |
100Mbps | 1.19Mpps | 2.38Mpps | 3.57Mpps | 7.14Mpps |
1Gbps | 11.9Mpps | 23.8Mpps | 35.7Mpps | 71.4Mpps |
10Gbps | 119Mpps | 238Mpps | 357Mpps | 714Mpps |
作成 2015.01.13
更新 2015.07.21
更新 2015.07.21
ノンブロッキング表
ノンブロッキングに必要なパケット転送能力
算出方法
1フレームの構造は
7バイト(Preamble)
+ 1バイト(SFD:Start Frame Delimiter)
+ 6バイト(Destination Address)
+ 6バイト(Source Address)
+ 2バイト(Length/Type)
+ 46バイト(Data/Padding)
+ 4バイト(Frame Check Sequence)
+ 12バイト(IFG:Interframe Gap. 96bit time)
の合計で84バイトと算出される。
Ethernetのパケットの最小サイズは Destination Address から Frame Check Sequence までの 64バイトだが、パケット間のギャップを埋めるためにさらに 20バイト必要となる。結果、最小サイズは 84バイトである。
7バイト(Preamble)
+ 1バイト(SFD:Start Frame Delimiter)
+ 6バイト(Destination Address)
+ 6バイト(Source Address)
+ 2バイト(Length/Type)
+ 46バイト(Data/Padding)
+ 4バイト(Frame Check Sequence)
+ 12バイト(IFG:Interframe Gap. 96bit time)
の合計で84バイトと算出される。
Ethernetのパケットの最小サイズは Destination Address から Frame Check Sequence までの 64バイトだが、パケット間のギャップを埋めるためにさらに 20バイト必要となる。結果、最小サイズは 84バイトである。
ノンブロッキングの必要性能を得るには以下の計算式となる。
通信速度(bps)/8bit/84Byte*ポート数=必要パケット転送能力(pps)
タグ: network