in Computer Networks retagged by
13,884 views
25 votes
25 votes
Consider a network using the pure $\text{ALOHA}$ medium access control protocol, where each frame is of length $1,000$ bits. The channel transmission rate is $1$ Mbps ($=10^6$ bits per second). The aggregate number of transmissions across all the nodes (including new frame transmissions and retransmitted frames due to collisions) is modelled as a Poisson process with a rate of $1,000$ frames per second. Throughput is defined as the average number of frames successfully transmitted per second. The throughput of the network (rounded to the nearest integer) is ______________
in Computer Networks retagged by
by
13.9k views

3 Comments

But here they didn’t mention the unit so how will we get to know of required in bits/s or Kb/s or Mb/s   ?
0
0

Throughput is defined as the average number of frames successfully transmitted per second.

0
0
1
1

2 Answers

37 votes
37 votes
Best answer

Frame Transmission Time $:T_{fr}= L/B = 1000/10^{6} =1\text{ms}$

System generates $1000$ frames in $1$ second.

Now, $G$ is defined as average no of frames generated by the system in one frame transmission time.

  • $1$ second $\to 1000$ frames
  • $\therefore 1 \text{ms} \to 1$ frame

Therefore,  $G= 1$

Average number of successful transmissions, $S=G*e^{-2G}$ = $1*e^{-2}=0.13534$

Throughput is defined in question as the average number of frames successfully transmitted per second.

$\therefore$  Throughput $=0.13534*1000= 135.34 \approx 135.$

selected by

4 Comments

oh-kay, Thankyou @Abhishek Rauthan

1
1
From where the 1000 come in the throughput formula? I am unable to understand that.

Throughput=0.13534*1000= 135.34
2
2

u got throughput=0.1354 pkts per ms

Throughput is defined as the average number of frames successfully transmitted per second


so u need to multiply with 1000 to get in terms of pkts per sec

0
0
5 votes
5 votes
$L/B$ $→$ $1$ $ms$

$g*$ $e^{-2*g}$

$\text{pure aloha formula, if we put g=1, for one frame, we get 0.13533 }$
$\text{for 1000 frames, we get 135.33}$

$\text{Nearest integer 135}$
edited by

4 Comments

What if we do like :

Efficiency in pure aloha = 18%.

Since Throughput = Efficiency*Bandwith

                                = 0.18 * 1 Mbps

Throughput in terms of frames = (0.18 * 10^6)/1000

                                                        =180
2
2
efficiency in pure aloha is 18.4% when you have g as 0.5

that is the maxima

but did the question ask about maxima?
8
8
Thanks. Got the mistake.
2
2
thanks ...i did the same mistake...now i got my doubt clear
2
2
Answer:

Related questions