|
> ping -c 10 www.google.co.jpこの結果は、www.google.co.jpはDNSのCNAMEレコードからwww.l.google.comへ誘導されており、その端末の名前解決の結果が66.102.7.104であることをまず示している。
PING www.l.google.com (66.102.7.104): 56 data bytes
64 bytes from 66.102.7.104: icmp_seq=0 ttl=242 time=103.180 ms
64 bytes from 66.102.7.104: icmp_seq=1 ttl=242 time=103.272 ms
64 bytes from 66.102.7.104: icmp_seq=2 ttl=242 time=103.619 ms
64 bytes from 66.102.7.104: icmp_seq=3 ttl=242 time=103.171 ms
64 bytes from 66.102.7.104: icmp_seq=4 ttl=242 time=103.049 ms
64 bytes from 66.102.7.104: icmp_seq=5 ttl=242 time=103.023 ms
64 bytes from 66.102.7.104: icmp_seq=6 ttl=242 time=112.678 ms
64 bytes from 66.102.7.104: icmp_seq=7 ttl=242 time=103.049 ms
64 bytes from 66.102.7.104: icmp_seq=8 ttl=242 time=103.111 ms
64 bytes from 66.102.7.104: icmp_seq=9 ttl=242 time=103.144 ms
--- www.l.google.com ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/stddev = 103.023/104.130/112.678/2.854 ms
>
C:\>ping www.google.co.jpこの結果は、www.google.co.jpはDNSのCNAMEレコードからwww.l.google.comへ誘導されており、その端末の名前解決の結果が66.102.7.104であることをまず示している。
Pinging www.l.google.com [66.102.7.104] with 32 bytes of data:
Reply from 66.102.7.104: bytes=32 time=110ms TTL=240
Reply from 66.102.7.104: bytes=32 time=111ms TTL=240
Reply from 66.102.7.104: bytes=32 time=112ms TTL=240
Reply from 66.102.7.104: bytes=32 time=111ms TTL=240
Ping statistics for 66.102.7.104:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 110ms, Maximum = 112ms, Average = 111ms
C:\>