All DDoS Definitions
DDoS Testing Definition

Reflector

A reflector is a piece of DDoS attack infrastructure, an innocent third-party server turned into a weapon, and reflection-based vectors are among the classes a DDoS test exercises. The attacker sends a request to the reflector but spoofs the source address to the victim's IP, so the server's reply is delivered to the victim instead. When the reply is larger than the request, the reflector also amplifies, multiplying the attacker's effective bandwidth.

Reflector: spoofed request, reply hits the victim The attacker's request is spoofed; every server's reply is delivered to the victim instead. Attacker spoofs src IP = victim DNS resolver innocent third party NTP server innocent third party memcached innocent third party CLDAP endpoint innocent third party Victim / origin flood from many reputable server IPs Because the flood arrives from legitimate, reputable server IPs, source reputation and blocklists offer little. The defense lives upstream: capacity, anycast distribution, and protocol-aware filtering. A test measures how much reflected volume the edge absorbs before clean traffic starts to degrade. BlackNeuron
A reflector receiving a spoofed request and sending its reply to the victim from a reputable server IP, so source reputation and blocklists offer little defense

Why it matters in DDoS testing

Reflectors are abundant: open DNS resolvers, NTP servers, memcached instances, and CLDAP endpoints all serve as them. Because the flood arrives from legitimate, reputable server IPs rather than the attacker's own, source reputation and blocklists offer little. The defense lives upstream, in capacity, anycast distribution, and protocol-aware filtering at the scrubbing layer. A test measures how much reflected volume the edge absorbs before clean traffic begins to degrade.

For the layer-by-layer breakdown of reflection vectors, see Understanding DDoS Attack Vectors.