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

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

There are several possible bottlenecks for network transfer:

  • For anything over the internet your internet connection will most probably be the bottleneck. Your inet connection is likely to be anywhere between some 100kb/s up to 100 Mb/s (latest fibre connection).
  • The router can be a bottleneck, allthough you will only notice this for transfers over the local networks. Router is usually 1000 or 100 Mb/s.
  • Then there is the actual throughput of your network interface, i.e. your network adaptor. This will be either 100/1000 Mb/s for Ethernet, or 54Mb/s for wireless.

Now. What the windows network manager displays to you is the usage of the possible bandwith of the local network adapter.
As you can see from the above numbers this is normally a tiny amount of the total available bandwith 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 bandwith of your network adapter.

link|improve this answer
feedback

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))

link|improve this answer
+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 May 24 '10 at 15:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.