Question: Problem 3 In the TCP protocol, a packet sent on a network is re-sent in case it goes lost (dropped). If the re-submission is also

Problem 3 In the TCP protocol, a packet sent on a network is re-sent in case it goes lost (dropped). If the re-submission is also lost, a new re-submission is performed and so on. The sender however can specify a maximum retry count R, after which re-submission is not attempted anymore and the connection is interrupted. The considered network is rather experimental, and as such the probability that a packet is lost is p 0.8. Answer the following: a) Assuming R-+oo, how many transmissions (including re-transmissions and the original packet) on average need to be performed before a packet is successfully sent? b) If we have that R 10, what is the probability that attempting to send 10 different packets (each has to reach destination and may required re-submission) will result in your connection being interrupted? The same network is used by an application using UDP instead of TCP. In UDP, no re-transmission is attempted for lost packets. Answer the following: c) What is the probability that 35 or more consecutive packets are dropped? d) What is the probability that when seuding 50 packnts, only one of then is rececived at destinaticon? e) What is the probability that when sending 50 packets, 3 or more will be correctly sent? f) What is the average number of packets that will be correctly delivered before a drop occurs? g) What is the average number of packets that will be correctly delivered out of a batch of 150 packets? Problem 3 In the TCP protocol, a packet sent on a network is re-sent in case it goes lost (dropped). If the re-submission is also lost, a new re-submission is performed and so on. The sender however can specify a maximum retry count R, after which re-submission is not attempted anymore and the connection is interrupted. The considered network is rather experimental, and as such the probability that a packet is lost is p 0.8. Answer the following: a) Assuming R-+oo, how many transmissions (including re-transmissions and the original packet) on average need to be performed before a packet is successfully sent? b) If we have that R 10, what is the probability that attempting to send 10 different packets (each has to reach destination and may required re-submission) will result in your connection being interrupted? The same network is used by an application using UDP instead of TCP. In UDP, no re-transmission is attempted for lost packets. Answer the following: c) What is the probability that 35 or more consecutive packets are dropped? d) What is the probability that when seuding 50 packnts, only one of then is rececived at destinaticon? e) What is the probability that when sending 50 packets, 3 or more will be correctly sent? f) What is the average number of packets that will be correctly delivered before a drop occurs? g) What is the average number of packets that will be correctly delivered out of a batch of 150 packets
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
