라운드트립 타임

(RTT에서 넘어옴)

1 개요[ | ]

round-trip delay time; RTD, round-trip time (RTT)
라운드트립 딜레이 타임, 라운드트립 타임, 왕복 시간
  • 메시지를 원격지에 보내고 그것이 돌아오기까지의 경과 시간

2 예시: ping[ | ]

[root@zetawiki ~]# ping google.com -c 3
PING google.com (59.18.44.44) 56(84) bytes of data.
64 bytes from cache.google.com (59.18.44.44): icmp_seq=1 ttl=128 time=40.3 ms
64 bytes from cache.google.com (59.18.44.44): icmp_seq=2 ttl=128 time=37.4 ms
64 bytes from cache.google.com (59.18.44.44): icmp_seq=3 ttl=128 time=41.9 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2044ms
rtt min/avg/max/mdev = 37.418/39.925/41.968/1.893 ms
C:\Users\jmnote>ping google.com

Ping google.com [59.18.44.119] 32바이트 데이터 사용:
59.18.44.119의 응답: 바이트=32 시간=31ms TTL=58
59.18.44.119의 응답: 바이트=32 시간=40ms TTL=58
59.18.44.119의 응답: 바이트=32 시간=44ms TTL=58
59.18.44.119의 응답: 바이트=32 시간=39ms TTL=58

59.18.44.119에 대한 Ping 통계:
    패킷: 보냄 = 4, 받음 = 4, 손실 = 0 (0% 손실),
왕복 시간(밀리초):
    최소 = 31ms, 최대 = 44ms, 평균 = 38ms

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}