|
|
|
|
|
by blibble
1923 days ago
|
|
> Correct they can't. Managed switches without qos set up can't prioritise traffic either. > If your switch is dropping packets, you don't have enough bandwidth. this isn't true, there exist more bottlenecks than just bandwidth, e.g. try sending 10 byte packets instead of 1500 byte packets and watch as your switch starts dropping due to CPU exhaustion > Ultimately it comes down to how big your buffers are whether your packet gets through or not not really, traffic prioritisation is about deciding which packets you drop when hitting your limits (or close to), not making sure that you never drop anything obviously if you're never hitting any bottlenecks: the prioritisation does nothing |
|
The point about QOS is that it often isn't necessary because you shouldn't be hitting those limits, and if you do you often don't care (because you've got half a dozen identical desktop computers talking to an unmanaged network not doing any relevant dscp marking). In rsyncs case the traffic they're sending is all ssh traffic - what's going to be doing the tagging and differentiation?