Questions tagged [rate-limiting]

In computer networks, rate limiting is used to control the rate of traffic sent or received on a network interface.

Traffic that is less than or equal to the specified rate is sent, whereas traffic that exceeds the rate is dropped or delayed. Rate limiting is performed by policing (discarding excess packets), queuing (delaying packets in transit) or congestion control (manipulating the protocol’s congestion mechanism). Policing and queuing can be applied to any network protocol. Congestion control can only be applied to protocols with congestion control mechanisms, such as the transmission control protocol (TCP).

244 questions
-1
votes
1 answer

Enforce maximum download limit using router hardware?

What's the simplest way to enforce a maximum download limit per machine on a network, over a period of time? For example, 10 GB, per computer, per week? I'm hoping maybe there's either a custom piece of hardware I can buy online, or some firmware…
jonathanconway
  • 567
  • 5
  • 7
  • 18
-2
votes
1 answer

How can I detect if an online backup service is doing IP-based throttling?

I live on a campus in the US and I am trying to understand why my upload speed to the online backup service Backblaze on area Y of the campus is 10 times slower than on area X of the campus (20000 vs 2000 kpbs as you can see in the details…
Franck Dernoncourt
  • 1,022
  • 2
  • 14
  • 32
-2
votes
2 answers

How do you rate limit an Azure Storage account?

I have an Azure storage account that hosts 20 MB files. Users download the files directly from the storage account, and there is no CDN or anything monitoring the traffic. I'm concerned that users can download mass amounts of data, leading to high…
MakotoE
  • 99
  • 3
-3
votes
1 answer

Google-style “Your network is generating too much traffic” bounce for postfix

I'm being attacked from a botnet and I found out about it because I got this email from mailer-daemon telling me there's no space left on device. The mail.log was filled up with messages like Dec 5 01:56:14 ip-xxx-xxx-xxx postfix/smtpd[9634]:…
lmojzis
  • 113
  • 5
1 2 3
16
17