Ping allows the user to check whether the destination IP address exists. With this check, the destination IP address is tested and verified. In addition, ping is a basic internet program that can accept requests connected to a computer network.
How does ping work?
Created by Mike Muuss, Ping was first used in 1983. Ping basically sends a 64-byte ICMP packet to the destination and waits for that packet to come back. The farther the sent server is from the client, the longer the waiting time.
Example Ping Request and Incoming Response
> ping -c 5 tr.wikipedia.org
PING dyna.wikimedia.org (91.198.174.192) 56(84) bayt veri.
64 bayt, text-lb.esams.wikimedia.org (91.198.174.192)'den: icmp_seq=1 ttl=55 zaman=68.0 ms
64 bayt, text-lb.esams.wikimedia.org (91.198.174.192)'den: icmp_seq=2 ttl=55 zaman=70.7 ms
64 bayt, text-lb.esams.wikimedia.org (91.198.174.192)'den: icmp_seq=3 ttl=55 zaman=67.5 ms
64 bayt, text-lb.esams.wikimedia.org (91.198.174.192)'den: icmp_seq=4 ttl=55 zaman=69.1 ms
64 bayt, text-lb.esams.wikimedia.org (91.198.174.192)'den: icmp_seq=5 ttl=55 zaman=70.5 ms
--- dyna.wikimedia.org ping---
5 paket iletildi, 5 alındı, 0% packet loss, time 4005ms
rtt min/avg/max/mdev = 67.545/69.172/70.667/1.262 ms
What you see in the example above are Ping requests sent to 0rekS!te222.com 5 times . It is the ping time measured from the ms value seen in the time section .
What is ping used for?
Ping is used to test how fast a certain data signal reaches a target computer or a website and to determine the response time. It is also used to test the connection quality and to fix connection problems, if any.
What is Ping in computer games?
Ping is measured in milliseconds and is usually denoted in-game by the abbreviation MS.
In games, ping is something that is often disliked by gamers. If a ping value over 150ms is received in an online computer game, the game may become unplayable.
Technically, let’s say that jumping with the space key is done in a game. After the player presses the space key, a packet is sent from the client to the game server. This packet travels from the client to the target server and returns. The delay in the time between this packet coming and going is called Ping. Lower latency and Ping is always better because it provides a smoother gaming experience.
What should be the ideal ping values for the game?
The ping received in online games is necessary for a smooth experience. When high ping values are reached, the game becomes unplayable and uncompetitive in the game.
According to these:
- 15ms or less is perfect,
- If it is between 15 and 45 ms very good,
- good between 45-60 ms,
- Between 60-120ms is fine and over 120ms can be considered a bad value.