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."
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?
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
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."
You can't talk about Wikipedia's flaws on Wikipedia
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.
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.
There are already many research projects ongoing which try to find good routing algorithms and network topologies for IP based mesh networks.
:) and ethernet network. You'd need upgrades for a new routing algorithm and progress in this area will be much slower.
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
OTOH, maybe the network will be more stable, but one has to prove that.
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.
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.
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.
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.
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.
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.
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.
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.
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.