In random access communication protocols a population of users is contending for the use of a common channel to transmit their packets, without the control and supervision of a master station. In the sequel we assume that time is divided into timeslots. The communication channel can handle at most two packets in a timeslot. Because all users transmit packets when they themselves find appropriate, it will be possible of course that multiple users transmit a packet during the same time. If one or two users transmit a packet over the channel in a certain timeslot, then these transmissions are successfull. If three users transmit a packet over the channel in the timeslot, a small collision occurs and only one of the three packets is transmitted successfully. If four or more users transmit a packet in the timeslot, then a big collision occurs and all the packets transmitted in the timeslot are lost. 1 Let the probability mass function of the number of users, K, that transmit a packet over the communication channel in a certain timeslot be given by
PK(k) =
0.1, for k = 0,
0.1, for k = 1,
0.3, for k = 2,
0.3, for k = 3,
0.1, for k = 4,
0.04, for k = 5,
0.03 for k = 6,
0.02, for k = 7,
0.01, for k = 8,
0, otherwise.
Compute the expectation and the variance of K.
Calculate the expectation and the variance of L, the number of successfully transmitted packets in a timeslot.
What is the probability that in a period of 10 successive timeslots there will be 3 big collisions and 2 small collisions?