Answer:
The answer is below
Step-by-step explanation:
Let t1 be the arrival times between a packet and its immediate predecessor and t2 be the arrival times between a packet and successor. Let L1 be the lengths of the predecessor packet and L2 the length of the packet itself. Therefore:
P(no collision between packet and predecessor or successor) = [tex]P(t_1>L_1)P(t_2>L_2)[/tex]
If P1 is the probability that there is no collision with preceding packets, hence:
P(no collision with other packets) = [tex]P_1*P(t_2>L_2)[/tex]
λ = 10 packets/s, fixed packet length = 20 ms = 0.02 s. Hence:
[tex]P(t_1>L_1)=P(t_2>L_2)=e^{-\lambda *0.02}=e^{-10*0.02}=e^{-0.2}[/tex]
P(no collision between packet and predecessor or successor) = [tex]P(t_1>L_1)P(t_2>L_2)[/tex] = [tex]e^{-0.2}*e^{-0.2}=e^{-0.4}[/tex]
P(packet collides with either its predecessor or its successor) = 1 - P(no collision between packet and predecessor or successor) = [tex]1-e^{-0.4}=0.33[/tex]
If the transmission times change, the answer would also change.