Wireless LANs Face Huge Scaling Challenges
BobB writes with this excerpt from NetworkWorld:
"Early WLANs focused on growing the number of access points to cover a given area. But today, many wireless administrators are focusing more attention on scaling capacity to address a surge in end users and the multimedia content they consume (this is particularly being seen at universities). Supporting this involves everything from rethinking DNS infrastructure to developing a deeper understanding of what access points can handle. And 802.11n is no silver bullet, warn those building big wireless networks. 'These scaling issues are becoming more and more apparent where lots of folks show up and you need to make things happen,' says the former IT director for a big Ivy League campus."
...we're having the same issues we did when we stopped using dialup and moved to broadband?
Me failed English...
FreeBSD over Linux. If my comments seem odd, this may explain...
Bits of wire are dedicated to individuals, wifi spectrum is shared between individuals. Who'd have thought that might create scalability issues...
Perhaps dedicating a little bit of the spectrum to each individual might fix the scalability problems.
Deleted
We're having the same scalability issues which existed with 10base2 technology and 10/100baseT on a hub. The solution is "the switch".
Deleted
Cellular communication systems get around scaling issues by having smaller cells. A single base station might actually support four cells in different directions. I wonder if you could build a wifi antenna with a single lobe, then cluster the antennas to give a multi lobe access point.
The base station would have to support multiple antennas but this wouldn't need to require a lot more transceiver hardware. The antennas could be multiplexed.
http://michaelsmith.id.au
There was a very interesting research article about DenseAP, which tries to solve this problem, in the latest issue of ;login:. Unfortunately it's still subscribers only. But for Usenix members it's on the link below, and other might find something on google :)
http://www.usenix.org/publications/login/2008-08/index.html
Erik Dalén
The fact is that this is "Radio" for all its worth. The "radio" part is what carries the signal much like the Cat5e does with the wired stuff. The problem is that people are thinking and going about this from the wrong direction. I saw some of this years back when all we had was 802.11b and we tried to fill up a wireless access point with as many connections as we could. The access point started dropping connections erratically, and bandwidth to all connected users were suffering after only about 10 or so users doing concurrent and sustained file transfers. We tried this again later with 802.11g and pretty much got the same issue.
All they did with 802.11g to get faster throughput, was to spread the signal out wider so it covers up about 3 channels to what 802.11b uses. It didn't really change the fundamental way in which the radio "wire" is connected and how its accessed. The sender/receiver can only handle just so much through it.
This is not really a scaling issue and being able to resolve a large number of hosts behind an access point, but really more of change of the fundamental design of the "carrier" in the first place. My assessment here is that our so-called "Wifi" will actually have to morph to a cellular type of radio rather than what we have now in order to properly scale. A cellular method will carry with it a multi-channeled multi-homing sender-receiver that can better handle multiple connections unlike a single transmitter/receiver pair used to handle the whole lot.
Just my humble opinion.
All content in this message is copyright (c) 2008. All rights reserved. RIAA is prohibited here.
At the end of the day the electromagnetic spectrum can carry only so much information using a given number of frequencies. If you want to send data at this and that many bits per second, you are going to need a frequency with a similar number of periods per second. Ok, it's not quite that simple, but at the end of teh day higehr data rates means you need higher frequencies. If you fix the frequency that instantly caps the theoretical maximum amount of data you can transmit. There are two ways to adress this:
a)Increase the frequency
b)Deploy more access points so you are less likely to have many computers using the same one.
The second alternative is essentially equivalent to using more wired networks and fewer wireless ones. Even if all teh comunication in the network is done in some sort of p2p mesh, increasing the number of access points increases hardware costs, which is teh same problem as you have with wired networks.
Thus to get large data throghput you need to increase the frequency. Eventually you reach frequencies where the lightwaves no longer bend around obstacles and you will need a waveguide, such as telephone line, a coaxial cable , or optic fibre. This is why wired networks will always outperform wireless. By using a waveguide you are not limited in frequency by the requirement that the signal should have a wavelength long enough to dodge obstacles and difract around corners, and thus you can increease the frequency far beyond what you will ever achieve with wireless comunication, hence getting better bandwidth.
These are physical limits, not merely technological ones. If you want high bandwidth you will need high frequencies, which in turn means you will eventually need either line of sight between the nodes or a waveguide ( wire ). Ok, theoretically something like a proton beam has a frequency so high you will be limited by other things ( such as energy consumption ) rather than frequency, but you need line of sight for those as well. I guess if you used neutrinos or some other very penetrating radiation you would always have line of sight, but barring any sudden breakthroughs in neutrino detection/generation I doubt that is going to be practical for simple data transfer any time soon.
WiFi falls back to lower data rates when signal conditions force them to. Beacons are sent at the lowest data rate, 1 mbps. If access points refused to lower their data rate beyond some threshold, then more bandwidth becomes available on a given channel. The noise floor will also drop. Of course, some users will not be able to use the network because they can't connect at a higher data rate, even with the drop in noise floor. But many of these will be outliers, or people who aren't actually on campus but using campus networks. Too bad for them, assist legitimate users in upgrading equipment.
If you didn't have the restrictions of backwards compatibility, you could drop support for 802.11b and DSSS completely, and have an 802.11g network. DSSS is less efficient than OFDM when in close proximity. Again, distant users are at a disadvantage.
If you've ever sniffed a large wifi network you'll see alot of junk traffic, mostly from cisco and microsoft protocols which were meant for a wired environment where bandwidth is cheap. Filtering these at the AP can help the bandwidth problem.
OK, there's my consulting for today. My bill is in the mail.
You're exactly right, very few people understand wireless. Heck, many people in IT probably don't understand the difference between a switch and a hub. An 802.11n wireless AP is essentially a 100 Mbps hub under IDEAL conditions since the hub doesn't really have to deal with signal strength, interference from other hubs.
I couldn't believe the article suggested that it would be a good idea to use 160 Mbps 2.4 GHz 802.11n. That would effectively cut your capacity down to half because you'd be using 40 MHz channels. We only have 60 MHz in the 2.4 GHz band total (80 MHz if we include the guard bands between the channels).
It's also weird that they would complain about 5 GHz not penetrating walls as easily. The whole beauty of 5 GHz is that you can't penetrate walls as easily so you can put an AP in every room and not have to worry about as much interference between the APs. The scalability issues go away if you do one AP per room. Heck, they use 24 802.11a access points on every possible channel on the trading floor of the NY stock exchange to maximize performance.