Y
Hacker News
new
|
ask
|
show
|
jobs
by
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.
2 comments
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
662 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