In aus.computers Yousuf Khan <(E-Mail Removed)> wrote:
> eug k <(E-Mail Removed)> wrote:
>> that is how a normal FDM-based [normally] passive repeater works.
>> Receive the
>> RF signal, amplify it, and retransmit it at full power... no
>> processing done.
>>
>> wifi repeaters are active and TDM-based, which means that half the
>> time
>> it's receiving and half the time it's transmitting on the same freq
>> ranges
>> because there's only one transceiver. it stores the data after
>> receiving,
>> and forwards it in the next frame. So the net result is, your speed is
>> halved.
>>
>> (fdm = frequency division multiplexing, tdm = time division
>> multiplexing)
>
> But the halving of receive and transmit would occur whether or not you had a
> repeater or not. That is to say if you had just a single base station, it
> would spend half of its time receiving data and the other half transmitting
> it. The halving of the bandwidth has already occurred at the first hop. Just
> adding additional access points is simply going to add latency to the
> signal, but it won't reduce bandwidth.
That would be true if all the additional access points did were to receive
the RF signal, amplify it, and retransmit it. But that is not what happens.
As you've said, wifi is half-duplex. The second access point receives a frame
from the first, stores it, switches to transmit, reads it, then transmits it.
The halving occurs on every hop. The net result is half the bandwidth
and increased latency at each hop.
This is well-documented and widely known, e.g. in the cisco link i posted earlier
in this thread.
one way to get around it is to use two APs back-to-back. But that would double
the costs.
--