Ask Question
15 February, 14:43

A packet switch receives a packet and determines the outbound link to which the packet should be forwarded. when the packet arrives, one other packet is halfway done being transmitted on this outbound link and four other packets are waiting to be transmitted. packets are transmitted in order of arrival. suppose all packets are 1,500 bytes and the link rate is 2 mbps. what is the queuing delay for the packet? more generally, what is the queuing delay when all packets have length l, the transmission rate is r, x bits of the currently-being-transmitted packet have been transmitted, and n packets are already in the queue?

+2
Answers (1)
  1. 15 February, 14:56
    0
    Queuing delay = La/R

    R: link bandwidth (bps)

    L: packet length (bits)

    a: average packet arrival rate

    The queuing delay for packet 1 = 0

    The queuing delay for packet 2 = L/R

    The queuing delay for packet 3 = 2L/R

    The queuing delay for packet 4 = (3) L/R

    The queuing delay for packet N = (N-1) L/R

    Average queuing delay for packet N

    = 1/N [0 + L/R + 2L/R + ... + (N-1) L/R]

    =L/NR[1 + 2 + ... + (N-1) ]

    = (L/NR) (N-1) N/2 = (N-1) L/2R

    so as per que queuing delay is

    (4-1) (1500*8) bits/2 * (2 * 1024 * 8) bits/sec = 4500 / 4096 = 1.098
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A packet switch receives a packet and determines the outbound link to which the packet should be forwarded. when the packet arrives, one ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers