closed by
1,222 views
0 votes
0 votes
closed

A multiple access network with a large number of stations can be analyzed using the Poisson distribution. When there is a limited number of stations in a network, we need to use another approach for this analysis. In a network with N stations, we assume that each station has a frame to send during the frame transmission time (T_{fr}) with probability p. In such a network, a station is successful in sending its frame if the station has a frame to send during the vulnerable time and no other station has a frame to send during this period of time.

The probability that a station in a pure Aloha network can successfully send a frame during the vulnerable time.

A. {p(1-p)}^{2(n-1)}
B. {(1-p)}^{2(n-1)}
C. {p(1-p)}^{(n-1)}
D. {(1-p)}^{(n-1)}

closed by

Related questions

3 votes
3 votes
1 answer
1
Sandy Sharma asked Nov 19, 2018
317 views
If decimal value of is less than that of then possible values of x and y in octal number system respectively are:(A) 11, 16(B) 15, 9(C) 9, 12(D) 17, 11
1 votes
1 votes
0 answers
2
Sandy Sharma asked Nov 19, 2018
563 views
The gray code for a decimal number N is . This number N is converted into P which belongs to 84 − 2 − 1 code system. What is the Hexadecimal representation for P?(A) ...
0 votes
0 votes
1 answer
3
Sandy Sharma asked Nov 19, 2018
1,234 views
The Gray code representation of 11710 is: (A) 1111001 (B) 1001111 (C) 1110110 (D) 1110101
0 votes
0 votes
0 answers
4
Sandy Sharma asked Sep 26, 2018
576 views
The number of elements that can be sorted in Θ() time using merge sort is, where n is the size of input which can be represented as some power of 2 for some positive in...