- In Selective Repeat ARQ if sequence number is range is 0-7 than size of sending window is
- A. 7
- B. 8
- C. 4
- D. 1
- E. None of the above
Ans-C. 4
2. In Selective Repeat ARQ if sequence number size is 5 bit than size of sender window is
- A.32
- B. 16
- C. 8
- D. 31
- E. None of the above
Ans-B. 16
3. In Selective Repeat ARQ if sequence number size is k bit than size of sender window is…
- A. 2 k-1
- B. 2 k -1
- C. 2 k
- D. 2 k +1
- E. None of the above
Ans-A. 2 k-1
4. In Selective Repeat ARQ if 256 bit size packet is to be send on a link with 8 Kbps bandwidth. if one way propagation delay is 10msec and sender window size(ws) is 10 than find efficiency and data rate of this link.
- A. 8 and 64 Kbps
- B. 8 and 128 Kbps
- C. 16 and 256 Kbps
- D. 24 and 32 Kbps
- E. None of the above
Ans-A. 8 and 64 Kbps
Solution:-In Selective Repeat ARQ Efficiency = ws* Useful Time/Total Time
Sender window size = ws
Useful Time= Transmission time
Total Time = Transmission time + Propagation time
Transmission time TT=256/8*103=> 32 msec
Efficiency = ws*TT/TT+Tp =>10*32/40=> 8
Throughput = Length of Frame * ws /Total Time(Round Trip Time)
Total Time = Transmission time + Propagation time or Total time = Round trip time(RTT)
Throughput = Length of Frame * ws / TT+2Tp
now first we calculate Transmission time which is length of frame/link bandwidth
TT=L/Bw
TT=256/8*103=> 32 msec
Now put the value of transmission time into Throughput formula
Throughput = Length of Frame * ws / TT+2Tp
Throughput = 10*256*103/32+8 =>64 Kbps
5. In Selective Repeat ARQ if sequence number size is 4 bit than size of receiver window is…
- A. 2 4-1
- B. 2 4-1
- C. 2 4
- D. 2 4 +1
- E. None of the above
Ans-A. 2 4-1
6. In Selective Repeat ARQ if sequence number size is 3 bit than size of sender window is…
- A. 2 3-1
- B. 2 3-1
- C. 2 3
- D. 2 3+1
- E. None of the above
Ans-A. 2 3-1
7. In Selective Repeat ARQ if sender send a packet with sequence number 5 than acknowledgement number will be…
- A. 6
- B. 4
- C. 5
- D. 7
- E. None of the above
Ans-C. 5
8. In Selective Repeat ARQ if sender window size is 6 than range of sequence number is…
- A. 0-6
- B. 0-11
- C. 0-10
- D. 0-5
- E. None of the above
Ans-B. 0-11
9. In Selective Repeat ARQ if sequence number is range is 0-7 than size of receiver window is
- A. 7
- B. 8
- C. 4
- D. 1
- E. None of the above
Ans-C. 4
10. In Selective Repeat ARQ if receiver window size is 4 than range of sequence number is…
- A. range is 0-8
- B. range is 0-7
- C. range is 0-6
- D. range is 0-9
- E. None of the above
Ans-B. range is 0-7
11. In Selective Repeat ARQ if receiver window size is 4 than minimum sequence number is…
- A. 8
- B. 6
- C. 7
- D. 10
- E. None of the above
Ans-A. 8
12. In Selective Repeat ARQ if maximum sender window size is 10 to achieve maximum link utilization. Instead of Selective Repeat ARQ if we are using Stop and Wait ARQ than efficiency is(in Percent)…
- A. 20
- B. 5
- C. 10
- D. 100
- E. None of the above
Ans-C. 10
Solution:- Efficiency(Selective Repeat ARQ)= Ws * Efficiency(Stop and Wait ARQ)
As per given question Maximum link utilization means Efficiency(Selective Repeat ARQ)=1
Sender window size Ws=10
Put the value in formula Efficiency(Selective Repeat ARQ)= Ws * Efficiency(Stop and Wait ARQ)
Efficiency(Selective Repeat ARQ)= 10 * Efficiency(Stop and Wait ARQ)
1= 10 * Efficiency(Stop and Wait ARQ)
Efficiency(Stop and Wait ARQ)=1/10=.1
Efficiency(Stop and Wait ARQ)=1*100=>10
12. In Selective Repeat ARQ the acknowledgement is…
- A. Commutative
- B. Independent
- C. Repetitive
- D. Same
- E. None of the above
Ans-B. Independent