218 views
0 votes
0 votes

In CSMA CD:
 

1) Before starting transmission of frame station sense COMPLETE carrier or only its connection point ? 
     

     example :  if D is transmitting frame to E WIll A sense carrier as idle or busy
 

2) Lets take At time t = 5  Station A wants to send frame to B and Station D wants to send frame to E .

     WIll it be possible    simultaneously ?

      Does detecting channel idle by two stations ALWAYS imply collision will happen ?
 


     
 

1 Answer

0 votes
0 votes
1) When some node is transmitting it will send a high impedance signal in the whole network result in A sensing the carrier as busy.

2) Yup, it will create a collision. To get it resolved we use the method known as exponentially back off algorithm.

Waiting time = (0 to 2^k - 1) * propagation time (where k is the no. of time the collision had happened till that moment)

Related questions

0 votes
0 votes
0 answers
1
Nisha Bharti asked Sep 11, 2022
257 views
To finding maximum efficiency of ALOHA protocol or CSMA/CD protocol, why double differentiation is used?
0 votes
0 votes
1 answer
3
Nisha Bharti asked Sep 11, 2022
395 views
In CSMA/CD method why the propagation delay is $2T_p$?