<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Tweaks and more &#187; icmp</title>
	<atom:link href="http://xptweak.net/tag/icmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://xptweak.net</link>
	<description></description>
	<lastBuildDate>Tue, 24 Nov 2009 11:58:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is PING</title>
		<link>http://xptweak.net/what-is-ping/</link>
		<comments>http://xptweak.net/what-is-ping/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 14:17:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[pinging]]></category>

		<guid isPermaLink="false">http://xptweak.net/?p=104</guid>
		<description><![CDATA[Ping is a program that sends a series of packets over a network or the Internet to a specific computer in order to generate a response from that computer. The other computer responds with an acknowledgment that it received the packets. Ping was created to verify whether a specific computer on a network or the Internet exists and is connected.
Some have claimed that the word &#8220;ping&#8221; is actually an acronym for &#8220;Packet Internet (or Inter-Network) Groper&#8221;, deliberately contrived to play on the fact that pinging with a computer is similar ...]]></description>
			<content:encoded><![CDATA[<p>Ping is a program that sends a series of packets over a network or the Internet to a specific computer in order to generate a response from that computer. The other computer responds with an acknowledgment that it received the packets. Ping was created to verify whether a specific computer on a network or the Internet exists and is connected.</p>
<p>Some have claimed that the word &#8220;ping&#8221; is actually an acronym for &#8220;Packet Internet (or Inter-Network) Groper&#8221;, deliberately contrived to play on the fact that pinging with a computer is similar to what submariners do with sonar. Both the computer and the submarine&#8217;s sonar send out a &#8220;ping&#8221;, in the form of either a series of packets or a brief burst of sound. The ping &#8220;bounces&#8221; off the target and then returns to let you know the target is there.</p>
<p>Ping is both a noun and a verb, e.g., &#8220;Ping that computer&#8221;, or &#8220;the router didn&#8217;t return a ping&#8221;.</p>
<p>Ping is built into almost every network-capable operating system. To ping a computer, go to a command prompt and enter ping , a space, and then the network or Internet address you wish to contact. For example, enter the following at a Windows XP command prompt:<br />
ping google.com</p>
<p>You should get a response similar to this:</p>
<p>Pinging google.com [209.85.171.100] with 32 bytes of data:<br />
Reply from 209.85.171.100: bytes=32 time=182ms TTL=233<br />
Reply from 209.85.171.100: bytes=32 time=178ms TTL=233<br />
Reply from 209.85.171.100: bytes=32 time=179ms TTL=233<br />
Reply from 209.85.171.100: bytes=32 time=179ms TTL=233</p>
<p>Ping statistics for 209.85.171.100:<br />
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 178ms, Maximum = 182ms, Average = 179ms</p>
<p>Operating systems format their ping results differently. For example, following is what the result looks like from a Linux computer:<br />
ping google.com (209.85.171.100) 56(84) bytes of data. 64 bytes from 209.85.171.100: icmp_seq=1 ttl=254 time=0.644 ms 64 bytes from 209.85.171.100: icmp_seq=2 ttl=254 time=0.510 ms 64 bytes from 209.85.171.100: icmp_seq=3 ttl=254 time=0.584 ms 64 bytes from 209.85.171.100: icmp_seq=4 ttl=254 time=0.535 ms &#8212; 209.85.171.100 PING statistics &#8212; 4 packets transmitted, 4 received, 0% packet loss, time 3000ms rtt min/avg/max/mdev = 0.510/0.568/0.644/0.053 ms</p>
<p>Regardless of the operating system, the results will show the IP address of the computer you&#8217;re pinging, the round-trip time in milliseconds for each packet, the number of packets sent and received, and the number and percentage of how many packets got lost.<br />
Technical information</p>
<p>Ping uses ICMP (Internet Control Message Protocol) packets. The packet from the origin computer is called an &#8220;ICMP_echo_request&#8221;, and the response from the target is called an &#8220;ICMP_echo_reply&#8221;. Each packet contains by default either 32 or 64 bytes of data and 8 bytes of protocol reader information, but ping can be configured at the command line to use different sized packets. You can access a list of switches and additional functions by invoking the help file for ping:</p>
<p>* In Windows, at the command prompt, enter ping /?</p>
<p>* In Unix-based systems (e.g., Mac OS X and later, Linux, Solaris), at the command prompt, enter ping &#8211;help</p>
]]></content:encoded>
			<wfw:commentRss>http://xptweak.net/what-is-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
