Assume that the probability of error-free transmission of a message over a communication channel is . if a message is not transmitted correctly, a retransmission is initiated. this procedure is repeated until a correct transmission occurs. such a channel is often called a feedback channel. assume that successive transmissions are independent.a. what is the probability that no retransmissions are required? (note that the number of retransmissions is the number of transmissions minus one.)
Question
Answer:
The geometric distribution applies to experiments employing Bernoulli trials (success or failure)Β to determine the number of trials to obtain the first success.This distribution may be applied to the given situation, where the probability of success is p.
Let k=number of retransmissions required.
(a) no retransmissions, k=0
If no retransmissions are required, it means that the transmission is sucessful on first try, with probability
P(k)=P(0)=p.
Note: for k retransmissions (failures), the probability is
P(k)=(1-p)^k*p
solved
general
11 months ago
3565