Redirected
edited by
2,990 views
4 votes
4 votes

Nodes A and B are connected with 100 Mbps ethernet segment with 6 microsec pop.delay between them.Suppose A,B send frames at t=0 and frames get collided.after first collision A draws k=0 and bdraws k=1.if jam signal is ignored and timeout is 1 RTT then at what time A's packet gets completely delivered to B...assume packet size 1000 bits.

  1. 28 microsec
  2. 16 microsec
  3. 22 microsec
  4. 38 microsec
edited by

9 Answers

Best answer
4 votes
4 votes
at t=0 both A and B transmit and after 1RTT i.e  (TT+2PT) =10+12 =22 microsecond collision detected

A will again transmit while B wait for P.T i.e(6 microsecond) and A segment reach B after TT+PT=10+6=16

therefore after 22+16 =38 microsec A segment delivered to B
selected by
7 votes
7 votes

at t=0 both A and B transmit.

at t=3 collision occurs

at t=6 both station can detect collision hence abort transmission

at t=12 the last bit of B's transmission reaches A

at t=18 ist bit of A 's transmission reaches B

at t=28 last bit of A's transmission reaches A , hence at t=28 the frames is successfully sent to B

referring: https://gateoverflow.in/27094/cn-ques1-ethernet-and-csma-cd

1 votes
1 votes

38-microsecond total time 

First If A is starting doing the transmission of data that is taking 10 microsecond and after that collision take place so that to detect collision its take 2*pt time it means that 12 microsecond and after using the back off algorithm A is win than A will transmits the data within taking 16 microsecond (10 +6) and total time is 22(10 +12)+16= 38 microseconds 

edited by
1 votes
1 votes

T = 0 : Start Transmission

T = TT + TP/2 : Collision

T = TT + TP : Detect Collision

T = TT + TP + TP : Clear Channel

Now, A draws K = 0, B draws K = 1

T = TT + TP + TP + TT + TP : A's Packet gets completely delivered to B

 

T = 2TT + 3TP

T = 2 * 10 + 3 * 6 = 38 Units

Related questions

0 votes
0 votes
2 answers
2
komal07 asked Jan 4, 2016
1,007 views
if 50 stations are there and if each slot contain 25 microsec then what would be max waiting time for a station for safe transmissiona)200 b)300 c)250 d)400