Effective Use of Ping Utility
Ping is a network utility to check the connectivity between two nodes in a computer network. Ping sends ICMP packets to the destination device and if the packets reach the destination successfully, the source device will receive ICMP replies. If the ICMP packets failed to reach the destination, we will get ping packet loss reply. ICMP is the short form of Internet Control Message Protocol. To check the connectivity of a destination host, say a website, follow the instructions.
It is important to learn the operation of ping utility. When we ping a destination host from our computer, ping sends ICMP echo request packets to the destination. Normally ping sends four packets and then wait for the ICMP reply from the destination host. If the packets reach the destination host successfully, our computer will receive ICMP reply from the destination. If there is no valid ICMP reply from the destination, ping displays packet loss message.
Based on the status of ICMP echo packets send, we may get different types of ICMP replies.
Ping utility is used to find if a particular host is accessible or running. The same utility can be used to prevent a destination host from working smoothly. Here I give a list of tutorials tell the malicious use of ping utility to disturb the normal operations of devices connected to the Internet.
- Open Command Prompt
- type ping [Destination Address] and press enter.
Eg: ping www.corenetworkz.com
Practical Uses of Ping Command
- How to Change Default TTL Value Set On Packets
- Transmit failed. General Failure
- Automatically Set Continuous Echo Requests To a Destination Until We Manually Stop
- How to Change Default Size of ICMP Echo Request On Your Computer(ping -l)
- How to Check Optimum MTU Size Value Of Your Network
- Packet Needs To Be Fragmented But DF Set -Reason and Solution
- Tell Packets to Don't Fragment While in Test
How Ping Operates
It is important to learn the operation of ping utility. When we ping a destination host from our computer, ping sends ICMP echo request packets to the destination. Normally ping sends four packets and then wait for the ICMP reply from the destination host. If the packets reach the destination host successfully, our computer will receive ICMP reply from the destination. If there is no valid ICMP reply from the destination, ping displays packet loss message.
Possible Replies You Get When Ping a Destination Host
Based on the status of ICMP echo packets send, we may get different types of ICMP replies.
- Reply: Destination Host Unreachable
- Packets Error: Destination Net Unreachable
- ICMP Reply: Request Timed Out
- ICMP Echo Gives Hardware Error
- Request Could not Find Host. Please Check the Name and Try again
- Transmission Failed Error Code 31
- Error 628: The Connection was Terminated by the Remote computer before it could be Completed
- Error 797: A Connection to the Remote Access Server was not Made because the Modem was not Found
- Error 769: The Specified Destination is not Reachable
- The Requested Operation Requires Elevation
- Either you Specified a Destination Address that is not Valid or Remote Server is Down
Malicious uses of Ping Utility
Ping utility is used to find if a particular host is accessible or running. The same utility can be used to prevent a destination host from working smoothly. Here I give a list of tutorials tell the malicious use of ping utility to disturb the normal operations of devices connected to the Internet.
- Denial of Service (DOS) attacks
- How to Conduct Smurf Attack
- How to Perform TCP Split Handshake Attack
- Guide to DDOS Attack