UDP traffic effect on network performance
Posted
by user314536
on Stack Overflow
See other posts from Stack Overflow
or by user314536
Published on 2010-06-03T08:56:01Z
Indexed on
2010/06/03
9:14 UTC
Read the original article
Hit count: 198
well, i have network that each proxy (lets assume we have 200 proxies), send UDP packages every constant amount of time. (let assume 10 seconds) to constant amount of hosts (lets assume 10) my question is how will 6 * 10 seconds * 200 proxies * 10 target hosts = 120,000 UDP roundtrip communication per minute will affect my network, in terms of available connections, speed, stability, UDP package loss rate etc... can anyone please refer me to some links on this issue ? thanks
© Stack Overflow or respective owner