Hello everyone. This is my assignment on pinging a web server. This is definitely something to utilize, and check out, and really see what one can do with it. I looked up five different ones. I went to yahoo.com, amazon.com, aol.com, londontown.com, and japanair.com. Down below I have copied and pasted the results for each one.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Owner>ping aol.com
Pinging aol.com [149.174.130.216] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 149.174.130.216: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Documents and Settings\Owner>ping yahoo.com
Pinging yahoo.com [66.218.71.198] with 32 bytes of data:
Reply from 66.218.71.198: bytes=32 time=355ms TTL=244
Reply from 66.218.71.198: bytes=32 time=350ms TTL=244
Reply from 66.218.71.198: bytes=32 time=351ms TTL=244
Reply from 66.218.71.198: bytes=32 time=347ms TTL=244
Ping statistics for 66.218.71.198:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 347ms, Maximum = 355ms, Average = 350ms
C:\Documents and Settings\Owner>ping amazon.com
Pinging amazon.com [207.171.182.16] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Reply from 12.127.79.30: Destination net unreachable.
Ping statistics for 207.171.182.16:
Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\Owner>ping japanair.com
Ping request could not find host japanair.com. Please check the name and try again.
C:\Documents and Settings\Owner>ping londontown.com
Pinging londontown.com [213.161.77.151] with 32 bytes of data:
Reply from 213.161.77.151: bytes=32 time=384ms TTL=52
Reply from 213.161.77.151: bytes=32 time=373ms TTL=52
Reply from 213.161.77.151: bytes=32 time=363ms TTL=52
Reply from 213.161.77.151: bytes=32 time=370ms TTL=52
Ping statistics for 213.161.77.151:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 363ms, Maximum = 384ms, Average = 372ms
Its interesting since aol.com and amazon.com did not come up with anything except request timed out. For yahoo.com that worked out well, along with londontown.com. With japanair.com it didn't find the host even though this is is a legitimate website. Thanks all.