How was the Ping of Death sent? I looked it up on Wikipedia, and it said most systems are no longer vulnerable. How was it sent? How did it work?
Back in the 1990's - the ping of death was pretty popular. This occurred when someone set the buffer size of the ping at 65510.
For example, open a Command Prompt in Windows and type the command:
C:\>ping -l 65510 google.com (the '-l' is a lowercase L)
Newer Windows versions don't allow for sending a size of 65510. The maximum is set at 65500. So...if you try this:
C:\>ping -l 65500 google.com
More than likely you're going to get a timeout response, however, if you try this:
C:\>ping google.com
...you'll get a reply.
Back in the days when it worked at 65510 it was like hitting the host with a brick....as opposed to a normal default ping request which was like hitting the host with a feather.