Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
2.19.3.1. ping
ping is a standard utility that can be used to find out the IP address of a site, check its availability and the connection quality on the way to it. It sends ICMP packets to the server with the site and measures the time it takes for them to come back and considers the percentage of losses.
Windows
- Open command prompt.
- Execute the command (instead of
example.com, specify the address of the desired site withouthttp://orhttps://at the beginning and/at the end):ping example.com
- Wait for the results of execution:

macOS
- Open terminal.
- Execute the command (instead of
example.com, specify the address of the desired site withouthttp://orhttps://at the beginning and/at the end):ping example.com
- Wait until enough data is collected and press ⌘+C to stop the command execution:

(1)