View Full Version : 802.11g repeater repeating a repeater
eug k
06-12-2004, 04:42 PM
hi!
Can a Linksys 802.11G AP in repeater mode repeat a
repeated signal?
i.e.
[AP] <---> [repeater] <---> [repeater] <---> [client]
i'd assume the speed would be halved once again if
it's possible...
thanks!
--
Gregory Toomey
06-12-2004, 06:24 PM
eug k wrote:
hi! Can a Linksys 802.11G AP in repeater mode repeat a repeated signal? i.e. [AP] <---> [repeater] <---> [repeater] <---> [client]
Yes, it works. It the principle behind all the community wireless networks
that are springing up.
i'd assume the speed would be halved once again if it's possible...
Speed is about the same but latency will be longer.
gtoomey
www.ausinvestor.com Australian Investor Forum
Uncle Bully
06-12-2004, 08:11 PM
"eug k" <wired_au@change-this-to-ho.tmail.com> wrote in message
news:cag7u2$37l$1@bunyip.cc.uq.edu.au... hi! Can a Linksys 802.11G AP in repeater mode repeat a repeated signal? i.e. [AP] <---> [repeater] <---> [repeater] <---> [client] i'd assume the speed would be halved once again if it's possible...
If it halved then it wouldn't be a repeater would it. The whole purpose of
a repeater is to pick up a weak signal and repeat it at full power.
eug k
06-12-2004, 09:32 PM
In comp.sys.ibm.pc.hardware.networking Uncle Bully <wakeupcall@optushome.com.au.remove> wrote: "eug k" <wired_au@change-this-to-ho.tmail.com> wrote in message news:cag7u2$37l$1@bunyip.cc.uq.edu.au... hi! Can a Linksys 802.11G AP in repeater mode repeat a repeated signal? i.e. [AP] <---> [repeater] <---> [repeater] <---> [client] i'd assume the speed would be halved once again if it's possible... If it halved then it wouldn't be a repeater would it. The whole purpose of a repeater is to pick up a weak signal and repeat it at full power.
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)
--
eug k
06-12-2004, 09:44 PM
In comp.sys.ibm.pc.hardware.networking Gregory Toomey <nospam@bigpond.com> wrote: eug k wrote: hi! Can a Linksys 802.11G AP in repeater mode repeat a repeated signal? i.e. [AP] <---> [repeater] <---> [repeater] <---> [client] Yes, it works. It the principle behind all the community wireless networks that are springing up.
excellent, thanks!
i'd assume the speed would be halved once again if it's possible... Speed is about the same but latency will be longer.
hm, are you sure? how would it get around the inherent speed-halving
of the store-and-forward method?
--
Gregory Toomey
06-12-2004, 10:30 PM
eug k wrote:
hm, are you sure? how would it get around the inherent speed-halving of the store-and-forward method?
TCP/IP is a sliding window protocol. You keep on sending packets af full
speed, and the receiver sends ACK (acknowledgemets) back. There can be
quite a delay betweend sending a packet and sending the acknowledgment, and
many packets in the "pipeline".
See
http://www.efd.lth.se/~d92pa/SUB/Linkhandler/node57.html
gtoomey
www.ausinvestor.com Australian Investor Forum
eug k
06-12-2004, 11:40 PM
In comp.sys.ibm.pc.hardware.networking Gregory Toomey <nospam@bigpond.com> wrote: eug k wrote: hm, are you sure? how would it get around the inherent speed-halving of the store-and-forward method? TCP/IP is a sliding window protocol. You keep on sending packets af full speed, and the receiver sends ACK (acknowledgemets) back. There can be quite a delay betweend sending a packet and sending the acknowledgment, and many packets in the "pipeline".
yes, but APs only have one radio, so they can only transmit on
one channel at once. So in repeater mode, it receives it, stores
it, and retransmits it
Just found a site that explains it well:
http://www.cisco.com/univercd/cc/td/doc/product/wireless/airo_350/350brdgs/brscg/br350ch1.htm
(or)
http://tinyurl.com/35e9s
check figure 1-4, Repeater Bridge.
What I wanted was confirmation that it works with the linksys
in particular. Looks like it probably will! :)
Hooking up two APs back to back will solve the bandwidth
issue, but that'll double the costs.
thanks
--
Yousuf Khan
06-16-2004, 09:22 AM
eug k <wired_au@change-this-to-ho.tmail.com> 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.
Yousuf Khan
eug k
06-17-2004, 08:45 AM
In aus.computers Yousuf Khan <bbbl67@ezrs.com> wrote: eug k <wired_au@change-this-to-ho.tmail.com> 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. :)
--
MyLounge.com Site Map
Forum:
Cars,
Cell Phone,
Database,
Games,
Home Improvement,
IT,
Music,
School,
Sports,
Web Design,
Web Server,
Weight Loss
The MyLounge.com forum is intended for informational use only and should not
be relied upon and is not a substitute for any advice. The information contained
on MyLounge.com are opinions and suggestions of members and is not a representation
of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for
the accuracy, completeness or usefulness of any postings or the qualifications
of any person responding. Please consult a expert or seek the services of an
attorney in your area for more accuracy on your specific situation. Please note
that our forums also serve as mirrors to Usenet newsgroups. Many posts you see
on our forums are made by newsgroup users who may not be members of MyLounge.com
Term of Service
vBulletin v3.0.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.