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 11 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 11 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 4 users (of the total 11 users) are transmitting and the remaining users are not transmitting?

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




Solution


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

2. No. Under circuit switching, the 11 users would each need to be allocated 25 Mbps, for an aggregate of 275 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.3. 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.0085.

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.093.

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

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

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



That's incorrect

That's correct

The answer was: 6

Question 1 of 7

The answer was: No

Question 2 of 7

The answer was: 0.0085

Question 3 of 7

The answer was: 0.093

Question 4 of 7

The answer was: 0.17

Question 5 of 7

The answer was: 0.22

Question 6 of 7

The answer was: 0.022

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