Interactive end-of-chapter exercises


Quantitative Comparison of Packet Switching and Circuit Switching

This question requires a little bit of background in probability (but we'll try to help you though it in the solutions). Consider the two scenarios below:




Round your answer to two decimals after leading zeros



Question List


1. When circuit switching is used, what is the maximum number of users that can be supported?

2. Suppose packet switching is used. If there are 13 packet-switching users, can this many users be supported under circuit-switching? Yes or No.

3. Suppose packet switching is used. What is the probability that a given (specific) user is transmitting, and the remaining users are not transmitting?

4. Suppose packet switching is used. What is the probability that one user (any one among the 13 users) is transmitting, and the remaining users are not transmitting?

5. When one user is transmitting, what fraction of the link capacity will be used by this user? Write your answer as a decimal.

6. What is the probability that any 8 users (of the total 13 users) are transmitting and the remaining users are not transmitting?

7. What is the probability that more than 7 users are transmitting?




Solution


1. When circuit switching is used, at most 7 users can be supported. This is because each circuit-switched user must be allocated its 20 Mbps bandwidth, and there is 150 Mbps of link capacity that can be allocated.

2. No. Under circuit switching, the 13 users would each need to be allocated 20 Mbps, for an aggregate of 260 Mbps - more than the 150 Mbps of link capacity available.

3. The probability that a given (specific) user is busy transmitting, which we'll denote p, is just the fraction of time it is transmitting, i.e. 0.2. The probability that one specific other user is not busy is (1-p), and so the probability that all of the other Nps-1 users are not transmitting is (1-p)Nps-1. Thus the probability that one specific user is transmitting and the remaining users are not transmitting is p*(1-p)Nps-1, which has the numerical value of 0.014.

4. The probability that exactly one (any one) of the Nps users is transmitting is Nps times the probability that a given specific user is transmitting and the remaining users are not transmitting. The answer is thus Nps * p * (1-p)Nps-1, which has the numerical value of 0.18.

5. This user will be transmitting at a rate of 20 Mbps over the 150 Mbps link, using a fraction 0.13 of the link's capacity when busy.

6. The probability that 8 specific users of the total 13 users are transmitting and the other 5 users are idle is p8(1-p)5. Thus the probability that any 4 of the 7 users are busy is choose(13, 8) * p8(1-p)5, where choose(13, 8) is the (13, 8) coefficient of the binomial distribution). The numerical value of this probability is 0.0011.

7. The probability that more than 7 users of the total 13 users are transmitting is Σ i=8,13 choose(13, i) * pi(1-p)13 - i. The numerical value of this probability is 0.0012. Note that 7 is the maximum number of users that can be supported using circuit switching. With packet switching, nearly twice as many users (13) are supported with a small probability that more than 7 of these packet-switching users are busy at the same time.



That's incorrect

That's correct

The answer was: 7

Question 1 of 7

The answer was: No

Question 2 of 7

The answer was: 0.014

Question 3 of 7

The answer was: 0.18

Question 4 of 7

The answer was: 0.13

Question 5 of 7

The answer was: 0.0011

Question 6 of 7

The answer was: 0.0012

Question 7 of 7

Try Another Problem

We gratefully acknowledge the programming and problem design work of John Broderick (UMass '21), which has really helped to substantially improve this site.

Copyright © 2010-2022 J.F. Kurose, K.W. Ross
Comments welcome and appreciated: kurose@cs.umass.edu