edited by
965 views
4 votes
4 votes

Here i'm not able to get after how much time X and Y will face first collision

edited by

2 Answers

2 votes
2 votes
so initially frame will require tf and tp

after collision x will wait for 8 micro sec

and now after 8 micro sec again tp will required

so T= tf+tp+8 mps+tp= 10+4+8+4=26 micro second
0 votes
0 votes
according to data given in the question

Tt = size/B.W

=150/150x10^6 = 10 micro sec

Tp= distance/speed

=800/2x10^6= 4 micro sec

now time taken by X to transfer data from X to Y will be

1. Tt and Tp to load and send data (loading time Tt and sending time Tp) at time t=0 collision  also got detected

2. It will wait 1 round trip time i.e 2Tp for retransmission of frame.

3. Now X=1 and X is ready to send the data it will only require Tp time to do so because data has already been loaded i.e time Tt is not required

now adding all we get

Tt + Tp + 2Tp +Tp = 10+4+8+4

Ans is 26 micro sec

Related questions

0 votes
0 votes
0 answers
2
_jerry asked Feb 1, 2018
691 views
The minimum frame length (in bytes) of the cable of length 240 meter for transmitting data at a rate of 500 Kbps in IEEE 802.3 LAN is __________. (Assume the signal speed...
1 votes
1 votes
0 answers
4
Gupta731 asked Nov 28, 2018
490 views
As per the explanation here https://gateoverflow.in/1983/gate2014-2-25#7752 the answer should be 21. But 17 is provided as answer.