Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Wireless Networking Networking

Best WAP For Dense Crowds? 178

An anonymous reader writes "A local community organization has asked me to help them set up Wi-Fi access for an upcoming event, with some unusual (to me) requirements. All users (up to 500 people) will occupy a relatively small area and more-or-less have line-of-sight to the WAP, so issues like signal strength and wall penetration don't matter. Security also does not matter, as we plan to open this to anyone wanting to connect. Cost always matters, but we realize a $50 Linksys or three won't cut it here. In the past, I have used Cisco AP1200s for a few dozen users to great satisfaction, but they only handle 50 connections at a time, and practically count as antiques at this point anyway. My research on the matter tells me that 802.11n performs far better in this regard, but I want to support 802.11g as well. I have no objection to using two APs to split those apart (with n limited to 5.8GHz, as per the suggestion of several comments in a recent Ask Slashdot), but physical constraints make it preferable to minimize the total number of APs needed — Ten WRT54s might cost about the same as one Aironet, but I only have three good places to mount these. I welcome any suggestions and real-world experiences with similar situations, including the ever-popular Ask Slashdot refrain of 'What kind of idiot would do it like that, when you can just do this?' Ideally, I would like to know model numbers and how well they held up under real-world loads comparable to my situation."
This discussion has been archived. No new comments can be posted.

Best WAP For Dense Crowds?

