PS C:\Users\marle> ping www.google.com -4 Pinging www.google.com [74.125.138.103] with 32 bytes of data: Reply from 74.125.138.103: bytes=32 time=24ms TTL=102 Reply from 74.125.138.103: bytes=32 time=18ms TTL=102 Reply from 74.125.138.103: bytes=32 time=26ms TTL=102 Reply from 74.125.138.103: bytes=32 time=18ms TTL=102 Ping statistics for 74.125.138.103: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 18ms, Maximum = 26ms, Average = 21ms b) What are the IP addresses for google? c) Explain the parameters, such as TTL, Packet sent, Received, Lost, Minimum, Maximum and average. PS C: \Users\marle> ping www.yahoo.com -4 Pinging new-fp-shed.wg1.b.yahoo.com [74.6.231.20] with 32 bytes of data: Reply from 74.6.231.20: bytes=32 time=58ms TTL=51 Reply from 74.6.231.20: bytes=32 time=283ms TTL=51 Reply from 74.6.231.20: bytes=32 time=53ms TTL=51 Reply from 74.6.231.20: bytes=32 time=54ms TTL=51 Ping statistics for 74.6.231.20: Packets: Sent = 4, Received = 4, Lost = 0 (0% Loss), Approximate round trip times in milli-seconds: Minimum = 53ms, Maximum = 283ms, Average = 112ms b) What are the IP addresses for yahoo? c) Explain the parameters, such as TTL, Packet sent, Received, Lost, Minimum, Maximum and average.
PS C:\Users\marle> ping www.google.com -4
Pinging www.google.com [74.125.138.103] with 32 bytes of data:
Reply from 74.125.138.103: bytes=32 time=24ms TTL=102
Reply from 74.125.138.103: bytes=32 time=18ms TTL=102
Reply from 74.125.138.103: bytes=32 time=26ms TTL=102
Reply from 74.125.138.103: bytes=32 time=18ms TTL=102
Ping statistics for 74.125.138.103:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 18ms, Maximum = 26ms, Average = 21ms
b) What are the IP addresses for google?
c) Explain the parameters, such as TTL, Packet sent, Received, Lost, Minimum, Maximum and average.
PS C: \Users\marle> ping www.yahoo.com -4
Pinging new-fp-shed.wg1.b.yahoo.com [74.6.231.20] with 32 bytes of data:
Reply from 74.6.231.20: bytes=32 time=58ms TTL=51
Reply from 74.6.231.20: bytes=32 time=283ms TTL=51
Reply from 74.6.231.20: bytes=32 time=53ms TTL=51
Reply from 74.6.231.20: bytes=32 time=54ms TTL=51
Ping statistics for 74.6.231.20:
Packets: Sent = 4, Received = 4, Lost = 0 (0% Loss),
Approximate round trip times in milli-seconds:
Minimum = 53ms, Maximum = 283ms, Average = 112ms
b) What are the IP addresses for yahoo?
c) Explain the parameters, such as TTL, Packet sent, Received, Lost, Minimum, Maximum and average.
1) Ping is a computer network utility used to test the reachability of a host (typically a computer or server) on an Internet Protocol (IP) network. It also measures the round-trip time for messages sent from the originating host to a destination computer.
2) It is widely used to diagnose network problems, check the availability of a remote host, and measure network performance.
3) It's a fundamental tool for network administrators and troubleshooting. The results of a ping command include details like the number of packets sent, received, lost, as well as statistics about the round-trip times.
Step by step
Solved in 4 steps