What exactly does QoS packet scheduler do? What are particular real reasons to keep it enabled?

4

I know what is QoS and don't need general explanations of the term and opinions on what is "QoS packet scheduler" based just on its name. What I am looking for is information on what exactly does Windows "QoS packet scheduler" affect (I suspect it does nothing useful unless there is at least router-side support for its function). Do you happen to know?

Ivan

Posted 2012-04-14T17:18:20.850

Reputation: 6 173

1If you know what QoS is, and what the QoS Packet Scheduler is, then it's unclear as to why don't you know what it will "affect"? It affects network traffic. Having it enabled will probably affect system resources in some way. Your question is a little vague. :) – Ƭᴇcʜιᴇ007 – 2012-04-14T17:29:38.383

I know what is QoS in general but Windows' "QoS Packet Scheduler" is a black box which I don't know what it really does. – Ivan – 2012-04-15T01:30:59.877

Answers

4

Try this Microsoft KB on Windows XP Quality of Service (QoS) enhancements and behavior.
and this SevenForums discussion referring it.

From a recent article,

20% of your bandwidth is reserved only when QoS tasks are running. When no QoS task is running, by default you have access to 100% of your bandwidth. So by going forward with removing the 20% reserve, essentially you wouldn't be recovering all 20% of your bandwidth; you would be recovering the piece of the 20% that is wasted and unused when a QoS task is running.

All this basically says, you are on the right track not worrying about its effects.

nik

Posted 2012-04-14T17:18:20.850

Reputation: 50 788

1

It actually does something useful even without router support. It reserves outbound bandwidth for particular traffic streams and determines which packets the machine transmits based on their QoS bits.

David Schwartz

Posted 2012-04-14T17:18:20.850

Reputation: 58 310