• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Limiting network speed.

jsbush

Diamond Member
Is there a way I could limit the speed of my server to say 10kb/sec? Like all the information that my server sends out (if it was a www request or a download of an exe file etc etc, ) to 10kb/sec? Everything be limited to 10kb/sec on that server?


Humm.. I dont' make much sense but it's the best I can do, tonight anyways 😉


Oh it's a Win2k server 😛
 
Easy answer? Sure, lock the NIC into 10Mb/s. That'll actually limit you down to about 5Mb/s, since 10BaseT is half duplex and maxes out at about 50% utilization on an average network.

Can you do it with a software app? I don't think so.. Not a typical question - Most want to get MORE out of it, not less!

- G
 
He's talking about kb/s no Mbits/s. In win2k server IIS, you can do bandwidth throttling, but there was a MS article that said that for speeds as low as you're talking about, the throttling isn't effective. It's just too small to regulate.

 
What you're talking about doing (throttling the speed of each connection on the server without the software knowing about it) would require a hacked TCP/IP implementation.

The server software itself could implement throttling pretty easily at Layer 7, but if you want to try to accomplish the same thing at Layer 4 and below, it would require what I mentioned above. Not easy to do, but it's probably been done SOMEWHERE.
 
Back
Top