[CH.01] Performance: loss, delay, throughput
왜 packet loss와 delay가 발생할까? packet들은 router buffer에서 대기(queue)하고 있다. 이 packet들은 자기 차례까지 기다리게 되는데, link 할 packet 도착률(arrival rate)이 일시적으로 output link capacity(용량)을 초과하게 되면 packet loss가 발생한다. → Buffer가 가득 찼는데 packet이 새로 들어오는 경우 4 Packet Delay packet delay에는 4가지 종류가 존재한다. 차례대로 살펴보자. 1. Nodal processing delay ( d_proc ) Router로 들어오는 packet header를 조사하고 어디로 보낼지 결정하는 데 걸리는 시간(Buffer에서 처리하는 시간) check b..