Page 60 - Mobile Computing
P. 60

59


               Carrier Sense Multiple Access with Collision Detection (CSMA/CD)

                     The problem with CSMA is that transmitting station continues to transmit

                       its frame even though a collision occurs.
                     The channel time is unnecessarily wasted due to this. In CSMA/CD, if a
                       station receives other transmissions when it is transmitting, then a collision
                       can be detected as soon as it occurs and the transmission time is saved.

                     As soon as a collision is detected, the transmitting stations release a jam
                       signal.
                     The  jam  signal  will  alert  the  other  stations.  The  stations  then  are  not
                       supposed  to  transmit  immediately  after  the  collision  has  occurred.
                       Otherwise, there is possibility that the same frames would collide again.

                     After some ―back off‖ delay time the stations will retry the transmission.
                       If  again  the  collision  takes  place  then  the  back  off  time  is  increased
                       progressively.





               Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)

                     In a wired network, the received signal has almost the same energy as the
                       sent  signal  because  either  the  length  of  the  cable  is  short  or  there  are
                       repeaters that amplify the energy between the sender and the receiver. This
                       means that in a collision, the detected energy almost doubles.

                     However,  in  a  wireless  network,  much  of  the  sent  energy  is  lost  in
                       transmission.  The  received  signal  has  very  little  energy.  Therefore,  a
                       collision may add only 5 to 10% additional energy. This is not useful for
                       effective  collision  detection.  We  need  to  avoid  collisions  on  wireless
                       networks because they cannot be detected.

                     Carrier sense multiple access with collision avoidance (CSMA/CA) was
                       invented  for  this  network.  Collisions  are  avoided  through  the  use  of
                       CSMAICA's three strategies: the interframe space, the contention window,
                       and acknowledgments
   55   56   57   58   59   60   61   62   63   64   65