ping

Description

Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) echo Request messages.

Command
ping
Examples
Ping a host
ping google.com
Ping a host continuously
ping -t 8.8.8.8
Ping a host 10 times
ping -n 10 localhost
Parameters
Parameter Type Required Description
[-t] string No Ping the specified host until stopped.
[-a] string No Resolve addresses to hostnames.
[-n count] string No Number of echo requests to send.
[-l size] string No Send buffer size.
Command Info
Category: Networking
Type: Windows
Views: 12
Status: Active
Tags
windows cmd networking icmp troubleshooting