Comment on A question about passwords | characters used in them
dog@suppo.fi 1 year agoThat’s a misunderstanding of DDoS. 0 byte packets are actually worse than large packets.
Which is why most DDoS (at least was) is extremely slow 0 byte requests until the server throttles/crashes under the number of requests.
Aurenkin@sh.itjust.works 1 year ago
Very true and a good explanation of DDoS but I was talking about DoS generally, not specifically DDoS. In my (admittedly pretty limited) experience, a single mega request which is not blocked or rejected by your server and cause it to choke. If you don’t have sufficient redundancy or if you get several of these requests coming through it can take down some of your backend services.
It’s a good point though, there are lots of different attack vectors each fun in their own way that you need to watch out for.