|
|
|
(The RTS and CTS frames are short frames --- like an ACK frame)
|
(There are other side effect that will be explained soon)
Graphically:
DIFS |
Note:
|
Explanation:
|
SIFS !!! (High priority, like an ACK frame) |
Note:
|
|
Explanation:
|
|
|
|
|
How to set the values of t1 in RTS and t2 in CTS:
t1 = (SIFS + CTS) + (SIFS + DATA) + (SIFS + ACK) // Sender knows DATA length !!! t2 = t1 - (SIFS + CTS) // Receiver uses t1 to compute t2 |