Purchase Solution

Quantitative Comparison of Packet Switching & Circuit Switching

Not what you're looking for?

Ask Custom Question

Consider the two scenarios below:

A circuit-switching scenario in which Ncs users, each requiring a bandwidth of 20 Mbps, must share a link of capacity 100 Mbps.

A packet-switching scenario with Nps users sharing a 100 Mbps link, where each user again requires 20 Mbps when transmitting, but only needs to transmit 20 percent of the time.

Answer the following questions:
a. When circuit switching is used, what is the maximum number of circuit-switched users that can be supported? Explain your answer.

For the remainder of this problem, suppose packet switching is used. Suppose there are 9 packet-switching users (i.e., Nps = 9).

b. Can this many users be supported under circuit-switching? Explain.

c. What is the probability that a given (specific) user is transmitting, and the remaining users are not transmitting?

d. What is the probability that one user (any one among the 9 users) is transmitting, and the remaining users are not transmitting? When one user is transmitting, what fraction of the link capacity will be used by this user?

e. What is the probability that any 5 users (of the total 9 users) are transmitting and the remaining users are not transmitting? (Hint: you will need to use the binomial distribution [1, 2]).

f. What is the probability that more than 5 users are transmitting? Comment on what this implies about the number of users supportable under circuit switching and packet switching.

Purchase this Solution

Solution Summary

The solution gives detailed steps on finding the maximum number of circuit-switched users that can be supported, computing the probability that given user is transmitting and the remaining users are not transmitting and and then commenting on the number of users supportable under packet switching.

Solution Preview

a. When circuit switching is used, what is the maximum number of circuit-switched users that can be supported? Explain your answer.
When circuit switching is used, the maximum number of circuit-switched users that can be supported is 100/20=5. The reason is that each user will be allocated 20 Mbps bandwidth but only 100 Mbps of line capacity can be allocated.
For the remainder of this problem, suppose packet switching is used. Suppose there are 9 packet-switching users (i.e., Nps = 9).
b. Can this many users be supported under circuit-switching? Explain.
No, 9 users can not be supported under circuit-switching. The reason is that each user will be allocated 20 Mbps which will result ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.