What is Burst-Limit in MikroTik?
Burst-limit is the maximum bandwidth value (either upload / download) to be received by a user when a burst occurs. The burst-limit value must be greater than the max-limit (MIR) given. b. Burst-time is the time period used to calculate the average data-rate, not to indicate how long the burst takes.
How does MikroTik burst work?
Theory. Burst is a feature that allows to satisfy queue requirement for additional bandwidth even if required rate is bigger that MIR (max-limit) for a limited period of time. Burst mechanism is simple – if burst is allowed max-limit value is replaced by burst-limit value.
What is Sfq MikroTik?
SFQ – Stochastic Fairness Queuing. PCQ – Per Connection Queuing (MikroTik Proprietary) Firewall Mangle and Address-lists. Queue Tree.
What is PCQ in MikroTik?
From MikroTik Wiki. Per Connection Queue (PCQ) is a queuing discipline that can be used to dynamically equalize or shape traffic for multiple users, using little administration.
What is queue mikrotik?
Queues are used to limit and prioritize traffic: limit data rate for certain IP addresses, subnets, protocols, ports, and other parameters. limit peer-to-peer traffic. prioritize some packet flows over others. configure traffic bursts for faster web browsing.
What is PCQ rate?
pcq-rate (number) : maximal available data rate of each sub-steam. pcq-limit (number) : queue size of single sub-stream (in KiB) pcq-total-limit (number) : maximum amount of queued data in all sub-streams (in KiB)
What is priority in MikroTik?
One is the highest, eight is the lowest priority. Child queue with higher priority will have chance to reach its max-limit before child with lower priority. Priority have nothing to do with bursts. queue (SOMETHING/SOMETHING) : Choose the type of the upload/download queue.
What is bucket size mikrotik?
The Token Bucket algorithm is based on an analogy to a bucket where tokens, represented in bytes, are added at a specific rate. bucket size (0.. 10, Default:0.1) – queue option was added in RouterOS v6. 35, before that it was hard-coded to a value of “0.1”.
What is the difference between Burst-Limit and max-limit?
Burst mechanism is simple – if burst is allowed max-limit value is replaced by burst-limit value. When burst is disallowed max-limit value remains unchanged. burst-limit (NUMBER) : maximal upload/download data rate which can be reached while the burst is allowed
What is burst time and Burst threshold?
Burst Threshold = The speed limit, once passed, the client will be considered to have started their burst timer. Note that a burst time of 30s, does not mean the client will download at burst speed for 30s in real-time. It means the calculation for burst speed will be spread across 30s of calculation.
What is the difference between burst and Mir?
Burst is a feature that allows to satisfy queue requirement for additional bandwidth even if required rate is bigger that MIR ( max-limit) for a limited period of time. Burst can occur only if average-rate of the queue for the last burst-time seconds is smaller that burst-threshold.