Let's assume a hypothetical situation in which port 50000
of a machine was being bombarded with UDP packets. However, port 50000
on said machine isn't actually open (i.e. the machine is not listening on port 50000
).
Would such a bombardment of packets result in a DDoS?
If so, why? If the port is closed, shouldn't the packets simply "bounce off" the machine as if nothing has happened?