"Ross Evans" <(E-Mail Removed)> wrote in message
news:10Rzb.87139$(E-Mail Removed).. .
>
> "John_2001" <(E-Mail Removed)> wrote in message
> news:bqojp4$lpg$(E-Mail Removed)...
> > After searching over dozen of sites, I've found followind average data
> rates
> > for 802.11x:
> > 802.11a (54 Mbps) - 27,3 Mbps
> > 802.11b (11 Mbps) - 5,6 Mbps
> > 802.11g (54 Mbps) with RTS/CTS protection - 8,8 Mbps
> > 802.11g (54 Mbps) without any protection - 27,3 Mbps
> >
> > Could this be true?
> >
>
> If anything, they are on the high side. These numbers mostly just reflect
> the fact that because 802.11 is half-duplex (can't transmit and receive at
> the same time) the raw data rate is cut in half.
802.11 protocols are half-duplex, but that has nothing to do with these data
rates. Max throughput is measured by a one-way data transfer from a wireless
client to or from a server directly connected to an Ethernet port on the
router. See
http://www.atheros.com/pt/atheros_be...whitepaper.pdf. The
gap between max theoretical bandwidth and actual bandwidth is due entirely
to 802.11 protocol overhead and TCP/IP protocol overhead. According to
http://www.atheros.com/pt/atheros_range_whitepaper.pdf
the maximum throughput for 802.11g using UDP/IP traffic with 1500 byte
payloads and WEP enabled is 30.5 mbps, and for 802.11 b it's 7.1 mbps. These
are more than half the theoretical max throughputs. The numbers are from an
analytical probability model, and real measured numbers are always less, but
they make the point.
If you transmit data between wifi clients in an infrastructure network,
where all data is bridged through the AP, then the throughput is cut in half
as you say. Each frame must be completely received and then retransmitted.
So, a real throughput of 22 mpbs would become 11 mbps. This would be true
even if the AP had two antennas. For discussion's sake, say that you have an
AP that bridges between an 802.11g and an 802.11a network. It can
simultaneously receive on one network, and transmit on the other, so it is
not necessarily a half-duplex arrangement. Even so, a bridge is not allowed
to retransmit an errored frame. So, it is obliged to completely receive
every frame before retransmit, and discard any frame in error. This
restriction would remain even if 802.11 were redesigned to be full duplex -
the AP would not be allowed to retransmit a frame in error. In an ad-hoc
network, stations communicate directly. One-way transfers between stations
can exceed half the theoretical max.
>
> If you are concerned about actual data throughput, you have to knock off
> even more for packet overhead, etc. So, for example, the effective
> throughput of 802.11b is only about 4 Mbps and change.
>
>
> > And does anyone knows what is max. distance between 2 stations or APs
for
> > that standards, without using any amplifiers or external antennas??
> >
>
> There are far too many variables for a simple anwer to that question. You
> have to make assumptions about Tx output, Tx antenna gain, Rx antenna
gain,
> Rx sensitivity, and the desired modulation/speeed. Then factor in the
> environment: open-air, indoor construction, height above ground, etc.
>
> Some links have been made at tens of miles; some links fail at ten yards.
>
>