전공공부/컴퓨터네트웍개론
[컴퓨터네트웍] packet delay, traceroute program, throughput
prefer_all
2021. 10. 23. 12:53
https://prefer-all.tistory.com/29
Packet Delay : packet이 router buffer에서 대기(queue) 중이기 때문에 발생
- Real internet delays and routes
traceroute program: provides delay measurement from src to router along end-end Internet path toward dest
인터넷을 통해 거친 경로를 표시하고 그 구간의 정보를 기록하고, 인터넷 프로토콜 네트워크를 통해 패킷의 전송 지연을 측정하기 위한 컴퓨터 네트워크 진단 유틸리티임. 즉, 패킷이 목적지까지 가는 경로를 알아오는 명령어
Throughput : sender과 receiver 사이 bits가 전송되는 속도(bits/time unit)
(1) instantaneous(즉각적인) throughput: given point주어진 시점에서의 rate속도
(2) average throughput: 장기간의 평균 속도
*link capacity와 비례함 (link capacity는 아님. Link capacity는 hardware specification에 의해 결정됨)
Ex) 10Mbps이고 10명이 사용중이면 throughput = 1 Mbps
*delay와 다름. Delay는 계속 add하지만 throughput은 제일 작은 애의 throughput을 재면 됨.