Tcp

GigaEthernet 上 TCP 流量的理論最大值是多少?

  • March 14, 2015

GigaEthernet 上 TCP 流量的理論最大值是多少?

檢查最大乙太網和 TCP 吞吐量

好的,檢查Protocol Overhead。這個有關於理論速度的資訊。

Theoretical maximum UDP throughput on GigE using jumbo frames:
(9000-20-8)/(9000+14+4+7+1+12)*1000000000/1000000 = 992.697 Mbps 
Theoretical maximum TCP throughput on GigE without using jumbo frames:
(1500-20-20-12)/(1500+14+4+7+1+12)*1000000000/1000000 = 941.482 Mbps    
Theoretical maximum UDP throughput on GigE without using jumbo frames:
(1500-20-8)/(1500+14+4+7+1+12)*1000000000/1000000 = 957.087 Mbps

引用自:https://serverfault.com/questions/266540