- Saturate network resources.
- Disrupt connections between two computers, thereby preventing communications between services.
- Disrupt services to a specific computer.
Some of the common attack are as follows:
In the smurf DoS attack, an attacker sends a large amount of ICMP echo requests traffic to the IP broadcast addresses. These ICMP requests have a spoofed source address of the intended victim. If the routing device delivering traffic to those broadcast addresses delivers the IP broadcast to all hosts, most of the IP addresses send ECHO reply message. On a multi-access broadcast network, hundreds of computers might reply to each packet. Now the target network is overwhelmed by all the messages sent simultaneously, so the network becomes unable to provide services to all the messages and gets crashed.
Ping of Death
In the ping of death attack, the attacker sends ICMP packet larger than 65,536 bytes. Since the operating system does not know how to handle the packet size larger than 65,536 bytes, either the operating system freezes or crashes at the time of reassembling of the packet. But, nowadays the operating systems discard such packets, so ping of death attack is not applicable at the present time.
Jolt DoS attack
In the jolt DoS attack, an attacker fragments the ICMP packet in such a manner that the target computer cannot reassemble it. In this situation, the CPU utilization of the target system becomes 100 percent and the system gets crashed.
In the fraggle DoS attack, the attacker sends a large number of UDP echo requests traffic to IP broadcast addresses. These UDP requests have a spoofed source address of the intended victim. If the routing device delivering traffic to those broadcast addresses delivers the IP broadcast to all hosts, most of the IP addresses send ECHO reply message; on a multi-access broadcast network, hundreds of machines might reply to each packet. Now the target network is overwhelmed by all the messages sent simultaneously, so it becomes unable to provide service to all the messages and gets crashed.