3,029 views
2 votes
2 votes
The CPU in a router can process 2 million packets/sec. The load offered to it is 1.5
million packets/sec. If a route from source to destination contains 10 routers, how
much time is spent being queued and serviced by the CPUs?

2 Answers

0 votes
0 votes

Here μ is 2 million and λ is 1.5 million,

                    so ρ=λ/μ is 0.75,

and from queueing theory, each packet experiences a delay four times what it would in an idle system.

The time in an idle system is 500 nsec, here it is 2 μsec.

With 10 routers along a path, the queueing plus service time 20 μsec. 

 

#Solutioninthemanual

Related questions

0 votes
0 votes
1 answer
2
3 votes
3 votes
1 answer
4
atul_21 asked Oct 9, 2017
3,595 views
A router is blasting out IP packets whose total length (data plus header) is 1024 bytes.Assuming that packets live for 10 sec, what is the maximum line speed the router c...