retagged by
1,020 views
10 votes
10 votes

Consider a network with two links.

Node $\text{A}$ is trying to send packets to node $\text{C}.$

Let $p 1$ be the probability of failure on the first link $\text{(A-B)}$, and $p2$ be the probability of failure on the second link $\text{(B-C)}.$

Assume failures are detected by the ends (i.e., $\text{A}$ finds out that the packet did not reach $\text{C}$, and resends). On average, how many transmissions from $\text{A}$ are needed before the packet arrives at the destination $\mathrm{C}?$

 

A. $\dfrac{p_1 p_2}{\left(1-p_2\right)\left(1-p_1\right)}$

B. $\dfrac{1}{p 1+(1-p 1) p 2}$

C. $\dfrac{p_1}{1-p_1}+\dfrac{p_2}{1-p_2}$

D. $\dfrac{1}{\left(1-p_1\right)\left(1-p_2\right)}$

 

retagged by

2 Answers

11 votes
11 votes
Mean number of transmissions of packet is given by: 1/probab of packet reaching safely

P(packet reaching safely) = No error at link1 and no error at link2 = (1-p1)(1-p2)

so, transmissions will be = 1/(1-p1)(1-p2)
0 votes
0 votes
Expected packets to transmit for one packet reach to receiver correctly=

$E = (1-P1)(1-P2)(1) +((1-P1)P2+P1)(1+E) $

$E=1/(1-P1)(1-P2)$
Answer:

Related questions

826
views
1 answers
6 votes
GO Classes asked Jan 21
826 views
Consider two TCP connections $\text{A}$ and $\text{B}:$The RTT for connection $\text{A}$ is $100$ ms while the RTT for connection $\text{B}$ is $200$ ms. ... packets than connection $\text{A}$ in interval $[\text{T}, \text{T}+1]$ seconds.
953
views
1 answers
9 votes
GO Classes asked Jan 21
953 views
Consider a $\text{TCP}$ flow sending three segments, namely $1,2,$ and $3.$ Due to congestion, the $\text{TCP}$ flow experiences exactly two losses. Only segments ... $\text{5 RTTs}$\text{6 RTTs}$\text{8 RTTs}$
867
views
1 answers
2 votes
GO Classes asked Jan 21
867 views
Which of the following is/are true in context of error control?A CRC of length $\text{R}$ is calculated over a message of length $\text{M}$ bits ... of two.A larger Hamming distance is needed to detect errors than to correct errors.
592
views
0 answers
4 votes
GO Classes asked Jan 21
592 views
Host $\text{A}$ and $\text{B}$ are behind different NATs. $\text{A's}$ private IP address is $192.168.1.11,$ and $\text{B's}$ private IP is $10.1.1.12.$ The public IP of ... the packet leaving $\text{A}?$4.3.2.1$2.2.2.2$10.1.1.12$1.2.3.4$