Y
Hacker News
new
|
ask
|
show
|
jobs
by
montecarl
662 days ago
Why is the transfer rate non-linear with respect to the system clock? At 100 MHz the rate is 1.38 Mbit/s and at 200 Mhz it is 65.4 Mbit/s.
3 comments
nyrikki
662 days ago
Latency kills...and Ethernet uses exponential backoff.
link
crote
662 days ago
More specifically TCP uses exponential backoff. Ethernet will happily keep drowning you in packages at line rate, if I'm not mistaken.
link
daymanstep
662 days ago
CSMA/CD does use exponential back off, though I'm not sure if anyone is still using it.
link
fach
662 days ago
This is only for half-duplex ethernet communication so no one apart from some archaic systems.
link
ryan-c
662 days ago
Like WiFi?
link
edward28
662 days ago
CSMA/CA but close.
link
pantalaimon
661 days ago
There is also 10Base-T1 which is a rather recent addition.
link
KennyBlanken
662 days ago
> Ethernet will happily keep drowning you in packages at line rate, if I'm not mistaken.
It's a physical layer, so yeah, of course it will.
link
vardump
662 days ago
Maybe a lot of CRC errors or something. Just a guess.
link
rscott2049
662 days ago
Wish I could answer that! All I can guess is that the slower processing speed creates a bottleneck in the LWIP stack somewhere...
link