Open Command Prompt on Windows or Terminal on Mac/Linux
Type `ping google.com`
Press Enter
Check the reply time shown in milliseconds
Check for packet loss in the results
To stop continuous ping, press `Ctrl + C`
On Windows, use `ping -n 4 google.com` for 4 requests
On Mac/Linux, use `ping -c 4 google.com` for 4 requests
