Slashdot Mirror


Introducing 802.11s - Wireless Mesh Networking

ikewillis writes "Intel has introduced a new wireless networking standard called 802.11s. This standard utilizes a mesh topology, allowing for fully self-configuring networks where each node can relay messages on behalf of others, thus increasing the range and available bandwidth with the number of nodes active within the system, versus the point-to-point structure of existing WiFi networks. This will radically transform WiFi hotspots, allowing the geographical area and available bandwidth on the network to scale with the number of participants."

253 comments

  1. This is great but... by readpunk · · Score: 5, Interesting

    WiMax and other technologies like it will still be much more important because, do we really want a grid of short range networks that will ultimately cause divisions between different parts of the networks if one node goes down or would we prefer enourmously large networks that overlap each other (the different nodes) once or twice or thrice?

    --

    ./revolution
    1. Re:This is great but... by Blender · · Score: 2, Informative

      You could also combine the two. Create a short range wireless LAN using mesh technology. And connect those short range WLAN's using WiMAX.

    2. Re:This is great but... by readpunk · · Score: 1

      I am sorry my comment was hastily posted (at work) but indeed, they need to be combined and to speak on what someone else replied with, without corporate control. This (802.11s) still is seemingly to me a pointless evolutionary leap when a revolutionary leap is possible. Why do we take baby steps on stuff like this when we have the ability to take giant leaps?

      --

      ./revolution
    3. Re:This is great but... by dspisak · · Score: 2, Insightful

      I've yet to see a single piece of WiMAX gear materilaize anywhere. I'll be surprised if any of it is out by years end. WiMAX is geared towards long distance, static location hauls. You might be able to make it work as a mesh network but you would be better served by a dense mesh network so you have redundancy and multiple antennas you can recieve and send to to help with radio contention.

    4. Re:This is great but... by Carnildo · · Score: 1

      What's the point of wireless mesh networking? By its very nature, it'll always be a broadcast network rather than a point-to-point network, so as the number of users goes up, the available bandwidth goes down. I'd think you'd want to get your connection off the air and into wires as fast as possible.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    5. Re:This is great but... by rexfelis · · Score: 1

      The way things are going, one node going down won't mean anything at all in terms of bandwidth. Everyone's phone could be a node.

    6. Re:This is great but... by teoryn · · Score: 2, Insightful

      I believe the idea is that each node is also hooked to the internet, or at least a good number of them. From there the pressure on any one internet connection could be reduced by distributing it to other nodes. However, even if a mesh was seperated, there would still be an internet connection for each side of the divide.

    7. Re:This is great but... by Surt · · Score: 3, Interesting

      Actually, available bandwidth can increase with users in some situations. It depends on how many bands are available, how many landline connections, topology, etc. Lots of factors to consider.

      As a trivial example, consider two networks, one with mesh one without

      A net1 B mesh C net2 D

      Bandwidth from A - D is the minimum(net1, mesh, net2).

      versus:

      A net1 B nothing C net2 D

      bandwidth from A - D is 0.

      As a slightly more complex example: /-mesh1-B-\
      A--D
      mesh1 \-mesh2-C-/

      Is the bandwidth from A-D more or less with or without C?

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    8. Re:This is great but... by HD+Webdev · · Score: 2, Insightful

      What's the point of wireless mesh networking? By its very nature, it'll always be a broadcast network rather than a point-to-point network, so as the number of users goes up, the available bandwidth goes down. I'd think you'd want to get your connection off the air and into wires as fast as possible.

      Not to mention, security. This opens up a wide-open area for Bad People to do Bad Things with much more ease.

      --
      This is not a dream, not a dream...we are transmitting from the year 1-9-9-9.
    9. Re:This is great but... by bsharitt · · Score: 1

      WiFi should stay where it is, in very localized places inside your home or in a small area to serve a small LAN. WiMAX would be great for local ISPs to cover a nice sized area, but with the backbone still on land lines.

    10. Re:This is great but... by logicnazi · · Score: 2, Informative

      Yes, but how often are you really connecting to a server within a couple hundred feet of where you are sitting. While correct I think your response isn't quite relevant.

      However, I think the initial assumption, that a mesh network is necessarily broadcast, is simple incorrect. One can use broadcast packets to collect routing information and then implement a point-point network. Well as point to point as one can get using wireless networks, i.e., your packet needs only be replicated by one host amoung your neighbors. After all to some extent any wireless network is broadcast.

      --

      If you liked this thought maybe you would find my blog nice too:

    11. Re:This is great but... by zonker · · Score: 0

      man, i'm looking forward to mesh technologies to make it to market and become cheap and easy enough for office and home users alike.

      my grandfather was the cto for a startup around 15 years ago that had a working prototype mesh system that they had designed for integration into laptops. it had a flat thin sheet that was the antenna that was desinged to sit in the top of the lid of the system along with a relatively small radio to be interfaced with the computer. the mesh routing system was their real accomplishment as it actually worked. however it was a propreitary design looking for a big customer to get behind it and put it in devices. it would be years before something like it hit the market.

      this of course was way before wifi and the like but he was part of the 802.11 group during it's early days. sadly, his company never got the funding they needed as the tech was a bit too ahead of it's time and folded...

    12. Re:This is great but... by Federico2 · · Score: 1
      What's the point of wireless mesh networking? By its very nature, it'll always be a broadcast network rather than a point-to-point network, so as the number of users goes up, the available bandwidth goes down.


      Wrong. Imagine a mesh network scattered around:
      A--B--C
      | .| .|
      D--E--F
      | .| .|
      G--H--I
      Now, if A wants to send a packet to I it must "shout" loudly enough to be heard by I.
      Doing so, every node on the network will hear A.
      If i.e. G wants to speak with H or D he couldn't, because A is occupying the "air".
      [I'm assuming the hosts are using only one channel]

      Let's see what happens in a routing-capable network. A will not send its packet directly to I, it will send it to B, knowing that the packet will be routed correctly to I.
      Then the packet will traverse i.e. B -> C -> F -> I or B -> E -> F -> I
      Note that every hop from one host to the next is _physically_ much shorter now!
      A will transmit to B with less power, and doing so he will not be heard by G,H, and all other distant nodes.
      So G will be able to speak to H in the meanwhile, and C to F, etc..

      The advantage of a routing WiFi network is that the net scales very well when growing bigger and bigger.
    13. Re:This is great but... by markov_chain · · Score: 1

      The comment about available bandwidth can be deceiving. It all depends on who wants to communicate with whom; in the worst case, random nodes open connections to other random nodes across the network. There is a capacity bound first published by Gupta and Kumar that says that with N pairs of communicating nodes, their individual connections get 1/sqrt(N) of the (fixed 802.11) bandwidth. (They are competing for a cut across the mesh of size on the order of sqrt(N)).

      In other words, expect low-bandwidth apps like IM, email, web across long range links, and high bandwidth locally.

      --
      Tsunami -- You can't bring a good wave down!
    14. Re:This is great but... by m3talsling3r · · Score: 1

      Gee this would be great!... that is if Open Source community hadn't done the damn thing already.

      You know what this means don't you? Open source is so far ahead of the curve now that it is being copied, so the real innovation is now in Open Source software, and open to the public before corps can stop it!

      --
      My sig is as boring as you...
    15. Re:This is great but... by Carnildo · · Score: 1

      And at the same time as the packet goes from A to I, it'll be heard by D, E, and H, preventing everyone except G from using that radio frequency until the packet is completely transmitted.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
  2. s? by Oen_Seneg · · Score: 5, Insightful

    where do they get all these letters from? There seems to be 802.11b, 802.11a, 802.11g and now 802.11s, and I have no idea why the letters are what they are. Anyone care to explain?

    1. Re:s? by Tatarize · · Score: 5, Funny

      No. We will not explain.

      However, we will chide you for not including 802.11n on your list!

      --

      It is no longer uncommon to be uncommon.
    2. Re:s? by CmdrObvious · · Score: 2, Funny

      no, but i bet if you were to go to www.google.com and type in something like "why is it called 802.11b" you just "MIGHT" find an answer....



      of course in Soviet Russia... you explain to the government... I know, but somebody had to say it...

    3. Re:s? by Xeo+024 · · Score: 4, Informative

      What do the letters mean?

      "Task groups within the 802.11 WG enhance portions of the 802.11 standard. A particular letter corresponding to each standard/revision, such as 802.11a, 802.11b, and so on, represents the different task groups. For example, Task Group B (i.e., 802.11b) was responsible for upgrading the initial 802.11 standard to include higher data rate operation using DSSS in the 2.4GHz band."

      From 802.11 Alphabet Soup.

    4. Re:s? by Evan+Meakyl · · Score: 5, Informative

      to tell the truth, 802.11a, 802.11b, 802.11c, 802.11d, ... exists, but some are less used (and known) than others.

      More info (with explanations) here

    5. Re:s? by Gamzarme · · Score: 1

      There is also a 802.11n call-sign too. (you skipped it) Of course, it's 'Pre N'.

      --
      Pat
    6. Re:s? by AvantLegion · · Score: 4, Funny
      802.11a = apathy. No one really paid much attention
      802.11b = bad. It works but there's better to come
      802.11g = good. Now it's worth using
      802.11s = shit. That's what users on the fringe of the network will be screaming when the "link" node between the access point and them finishes their lunch and leaves, cutting them off too

    7. Re:s? by Kn0xy · · Score: 1

      "There seems to be 802.11b, 802.11a, 802.11g and now 802.11s"

      Do not forget to add 802.11pre-n to the growing list...

    8. Re:s? by DaveJay · · Score: 4, Interesting

      802.11a = apathy. No one really paid much attention

      You're right there, and this makes 802.11a a great thing to have. I'm running my home network on 802.11a, and here are the benefits I reap versus 802.11b/g:

      1. When the hardware was available but on the way out, it was -very- cheap to pick up;

      2. The range is much more limited than b/g, but big enough to cover my house and backyard, so I have less worry about "sharing" my connection with my neighbors than with b/g;

      3. The 802.11a range is underutilized (my neighbors don't have 802.11a, and yours probably don't, either) and doesn't shut down by interference when you use the microwave;

      4. Someone wardriving or just playing around with wireless sniffing tools from their bedroom are much less likely to be using 802.11a; in fact, until recently airsnort and related tools didn't even have 802.11a compatibility, and getting 802.11a working with Linux is a PITA compared to 802.11b/g.

      So in a way, using 802.11a improves your odds of a secure and non-shared connection in the same way that using Opera improves your odds of picking up a javascript exploit from a web site. That's not security in and of itself, but coupled with VPN and the reduced range, it's very nice indeed.

    9. Re: s? by SeaDour · · Score: 1

      It's only a matter of time before they run out of letters. I see a crisis at hand, here!!

    10. Re:s? by Deliveranc3 · · Score: 1

      802.11i holmes???... you treading on my turf.

    11. Re:s? by xgamer04 · · Score: 1

      These numbers are all standards of the IEEE (the Institute of Electrical and Electronics Engineers, Wikipedia article). The standards that this group comes up with are usually referred to by their numbers, such as IEEE 1394 (Firewire) or the 802.11 standards. The 802.11 standards are different implementations of wireless LAN-type tech. The letters represent revisions/different standards.

      --
      When you look at the state of the world, how can you not become a radical, liberal anarchist?
    12. Re:s? by ThisIsFred · · Score: 2, Interesting

      Just for the hell of, I did:

      Your search - "why is it called 802.11b" - did not match any documents.

      I think that's the first time Google every came up with nothing.

      --
      Fred

      "A fool and his freedom are soon parted"
      -RMS
    13. Re:s? by Holi · · Score: 1

      Not only that but it has the best bandwidth and througput, which is the reason I use it.

      --
      Sorry, teleporters just kill you and then make a copy. A perfect, soul-less copy.
    14. Re:s? by Cracell · · Score: 1

      has something to do with, uh something...basically the closer we get to Z the better they are, I've read a ton on "N" and "G" but I have no idea how they got their letters for the standard, let's just say random, lol (ignorance is bliss)

      --
      Signatures are so 90s
    15. Re:s? by NanoGator · · Score: 2, Funny

      "I think that's the first time Google every came up with nothing."

      I ran across something once.

      --
      "Derp de derp."
    16. Re:s? by gnoos · · Score: 0

      They all come from the alphabet. A sequence thus: abcdefghijklmnopqrstuvwxyz

  3. Can do with existing protocols by BWJones · · Score: 4, Interesting

    Well, mesh networking does not necessarily need a new 802.11x spec. This article on Tom Bridges blog is republished from the first issue of Make outlines how to create mesh networks using an Airport Express.

    --
    Visit Jonesblog and say hello.
    1. Re:Can do with existing protocols by Tatarize · · Score: 1, Funny

      Let's see a network specification vs a kludge. Let me think...

      We can make a faster computers or wire together a dozen old computers and get the same speed.

      --

      It is no longer uncommon to be uncommon.
    2. Re:Can do with existing protocols by Elwood+P+Dowd · · Score: 1

      Uh, am I misreading, or is that article about WDS? WDS is not mesh networking.

      --

      There are no trails. There are no trees out here.
    3. Re:Can do with existing protocols by Anonymous Coward · · Score: 1, Interesting

      yeah, and let's all forget that this has been done for decades with Ham Radio on the 2 meter and 440mhz bands using Packet Radio.

      We were doing this in 1986 across west Michigan with MSU and Western Michigan University.

      What is the next innovation they are going to come up with? ability to send text by using dit's and dah's?

      Ok, let's not even look at it working like paket radio, look at it acting like 10/100 base switches. each node looks for other nodes that are open for relay and then let's the normal routing/switching that happens with TCP/IP take place.

      Innovation lately has felt like Hollywood.

      REmake after Remake... oh boy herbie the love bug, the longest mile, and the others....

    4. Re:Can do with existing protocols by j1m+5n0w · · Score: 1
      WDS is not mesh networking.
      Why not? WDS can be used to build mesh networks, just not very good ones. WDS meshes typically use the ethernet spanning tree protocol (STP) for their routing algorithm, which produces highly suboptimal routes most of the time. I have built a WDS mesh under linux with the HostAP driver and brctl. It worked alright with a couple nodes, but I wouldn't expect it to perform well if I tried to connect dozens of nodes.
    5. Re:Can do with existing protocols by aXis100 · · Score: 1

      Mesh networks using 802.11b/g equipment have fundamental issues...namely they can only really operate on a single channel, thus share bandwidth. In that sense, they scale badly.

      You can get around this by having multiple antennas/radios, but that gets expensive.

    6. Re:Can do with existing protocols by Elwood+P+Dowd · · Score: 1

      Ok, fair enough. One particularly non-mesh-like-quality is that more nodes will reduce quality rather than increase it. But I guess you're right.

      --

      There are no trails. There are no trees out here.
    7. Re:Can do with existing protocols by wwest4 · · Score: 2, Informative

      You might want to check this out... there are practical problems with large diameter networks. Some of the problems lay at the MAC layer (i.e. in the specs), so solving them probably requires radically new thinking.

      The problem with the rosy view is that most real study has been done in simulation. There are not a lot of papers detailing real, large scale testbeds (with a literal handful of exceptions).

      And the airport is nice, but I wouldn't want to participate as a mobile node with that card without an energy-aware network stack - I gather it is one of the worst in terms of power efficiency.

  4. Time to break out the checkbook? by xeonon · · Score: 0

    Just when I had upgraded to g, they come out with s. Guess it's time to break out the checkbook and send all my hard earned money to Cisco for a whole new set of access points to match my b, g, and other crap.

    1. Re:Time to break out the checkbook? by Anonymous Coward · · Score: 0

      Well if you waited 3 years to upgrade to G, why the rush? :)

    2. Re:Time to break out the checkbook? by AgentPhunk · · Score: 1
      If you were smart you bought an access point that lets you upgrade to the new spec simply by swapping out the PCMCIA 802.whatever card. The base unit stays the same, and most have two slots for two different radios.

      Granted, I'm not talking about cheap SOHO AP's, but the last time I checked Cisco isn't in this market. (well, its subsidary Linksys is, but thats OT.)

  5. Too bad cities won't be able to do it. by drivinghighway61 · · Score: 4, Interesting

    The way things are going, cities won't be able to provide this for their citizens. No one needs a network this big for personal usage; if municipal wi-fi is banned, it will be for naught.

    1. Re:Too bad cities won't be able to do it. by MarkTina · · Score: 2, Informative

      That depends ... if your city happens to be somewhere where it's not banned (ie. not in the US) then things will be good :-)

    2. Re:Too bad cities won't be able to do it. by J3Holaday · · Score: 1

      this gives me an idea for a startup company signup customers ahead of time get a dedicated t1 for an area and spread the cost of hardware out then write up contracts for the all the customers so that they can stop paying but the hardware stays for six months (w/o service) you could probably grow a good sized network in two or three years if u made it reliable and cost competitive

    3. Re:Too bad cities won't be able to do it. by geekee · · Score: 1

      You should ask yourself why companies are not pursuing muni WiFi solutions. The answer is they're not that stupid. They're waiting for WiMax.

      --
      Vote for Pedro
    4. Re:Too bad cities won't be able to do it. by d34thm0nk3y · · Score: 1

      The way things are going, cities won't be able to provide this for their citizens. No one needs a network this big for personal usage; if municipal wi-fi is banned, it will be for naught.

      If you could get enough people to stick these things in their upstairs windows you might not even need the city to provide municipal access. It would be a lot harder to pass a law to ban something like that too.

    5. Re:Too bad cities won't be able to do it. by nmos · · Score: 1

      There are plenty of small ISPs doing wireless, what makes you think this sort of thing needs to be done by the city?

    6. Re:Too bad cities won't be able to do it. by Rosonowski · · Score: 1

      The idea is good, but you might want a fatter pipe. A t1 is just 1.5mbps, my 50.00 USD a month cable line is 4mbps/512kbps.

      Sure, it's not the most stable line, but 1.5mbps doesn't cut it anymore...

      --
      01101001 01100001 01101101 01101110 01101111 01110100 01100001 01101100 01100001 01110111 01111001 01100101 01110010
    7. Re:Too bad cities won't be able to do it. by xgamer04 · · Score: 1

      Aye, but if some enterprising citizens band together and donate bandwith, it wouldn't be paid for by the municipalities...

      --
      When you look at the state of the world, how can you not become a radical, liberal anarchist?
  6. Nifty . . Highway net! by millisa · · Score: 5, Interesting

    I think it sure would be nifty to see this type of AP installed in cars and have uplink points along major highways . . . It'd be a fluid network that would improve with traffic . . . Then again, maybe encouraging heavier traffic is a bad thing . . . it'd still be cool.

    1. Re:Nifty . . Highway net! by UCFFool · · Score: 1

      Agreed, very useful for keeping current weather and traffic conditions available to vehicles on the roadway. Now, I realize a big light board above congested areas do the same thing, however this brings the actual 'cost' to the car owners, which means drastically smaller overall.

      This will also be useful for important notices such as Amber Alerts and possible car theft tracking.

      --
      "The more pity, that fools may not speak wisely what wise men do foolishly" - Touchstone,Shakespeare's "As You Like It"
    2. Re:Nifty . . Highway net! by Anonymous Coward · · Score: 0

      On the Road with the Mobile Mesh

      Military technology could help alleviate traffic problems.

    3. Re:Nifty . . Highway net! by ElBorba · · Score: 1

      I don't even want to think about teenage girls (keep reading) careening down the freeway while trying to download Brittney Spears to their mesh-networked in-dash MP3 players. Now you're trying to give them a REASON to cause accidents... increased bandwidth!

      --
      "The Borba"
    4. Re:Nifty . . Highway net! by netcrusher88 · · Score: 1
      I think it sure would be nifty to see this type of AP installed in cars
      Yes, but what about when they try to outlaw those because they claim that it distracts the driver? If this really does catch on and comes standard on cars, I'll eat my tinfoil hat...
      --
      There's an old saying that says pretty much whatever you want it to.
    5. Re:Nifty . . Highway net! by Penguinshit · · Score: 1


      There is actually a project in a major automaker to do a Wi-Fi sort of thing just like this. Not only can the cars exchange information regarding traffic patterns and other "social alerts", but the car would also be able to do a complete diagnostic dump upon driving into your mechanic's garage bay.

    6. Re:Nifty . . Highway net! by ginotech · · Score: 2, Funny

      "yeah steve, my car took a dump when i pulled into the mechanic's shop yesterday" sorry, but your name inspired me.

    7. Re:Nifty . . Highway net! by ps_inkling · · Score: 1
      On a related note, Amateur Radio has been using APRS for amateur radio operators to send their location (via GPS) and other information (such as weather conditions or short messages) using the 2 meter (144.390 MHz) frequency.

      The local digipeter picks up the APRS packet and forwards it to another digipeter or an internet-connected station, at which point the packet information is visible on several web sites.

      Creating a mesh of access points for 802.11b is not a trivial task, but proper coordination within a municipiality could create a geek-administered metro area network similar to the APRS network.

    8. Re:Nifty . . Highway net! by grumling · · Score: 1
      Yep. And it works just great! Except that packets are repeated over and over again, reducing the total bandwidth dramatically. Read more about it here.

      Now, Bruninga gets a little overboard at times talking about how bad the current APRS system is, but he does live in one of the high use areas. The interesting thing about his proposal outlined in the link is that he recomends setting up a high speed backbone system to relieve the stress on the current mesh network. I think it could be a very useful thing for routine traffic, but in an emergency it could be a little less effective, since the mesh network may not be able to pass traffic without the backbone links in place. He is also recomending a hard limit, enforced by the digipeaters, on how many hops are permitted by a packet. Again, while this is fine for routine traffic that is likely to hit a gateway (internet or HF) in a few hops, under less than ideal conditions it may severely limit the usefulness of the network. And remember that APRS packets can potentially travel over several miles. The few hundred feet an 802.11x signal can travel will require many, many hops and lots of aloha circles. Bring on the QRM!

      --
      "Well, good luck finding a judge that doesn't run a bestiality site."
    9. Re:Nifty . . Highway net! by Anonymous Coward · · Score: 0

      The proposed system will also be able to tell if cars ahead slow down and automatically apply the brakes.

      The diagnostics part is so that emissions checks can be done without needing to visit a garage.

      The standard being used is 802.11n.

  7. It SOUNDS good... by drinkypoo · · Score: 1, Interesting

    What does intel get out of it, besides a new niche (for now - popularity comes later) to sell their hardware into? Last I checked intel wasn't exactly #1 in the AP market, which is where 802.11s will make the biggest splash. I just can't manage to trust intel.

    Since it's a [proposed] IEEE standard it will be available to anyone for a nominal fee, yes?

    Also, since when did intel invent the idea of a gateway between a mesh network and a non-mesh network? They exist already.

    Finally, are there any technical details on intel's proposal anywhere? This article basically tells us nothing except that someone at intel drew up some cute flowcharts to take to the IEEE.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    1. Re:It SOUNDS good... by Anonymous Coward · · Score: 1, Insightful

      To promote notebooks, duh.

      Imagine a free and easily accessable metro network. Not neccisarially 'the internet', but a local municipility network that is fairly unregulated and self-healing.

      Network on the bus, network on the school, network at work, network everywere. You connect home, watch tv, home file servers, secure services, cpu-heavy crypto. Free VoIP. Stuff like that.

      And what does Intel sell a lot of? Notebooks, cpus and chipsets and so on and so forth. What does other people sell a lot of.. Not notebooks.

      This is technology that would help Intel market mobile computers in the forms of laptops and miniture devices running xscale proccessors and so forth.

      Actually it's REALY FUCKING OBVIOUS what Intel would get from this. Some people.

  8. A clarification and question by Wesley+Felter · · Score: 5, Interesting

    Intel has not introduced the 802.11s standard; Intel has made a proposal to the IEEE, which they will take into consideration while designing the 802.11s standard.

    The article makes 802.11s sound like a general mesh standard, which would be really nice. However, what I read on the IEEE Web site recently made it sound like merely a self-configuring version of WDS (so that only access points participate in the mesh). Can anyone provide details on the features of Intel's proposal?

    1. Re:A clarification and question by e271828 · · Score: 3, Informative
      Actually, Intel has not yet issued a formal proposal to IEEE, but since they are playing a key role in the 11s task group, they will almost certainly be issuing their proposal in response to the call for proposals that just went out in late January. Proposals are due June 15th, I believe.

      As for the details of what has been discussed so far in the 11s task group, anyone can sign up for an account at 802wirelessworld, and obtain access to all the documents submitted for consideration to the task group so far. (Once you register and login, a link for Documents shows up under 802.11 WLAN WG on the left of the page.)

      Various usage scenarios have been considered, from the scale of the home ( a few devices) to larger scale community meshes. The standard will work on any "mesh-aware" point, which may be an AP or a client device. It will likely run at layer 2 (below the IP layer) and provide a standards based mechanism for multi-hop access to a wired gateway (or "mesh portal" as they refer to it).

    2. Re:A clarification and question by j+h+woodyatt · · Score: 4, Informative

      However, what I read on the IEEE Web site recently made it sound like merely a self-configuring version of WDS (so that only access points participate in the mesh).

      Yes, that's basically the idea behind the 802.11s Task Group-- but the phrase "self-configuring version of WDS" really doesn't quite go far enough in describing the concept. It's sort of like describing the Internet protocol as a "self-configuring version of frame-relay". Probably not helpful.

      Wireless mesh networks are multi-hop in a way fundamentally more complicated than the simple access point and a bunch of associated stations. They'll have to run a routing protocol and forward from mesh node to mesh node in an efficient and secure way. They'll have to be robust in the face of individual node failure. They'll have to support stations roaming securely between nodes in the same mesh network. It's a whole lot more then just self-configuring WDS.

      Folks shouldn't get too excited about this standard. There are a lot of obstacles to making large multi-hop 802.11 networks as efficient as similarly wired topologies. The 802.11s task group isn't chartered with fixing the problems in the MAC layer that keep multi-hop networks from scaling up to very large meshes.

      What are the problems? The big one is that they have a profoundly negative effect on TCP fairness. Next up is that multicast is just horrible. Even on regular 802.11 infrastructure networks, it's just horrible. On mesh networks, don't be surprised if it's even worse.

      --
      jhw
  9. what about the real world? by J3Holaday · · Score: 1

    the only way i ever see mesh being implemented is in some sort of wimax network where each tower doesn't need a dedicated connection or on the campus of some school or corporation too bad it wouldn't ever happen in the real world on a large scale

    1. Re:what about the real world? by mindboggler · · Score: 1

      Well actually people aready do construct mesh networks in the "real world". And they do that even without exhausting another letter from the precious 802.11 namespace. For example, the freifunk.net initiative is playing around on a larger scale with the OLSR Ad-Hoc-Mesh-Networking-Protocol in Berlin.

  10. Wimax is LICENSED, Wifi is NOT licensed by Cryofan · · Score: 5, Insightful

    once you get licenses in the picture, you disempower the smaller entities and empower the larger entities. And I think that most Americans are starting to see that whenever larger entities gain power over small entities and citizens, then things start to go sour...

    --
    eat shiat and bark at the moon
    1. Re:Wimax is LICENSED, Wifi is NOT licensed by gid13 · · Score: 5, Insightful

      Frankly, I have a certain suspicion that most Americans (perhaps even more than other nationalities) are too busy watching wrestling, praising Jesus, declaring war on abstract nouns, etc., to pay attention to whether the leader of their country is capable of rational discourse, let alone whether a particular wireless protocol is empowering large companies or not.

      (Yes, I'm going for an even split between funny and troll).

    2. Re:Wimax is LICENSED, Wifi is NOT licensed by geekee · · Score: 2, Interesting

      "once you get licenses in the picture, you disempower the smaller entities and empower the larger entities. And I think that most Americans are starting to see that whenever larger entities gain power over small entities and citizens, then things start to go sour..."

      Fine, you can have your home-grown crappy WiFi network with a hundred hops to get to the next town. I can't believe this anti-corporate conspiracy bullshit gets modded up. Most of the products and services I buy are from large corporations. I've had a lot more problems with govt. power abuse than with corporations. The only way corporations can abuse their power is through the govt. anyway. Aside from using the govt., corporations have no power that isn't given to them by choices consumers make. I'll choose WiMax over the kludged WiFi solution any day.

      --
      Vote for Pedro
    3. Re:Wimax is LICENSED, Wifi is NOT licensed by scbysnx · · Score: 0

      agreed

    4. Re:Wimax is LICENSED, Wifi is NOT licensed by michaelggreer · · Score: 2, Insightful

      corporations have no power that isn't given to them by choices consumers make

      Just a for instance
    5. Re:Wimax is LICENSED, Wifi is NOT licensed by ThreeE · · Score: 0

      Wow. That was a quite a stretch to express your bitterness: WiFi protocols to US-bashing. You must really envy US.

    6. Re:Wimax is LICENSED, Wifi is NOT licensed by Barlo_Mung_42 · · Score: 1

      "Yes, I'm going for an even split between funny and troll"

      I would have moded Insightful if I had the points.

    7. Re:Wimax is LICENSED, Wifi is NOT licensed by AKnightCowboy · · Score: 1
      once you get licenses in the picture, you disempower the smaller entities and empower the larger entities. And I think that most Americans are starting to see that whenever larger entities gain power over small entities and citizens, then things start to go sour...

      Like those rascally ham radio people with their deep pockets and expensive equipment. What the heck are you talking about? Licensing doesn't automatically mean big corporations, it just means more responsible users. I'd rather see a licensed frequency range that could be used for wireless computer access by licensed individuals similar to ham radio but with the addition of allowing encryption (which ham radio does not allow). Think of it like Wifi on steroids. 100 watt access points and clients or more run by responsible licensed individuals. Ban commercial organizations from using the frequencies, etc.

    8. Re:Wimax is LICENSED, Wifi is NOT licensed by satguy · · Score: 1
      WiMAX is an up-and-coming technology that can be utilized on both licensed and unlicensed spectrum. The interoperability specs haven't been finalized yet, but manufacturers are working as hard as possible to incorporate current rapid advances in RF technologies (that, collectively, will get 'snapshotted' for the 802.16 WiMAX spec) to provide competitive advantages in their current product lines. The operating frequency has nothing to do with "WiMAX" technology itself

    9. Re:Wimax is LICENSED, Wifi is NOT licensed by Fordiman · · Score: 2, Interesting

      A hundered hops at light speed isn't bad, man. Add to that the increasing proliferation of wired/wireless routers in homes (such as the linksys 4-port / 802.11g DSL router), and the number of hops decreases (and global bandwidth increases).

      I mean, sure it's home-grown, but that doesn't necessarily mean crappy. Say you have even half-concentration of WiFi enabled laptops per unit population. You end up with full 2.4GHz saturation and an entrie planet's worth of air bandwidth being utilized, with the hardwires providing shuttles to the rest of the world - and if the wires are still saturated, I'm still connected. Perhaps not via the guy sitting next to me; maybe it's the cute girl at the bar. Maybe its the business student doing spreadsheets on his laptop outside. One would hope it's through the proprietor's WAP on his cable line, or the OC3-connected signal coming from the college down the street.

      Don't want to rely on the "crappy" home grown solution? Fine. Buy DSL or cable. I don't even care if you add public WiFi on your router - mine's open. Sure, I have to have software firewalls on all my computers, but that's just safety anyway.

      Security will become an issue, but there will come a time when javascript-side md5-challenge-response becomes the standard for even the least significant of login screens (over ssh channels, preferably. I don't care if a site is "trusted" by verisign or not unless I'm using a credit card; I just care that the server's got a public key and that my data stays mine).

      Meanwhile, I'm fine with my linux/mini-itx-based secure-tunneled proxy on the wired computer in my house. Hell, it only cost me $300 to build. Coulda been cheaper, but I got the 1.2GHz VIA board.

      Point is, it's not a method of delivering Big Pipes to everyone who walks around with a PDA, it's about having an always-on connection wherever you go. And while it's definately not about security, the holes that arise from full wireless saturation are still a new and ripe horizon for the hack/fix cycle (yes, I know it's a money issue to Big Business, but for security-minded folks like you find here on slashdot, it's mostly a fun puzzle game).

      As for the Big Business' powering the internet, I don't much give a damn how they feel about eventually becoming nigh obsolete (unless someone figures out a way to send a WiFi signal across an ocean, they'll be needed to maintain the hardwires and satellites). To be honest, they're - well - big. They can take care of themselves. Even when they look like they're curling up in pain like some sort of deeply wounded animal, they're thinking of ways to make or save money off the sympathy, rather than working on new technologies that they can then exploit for further profit at the benefit of citizens (the investment is often higher than the percieved benefit. Corporate entrepreneurs are so few and far between these days).

      Meanwhile, with the proliferation of wireless networking and VoIP, how long do you think it will be untill the Bells start screaming bloody murder?

      Oh wait, they already are.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    10. Re:Wimax is LICENSED, Wifi is NOT licensed by Dasch · · Score: 4, Funny

      I'm sorry to hear that that's how you feel about your government - maybe you should vote differently next time?

      Here in Scandinavia we tend to trust governmental institutions more than private ones, simply because any sort of scandal (bribery, abuse, etc.) not only has economical, but also political consequences. Hence, if an employee in the public system (which is rather large, compared the yours) is found guilty of some sort of abuse of his position, his whole department will be thoroughly investigated and there will probably be made some new rules (maybe even laws) in order to prevent it from happening again.

      If a corporation misuses its position it can be fined, and some people might get thrown to jail. That doesn't prevent the next corporation in the line to do the same thing though.

      Conclusion: Democratic (public) institutions/companies has a hgher incentive towards fighting corruption that private (non-democratic) have. Unless you of course think that the US public institutions aren't democratic...

    11. Re:Wimax is LICENSED, Wifi is NOT licensed by IBeatUpNerds · · Score: 1

      I have mod points, but I'd rather respond to your dumb ass. Actually, I guess I'll just say you're a fucking retard anonymous, then mod you down. Sounds good to me.

    12. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 1, Funny

      Shouldn't you be watching wrestling? Or is the praising Jesus hour?

    13. Re:Wimax is LICENSED, Wifi is NOT licensed by chucks86 · · Score: 0

      One of the great parts of being an American is that we can openly criticize our government without fear of repercussion. which is why we do. There has yet to be a candidate that every American has agreed on, and there probably never will. America is just too large and full of psychos and morons. Anywho, a vote isn't going to change our government... only a revolution can do that, which I do not necessarily advocate.

      --
      Help a poor college student. Send a couple cents via paypal to chucks86@gmail.com
    14. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0

      (Yes, I'm going for an even split between funny and troll).

      Sorry no points for funny.

    15. Re:Wimax is LICENSED, Wifi is NOT licensed by 4of12 · · Score: 1
      Frankly, I have a certain suspicion that most Americans (perhaps even more than other nationalities) are too busy watching wrestling, praising Jesus, declaring war on abstract nouns, etc., to pay attention to whether the leader of their country is capable of rational discourse, let alone whether a particular wireless protocol is empowering large companies or not.

      Amen.

      --
      "Provided by the management for your protection."
    16. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0

      I quit watching 'rasslin' long enough to read this post.

      That was a hella mistake.

    17. Re:Wimax is LICENSED, Wifi is NOT licensed by Halvard · · Score: 1

      Yes, I'm going for an even split between funny and troll

      You failed at both because your comment is insightful. Now I just want to cry.

    18. Re:Wimax is LICENSED, Wifi is NOT licensed by Kehvarl · · Score: 1

      I have a certain suspicion that most Americans ... are too busy ... declaring war on abstract nouns...

      Now that's a good one! I, as an American who values Freedom, hereby declare War on Abstract Nouns! For Great Freedom!

    19. Re:Wimax is LICENSED, Wifi is NOT licensed by codeguy007 · · Score: 1

      unless someone figures out a way to send a WiFi signal across an ocean, they'll be needed to maintain the hardwires and satellites

      That really depends on your definition of Wifi. I think Marconi has already sent communication across the ocean wirelessly.

      I believe you will also find that Ham operators can send data packets that far now. The question is not whether it can be done but at what type of bandwidth and reliability.

      Using a satellite to bounce the signal off of is just more reliable even with the greater delay.

    20. Re:Wimax is LICENSED, Wifi is NOT licensed by crawling_chaos · · Score: 1

      Amend that to "most humans" and add a few other trivial pursuits to the list of distractions our Dear Leaders use, and I'll agree with you wholeheartedly. This is not uniquely or especially an American trait, as Machiavelli recognized it long before there was a United States.

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    21. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0
      not uniquely or especially an American trait

      Uniquely, no, but especially, yes. At least I'd say so, having lived in a few countries including the US.

      Americans also, not uniquely, but especially, don't like being criticised, and yet it's such fun for this very reason, so I'm going to post this troll AC.

    22. Re:Wimax is LICENSED, Wifi is NOT licensed by Fordiman · · Score: 1

      WiFi generally means 802.11 of one nature or another. Maybe community-funded transmission towers that peek far enough over the horizon? Naw. I think satellites are cool, as are the fibre-optics running along the atlantic.

      --
      110100 1101000 1101000 1100110 0 1101111 1101000 1100011 1
    23. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0

      If that works so well, why not have the government run everything?

    24. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0

      I would have modded it "Shit for brains" if I had had points.

    25. Re:Wimax is LICENSED, Wifi is NOT licensed by Anonymous Coward · · Score: 0

      They've been trying to do that in Scandinavia, but when the income tax bumps up against 100% it kind of runs out of steam.

    26. Re:Wimax is LICENSED, Wifi is NOT licensed by codeguy007 · · Score: 1

      The HAM operators can use 802.11 (2.4GHz is in the Armature Band). Just generally point to point. They are also allowed to use higher transmission power than regular folks.

  11. Obligatory... by Anonymous Coward · · Score: 0

    Yes but will it work with Linux?

    -Eric

  12. How does this difffer to how DS networks? by tonejava · · Score: 2, Interesting

    IIRC, the Nintendo DS acts as a router/node to other DS consoles - okay speed may be different but topology is pretty much the same surely?

  13. FreeMeshWeb? by Stanistani · · Score: 4, Insightful

    Set up enough of these, and you could do your own neighborhood network...

    Could this jump-start the "freeweb" movement, particularly since the telcos are lobbying and pushing to kill the muni wireless attempts?

    Let's get the entrepreneurs and the networking hippies on the same "frequency."

    1. Re:FreeMeshWeb? by J3Holaday · · Score: 1

      yah the problem is that the cost to startup something like this would be a real turnoff to nongeeks so unless u live in the middle of a one giant neighborhood of geeks itll never happen plus the local telco isn't gonna just let u all share a connection or something u'd have to get a dedicated t1 and you would need a good number of people before it actually beat the telcos rates plus then u start to get into some hairy tax stuff but if u had a company that would come out and set it up for various neighborhoods that could be very profitable and solve a lot of the reasons i think it won't be likely to happen

    2. Re:FreeMeshWeb? by Anonymous Coward · · Score: 1, Insightful

      Free web? For who? The leaching participants? You know at some point SOMEBODY is paying for the actuall connection to the net!

      Free... jeeze...

    3. Re:FreeMeshWeb? by Sebastopol · · Score: 1

      ...So that every non geek in my neighborhood can log onto my machine and suck my bandwidth dry? Not a chance!

      There aren't enough geeks per cubic block to do this communally. It would probably require public donations (or public tax dollars) as a non-profit neighborhood improvement activity.

      --
      https://www.accountkiller.com/removal-requested
    4. Re:FreeMeshWeb? by Country_hacker · · Score: 1

      And then you have the AOL-like lamers who can't use punctuation, proper capitalization, or grammar spamming up your neighborhood network.

      (I keed, I keed!!! ;-)

      --
      Never give any object more potential energy than you want it to have.
    5. Re:FreeMeshWeb? by switcha · · Score: 1
      Let's get the entrepreneurs and the networking hippies on the same "frequency."

      And get people to contribute to the cause until it "hertz".

      --
      You know what? ... A little club soda *did* get that out!
    6. Re:FreeMeshWeb? by iowannaski · · Score: 1
      here aren't enough geeks per cubic block

      Blocks, as in "city block," measure distance or area, not volume.

      Get your units of measurement straight before you start calling yourself a geek.

      --
      i forget
    7. Re:FreeMeshWeb? by wwest4 · · Score: 1

      You want LUNAR. It's especially cool because it uses an underlay network called selnet (ARP forwarding instead of straight-up IP routing). Also, there are a bunch of normal layer 3 ad-hoc multihop protocols designed especially for highly dynamic/mobile nets that you can install for free (I can verify that they work on 2.4 kernels, anyway):

      NIST AODV
      unik OLSR
      US NAVY labs OLSR
      CLICK modular router (contains a DSDV and DSR implementation, provides a framwork for rapid prototyping of stack behaviors)

      These all might be nice for a smallish office as a way to extend and enhance the probable coverage area of the network without getting more APs.

    8. Re:FreeMeshWeb? by Anonymous Coward · · Score: 0

      Did that.
      http://www.personaltelco.net/

    9. Re:FreeMeshWeb? by Anonymous Coward · · Score: 0

      You know at some point SOMEBODY is paying for the actuall connection to the net!

      probably the same people that pay for the current internet backbones (that is not us,at least not directly)

    10. Re:FreeMeshWeb? by Sebastopol · · Score: 1

      Allow me to educate you:

      'Block' is also used as a linear distance in simple city planning: there are .8 miles per block, referring to the distance from one street on the grid to another. Or, what is the Manhattan Distance in 'blocks' from point A to point B if you are walking from one corner of a 'block' to another? The distance is 'two blocks'.

      Think before spouting off next time.

      --
      https://www.accountkiller.com/removal-requested
  14. Sounds great but unreliable? by Nimsoft · · Score: 4, Interesting

    What happens when a node goes down between several other nodes and the other nodes are now out of range of each other? The network will split and the result will be two seperate networks that are unable to reach each other until the connecting node is up again. Will users be constantly facing problems similar to IRC netsplits? Not to mention that all equipment would need to be replaced to take advantage of this new standard. I'd be more interested in longer range, or more robust signals that can penetrate more obstacles.

    1. Re:Sounds great but unreliable? by Anonymous Coward · · Score: 1, Insightful

      Isn't the idea that there would would be a mesh, rather than a string of nodes? With a mesh, the loss of a node would just result in the data circumventing that node.

    2. Re:Sounds great but unreliable? by mark-t · · Score: 1

      IRC is a tree network, not a mesh.

    3. Re:Sounds great but unreliable? by Ungrounded+Lightning · · Score: 3, Informative

      What happens when a node goes down between several other nodes and the other nodes are now out of range of each other? The network will split and the result will be two seperate networks that are unable to reach each other until the connecting node is up again.

      (Assuming they did it right...)

      If the connecting node that dies was the ONLY PATH LEFT between you and the guy you want to talk to, yes it splits.

      If there is another path available you reroute.

      Just like when an earthquake or flood takes out highways and bridges.

      Just like the internet used to be - and to a large extent still is in the core.

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    4. Re:Sounds great but unreliable? by arodland · · Score: 1

      To expand on mark-t's rather sparse comment:

      The way the IRC protocol is specified, there can't be any cycles in the connection graph; that means that there's only one valid path from any point A to any point B; if one of those servers goes down, then everyone at A splits from everyone at B.

      A "mesh" network is fundamentally different. There are (hopefully) multiple possible routes between any A and B, and packets choose the best one. And because the whole thing is packet-switched, if a link goes down, then you just start sending through the next available link. As long as you don't get into a situation where the only node connecting two subgraphs goes down, there aren't exactly any "splitting" problems.

    5. Re:Sounds great but unreliable? by adolf · · Score: 3, Interesting

      The problems are obvious, and you've already identified them.

      But it's no different from anything else on today's Internet - there's single points of failure all over the place which can affect thousands of people at once.

      Likewise, the power grid sure doesn't seem very grid-like when I'm waiting through a blackout.

      *shrug*

      The problems with range and penetration are not unique to 802.11, but exist with all unlicensed radio equipment, and are a function of a combination of physics and regulation.

      Lower frequencies tend to penetrate solid materials better, but tend to suffer limited speed in practical use and are all gobbled up with commercial, public safety, and TV use. Higher frequencies tend to be more available, and are more easily absorbed and reflected by solid materials, but tend to have higher speeds in practical use.

      In the US, there's very strict limits on spectrum usage and output power in the unlicensed ISM bands. Manufacturers don't make higher-powered equipment, because legally nobody (except for some amateur operators) would be able to use it.

      That said, there's an obvious answer to the range and penetration thing. You just do the same thing you'd do if you wanted better TV reception: Buy a bigger antenna.

      This isn't rocket science. Radio, at the level that you and I have to care about, hasn't changed a whole lot since the invention of the tuner.

  15. Goofy letters by Fisch2 · · Score: 4, Informative

    http://computer.howstuffworks.com/wireless-network 2.htm

    Check out the whole article to find out more about the various 802.11x standards (excluding the new 's' one).

    1. Re:Goofy letters by Anonymous Coward · · Score: 0

      Too bad that article doesn't answer the question.

      PISS OFF.

  16. Watch the RF noise floor grow by Anonymous Coward · · Score: 2, Interesting

    ...right....so more people in one area all on the same frequency so they can mesh. So how exactly is the speed going to be anything reasonable or reliable if you're increasing the spectrum noise?

    1. Re:Watch the RF noise floor grow by aXis100 · · Score: 2, Interesting

      I brought up the same issue when someone mentioned using existing gear for mesh networks.

      I hope that the 802.11s spec is clever enough to account for this fundamental issue - multiple on-chip radios would solve it - allowing users to be a part of several physically overlapping but channel separated cells.

    2. Re:Watch the RF noise floor grow by Anonymous Coward · · Score: 0

      This is the reason why wireless networking can never overtake or replace wired networking.

      There's a balance between the amount of people using the RF space and bandwidth degradation caused by noise/interferance.

      This is why wireless should only be used where a cabled option is simply not possible or they need the mobility that wireless offers.

    3. Re:Watch the RF noise floor grow by Doc+Ruby · · Score: 1

      Why not just link two APs together with a short ethernet cable, and run them on different radio channels, routing between channels like subnets? APs are stackable.

      --

      --
      make install -not war

  17. wireless bittorrent by Anonymous Coward · · Score: 0

    "allowing [...] the network to scale with the number of participants."

    So this is kinda like WiFi bittorrent?

  18. Sweet... Now my brain cells will fry all day long by Kergan · · Score: 2, Informative

    I recall the Wifi band is somewhere around 2.4GHz, which also happens to be the band absorbed by water. You know... like in your microwave oven... wave absorption heats the water, hence the "cooking".

  19. Radio waves around our brains... by MLopat · · Score: 2, Interesting

    Is anyone else even the slightest bit concerned about all the background radiation these technologies create. We have wireless in our homes, FM/AM radio broadcasts floating around, bluetooth devices, WAP's in restaurants, coffee houses, my car dealership, etc. etc. etc. Does anyone have any links to research showing that all of this "noise" is safe to our fragile human bodies? Or is the ability to download porn anywhere, anytime more important to everyone?

    1. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      not to mention the cell phone usage including the previous slashdot article talking about DNA damage! -J.R

    2. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      Good point. I want some information on the safety factors involved. Mod this guy up and provide some links.

    3. Re:Radio waves around our brains... by hunterx11 · · Score: 1

      No, but we do have plenty of studies proving that it will kill you and you deserve large sums of money!

      --
      English is easier said than done.
    4. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      Proving the porn or the wifi will kill us? Either way, do I get my $20million??

    5. Re:Radio waves around our brains... by pjr.cc · · Score: 3, Interesting

      The frequency that water absorbs has to be really quick specific... (2.45Ghz more or less) but, more importantly, if your out of that band by much (like a couple of mhz either side) water just doesnt absorb it. What DOES worry me is that while water absorbs at 2.45Ghz, we done have a much data which talks about other compounds in the human body, and their absorbtions wavelengths... if i remember my physics correctly though, its belived water has the lowest frequency of absorbption, i.e. everything's only high in the spectrum and not lower. Now, when you consider the trillions apon trillions of different molecules and their different bonds, it would be faily sensible to assume once your above 2.45Ghz, something in the human body (or even external life) may absorb that frequency.. i.e. 5.3Ghz maybe the frequency to cause rotational movement in one of the bonds of a glucose molecule.. or 3.2Ghz may cause vibration in one of the bonds of the hcl which sits on our stomachs... my 0.022 (inc GST)

    6. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      This tumor may kill me tomorrow, but pr0n is forever!

    7. Re:Radio waves around our brains... by aXis100 · · Score: 1

      I guess the main point is that microwaves are classified as "non-ionising" radiation. That is, they dont contain enough energy to break mollecular bonds, thus our cells are generally safe from damage and mutation. The only non-ionising radiation which we know causes problems is ultraviolet.

      see this site for a good summary.

      So, the main effect of radio waves is heating, and at 30mW per device spread out over a room, it's pretty weak.

      Before you get too paranoid, radio and microwaves have less energy than visible light, and when outside you are getting hammered by 1000W per square metre.

    8. Re:Radio waves around our brains... by pjr.cc · · Score: 1

      Microwaves dont really break bonds as such, they cause bonds to either rotate or vibrate.
      in the case of water/microwave, the hydrogen-oxygen bond. However, given enough "energy" in any form, compounds will start to de-nature and break down (just like when you chuck wood in a fire).

      e.g. if the hcl in your stomach started getting energy at the right frequency, it would also start to heat up, while the hcl itself wont "break" because of it, that heat certainly has the potential to do some disasterous damage to your stomach.

    9. Re:Radio waves around our brains... by pjr.cc · · Score: 1

      errr.. i meant to add... you put meat in some water and chuck it in the microwave and cook it... the water doesnt break down (it may evaporate, nothing more), but the meat certainly starts to "cook" and break down.

    10. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      I wonder, too, about the super-large power transmission lines that are allowed to run in close proximity to homes. A million volts, less than 500 ft away. Also, what happens when you live across the street from a big tv or fm radio transmitting tower.
      I have no problem running a wired network, but what about having one of those new wi-fi setups that has several antennae? I might want to have one within a few feet (6) of where I sleep. Rather crawl under the house and run the wires, and have (1) full speed, and (2) no worries about radiation.

    11. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      Or is the ability to download porn anywhere, anytime more important to everyone?

      Yes. The ability to download porn anywhere, anytime is more important to everyone.

    12. Re:Radio waves around our brains... by aXis100 · · Score: 1

      Yes, and that would be due to heating. As as said, 30mW of microwave energy is very little , especially as power reduces rapidly over distance (inverse square relationship)

    13. Re:Radio waves around our brains... by AnFraX · · Score: 0

      "Or is the ability to download porn anywhere, anytime more important to everyone?"

      Most definatly.

    14. Re:Radio waves around our brains... by Anonymous Coward · · Score: 0

      we will evolve or die... flip a coin?

  20. Speed by Anonymous Coward · · Score: 1, Insightful

    This network topology is great idea in theory - but think of the possible latency issues. Wi-Fi has a long way to go before it will be able to handle the bandwidth requirements to handle a mesh-style network.
    Think about the conventional wired based internet - it would never work in a similar way to this concept. That is why there are dedicated routers that take care of such tasks.

  21. WiFi lower level protocol vs. IP by sploxx · · Score: 3, Insightful

    There are already many research projects ongoing which try to find good routing algorithms and network topologies for IP based mesh networks.

    Most of these projects try to build their mesh networks on the IP level, i.e. hardware and, IMHO even more important, medium independent.

    This standard seems to work below the IP level, i.e. invisible for normal routing hardware and only usable with those "s" devices.

    I wonder if this is really a good idea. Making such a standard prevents altering and improving the routing algorithms (because in the best case, they reside on some FPGA) or using mesh network topologies with, lets say, a mixed WiFi, free space optical (think house to house laser pointers :) and ethernet network. You'd need upgrades for a new routing algorithm and progress in this area will be much slower.
    OTOH, maybe the network will be more stable, but one has to prove that.

    1. Re:WiFi lower level protocol vs. IP by Wesley+Felter · · Score: 2, Insightful

      You could put IP routing in hardware or a mesh MAC protocol in software; people have done both. It's an orthogonal issue. In fact, 802.11 products seem to be moving towards having as much of the work done on the host as possible to reduce cost (think Winmodems).

    2. Re:WiFi lower level protocol vs. IP by cheesedog · · Score: 1
      The issue that has become apparent to almost everyone involved in wireless networking is that the layered OSI-style network stack -- with its clean seperation of layers and no information exchanged except with the layer directly above or below -- just doesn't work very well in a non-wired environment. Why? Because of the time-scales involved in making and tearing down links. Compare with a wired network, where the frequency of plugging/unplugging a cable literally appears to happen eons apart, from a bit-time perspective.

      For example, consider the case of directional antennas (which 802.11s doesn't concern itself with). A directional antenna must be pointed at another antenna. If there is more than one available place to point it, the decision of which antenna to point to should take many factors into consideration, including: 1) probability of being able to make a connection, 2) signal strength, which corresponds to the bandwidth that will be available, 3) the destination of traffic traveling from either end, 4) the priority of traffic destined for a particular address, etc.

      Note that the act of pointing the antenna is a link layer responsibility. Also notice that while #1 and #2 could be done entirely at the physical/data link layers, #3 and #4 live way up the stack. Finally, note that #3 and #4 probably should have more to say than #1 or #2 -- it does us no good to point at B if we only have data destined for A (unless B can route it for us). In a traditional network stack, there is now way layers 1 or 2 could get the information they need to make this decision. In a mesh network there is.

      Similar issues exist in omnidirectional networks. The RoofNet group at MIT, for instance, has a nice paper explaining that shortest path is about the worst thing you can do in a dense wireless network (you lose signal strength/power by making a direct link across the network, and thus have much less bandwidth than if you instead transmitted to the closest antenna between the two endpoints and had it relay to the next closest, etc)

    3. Re:WiFi lower level protocol vs. IP by sploxx · · Score: 1

      That is all true, but if you look at routing protocols, e.g. even the simple RIP protocol, you'll see that it crosses several network layers.
      The same for other network services such as ICMP and so on.
      Of course, there have to be instances in the routing process which know a lot of information about several things to make good decisions.

      There was once an article on /. which was about leaky abstractions. This is IMHO a case of a leaky abstraction. But only because an abstraction is leaky doesn't mean that one should throw it out of the window! The most powerful thing we have that makes us able to deal with complexity is to build hierarchies :)

  22. WiMAX runs over unlicensed freqs too by mveloso · · Score: 5, Informative

    Just an FYI, WiMAX runs across both licensed and unlicensed bands.

  23. Ultamite Cool by celeritas_2 · · Score: 1

    WiMax S er.... a large meshing sort of wireless network with huge ranges, you could conquor the concept of ISP forever, and do all sorts of things for Africa and the like. Still 11s looks like it would be at least slightly nifty.

    --
    -- Checking emails and kicking cheats `till the day I die.
    1. Re:Ultamite Cool by mrchaotica · · Score: 1

      The only hitch in that plan is that you still need a backbone to cross oceans and such. Other than that it's a great idea, though!

      --

      "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  24. S, as in "SATAN" by JonTurner · · Score: 2, Funny

    Because, as we all know, P2P networks are EVIL.

    Signed,
    The MPAA/RIAA.

  25. The "particpation" factor... by dos4who · · Score: 1
    No.. I didn't RTFA, but... I think the only hope this has of catching on, is if the "shared" portion of the bandwith is minimal (as in the usage of the bit-torrent protocol). As a frequent hotspot user, I'm already bugged enough by limited wifi bandwith speeds.

    I think if I were to have to share some of that speed I might be hesitant to participate. yes, it's a selfish thought, but I'm sure I'm not alone.

    Any comments?

    --
    "Yes, I have a Disaster Recovery Plan. It's called my Resume"
  26. Whither the Internet? by smug_lisp_weenie · · Score: 3, Interesting

    Couldn't this theoretically replace the internet altogether? Once the densities of these "s" hotspots is high enough, wouldn't it be theoretically possible to retrieve a page, send an email, etc. without ever having to transmit the message over the internet "proper"?

    1. Re:Whither the Internet? by mark-t · · Score: 1

      Indeed... I can imagine that if it ever got implemented, it would be virtually impossible to put a lid on. Couple that with the Internet itself and I can easily see free broadband internet for everyone.

    2. Re:Whither the Internet? by DeepRedux · · Score: 2, Informative
      At best, this could replace the existing backbone only for limited areas. There is no way this could connect the US and Europe. Even across the US you would have, at best, very constricted bandwidth. If some group organized to put a series of mesh routers across the country, it would still be a trivial amount of bandwidth compared to the existing capacity.

      The other problem would be the number of hops required for long distance. If 1,000 hops are needed to go from NY to CA, what would the latency be?

    3. Re:Whither the Internet? by MightyMartian · · Score: 1
      The other problem would be the number of hops required for long distance. If 1,000 hops are needed to go from NY to CA, what would the latency be?

      VOIP... will w<schreck> really... Latency... not... concern <squalchuckaboom> us...

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    4. Re:Whither the Internet? by seachief · · Score: 1

      Absolutely -- and the creation of a local loop that is NOT dependent on the incumbent local exchange carriers (ILECs, notably cable and telephone operators).

      It's potentially revolutionary..... if you can work out the latency and interference issues. You could run VOIP/wireless VOIP (replace cell phones)/chat/video conferencing/etc across THIS network, NOT the internet. The internet could be connected via a peering agreement, but that's a separate issue. The potential may be huge.

      But I'll bet you the shirt off my back that the ILECs will soon step in and ask for legislation from their "friends" in Congress to put the brakes on this.

      Grrrrrrr. Call me pessimistic... but hopeful.

    5. Re:Whither the Internet? by DRosser · · Score: 1

      if I remember the original architecture for ARPANET was random and chaotic - to provide multiple redundancies in cases of individual failures - very back to the future (reminds me of the early Amateur Radio Packet Radio repeaters and digipeating)
      Doug

    6. Re:Whither the Internet? by Hoch · · Score: 1

      Not just them, the entertainment industry is bound to see the implications such a network would have. Incredibly hard to track nodes. Once they are located physically, ownership is hard to establish, and the network is not monitored. Sounds like a file sharing haven. Plus, since hops would be directly correlated with bandwidth, it could be optimally efficient with a bittorrent-like program. Allowing some sort of multicasting could push this efficiency up higher.

      --
      2*31*37*263
    7. Re:Whither the Internet? by shanen · · Score: 1

      It should actually be done as part of a larger accounting picture where your contribution to the network is balanced against the resources you want. For example, you might have an ADSL connection that you allow to be partly shared over the WLAN network, and in recognition of your value contributed, you would accumlate local "accounting credit" that you might use for other purposes. Simple example, the people who use part of your ADSL agree to provide you some disk space to be used for backup storage, or they agree to give you higher priority access to their network caches. (The backups would be split up and encrypted of course, but that's a different problem.)

      --
      Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
    8. Re:Whither the Internet? by mattbelcher · · Score: 3, Insightful

      Theoretically, no. Gupta and Kumar showed that the per-node bandwidth in such a network decreases with O(1/sqrt(n)) where n is the number of nodes. Thus, the more nodes you have, the less bandwidth each will get. As n approaches infinity, this number becomes 0.

      --

      Shockwave Flash movies are the greatest thing to happen to non-sequitur humor since Japan.

    9. Re:Whither the Internet? by william_w_bush · · Score: 1

      yes and no. This assumes all nodes are operating on or near the same spatial domain. In wireless communications bandwith is dependent on power, frequency, and snr/sensitivity, but there is also a counter-effect at higher freqencies of spatial separation, where enough space divides 2 nodes that they can be considered to be operating independent of each other. Future designs will have to work towards this tendency, but this will allow high short-range bandwith with much lower inter-node or inter-domain bandwith. Yes with n->inf the node bandwith = 0, but there are also values n under proper circumstances in which the inter-node bandwith is maximized. Likely this would be a way to build high-speed local networks while having slow broadband to get wan data, possibly caching it within the mesh. or not...

      --
      The first rule of USENET is you do not talk about USENET.
  27. That's why it's a mesh by mveloso · · Score: 2, Insightful

    The whole idea behind a mesh network is there is no single point of failure.

    That does mean you have to design things so there isn't a single point of failure...unless you want a single point of failure, of course.

    The spec just addresses the nuts and bolts of devices talking to each other. It doesn't take the place of an intelligent designer.

  28. Re:How does this difffer to how DS networks? by eggnet · · Score: 1

    If Nintendo published their specification, it might be news.

  29. Ad-hoc anyone? by Anonymous Coward · · Score: 0

    How is this any different than ad-hoc wireless networks. Hardly a novel idea.

    1. Re:Ad-hoc anyone? by j1m+5n0w · · Score: 1

      An IEEE standard would be a good thing for real world deployment of meshes, provided they pick the right technology (like AODV or DSR and not WDS with STP routing).

  30. Quick let's rush out and spend money on this! by WillAffleckUW · · Score: 0

    After all, this new standard will solve all our problems and stay around so long that it's worth paying $500 extra for something that will cost $0 extra in just 18 months ...

    seriously, I'm way more interested in shelling out for a 1 Gigabyte external HD ($89) for a laptop than for this.

    --
    -- Tigger warning: This post may contain tiggers! --
  31. I dunno... by blobzorz · · Score: 1

    I think that 801.11g is good enough for me.

  32. Re:Sweet... Now my brain cells will fry all day lo by gellenburg · · Score: 1, Offtopic

    Serious question here, because I've always heard that it's the water in food which gets "excited" by the microwave energy that cooks food.

    Why is it then if I place a porcelain/ stoneware plate in my microwave that it gets extremely hot after a few minutes "cooking"?

    Surely there's no residual "water" in my cookware.

  33. Baby, it's hot in here, turn down your laptop by WillAffleckUW · · Score: 1, Informative

    I recall the Wifi band is somewhere around 2.4GHz, which also happens to be the band absorbed by water. You know... like in your microwave oven... wave absorption heats the water, hence the "cooking".

    Radiation is the square of the distance from the emitter. More likely the barrista will get cooked than a customer with less exposure, unless they put the 802.11s devices outside the coffee area, or embed them in the fake wood supports for the coffee place.

    You act as if humans were made of 98 percent water ... don't you trust the FDA and FCC ...

    --
    -- Tigger warning: This post may contain tiggers! --
  34. Intel doing a good job by Anonymous Coward · · Score: 0

    In terms of mesh networking Intel seems to be doing a good job. We definitely need more decentralized community networks that offer redundancy and are resilient towards partial outage. This eventually leads to a truly free internet and a great argument for this type of infrastructure is national security. The current "backbone" type of network is suffering from severe bottlenecks and is ways too centralized meaning that if some of the backbone connections go down the entire internet would be affected. The future are definitely free community WiFi networks and its great to see Intel participating in this exciting development.

  35. Telepathy by jimijon · · Score: 0

    Come on.. this is just getting us closer to telepathic communications. Granted it is a trial and error procedure, but, eventually they will hit upon the right frequency, power, etc. to make telepathic communication a reality.

    --
    Mind | Body | Spirit | Cash
  36. Does this work for really large networks? by Locke2005 · · Score: 2
    This will radically transform WiFi hotspots, allowing the geographical area and available bandwidth on the network to scale with the number of participants.

    I suspect not, with thousands of participants, routing may become unmanagable. Also, in the best case bandwidth is only going to increase by the number of distinct paths between endpoints (a chain is only as strong as its weakest link). But, I suspect once an optimum path is chosen, all traffic will follow that path, and adding more nodes won't improve your bandwidth at all! Unless you seriously beleive this protocol is going to do load balancing over every possible path between the two endpoints, in which case I would suggest you don't have any background in Computer Science.

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
    1. Re:Does this work for really large networks? by william_w_bush · · Score: 1

      Oh my lord, THOUSANDS of participants? How could we ever manage to route between 2^16 possible nodes. Even the numbers seem too big for my feeble vic-20 to comprehend. And even then we'd have to write out long node numbers like 192.168.

      Best case bandwith will be increased, IF the bandwith is strongly localized, ie weak signals with quick dropoff for distance. Imagine 802.11g cept every participant who is reaching for a different node has a dedicated connection. Also with very low power and high dropoff transmissions you can reuse spectrum aggressively, and tricks like OFDM and MIMO really come into their own.

      Christ, the internet does a halfass'd job of routing, and uses very little processing power relative to the task, and still manages to deliver good results as long there is more than 1 effective path (ie the route isn't deep inside a single ISP) to go by.

      It's too early to say whether this will work, but why not just modify 802.11g, drop the power and create a differential transmission mechanism to increase the spatial SNR ratio? I mean /. has 20 articles a month showing how to send a signal 2 miles with tinfoil, this would be the opposite, with frequency shifting based on direction to boost usable bandwith per spectrum. I remember this being added to AEGIS baselines 5 years ago.

      my 2c

      --
      The first rule of USENET is you do not talk about USENET.
    2. Re:Does this work for really large networks? by Locke2005 · · Score: 1

      The internet uses dedicated routers and subnetting to handle large numbers of nodes. As near as I can tell, this scheme does neither, and thus would require every node, even the lowliest PDA, to know the best path to every other node. While memory for keeping track of 64K nodes may not be a problem, I suspect processing overhead might be.

      --
      I've abandoned my search for truth; now I'm just looking for some useful delusions.
    3. Re:Does this work for really large networks? by william_w_bush · · Score: 1

      Actually the internet uses implied addressing to simplify routing, ie 192.168.1.4 is supposedly closer to 192.168.2.15 than 4.2.1.5. After a point the routers just throw darts and hope the packets make it. The fact that there are so many darts and each dart gives feedback to sending the next one means the net is self-optimizing. In terms of an aggregate wireless domain, the subnets would be divided by space, not numbers or hops or routers. Using TCP logic on the internet barely works, using the same logic on a constantly changing mesh would be useless from an actual addressing standpoint.

      Instead of arbitrary subnets addresses, the subnets would be designated by relation, ie "1v2279x988bb9c12" would translate into something like "I'm the 0x12th slot in spatial domain "88bb9c12", with the rest of the address explaining how to get to that node, which frequency or protocol to use, and even possibly qos or traffic policies. Using 256-bits to do addressing is cheap nowadays. And if that mesh is beyond your near wireless domain, you can prefix 64 bits of wire routing to get to that domain.

      Yes this is a rambling post, but by speccing out or at least considering extensible networking protocols ahead of time will save you 20x time trying to hack new functionality without breaking the old equipment.

      And if you really want to make it easy, just give all those devices a crappy gps and have them use hashed position data as part of their uid. Leave enough data unencrypted to find the proper spatial domain, and the rest is just used for roaming or collision avoidance, or whatever.

      --human

      --
      The first rule of USENET is you do not talk about USENET.
  37. Tell me when your finished ... by stratjakt · · Score: 1

    ... introducing a new wireless standard every few months, along with a whole new line of APs, cards, etc..

    Until then, I'll stick with my 1000/100 wired LAN.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:Tell me when your finished ... by TommydCat · · Score: 1
      Until then, I'll stick with my 1000/100 wired LAN.

      Do you have some huge reel of CAT5 hooked to the back of your car that spools out to the airport or Starbucks? For those of us that can work on the road, wifi has been a godsend...

      --
      This comment does not necessarily represent the views and opinions of the author.
    2. Re:Tell me when your finished ... by stratjakt · · Score: 1

      I travel constantly, and it's not an issue for me. If I needed to check an email, my cellphone doubles as a (expensive but it's the companys dime) modem. Frankly, it's just not an issue, since I'm mainly a developer, and if I wanted to work on some code while I'm waiting on a plane, I don't need to be online to do so.

      I've never had any need for broadband while I'm waiting for a flight, and I'd much rather have a wired connection in the hotels I stay at, since my experience with hotel wi-fi (or hell, any public wi-fi) has been less than impressive.

      Frankly waiting around in an airport or starbucks is the only chance I get to relax when travelling. I hate all this wireless tech, it just gives PHB's the expectation that, not unlike Inspector Gadget, us tech guys are "always on duty".

      Fuck that. If you cant give me a place to plug in, then I'm not working.

      --
      I don't need no instructions to know how to rock!!!!
  38. And it will... by MightyMartian · · Score: 1

    Greatly increase the amount of noise out there. It will be lovely to see it battle with spectrum-hopping 2.4ghz equipment. Ah, what a fucked up mess it will all be.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  39. B.A.G.(G).I.N.S.! by NuShrike · · Score: 2, Funny

    As I said in some previous post...

    My preeciousss.

  40. Sounds like BitTorrent by School_HK · · Score: 1

    It's really similar. By the fact that all the users helps out the network, it just sounds like BitTorrent to me.

    1. Re:Sounds like BitTorrent by Nasarius · · Score: 1

      Er well, not quite. It's really just dynamic routing, with the hardware necessary to make it work over wireless. A slightly better comparison would be Freenet.

      --
      LOAD "SIG",8,1
    2. Re:Sounds like BitTorrent by *SECADM · · Score: 1

      My first thought was Skype actually... dynamic routing + self optimizing + p2p relaying of messages. This seems like skype done at the Datalink level of the OSI model, rather than the Application level. Oh, and it's not just for VoIP I guess.

      I am wondering how they will make this work with IP tho. Would each wifi card be associated with a "mobile IP", or would there be some sort of DHCP... Either way this is an interesting sounding addition to the existing protocols.

      --
      sure I'll have a sig.
  41. Agreed! And also... by PaulBu · · Score: 2, Insightful

    I've read the scenarios for the wireless kind of "mesh" which assume that "all devices are created equal", regardless of if they are routers connected to the wall outlet or a (potentially on its last drops of juice) cellphones/PDAs. If such a thing really takes off you will NEVER get "stand-by" power consumption and battery life from your (constantly transmitting other people's data) cellphone.

    Paul B.

    1. Re:Agreed! And also... by NanoGator · · Score: 0, Troll

      " If such a thing really takes off you will NEVER get "stand-by" power consumption and battery life from your (constantly transmitting other people's data) cellphone."

      Unless standby-mode turns off the outbound stuff.

      --
      "Derp de derp."
  42. Re:Sweet... Now my brain cells will fry all day lo by j1m+5n0w · · Score: 1
    Water is actually not opaque to 2.4ghz radiation. If it was, your food would burn on the outside while staying cold on the inside. It's more like it's translucent - some of it gets through, some doesn't. Your plate may be more opaque to microwave, not because it contains water, but because it happens to be made out of something else that happens to absorb microwave radiation as well.

    Water interferes much more significantly with microwave radio transmissions at above 10 ghz.

  43. Lack of security? by codergeek42 · · Score: 0

    If each transceiver (i.e. WiFi card) is also a hub that transmits others' packets, what's to stop someone from hacking their card or its drivers then using them to intercept and damage others' packets in a man-in-the-middle style attack?

    1. Re:Lack of security? by j1m+5n0w · · Score: 3, Interesting
      It's worse than that. Most wireless mesh technologies allow anyone to advertise themselves as the quickest route to somewhere, provided they're closer to the source than the real destination. They could then either a)modify the packets (if the nodes aren't using end-to-end encryption) or b)drop them.

      This is a good question and, last I checked, an open research topic. One workaround is to only accept route advertisements from a trusted set of routers.

  44. I'm holding out for by melted · · Score: 2, Funny

    "Wireless XML mesh adaptive grid networking high speed premium edition XP ultra pro elite extreme" standard.

    Just think about the synergies and win-win go to market opportunities that can be obtained by utilizing it.

    1. Re:I'm holding out for by grcumb · · Score: 1

      "Just think about the synergies and win-win go to market opportunities that can be obtained by utilizing it."

      BZZZZT. You didn't say 'paradigm'. Thanks for playing, though. 8^)

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  45. how does this crap get modded up? by Anonymous Coward · · Score: 0

    there's a specific technical definition of mesh networking -- it was developed by the military -- and what's described here doesn't come close to being real mesh networks.

    Are slashdot mods really that stupid?

    1. Re:how does this crap get modded up? by Anonymous Coward · · Score: 0

      >> Are slashdot mods really that stupid?

      Are you sure you want to know the truth? OR(H, E) = PH(E)/P~H(E)

  46. Cute, but get a... by Anonymous Coward · · Score: 1, Interesting
  47. microporn waves... by Lord+Prox · · Score: 1

    Well I'll ask you to consider a few things first...
    1. Calculate the energy density from all of these sources.
    2. Compare to sunlight energy density at > 1KW/M^2
    3. Factor in sunlight containing an ionizing radation componant.
    4. Factor in pr0n health benifits. here and here

    So yes it is safer to sit at home with the microwaves and pr0n that to go outside.

  48. Making hardware do what people expect it to do by j1m+5n0w · · Score: 4, Informative
    Have you ever installed one wireless access point, and wished you could install a second, within wireless range of the first, without running a second cable? Most access points can't do that, even though most people expect them to be able to before being told otherwise. Mesh networking would enable this sort of networking, and much more.

    The performance will always be less than an "every AP has its own landline" topology, but networks will be much easier to build (and perhaps simpler to maintain).

    1. Re:Making hardware do what people expect it to do by asdfghjklqwertyuiop · · Score: 4, Interesting

      Have you ever installed one wireless access point, and wished you could install a second, within wireless range of the first, without running a second cable? Most access points can't do that, even though most people expect them to be able to before being told otherwise. Mesh networking would enable this sort of networking, and much more.


      Are you talking about a repeater? I believe most of the cheap linksys APs can be set up to be repeaters instead.

    2. Re:Making hardware do what people expect it to do by nil5 · · Score: 2, Interesting

      nope, repeaters are not at all the same as a real wireless to wireless router. They do not segment the network or do anything more than simple decode=>retransmit.

      a mesh network will allow you to make a multihop wireless network much in the same way as if you had a number of wired network interfaces in your Cisco router. This makes things a lot easier, since the wireless network can be extended in an easy-to-configure way, without any wires. Also, the multihop routing capability increases the capacity of wireless networks. The repeaters actually decrease capacity...

    3. Re:Making hardware do what people expect it to do by asdfghjklqwertyuiop · · Score: 1

      Ah, a wireless to wireless router. The most likely reason you can't do that on any cheap AP is that that would require more than one wireless interface, increasing the cost of the unit. The soho market that these cheap APs are made for probably don't need the extra functionality.

    4. Re:Making hardware do what people expect it to do by Nurgled · · Score: 1

      Wouldn't having one access point feed off another be more like having an ethernet hub uplinking to another hub? My AP at least doesn't interfere with the network layer: the wireless hosts are on the same broadcast network as the wired ones.

    5. Re:Making hardware do what people expect it to do by smartfart · · Score: 1
      Have you ever installed one wireless access point, and wished you could install a second, within wireless range of the first, without running a second cable?

      My Linksys WAP11 can at as a bridge or whatever (I'd have to pull up the pdf manual to know the exact options offered), allowing you to string a line of APs without having to wire any but the first one.

    6. Re:Making hardware do what people expect it to do by j1m+5n0w · · Score: 1

      WAP11 and the airport extreme are the only two consumer access points I know of that do that. A linux box with HostAP can be made to do the same. Unfortunately, they use the ethernet spanning tree protocol as their routing algorithm, which tends to produce extremely suboptimal routes for any reasonably sized mesh (like more than 2 or 3 access points). AODV and DSR are much better, especially if they use a route cost metric that takes reliability into account.

  49. No Central Control by uedauhes · · Score: 1

    The great thing about highly connected mesh networks is that there is no central point of control (ISP). It is very hard to censor traffic when it can run through any one of thousands of indivdual users' machines.

    1. Re:No Central Control by Anonymous Coward · · Score: 0

      By the same token, it's very hard to ensure good virus protection if your network's weakest point is RandomUserX's unpatched WinXP machine running Kazaa. Admittedly not every ISP gives good virus protection either, but why open yourself to the the possibility if you don't have to?

  50. Giving competition to the Big Boys is imperative by Cryofan · · Score: 1

    What is really important about wifi is that it will give a really low cost alternative to basic broadband service. Especially when if municipal wifi is implemented.
    Once there broadband competition is there, it will drive down dsl and cable and phone prices.

    So, it doesn't have to replace what we already have--all we need from it is to break the chokehold the big telcos and cable companies have on broadband.

    --
    eat shiat and bark at the moon
  51. Say Bye-Bye to Baby Bells by SoupIsGood+Food · · Score: 2, Interesting

    This is the end of the telco. A self-organizing internet of WiFi, once adopted on a massive scale, will obviate the need for the last mile provider. In all the states without protective legislation, municipalities will have one or two huge pipes for the wider municipal network to plug into, say at the Library and Town Hall, and let everyone's 802.11s hardware negotiate with each other the best path to it.

    The places that do have protective legislation will find themselves repealing it in the face of enormous public pressure.

    The only purpose of the telco will be to provide fiber for institutional and corporate clients concerned with security and guaranteed bandwidth.

    Good riddance.

    SoupIsGood Food

    1. Re:Say Bye-Bye to Baby Bells by NotQuiteReal · · Score: 1
      In that scenario, how much will the "one or two huge pipes" cost? If providers aren't selling a lot of pipes, they will cost a bunch, right? No volume discount, no costs spread amongst many users, etc.

      Unless all the fibre in the ground is a sunk cost, so to speak.

      --
      This issue is a bit more complicated than you think.
    2. Re:Say Bye-Bye to Baby Bells by Anonymous Coward · · Score: 0
      This is the end of the telco

      Not so fast. With every hop there is a bit of latency built into the network. With each bit of latency you have to wait, there fore the person on the other end takes time to respond, and after a while it's just like the news casters in Iraq who take up to 3-4 seconds to answer a simple question on the air. Unless the conversation is unidirectional you'll just have to wait to get an answer from the other end of the conversation. After a while it will just drive you nuts. :-}

    3. Re:Say Bye-Bye to Baby Bells by Creepy+Crawler · · Score: 2, Interesting

      Ever heard of Emminent Domain?

      Who ever said that it couldnt be used against corporations that go agisnt the public good?

      IML's could be the future. InterMunicapality Links.

      Even better, you could base this system off of IPv6 and have Lat/Long coordinates for certain big hubs. Know the coords, know the IP, know where you're going through.

      --
  52. The amount of energy by xixax · · Score: 1

    Yes, exposure to EM radiation is dangerous. So is exposure to sunlight. While you should not needlessly expose yourself to EMR, the power involved is low compared to other sources that we are pretty blase about.

    There is a lot of info available on the subject.

    --
    "Everything is adjustable, provided you have the right tools"
  53. Re:lol what? by Anonymous Coward · · Score: 0

    Ghost In The Shell.

  54. Old idea, but it's about time by shanen · · Score: 2, Informative
    Glad to see it's finally moving forward, though it's not exactly a new idea. Actually goes back much farther than in the following link (so I don't feel like it's really tooting my own horn), but just rehashing from a slightly different (more ideological?) perspective: We, the Internet. They should have a date somewhere on there, but it was probably 2000 or 2001 (but based on ideas that go back at least to the late '80s).

    Capsule summary--the privately-owned WLAN infrastructure should bypass and where possible replace the wired corporate-owned network infrastructure. There are three main facilitating aspects:

    1. Certain content is very popular, and can therefore greatly benefit from distributed caching.
    2. Much content is intrinsically local (such as local business specials and ads).
    3. The system can scale very well. Actually, by using variable power transmitters, as density increased the individual power requirements would actually decrease while the local bandwidth would remain constant, and without requiring any additional frequency spectrum.
    --
    Freedom = (Meaningful - Coerced) Choice != (Speech | Beer^2), and sad sock puppets' bad mods avail them naught.
  55. Internet by Deliveranc3 · · Score: 1

    I can't even combine two internet connections on my machine.

    Or give them tasks DESPITE having diffrent IP's on my usb wifi device, and 2 nics!

    What's up with that?

    1. Re:Internet by william_w_bush · · Score: 1

      two words: winsock of all the network stacks in all the world, MS had to go and badly rip-off that one. offtopic question: shouldnt there be licensing issues there?

      --
      The first rule of USENET is you do not talk about USENET.
  56. Just a thought... by lilricky · · Score: 1

    but I didnt think Intel could just "create" a standard. ANSI, sure, but a company cannot create a true standard if no one but them uses it. Of course its most likely a moot point since they believe if they put it out there, people will automatically buy it, because it has to be better, s is higher than g right? ;)

  57. Now my brain cells will fry... Too late maybe! by xtermin8 · · Score: 1

    Informative? If what you suggest was true, wouldn't our skin and ears also suffer ill effects? I don't think telephone companies would take chances with the public's ears. In in the US, cordless phones also use 2.4 Ghz- and can cause inteference with wireless networking, which also has been scientifically proved to causes testicles to explode! You'd better replace any 2.4 Ghz wireless phones right away. Don't wait!

  58. Slower! by mnmn · · Score: 2, Interesting

    Will my 802.11s router run at 5mbps in a busy apartment, lending the remaining bandwidth to forwarding other packets?

    Will a wardriver in the parking lot be able to DDoS the mesh?

    Will I have to disable mesh and disallow all outside traffic the first time I install the router, if I just want to use the router myself? Will I be able to do that?

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    1. Re:Slower! by Maljin+Jolt · · Score: 1

      Will my 802.11s router run at 5mbps in a busy apartment, lending the remaining bandwidth to forwarding other packets?

      No. It will run at less than 1 mbps.

      Will a wardriver in the parking lot be able to DDoS the mesh?

      Yes.

      Will I have to disable mesh and disallow all outside traffic the first time I install the router, if I just want to use the router myself?

      Yes.

      Will I be able to do that?

      No.

      --
      There you are, staring at me again.
  59. Microwaving Ice Cubes by xtermin8 · · Score: 1

    Offtopic, I know, but an interesting point is that Ice does not respond to microwaves the way water does- defrosting with a microwave is not very effective, and melting ice cubes takes a surprisingly long time in the microwave. Somewhat back ontopic- I think one would notice one's ears and head getting extremely hot before any other damage occured from wireless devices. http://www.colorado.edu/physics/2000/microwaves/wa ter_rotates5.html

  60. Everyone's always talking about increasing range.. by merreborn · · Score: 2, Informative

    But if you've ever had a roommate who runs p2p apps with uncapped upload bandwidth, you'd know why sharing a 'net connection sucks. It only takes a single computer on a cable modem based lan to make the connection unusable for everyone else.

    Apps like edonkey/emule and limewire will gladly use every bit of upstream bandwidth you have, bringing pings to sites like google and yahoo up to 1000+ ms for the rest of the lan. And of course, the majority of people are do not know that they should limit their apps' network usage, much less how to do so.

    I don't know about you, but I'm not interested in sharing my internet connection with people who aren't computer literate enough to be 'good neigbors'.

  61. But will it work in *BSD? by nozzle! · · Score: 0, Flamebait

    Great, yet another piece of ... hardware that won't work properly in 'put_your_*nix_here' because 'put_your_company_here' won't release the specs. Thanks, but I'll just stick with my existing, functioning hardware for now.

  62. a few notes by Anonymous Coward · · Score: 0

    mesh and adaptive network are sexy yes however they don't seem to scale beyone each major cluster well, nor can they sport more than N amount or y amound when y >= 30 pears or N= 100 pears at less than or equil to ~ a half meg each way

  63. what about 802.11i? by TheJOsh!(tm) · · Score: 1

    the imaginary standard...

    --
    Rise up in the cafeteria and STAB them with your plastic forks!
  64. University communities by Anonymous Coward · · Score: 1, Insightful

    Am I the only one that doesn't see the potential to share files across a local community network, not necessarily internet access? This standard would be amazing for University housing neighbourhoods.

  65. Something to warm my butt in New England winter! by xtermin8 · · Score: 1

    http://www.colorado.edu/physics/2000/microwaves/wa ter_rotates.html Microwaves simply warm up the water molecules in food. It takes a lot of energy to actually break molecular bonds.

  66. This is premature by mattbelcher · · Score: 4, Insightful
    As someone who does research in this area, I think this announcement is a little premature. There are several fundamental problems that have yet to be solved with this sort of wireless network topology, and I don't see any indication that the 802.11s task force has solved them.

    For example, no one has given a MAC protocol that solves the hidden/exposed sender/receiver problems simultaneously. Without such a MAC protocol, it is impossible to resolve the contention fairly. 802.11 DCF solves hidden and exposed sender, but not receiver.

    Also, Gupta and Kumar showed that the per-node bandwidth in a wireless mesh with random node placement is O(1/sqrt(n)). This is especially bad news for the sort of nationwide wireless meshes people have been talking about here.

    Finally, TCP is especially problematic over multiple wireless hops. It causes self-interference which creates massive packet loss due to contention. TCP is built on the assumption that all packet loss is from congestion, but this assumption is not met by wireless contention losses.

    In my own simulations, TCP's overaggression causes routing packet losses, creating spurious route breakage and even more TCP timeouts.

    --

    Shockwave Flash movies are the greatest thing to happen to non-sequitur humor since Japan.

    1. Re:This is premature by Anonymous Coward · · Score: 0

      Couldn't Fast TCP (from the folks at CalTech) address some of these problems? http://netlab.caltech.edu/FAST/ I thought FastTCP dealt with packet loss differently. By reducing send rates only by the proportion of loss instead of the aggressive 50% drop of TCP.

    2. Re:This is premature by william_w_bush · · Score: 1

      lots of points.

      a: i really doubt tcp would work in stock config, it does not likey high entropy networks, no matter what the RFC carrier pigeon says.

      b: true, in random configs that is totally right, but at n much less than inf and especially with adaptive power and frequency modulation control and hopefully 2 freqency domains for near and far-range traffic the equation stays managable. The key is localized traffic using minimum power with high spatial rolloff.

      c: no, but this is possible to do brute force by conservatively handling time and freqency domains, and long callout arbitration, etc. basically moving nodes will suck, but nodes with the oldest connections will be given precedence with freq/timeslots, as they are least likely to be moving. basically nodes that show up last get last dibs on bw, oh well.

      mostly engineering problems, and honestly tcp needs to be updated or wrapped or something. stock tcp on fiber is not remotely funny, and gracefully handling small data losses would allow for vastly faster networks. likely a CDMA or TDMA approach for multi-link tcp would fix some of these problems and allow for higher bandwith by parallizing several slower streams, increasing agg bw and allowing for true multi-link/route connections.

      it has years to go, but i doubt it would take decades. when pc's reach the point that they are by definition portable this becomes a neccessity.

      --
      The first rule of USENET is you do not talk about USENET.
  67. Imagine... by jestered1 · · Score: 1
    Imagine a Beowulf cluster of mesh networks!

    (I cannot believe no one said that yet)

  68. wtf! by Anonymous Coward · · Score: 0

    because its retarded. dont use big words when you dont know what they mean. ;)

  69. Locustworld mesh networks by Entity1633 · · Score: 1, Interesting

    I am currently using Loustworld mesh-ap which is compatible with any 802.11b/g client. so far here are my experiences on a high power setup with reliable signal on a 200mw radio: 5mbit actual bandwidth 3-5ms per hop 800ft nlos links

  70. Re:Sweet... Now my brain cells will fry all day lo by Misroi · · Score: 1

    Just put your tinfoil hat on...

  71. RIAA by Anonymous Coward · · Score: 0

    Sounds a lot like a peer to peer network. I think its only a matter of time before the RIAA sues them!

  72. Hmm... by racazip · · Score: 1

    What happens when they actually release 802.11x? Nobody will know what the hell they are talking about.

    1. Re:Hmm... by Anonymous Coward · · Score: 0

      *lol*

  73. I designed better than this over 6 years ago (L2R) by Anonymous Coward · · Score: 0

    When are they going to wake up?
    L2R did this over 6 years ago, and L2R is still generations ahead of anything this can accomplish.

    sigh, is it sad or just pathetic? or both?

  74. bandwidth by tooth · · Score: 1

    I don't know about this, won't a user on the outer with a high throughput kill the links for others along the chain? It might be great for low bandwidth apps like telnet though.

    1. Re:bandwidth by amit2030 · · Score: 1

      I guess this will not completely replace existing technologies but will co exist. This is especially useful for remote areas having only one base station and there are many terminals not directly in the range of the base station. Its good to see this thing coming out as I have my own version of mesh routing protocol that I wrote for my master's thesis in 2003. This will also allow a community to have some sort of local network without any wires and you can play online games or chat with your neighbor without having to buy an internet connection. I think these softwares have to be modified for using the mesh network and not try to find an internet server if there is no connectivity but just a LAN on mesh network.

  75. advantages over WDS on 802.11b/g by Anonymous Coward · · Score: 0
    Some things I can imagine as an advantage of this:

    • all of the client cards can become routing nodes on the mesh.

    • there are provisions for layer 3 configuration (IP address, DNS, routing, etc)


    If this is access points only its kind of a "why isn't there already a working group for this?" type of thing.
  76. My setup is better by TheLittleJetson · · Score: 1

    I kidnapped an engineering grad student and had them write their own protocol. Once this was in place, the student was disposed of. Nobody is gonna sniff me.

  77. IP layer meshing by cibus · · Score: 1

    Mesh IP-routing is actually quite widespread in experimental free comunity networks theese days. Check out http://www.freenetworks.org/
    Ofcause I am going to use this oppertunity to promote http://www.olsr.org/ ;-)

  78. RTFA by Anonymous Coward · · Score: 0

    Intel is submitting it to IEEE as a standards proposal

  79. uucp? by Anonymous Coward · · Score: 0

    Does anyone else see this as a sort of latter day UUCP minus the UU?

  80. LOS Limits and Low power = Mesh Scalability by Baldrson · · Score: 1
    If the world were an idealized plane the math says the noise floor would grow without bound. Aside from the fact that the world is round, and therefore has a limited horizon for any signal, more important is the fact that any given node in a mesh is likely to have quite limited line of sight.

    You build up a mesh by having a lot of low power nodes that have their signals attenuated by a lot of near-by obstructions, not by having a lot of high power nodes sitting atop clear-line-of-sight towers.

    There are no inherent limits on the capacity of mesh networks. Any supposed limits are imposed more by antenna technology than anything else.

    If Intel got into phased array/smart antenna chips their mesh networks could even be high power and long line of sight without creating noise floor problems. Intel might like to have a mass market for such chips and it would certainly benefit the mass market.

  81. What will we do after 802.11z? by mmell · · Score: 1

    At this rate, 802.11aa should be available before January 2006.

  82. muni wireless = socialism. by Anonymous Coward · · Score: 0

    Taxation is slavery.

  83. Re:1st post by Anonymous Coward · · Score: 0

    Insightful?
    WTF mods

  84. DHCP - who provides when the network is split? by Proud_to_be_Pinoy · · Score: 1

    If a node that effectively connects a group of other PCs goes down, the network would be split. Should someone new connect to the orphaned group, where does that new connection get a DHCP lease? Regarding DHCP, how big would the subnets be? Wouldn't a class C DHCP run out of addresses too soon? Would a class B setup be enough? Considering that any PC would soon be acting as a router/repeater, it is possible that a DHCP server would be serving leases over a really really large area.

    --
    no sig = no personality(?)
  85. Roaming? by Anonymous Coward · · Score: 0

    How does it handle roaming between APs when you have different IP networks configured? Or does it just act as a bridging mechanism between APs that all exist on the same unsegmented network?

  86. Tired of Scandinavians thinking they're perfect by gubatron · · Score: 1

    I agree that thinks probably work perfectly in Scandinavian countries. But I'm frickig tired of hearing they're better than America.

    You people don't realize, that you can't compare how your system works to the American system and it's flaws, compared to the size and amount of people in the US, you're nothing but a lab room.

    For instance I guess Finland has only like 5 million people, and you got a lot of money to fool around with social plans and other things.

    That's not even the total population of New York City... The US is at war, and things still work a lot better than in some other countries. The beauty of this, is that this place is hughe, and the system (which is not perfect) is quite good. This country compared to underdeveloped countries, has among other things you probably take for granted:
    -> JOBS and Good opportunities! And High Paying Good Jobs
    -> Safety. You can walk at night, have nice cars, wear jewelry and electronics freely on the street without getting mugged, or kidnapped. In other countries you can't even take a walk in the street once it's dark.
    -> Reliable Mail System! You sure don't know what it's to live without one, I'm still amazed by all the things you can do over mail.
    -> Excellent Roads, Trains and Public Transportation
    -> People can prosper, and you can be as big as you want, I've seen a lot of money before me during this 2 years.

    Also there are things I can complain about, I don't expect everything to be perfect, I can complain about Insurances, Medical Billings, Medicines, the War in Iraq, and George Bush.

    This country is probably the dream of many people in the past, a place where people from many different countries could live under the same rules, together and in peace. I'm from Venezuela, and we were liberated from the Spanish Empire in the 1800's. Bolivar's dream was to have all South America as one big power. His dream is slowly becoming a reality but in the US. In here I feel closer to the rest of latin america than in my own country. I've met people from all over latin america and the world here. They come here for better opportunities. Yes, a lot of them ilegally and they probably end up being slaved, but for those who do things legally, they have a great future ahead of them here, and when you speak the same language (Spanish that is), it's like if we were from the same place, Bolivar's dream come true, we're like brothers in this place.

    I appreciate the things Americans and Europeans take for granted, this country with all it's flaws is a paradise. Probably things work a lot better in Finland, Sweden, etc. but wouldn't things be perfect in New York If it had the budget of a whole country? of course.

    I'm also tired of hearing Europeans tagging Americans as narrow minded people, religious, etc. I also came here with that idea, but now I know better. In 2 years I've been living here, I've learned that Americans are not stupid at all, these people like to travel, educate themselves, have good taste, party, etc. They're people like everywhere else. I hope, and I'm sure that not all Europeans are so narrow minded in the way they think of americans, although all the Europeans I've met in this country during the last 2 years (yes in this country, they come to study and work here), do nothing but complain about this place and how stupid people is, and how Europe is better... why aren't you there then?