Comments Filter:
  • by theolein ( 316044 ) on Friday March 05, 2010 @10:56PM (#31378182) Journal

    You don't have to hit 'em, mate. Just find another crowd that's brighter.

  • What's the event? (Score:4, Insightful)

    by rolfwind ( 528248 ) on Friday March 05, 2010 @10:57PM (#31378190)

    Will all 500 users connect at the same time and continuously (like some type of LAN party w/o the LAN) or is this much more haphazard and random with far less users at any one time?

  • how cheap? pfsense? (Score:5, Informative)

    by itzdandy ( 183397 ) on Friday March 05, 2010 @10:59PM (#31378202) Homepage

    consider running a small pfsense box with a number of wifi adapters. You could pick up some cheap directional antennas to help limit connections to any one radio somewhat. Alternatively you could just run 4 sids and do a script to hide a sid when the user count got so high so the next users would only see the less loaded ones.

    • by itzdandy ( 183397 ) on Friday March 05, 2010 @11:02PM (#31378214) Homepage

      I might add that you are going to be stuck with 4 channels ( 1,4,7,10 ) which means that 500 people will be hard to support without highly directional antennas. Maybe try to split the space into 4 with directionals.

      • You might want to select USB wireless devices that have as much of the firmware running in the host as possible to avoid overloading the little microcontrollers that are built into the radios. You might also want to have a bunch of cat5 cables hanging around the perimeter of the place in case people who need the net cant get it wirelessly.

      • by Anonymous Coward
        Directional antennas is the Xirrus approach. They have a cute little niche in auditorium-type deployments, too.

        But I'd say, a few Aruba AP-105s [arubanetworks.com] (with 802.11abgn and band steering - which tries to put clients on the 5Ghz band), or maybe even AP125s [arubanetworks.com] (which have more MIMO) for the core. You can fill in the corners with cheap little AP-65s [arubanetworks.com]. The ARM (adaptive radio management, shoves clients from one AP to another or something like that) means that Aruba works very well in dense deployments. (You'll also need

        • by Anonymous Coward
          If running network cables to some point is a problem (you mentioned limited places to mount APs) note that the Aruba gear can do mesh. So you could have some 5GHz backhaul to the places that you have power but can't do a cable run. I think a mesh license costs you extra, though.

          and here's the press release about the Australian Open [arubanetworks.com], whose organizers said

          We have more than 1,500 journalists, photographers and producers on site that require reliable, time-critical access to the network, and they have been gett

          • Re: (Score:3, Insightful)

            by achbed ( 97139 ) *

            they have been getting best-in-class service.

            I hate this phrase. Is the service class they are getting First Class, Coach, or Baggage? Every MarketingDroid who uses this phrase never says which one...

        • by socsoc ( 1116769 )
          Priced competitively with Cisco? This a community organization, they don't have the money to pay outrageous amounts. Why not lend them some of your kit and gain bragging rights?
      • Re: (Score:3, Insightful)

        by jonsmirl ( 114798 )

        Use simultaneous dual band APs. Push everyone possible to 5Ghz.

    • by Anonymous Coward on Friday March 05, 2010 @11:35PM (#31378434)

      I did a little googling because I was worried about the number of clients. 802.11 uses CSMA which means that every client must wait for every other client to go silent before transmitting.

      That means that you would have to take the minimum latency and multiply it by 500 since all clients will be equals. That puts you into 500ms of theoretical latency per packet.

      What this means practically is that with 500 clients using all roughly the same bandwidth at 54Mb (unrealistic BTW) you would have just 110Kb per second available to each with 500ms+ latencies, which will compound exponentially.

      Though on paper you might be able to show that ability to connect this many clients but realistically, on HIGH end hardware your are going to have a 50 client MAX simply because of CSMA requiring everyone to take turns but less any bandwidth sharing.

      To make things worse, the amount of data having to be moved just to keep everyone connected and to communicate who is 1st,2nd,3rd, etc in line to speak is going to cut your bandwidth to a tiny fraction of the link speed.

      I highly suggest that you take one of the early poster's advice and drag some cat5e around. You might have some lucky with 'CELLS' of WRT54g type routers with a carefully selected channel scheme where a set of 4 routers would have channels 1,4,7,10 and the next closest 2,5,8,11 and the next 3,6,9 and then start over. The channels will overlap somewhat but having 11 SSIDs for 500 people even with some channel interference would get you to somewhere around 50.

      you could extend that to put some 5Ghz band routers in each router bunch and hope that people are fairly evenly split between G and 5Ghz N

      • i would mod you up had i not already commented

      • Re: (Score:3, Interesting)

        by besalope ( 1186101 )
        Hence why the OP was looking into multiple WAPs. If he has 3 WAPs with clients ideally spread between them it would drop to ~166 clients/WAP and which would lower latency and improve potential speeds. Unless this is a very tech-heavy crowd 'N' might not be overly prevalent in people's notebooks/netbooks/pdas. And if the N routers are performing in mixed mode performance would be hindered. 1 centralized MIMO N with peripheral G (mimo if possible) would segment a bit better while allowing each technology
      • by zappepcs ( 820751 ) on Saturday March 06, 2010 @04:08AM (#31379440) Journal

        This is the thing, more than one problem to deal with in the same physical space. Cheap AP equipment may give you issues under load. With just a couple connections a cheap Linksys will work fine, push the load on it and I find that performance degrades exponentially with traffic increase. Home routers are not built/designed for business loads, or 500 user environments.

        The problems: limited mounting space, limited frequencies, limited to mix mode, client movement, (re)registration issues and so on.

        Since none of us know the exact physical construct of your problem, suggestions of directional antenna systems, alternating channels etc. have to be used. Cellular systems work in similar ways. 11g mode pointing north/south on chan 2 and 8, 11g mode east/west on chans 5 and 11, ne corner with chan 3 etc etc etc. The low tech testing/wardriving to find the right power levels is a solid suggestion, though this might limit your choices of AP equipment. Pick AP gear that can give you flexibility with antenna systems, power levels, op mode and channel settings.

        You will also have to adjust your planning to account for movement of clients. If they are likely to move from ne to se physically, will they need to re-register? Is that a problem? It takes a lot of thinking to get this job done. Enterprise gear will take you toward meshing, and on the pricier end of things move the control out of the AP to allow better performance independent of physical movement.

        All of this can get a bit trickier if you have multiple floors with large signal loss between floors. At that point, antenna systems become a stronger tool. At some physical point you'll find clients seeing enough sig strength to end up bouncing on/off one ap and off to another, then back again, never really staying registered long enough to do any good. There you have to fine tune signal strength. Some of the higher end meshing gear gives you options to deal with that, but that becomes a budget issue.

        Start with your fixed constraints, evaluate how fixed they are. With some antenna systems, you might find that you have room in more than three places to use APs which would dramatically change your overall problems. The actual AP gear you choose will help discern what you can do about the remaining problems. Don't be afraid to call a sales/marketing engineer for advice, it's usually given free at some level of interest. That's not even to mention this: http://lmgtfy.com/?q=how+to+set+up+mesh+mode+wireless+networking [lmgtfy.com]

        I think that the process of trying more to understand what the real problems you will have is going to help you further figure out what you need to do.

        One last thought, an extra 1500 bucks on the limo now is a lot less than you would spend to find one ready to go on prom night, so to speak. Read to see what the equipment on your short list does under load, how it works in high volume situations etc. that lmgtfy link might show you some good examples to read about.

  • by jeffstar ( 134407 ) on Friday March 05, 2010 @11:00PM (#31378204) Journal

    there was a slashdot the other day about the wifi at a python conference.

    any AP is only going to handle 50 users or so because 802.11x is contention based.

    So go ahead and get yourself 10 APs, spread them out, and make sure the ones near eachother are on different channels.

    • Re: (Score:3, Interesting)

      by adolf ( 21054 )

      He's only got physical room for three access points (or, more likely: three clusters of access points).

      There are three non-overlapping channels. So, 3 channels * 3 clusters = 9 APs, maximum. But 9 APs * 50 users each 500.

      It's important to remember that 50 is just a useful number, and needn't be a hard limit: It's not spelled out in 802.11 that "there shall not be more than 50 users per node."

      And besides, it's not like folks are going to physically locate themselves for optimum WiFi distribution. They'l

      • And besides, it's not like folks are going to physically locate themselves for optimum WiFi distribution. They'll be wherever they are.

        They will if they are any sort of nerd who has done any wardriving. Don't tell me you have never held your laptop vertical in just the right spot out the car window to get a connection.

        • by adolf ( 21054 )

          Well, sure I have. Just like any other self-respecting geek.

          But we're a pretty small cross-section, and this task seems to involve a more generalized crowd.

    • by Vancorps ( 746090 ) on Saturday March 06, 2010 @03:23AM (#31379346)
      Or buy two Xirrus units which are all in one turn-key arrays of access points all that will auto-tune for you. They have a 16 access point and an 8 access point versions that would handle this setup without any problem.
  • by lordsilence ( 682367 ) * on Friday March 05, 2010 @11:03PM (#31378226) Homepage
    Even though they're suspected GPL offenders (opinions differ) I still have to put in my word for mikrotik. These guys know how to build wifi in rural areas with plenty of subscribers, stable hardware and good software at low cost. Even their cheaper products are very well up to the task and can be expanded upon with different wireless-transmitters and antennas. If that is not enough you can always look at their more "enterprise:ish" products. I've only good things to say about them, and we used their products for well over 5 years when we still ran a WISP.
  • Choices (Score:4, Interesting)

    by the eric conspiracy ( 20178 ) on Friday March 05, 2010 @11:17PM (#31378322)

    I have a Netgear WNDR3700 that I use as an access point. It has a lot of good features including two independent radios (2.4 and 5 GHz), gigabit switch and a pretty fast processor. It is about as good as it gets for hardware of its type.

    The firmware based on OpenWRT. Some of the features like the attached storage are dodgy, but that doesn't matter for this application.

    For your application though - high density, lots of users why don't you take some of the load off the airwaves by offering wired connections too? People who aren't actually physically roaming will appreciate the choice and better performance of wired.

  • Asus RT-n16 (Score:3, Informative)

    by Ron Harwood ( 136613 ) <harwoodr@NOSPAm.linux.ca> on Friday March 05, 2010 @11:25PM (#31378380) Homepage Journal

    Run your favourite 3rd party firmware on it (openwrt, dd-wrt, tomato, whatever) - it's specs are pretty awesome for the bucks. 128M Ram, 32M flash, two usb ports, N wireless, 480Mhz Broadcom/MIPS cpu (~twice as fast as most others).

    • Re: (Score:2, Interesting)

      by phizi0n ( 1237812 )

      The RT-N16 is 2.4GHz only which will be terrible for this scenario. The OP needs to use dual band routers to utilize both bands and maximize the number of clients that can be supported in a small area. 2.4GHz only has 3 non-overlapping channels and if you figure 50 per channel then that's 150 users for 2.4GHz. The 5GHz range has far more usable channels and the majority of N adapters can utilize either band.

      • Re: (Score:3, Interesting)

        by afidel ( 530433 )
        There's actually a tiling algorithm for optimal placement of AP's on adjacent channels so that you can use more than just the 3 non-overlapping channels. You'll need to turn down the radios so they don't span the entire space but it can be done, the Cisco Aironet guys were working on automating this stuff a decade ago when I supported their office so I have to imagine it's been integrated into the auto-setup for the Cisco wireless controllers by now.
      • Use more WAPs and adjust the TX power down - then you can have greater density.

  • Comment removed (Score:5, Informative)

    by account_deleted ( 4530225 ) on Friday March 05, 2010 @11:34PM (#31378430)
    Comment removed based on user account deletion
  • Not cheap, but... (Score:5, Informative)

    by mmccarn ( 1760806 ) on Friday March 05, 2010 @11:35PM (#31378432)
    Xirrus 'Arrays' are designed for what you're doing. I've used 2 4-radio Xirrus arrays to serve 240 users in a single ballroom. http://store.xirrus.com/SearchResults.asp?Cat=4 [xirrus.com]
    • So you put 240 people in a single ballroom, and all they do is surf the web?

      Why..? Did you forget to turn on the music?

      • 239 of them are male, and the 1 potential "other" has a mustache.

        Anyway, joking aside, have you seen kids today in a net cafe or Starbys ? Even when they're there with friends, they don't talk to each other, they IM each other via Facebook.

      • by Nikker ( 749551 )
        Sounds like a Slashdot wedding to me...
    • Re: (Score:3, Informative)

      by Manuka ( 4415 )

      I'll second the Xirrus arrays. They're absolutely amazing for high-density wireless. If it's a one-time event, you may be able to get Xirrus to sponsor it by providing the gear, especially if it's a gathering of geeks.

    • by bidule ( 173941 )

      I read bathroom and started to wonder...

      • My brain got hung up on that thought for a while trying to figure out if it would even be possible to fit that many devices in my bathroom.

    • by Kizeh ( 71312 ) on Saturday March 06, 2010 @01:18AM (#31378952)

      The parent means Xirrus will cause the event organizers to mortgage a house. Still, Xirrus can have tons of radios in one device, all with segmented antennas, and they really are a good fit for this kind of stuff. They even have a pole/tripod mounting option where you can set up more if need be. See about the sponsoring or maybe renting.
      Alternatively, get external 60 degree segment antennas for something like Cisco 1250s and do hexagonal cells, like wireless carriers do. For dual band MIMO you need six antennas per AP, so it'll get out of control mighty fast.
      Worst case, get a bunch of APs, have three of them use the three 2.4 GHz channels with MIMO (but no channel bonding!) and as many 5 GHz ones as you can, since you have many more non-overlapping channels to work with. Chances are that anyone stuck on 2.4 GHz is going to hate life. Plan power levels as well, and don't run radios hotter than they need to be, despite the temptation.
      Also, very, very important: DISABLE LOW DATA RATES. Mandate 5 or 11 Mbps as the lowest supported rate at all the radios. Otherwise the 1 Mbps Nintendo DS's and phones will eat up all the airtime and starve everyone of access. If you can get away with turning off 802.11b support and only offering 802.11g on 2.4 GHz, do so.
      Finally, ignore any comment suggesting consumer gear.

    • Re: (Score:2, Interesting)

      by Anonymous Coward

      We (citylink.co.nz) provided the wireless (the AP's, not the DHCP and routing) for the recent LinuxConf AU conference in Wellington, NZ. There were something like 700 attendees, and you can guarantee every one of them had at least one wireless device.

      We used the Xirrus devices and apart from a couple initial teething issues I believe they coped well with the load.

      I think we were using the big 8 radios in a single flying saucer like device, and we used multiple units.

      We have used the Mikrotik AP's in the pas

  • Meraki (Score:3, Informative)

    by dotwaffle ( 610149 ) <slashdot@wals t e r.org> on Saturday March 06, 2010 @12:04AM (#31378588) Homepage

    Seriously, try Meraki. Their software is pretty neat, and it'll auto configure to give you the best situation.

    A case study: http://meraki.com/general/2009/12/09/does-it-scale [meraki.com]-absolutely-blazing-fast-meraki-wireless-at-leweb-conference-in-paris/

    • by G Money ( 12364 )

      I have to second the Meraki, I've worked with them a little and they are stupid simple to setup and maintain. From a price perspective they kill Cisco and a lot of the other big vendors as well so it can be a big win all around.

  • by saleenS281 ( 859657 ) on Saturday March 06, 2010 @12:21AM (#31378676) Homepage
    It won't have anywhere near the granularity in configurations, but I will say apple airport extreme's tend to "just work". They support both g and n operating at the same time since they have multiple antenna's, and they also have a sort of sandbox guest environment you can set.

    If you want fall-down easy to setup and manage, they'll get the job done. If you want granular control, don't waste your time. I got sick of trying to make dd-wrt work with WAP, wireless-n and g at the same time a year ago, and just bit the bullet on the apple units. I can say it's been one purchase I don't regret.
    • Re: (Score:2, Insightful)

      by gmthor ( 1150907 )
      how many clients have ever connected to your airport extreme? This is definitely not the right device for the described setting.
  • They're going to use laptops in the mosh pit?
  • by Anonymous Coward on Saturday March 06, 2010 @12:33AM (#31378716)

    Background on me to qualify my comments: I am a cisco engineer specialising in wireless and security. My product recommendations later come from this experience but there are other products capable of the same performance such as the aruba equipment which would be my close second recommendation but i have no specific product knowledge.

    I think you need to refine your requirements. It is highly unlikey that a crowd of 500 people will create 500 connections. You will probably end up serving 100-150 clients simultaneously but not all of them requesting data at the same time unless there is something specific that all users need to connect to at the same time throughout the event.

    Without much better information everyone is just throwing out a product, not a design. And as you clearly are not a wireless expert (as you asked for 802.11n "as well as .11g) i would recommend finding someone who is to consult properly.

    And for those suggesting consumer products, your dreaming. Without some form of spectrum management in this situation the asker is doomed to provide a very poor service with no roaming and massive 2.4ghz congestion. In addition, those people recommending wired access, WTF? You very clearly do not understand what you are talking about. Are you expecting 500 desks with RJ45 ports, or multiple 48 switches places around the room for people to huddle around with their laptops (and only laptops as no mobile device even has an RJ45 port). This is clearly a fallacious argument.

    Answer the following questions and we can all get very specific.

    3 points to place APs. Is this to physically mount or a cabling limitation? Can you mount more but have no cabling? Un-manged switches can help with this for less than $50 each. If only to mount then you are stuffed, There is nothing out there that will handle 500 clients with any useful service. It's not a limitation of the products it's the contention of the medium as mentioned earlier.

    What services are they accessing? Are they local or is it just the internet? If the internet, what is the upstream bandwidth available? If local access at high speed (100Mb/s +) then you will end up with contention issues. If it is the internet and the pipe isn't fat you are not looking at contention issues you are looking at number of users connected. Most modern APs do not have practical limits of associated clients but most recommend around 25 per AP.

    What is the nature of the event? Basically, are you providing a service that is required constantly throughout the event leading to 100% of attendees connecting all the time. Also, are users accessing a high bandwidth service (streaming video for example) all the time or things like static web pages delivered via http? The later will deliver small amounts of data to each person but will then take time to read by the attendees al will also be cached locally meaning subsequent connections will require even less bandwidth. If streaming video, someone should have though of this earlier and you will need a consultant/engineer 100% or expect to fail.

    An off the cuff answer without the above knowledge assuming http type data required, cabling limitation not mounting, the more realistic 150 simultaneous users and internet link at less than 30Mb/s:

    1x Cisco 2112 Controller (100Mb ports not important as limited upstream)
    5-9x Cisco 1142 APs (very nice 802.11n dual band with the ability to force people to move to 5Ghz if they have it 6.0+ code)
    3x gigabit unmanaged switches (something like dlink DGS-1005D)

    It would not be far fetched to contact decent size Cisco/Aruba/VendorX partner and get loan equipment for a price + a consultant as part of the deal.

    • AC knows his stuff. Pay attention. (I have no mod points today. :( )

      +1 on renting an expert and equipment to help assure the event is a success, and not a headache because nobody can get online.

    • by Panaflex ( 13191 )

      I'd say this is the best answer so far. To be a bit more precise - it really depends on how many people and how reliable you want to be.

      A professional event (well paid) should definitely consider getting a real setup - you can rent the equipment and get a setup as part of the deal.

      However, if this is a less formal event (e.g. free or near free), then you could probably get by with 3-4 good AP's, some directional antennas, turn the power down, and spread the channels out. Good luck!

  • I work for a wireless network company in Vancouver. We use Aruba extensively, as it's extremely flexible, powerful, and easy to use.

    The chains of Cisco are removed, and an extraordinarily simple setup process - which will help you figure out AP placement and type, after uploading a site map, including all sorts of calculations that I'd really have a computer do.

    I seriously recommend you take a serious look at Aruba Networks offerings.

    Seriously.

  • Baseball bats work quite well against one or two. Any more waps than that, you'll need to look for an alternative.

  • HP/Colubris (Score:2, Interesting)

    by sigipickl ( 595932 )

    HP ProCurve has dual radio products from their buyout of Colubris... check out the MSM422. You can run 2-3 of these @ low to mid power with one radio on N (@ 5ghz) and one on b/g (channelized). That should split the traffic up a bit (most newer laptops have 802.11n cards) You should be able to get 200+ users per AP as long as no one tries to connect from the parking lot (hence the low power).

    You can also use some narrow-field sector antennas and "columnize" your signals across a room.

    If it is a more pe

  • My Pick (Score:2, Informative)

    by huzur79 ( 1441705 )
    Setup 12 Airport Extremes Each one supports 2 different antennas plus a guest network. You can setup a group of them as N Only on 5Ghz, N Only on 2.5Ghz, G Only, B Only and maybe even setup one of them as A Only. Reasons I picked this 1, if you set WAPs up in N on 2.4Ghz with backwards compatibility it only takes one user on B to nock every one down to B. 2, There is a 50 User limit on WAPs 3, you get 24 networks with 12 devices, and you can space out the B,G and N 2.4Ghz networks over a few channels a
  • the best solution is to set up a lot of APs with very very low power and low gain antennas all over the room, in bridge mode, all with the same frequency and SSID, all connected to the same lan, and sprinkle them all around the room.

    I've had very good results with Ubiquity picostation 2 attached to the chairs in a keynote style setup (one stage and plenty of chairs...

    as for how it works, easy...
    the "low power" part, takes care of there being a lot of people. laptop will connect to the closest ap (aka best r

  • turn of 802.11b!!!!! (Score:2, Interesting)

    by Anonymous Coward

    I addition to my other comments...

    Turn off 802.11b. Very few devices still use it but if you enable it the backwards compatibility mechanisms will slow the network to a crawl. It is usually done by disabling the speeds 1, 2, 5.5 and 11Mb/s.

    In such close proximity and no signal strength issues i would also recommend making sure you add higher basic rates ( i have no idea what vendors other than cisco call it) as if everyone is connecting faster (whether or not there is more throughput is irrelevant) then t

  • http://www.linksysbycisco.com/US/en/products/WRT610N [linksysbycisco.com]

    It should be less than $160 and will probably give you the best performance when using N. Never tried it though.

  • Aruba (Score:3, Interesting)

    by mixmaster ( 748142 ) on Saturday March 06, 2010 @03:04AM (#31379288)
    Saw a presentation of the new Aruba 3 OS last week, and also got a demo of the AirWave used in the Aruba headquarter. This is a very good solution if you want to have full control and it's an event that you want to have control over and maybe have them on a regular basis. Could be that it's an overkill for this kind of event, but take a look here http://www.airwave.com/resources/demos/ [airwave.com] to get a some new thoughts. It can also give you a heatmap of the coverage of all your AP's around in the event area.
  • With 500 people in a small area, why not offer Ethernet as an alternative, together with access points for e.g. 300 users, if the room allows for it (e.g. if you have tables, not just rows of chairs)? It will be faster for many users (if not all, considering the limited spectrum you have available), easier to set up, more secure and it's also possibly healthier (some of your users might be worried about emissions?). Of course, it is also much, much cheaper. For the first 2 reasons I'd always prefer Ethernet
  • 1. Push everything into 5.8 range you can. Whereas 2.4 (b/g/cheap N) only has 3-4 non-contiguous channels, 5.8 (A/N) has dozens of fully non-shared channels available which should make spectrum contention less of an issue in this band.

    2. depending on the geographical area required, back the power levels down using either commercial gear that allows it by default or using one of the freeware (DDWRT/Tomato) firmwares so that it doesn't exacerbate cross AP contention in B/G ranges

    3. Directional antennas

    4.

  • in your situation i would suggest getting a Bulk reel of Cat6, fittings, PROPER CRIMPERS and then a bunch of that wire channel stuff and then some rack type routers

    (hint folks i did say crimpers as in more than one)

  • by kidMike ( 627686 ) on Saturday March 06, 2010 @03:54PM (#31382814) Homepage
    Wow, that's a string of misguided replies, with the occasional person that actually knows what they're talking about. Full disclosure: I'm an engineer for Aruba Networks, and this is exactly the kind of thing I/we do regularly. I've personally done the Interop shows in Javitts Center in NYC, the All-Star Game at Yankee Stadium, and various other conferences with 1,000 or more people. As a company, we've done the wireless network at Black Hat for years (without one failure or hack), the HoPe conference, as well as most of the hotels and conference centers in Vegas. Oh yeah, and every US Air Force base in the world. If you want this to work, here are the unique features that ONLY Aruba Networks provides for high density deployments (all without needing software on the clients or CCX extensions in the NIC card)...


    - Band Steering: Use dual-radio access points. The Aruba gear detects if a client supports both 2.4g and 5g, and moves the client automatically to the 5g band, which is cleaner and has more channels available.
    - Spectrum Load Balancing: Every vendor offers load balancing: there are 10 users on AP-1/Channel 1, and 20 on AP-2/Channel 6, so put the next user on AP-1. This ignores the fact that the only resource you're really constrained by is the amount of spectrum in use, not the number of users on an AP. If those 10 users are using most of the spectrum of Channel 1, while Channel 6 isn't being used as heavily by the 20 users, you'll get better performance by balancing the user to the less-utilized spectrum, rather than the lowest user-count AP.
    - Co-Channel Interference: The Aruba architecture knows when a client is within range of two APs on the same channel, and schedules transmissions out of the APs so they don't collide in the air.
    - Adjacent channel interference: Aruba ecognizes that there *will* be some bleed between transmissions on adjacent channels, and manages transmissions to avoid that.
    - Airtime Fairness: Aruba recognizes the different client phy types (802.11a, b, g, and n-2.4/n-5) and allocates certain amounts of airtime to each client, so those old 11b clients don't drag your 11n clients to a screeching halt.
    - Channel Reuse: modifying the collision threshold on the channel to allow you to reuse channels in much closer proximity to one another than normally possible.
    - Dynamic Multicast Optimization: The APs can detect a multicast stream and determine if it's better to send the stream to all multicast clients at one, but at the normal lowest data rate, or convert the stream to a series of unicast transmissions that can be sent to each client at a much higher rate.
    - Mode-aware Adaptive Radio Management: Deploy as many APs as you want. The Aruba architecture will automatically turn on (or off!) individual radios based upon RF needs; too much RF is worse than not enough, in most cases.
    - Client bandwidth contracts: Set a rate limit for each user, so one person can't use half your bandwidth.
    - Policy Enforcement Firewall: Allow your users to only do what protocols you want (http, https, dhcp, dns), and block all the others. iTunes/Bonjour/MulticastDNS from Apple products will KILL your network otherwise.


    If you want more information on the physics of these methods, check out this white paper which has more info than you'll want to read:
    http://www.arubanetworks.com/pdf/technology/whitepapers/wp_ARM_EnterpriseWLAN.pdf [arubanetworks.com]

    Now, all of that said, here are some BAD ideas that people have suggested:

    - Use all 14 channels!
    ------ Not only is this illegal almost everywhere, but most clients will use the operating system's country code and only use the channels that are supposed to be available. In the U.S. for example, only channels 1-11 are valid; client devices won't try to use channels 12-14.

    - Use channels 1, 4, 7, 10 on one group of APs, then 2, 5, 8, 11 on the next set....
    ------ TERRIBLE idea. Because 802.11a
  • Hey everyone. I'm a software engineer at Meraki (mentioned earlier in the thread by dotwaffle) and wanted to chime in and offer what I can. Our gear is commonly used at conferences, including the most recent LeWeb, a conference in Paris with about 2,000 attendees and VERY heavy WiFi use (social media types that are tweeting, blogging, posting photos and accessing WiFi from their cell phones and laptops). We covered a 12,000 square foot room and other areas without any downtime or customer complaints. This w

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...