Tt = 1ms, Tp = 1ms
Source~~Router1~~Router2~~Destination
Let’s think in terms of the last packet.
When the last packet reaches destination then all packets will reach and we will get the final answer. So we will count for last packet only. Now, the last packet will be transmitted on the first link L1 only when all previous packets have been transmitted.
So,
Time required = transmission time of 999 pkts from S + transmission time of last pkt From S + propagation from S to R + transmission time of last pkt From R1 + propagation from R1 to R2 + transmission time of last pkt From R2 + propagation from R2 to D
= (999*1) + 1 + 1 + 1 + 1 + 1 +1
= 1005 ms