Advertisement
Guest User

Untitled

a guest
Aug 9th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. c:\>ping www.google.com
  2.  
  3. Pinging www.google.com [74.125.21.103] with 32 bytes of data:
  4. Reply from 74.125.21.103: bytes=32 time=268ms TTL=48
  5. Request timed out.
  6. Request timed out.
  7. Request timed out.
  8.  
  9. Ping statistics for 74.125.21.103:
  10. Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
  11. Approximate round trip times in milli-seconds:
  12. Minimum = 268ms, Maximum = 268ms, Average = 268ms
  13.  
  14. c:\>ping 74.125.21.103
  15.  
  16. Pinging 74.125.21.103 with 32 bytes of data:
  17. Reply from 192.168.1.4: Destination host unreachable.
  18. Request timed out.
  19. Request timed out.
  20. Request timed out.
  21.  
  22. Ping statistics for 74.125.21.103:
  23. Packets: Sent = 4, Received = 1, Lost = 3 (75% loss),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement