What is theoretical maximum of TCP traffic over GigaEthernet ?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 4 down vote accepted

check this

Okey, check this link. this one has info about theoretical speed

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
link|improve this answer
I need a theoretical value. – d_pilot May 5 '11 at 9:45
ive updated my answer – MealstroM May 5 '11 at 10:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.