546 views
1 votes
1 votes

The data from Network layer is divided into 10 frames at data link layer. Assume each frame has 70% probability to reach safely(without corrupted) and no retransmissions are there for corrupted packets. How many times the data can be sent on average to send the entire message through?

  1.   35
  2.   14.28
  3.   32.3

1 Answer

0 votes
0 votes

lep p= probability of getting unsuccessful transmission and "n" packets being sent

1) for n packets , number of retransmission = n*p

2) for retransmitted n*p packets , again we have to retransmit (np)*p packets

and recursion will continue

therefore total number of retransmitted packet =  np+np2 +np3 +....................= np/(1=p)

in our case p= 1-0.7 =0.3 , n= 10 , therefore retransmitted packets = 10*0.3/0,7= 4.28

therefore total transmitted packets = 10+4.28 =14.28

Related questions

1 votes
1 votes
2 answers
2
sh!va asked Aug 11, 2016
650 views
A message is sent from A to B.How many times the message passes network and data link layer?
1 votes
1 votes
1 answer
4
Pradyumna Paralikar asked Apr 16, 2015
1,872 views
There are 200 computers in a lab which are attached to an ethernet 10 Mbps with a coaxial cable of 1500m .The packets are 800 bits long. The propagation speed is 2*10^8 m...