Attack Types

What Is DDoS (Distributed Denial of Service)?

An attack that overwhelms a server or network with traffic from many sources simultaneously, making it unavailable to legitimate users. Unlike a simple DoS attack from one source, DDoS attacks use thousands of compromised devices (a botnet) to generate traffic that is difficult to filter.

In Laravel Applications

Laravel applications can mitigate DDoS at the infrastructure level with services like Cloudflare, AWS Shield, or similar CDN/DDoS protection services. At the application level, use rate limiting and caching to reduce server load during traffic spikes.

Example

A DDoS attack sends 100,000 requests per second to your Laravel application, overwhelming your web server and making the site unavailable to real users.

Related Terms

Monitor Your Laravel Application's Security

StackShield continuously checks your Laravel application from the outside, catching security issues before attackers find them.

Start Free Trial