Linux

What happens when you ping Google?


The network routes the packet to the destination host. The ping response routes back. The network stack hands the ping response packet to the ping application, which determines and displays elapsed time.

What will happen if you ping Google com?

Ping resolves the Google domain name into its IP address, and tries to contact that IP. If the IP is online, ping will return a “reply”.

How does Google ping work?

Ping works by sending an Internet Control Message Protocol (ICMP) Echo Request to a specified interface on the network and waiting for a reply. When a ping command is issued, a ping signal is sent to a specified address. When the target host receives the echo request, it responds by sending an echo reply packet.

Can you ping Google?

To ping in Windows, go to Start -> Programs -> Accessories -> Command Prompt. Then type “ping google.com” and press Enter. In Mac OS X, go to Applications -> Utilities -> Terminal. Then type “ping -c 4 google.com” and press Enter.

What happens if you ping a website?

The ping command is a way to test the connection speed between your computer and a website. Pinging can diagnose the strength, distance, and availability of a connection over the internet.

To Top