Depois de algumas pesquisas, encontrei a resposta!
Conclusion: The
802.11b
is a better choice than802.11g
when the environment is heavily crowded.
História completa:
Eu li um livro há muito tempo atrás ( Redes de Computadores, Quarta Edição - Andrew S. Tanenbaum ), então eu estava pensando: talvez eu não consiga encontrar a resposta lá, mas eu posso encontrar um trilha. Eu também. Lá, eu encontrei uma seção sobre a Camada Física do 802.11 , que destacou, que
-
802.11a
usaOFDM
-
802.11b
usaHR-DSSS
-
802.11g
usaOFDM
. Havia apenas algumas informações sobre o que é HR-DSSS
e OFDM
, mas a Wikipedia limpou tudo.
DSSS
, o chamado espectro de espalhamento de seqüência direta é uma técnica de modulação.
DSSS phase-modulates a sine wave pseudorandomly with a continuous string of pseudonoise (PN) code symbols called "chips", each of which has a much shorter duration than an information bit. That is, each information bit is modulated by a sequence of much faster chips. Therefore, the chip rate is much higher than the information signal bit rate.
DSSS uses a signal structure in which the sequence of chips produced by the transmitter is already known by the receiver. The receiver can then use the same PN sequence to counteract the effect of the PN sequence on the received signal in order to reconstruct the information signal.
Benefits: Resistance to intended or unintended jamming. Sharing of a single channel among multiple users. Reduced signal/background-noise level hampers interception. Determination of relative timing between transmitter and receiver.
Mais informações sobre o DSSS na Wikipédia.
OFDM: A large number of closely spaced orthogonal sub-carrier signals are used to carry data on several parallel data streams or channels.
Mais sobre o OFDM na Wikipedia.
Embora OFDM
( 802.11g
) possa significar uma largura de banda maior, HR-DSSS
( 802.11b
) é mais lento, mas mais confiável, pois tem um alcance operacional 7 vezes maior.