This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

QoS and licensing

Hello,
i have a technical licensing question:
the essential firewall is listed to have "auto QoS" and then for "custom QoS" you need network security.
So far so good, but what is "auto qos"?, does that mean i can use the predefined traffic selectors but i can't create custom delectors?.
or that i can't use selectors at all?

i'd love to get a clarification on this matter that'll define a module sell(or not).

regards


This thread was automatically locked due to age.
Parents Reply Children
  • Hello Mast and William

    The Astaro online help describes the to auto optimizers as copy/pasted below:

    "
    Download Equalizer: If enabled, Stochastic Fairness Queuing (SFQ) and Random Early Detection (RED) queuing algorithms will avoid network congestion. In case the configured downlink speed is reached, packets from the most downlink consuming stream will be dropped.

    Upload Optimizer: If enabled, this option will automatically prioritize outgoing TCP connection establishments (TCP packets with SYN flag set), acknowledgment packets of TCP connections (TCP packets with ACK flag set and a packet length between 40 and 60 bytes) and DNS lookups (UDP packets on port 53).
    "
    I often use and recommend these settings with QoS, if no fixed bandwidth reservations (upper/lower limits) need to be set, but some "automagical" optimizations are welcome.

    Recommendation from my side is to activate the upload optimizer - at least on the internet uplink side. this wil speed up small packets and SYN/ACK packets which for example speeds up http proxy url filter categorization requests or DNS requests, which can result in more reactive  system at all - especially under load, but may sacrifice top throughput a little bit.

    The download equalizer option should not be used on the internet uplink side due used Random Early Detection technology, which will start dropping packets of the most consuming streams if the uplink gets saturated - makes no sense on a Internet uplink because of the packet dropping with nearly saturated uplinks. This may make sense between local networks, if you are somehow able to saturate your 100MBit or 1GBit Interface bandwidths with single network streams (as Backups or similar), where packet retransmissions do not hurt too much, but you want keep the network reactive for other things and not allow single streams to bring down the working experience to a crappy level.

    So from my experience nice automagical optimizations with 2 or 3 single clicks if no fixed bandwidths has to be reserved for specific services [;)]