Low and Slow Attack
Definition: A subtle DDoS attack that uses low bandwidth, but targets specific server vulnerabilities or design flaws to consume resources over time.
Example: The Slowloris attack opens multiple connections to a web server and keeps them open by sending partial HTTP requests at regular intervals, eventually exhausting the server’s connection pool.

