Does built in DDoS protection really make a difference?

nullboob

Newbie
Joined
Mar 8, 2023
Messages
31
Reaction score
16
Many VPS providers are now offering protection, but for those who have suffered attacks and large traffic spikes,

have you seen a real difference, or do you still have to rely on other services?
would love to hear your experience
 
From my experience the protection most VPS give only stops the big traffic floodsand for that it works ok, but it does nothing for the http attacks that look like real users, and thats what usually takes a site down, also many cheap hosts just null route your ip when the attack is too big.
you still need Cloudflare in front for the http part, it helps but alone its not enough, depends what attack you get.
 
I think I've noticed a difference in my VPS protection, but for larger scale attacks I'd still want additional defense,
 
I've had a good experience with Luxhost so far The anti-ddos included in their VPS has saved me the hassle of having to get another one..,
 
It surely helps but i would still have Cloudflare active on my site even with all the problems they had by the end of last year/early this year
 
Yes, it makes a difference, especially against small to medium attacks. However, for production websites I'd still use Cloudflare or another WAF/CDN in front of the VPS. Built-in protection is a good first layer, but I wouldn't consider it a complete solution.
 
Yes, it makes a massive difference, but it highly depends on the type of protection. Built-in host protection usually only handles Layer 3/4 volumetric attacks (like basic UDP floods). It's good to have, but it won't save you from everything.

If an attacker targets your application layer (Layer 7) with a botnet making heavy database requests, your server will still crash because the host's firewall thinks it's legitimate traffic. For serious projects, you should always combine built-in host protection with a solid reverse proxy like Cloudflare or AWS Shield. Never rely purely on the hosting provider.
 
dont rely only on your vps provider man. they usually just null route your ip if the attack gets too big. always use cloudflare in front of your server to absorb the junk traffic
 
Back
Top