PING

Ping is a command-line utility, available on operating system which checked the network device is reachable. Ping full form or acronym is Packet InterNet Groper. The Ping utility uses the echo request, and echo reply messages within the Internet Control Message Protocol (ICMP), an integral part of any IP network. When a ping command is issued, an echo request packet is sent to the address specified. When the remote host receives the echo request, it responds with an echo reply packet. By default, the ping command sends several echo requests, typically four.

There are numerous switches available for the ping command that allow the default settings to be customized for more specific purposes.
-tPings the specified host until stopped. To stop - type Control-C
-aResolve adresses to hostnames
-n
Number of echo requests to send
-l Send buffer size
-fSet Don't Fragmet flag in packet (IPv4-only)
-iSet Time To Live
-vSet Type of Service (Setting has been deprecated)
-rRecord route for count hops (IPv4-only)
-sTimestamp for count hops (IPv4-only)
-jLoose source route along host-list (IPv4-only)
-kStrict source route along host-list (IPv4-only)
-wTimeout in milliseconds to wait for each reply
-RUse routing header to test reverse route also (IPv6-only, deprecated per RFC 5095)
-SSource address to use
-cRouting compartment identifier
-pPing a Hyper-V Network Virtualization provider address
-4Force using IPv4
-6Force using Ipv6

Post a Comment

0 Comments

';