I've recently read about the command in the OS X terminal, "ping -f (Target IP)". I haven't been able to form an understanding on the command even after looking through numerous online articles.
I assume it floods the server with ping requests without waiting for those requests to be answered, but that is simply my speculation.
If you'd like to use this command:
Open Terminal
sudo -s
Enter Password
ping -f <Target IP Address>
Watch!
I'd also like to know some scenarios where I could use this command, and the impacts it may have on the network (lag etc.).
Thanks in advance!
Stephen