If you have a computer connected to the global Internet, then you just need to know how to check ping. This is especially true for fans of online battles, where even a second delay often means the death of the character. It does not matter how the connection is made: through the latest fiber optic lines, familiar copper wires or through radio frequencies (3G modems).
, , . . , , « ». , , -, . , , (, , ) , . , , .. . , « », , (). , , , .
, , , . . , , . , , , . – .
, ? , . , ( ). , , , , . . , , , , , .
. , , ( ). «ping» , . , . ping. , , . . , «-n» ( , ); «-w» , ; «-l» ─ 32 () 65527. .
To use the built-in verification feature of the Windows operating system, you need to create a file with the bat extension. The first line in it will be ping site_name (for example, fb.ru), and the second will be pause. All that remains is to execute this file and see the results. Time in milliseconds is ping (the less the better). Here is an example of the contents of a file:
ping -l128 -w1000 -n 30 fb.ru
pause