9
My network utilization in windows never seems to get above 1%.
This seems absolutely tiny, does anyone know why it is so low and if there is anyway to increase it(or if it indeed does need increased)
FYI: I use a D-LINK USB wireless adaptor
9
My network utilization in windows never seems to get above 1%.
This seems absolutely tiny, does anyone know why it is so low and if there is anyway to increase it(or if it indeed does need increased)
FYI: I use a D-LINK USB wireless adaptor
8
There are several possible bottlenecks for network transfer:
Now, what the windows network manager displays to you is the usage of the possible bandwidth of the local network adapter.
As you can see from the above numbers, this is normally a tiny amount of the total available bandwidth of your adapter for transfers over the internet.
If you would try to locally copy a file over the LAN, it will most likely use a very big portion (maybe 100%) of the bandwidth of your network adapter.
4
Lets say you use only the internet for example, which is 1mbps (in our example). Let's assume your wireless adaptor supports N. Then it is 300mbps at best (windows displays it 300mbps). So 1mbps from 300mbps at best transfer rate.
Basically that's the reason. (You can't increase it. If you get a faster internet connection, it'll increase itself. You can check out the maximum output by copying something through lan to a PC which is connected with 1gbps LAN cable to the router (if the router supports 1gbps))
0
What is the maximum connection rate on your USB wireless? How many bars are you getting on your WiFi connection? You have to remember that regardless of the theoretical maximum, the real-world utilization will be much lower due to overhead and a weak signal. Some chipsets are better than others, but DLINK is a cheap consumer brand so they use the cheapest parts possible.
0
Open the CMD window with Administrator privileges and copy the following commands one by one:
netsh interface tcp set global rss=disabled
netsh interface tcp set global autotuninglevel=disabled
netsh int ip set global taskoffload=disabled
Note:
This had no impact on my network speed and utilization. And, without any explanation, this is useless answer. – TPAKTOPA – 2017-11-25T11:10:23.740
3
Welcome to Super User! Can you please edit your answer to explain what this does? Thanks.
– Arjan – 2013-09-14T12:38:26.240-1
You haven't really identified what your answering as the initial question is Why not how. Also Might I ask why this would work to increase traffic? – 50-3 – 2013-09-05T02:18:45.843
I have no idea why it works, but give it a shot. If you have the time to sit there and disconnect and reconnect, you can take a 6 gb download from 3 hours to 15 minutes. Tested and confirmed (1) time. – josh – 2013-09-05T21:27:45.673
Most people ask why under the assumption that it will provide them with the information they need to fix their problem. Unless you're just in it for the curiosity. – josh – 2013-09-05T21:29:51.430
If I had to take a guess, I'd say that there's probably something going on with network prioritization, such that whenever a new IP connects it is processed/registered first in line. As new IP's connect, your own is forced to share with those connections. I'm only basing this on the fact that literally, whenever I reached >1% I never went above it again. I don't know anything about computers. Just found a solution to a common problem, thought people should know about it. – josh – 2013-09-05T21:32:47.590
+1: Yep, yep. If your network adapter is gigabit, and you're connecting out through a 10 megabit high speed internet line, that's 1%. If you're not sharing a massive amount of data across a LAN, then your max is always going to be capped by your maximum upload/download speed. – Satanicpuppy – 2010-05-24T15:10:20.410