關於windows XP的網卡速度限制問題 
 

Q:
記得前一陣子有人說過Windows XP預設置情況下對網卡的傳輸速度有20%的限制,還列出了解決方法,可找不到這個帖子了,有誰
幫忙重貼一個.
A:
1.以管理員權限登入 
2. run gpedit.msc 
3. 展開 "電腦配置" 
4. 展開 "管理模版" 
5. 展開 "network" 
6. 展開 "QoS Packet Scheduler" 
7. 右邊視窗雙擊 "limit reservable bandwidth" 
8. 選中選項 "已啟用" 
9. 將 "Bandwidth limit %" 的值改為0
這個20%,keke,其實。。。是對於Windows XP的一個比較普遍的誤解。

大家知道,XP預設置安裝的網路協議裡就有安裝QoS。
一般情況下,網路帶寬的100%都是對所有應用程式可用的。而QoS提供給系統的接口(API)可以允許應用程式為自己申請一
定的保留帶寬(預設置情況下最多可以申請的就是這個20%)。即使系統裡有再多其他進程來搶帶寬,系統會保證分配給這個
應用程式它所保留的帶寬。同時,如果這個應用程式申請了一定的保留帶寬,而實際上卻沒有佔用那麼多,系統還是會把未用
的那部分保留帶寬分配給其他程序。

所以,這個20%帶寬不是被系統所保留,也不是限制網路速度,而是對應用程式可用的保留帶寬。

有興趣的話可以參考一下如下的技術資料,全文在:
http://support.microsoft.com/suppor...s/q316/6/66.asp

Clarification about QoS in End Computers That Are Running Windows XP
--------------------------------------------------------------------

As in Windows 2000, programs can leverage QoS through the QoS application
programming interfaces (APIs) in Windows XP. One hundred percent of the network
bandwidth is available to be shared by all programs unless a program
specifically requests priority bandwidth. This "reserved" bandwidth is still
available to other programs unless the requesting program is sending data. By
default, programs can reserve up to an aggregate bandwidth of 20 percent of the
underlying link speed on each interface on an end computer. If the program that
reserved the bandwidth is not sending enough data to utilize it completely, the
unused portion of the reserved bandwidth is available for other data flows on
the same host.

Q:
哦...這麼說就是那個設置是完全多餘的呢?
難怪我總覺得網速沒什麼提高,謝謝....
順便也講講qos是什麼 


A:
QoS全稱Quality of Service,指的是網路的服務品質。在執行多媒體應用系統的網路中,服務品質顯得尤其重要,因為線上播放
的音頻、視頻流需要穩定的帶寬保障。