Hi
I am working on csma/Ca and want to see RTS/CTS packet movment, also somthing 
regarding collision.
how can i do this? should i intercept trace file or i have to somthing 
different.

for Csma/CA , i set different parameters of MAC802_11 like
 
Mac/802_11 set RTSThreshold_    300 ; # enable RTS/CTS, as packet size is 512 
and threshold value is 300
 Mac/802_11 set bandwidth_    11Mb ;# change the bandwidth   
 
 Mac/802_11 set SlotTime_          0.000020 
 Mac/802_11 set SIFS_              0.000010 ;# PIFS = SIFS + slot time, DIFS = 
SIFS + 2*slot time
 Mac/802_11 set CWMax_             1023     ;# it's going to be the same for 
all station
 Mac/802_11 set CWmin_             31     ;# it's going to be the same for all 
station
 Mac/802_11 set PreambleLength_  144
 Mac/802_11 set PLCPHeaderLength_ 48
 Mac/802_11 set PLCPDataRate 1.0e6 
 Mac/802_11 set dataRate_ 2M
 
 Mac/802_11 set ShortRetryLimit_ 7
 Mac/802_11 set LongRetryLimit_ 4
 Mac/802_11 set MinimumBandwidth_ 6mb
  
***************************************'
is it sufficient for csma/ca protocol or i have to give more commands, for this 
purpose?

waiting for kind response.

bye

                
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail.

Reply via email to