Slashdot Mirror


Automatic Wireless Network Organisation

babycakes writes "Interesting article over at the BBC about the future of wireless networks. Researchers at Intel are developing mesh networking technology that automatically organizes the best routes between wireless devices for better bandwidth control, now that the number of wireless devices is set to explode." Neat stuff, but they've yet to implement any sort of security controls. Until they do, it's going to be a real party for wireless eavesdroppers. timothy adds: La Camiseta writes "Wired has an article discussing the extent that some people will go to in order to stay connected. My favorite is their 4-way SMP system that fits into a briefcase."

10 of 125 comments (clear)

  1. one word... MESHBOX by Anonymous Coward · · Score: 5, Informative

    So you wanta mesh networking? I givea youa the mesha networking...

    Meshbox is a lightweight unix distro that does mesh networking over wifi and a gazillion other useful things.. ..fits in 32mb.. ..can also be bought with a an miniITX puter to run on... for just $400.. ..has potential to change the world... or at least the telco industry.. ..is cool.. ...is developed on the right side of the atlantic... :)

    1. Re:one word... MESHBOX by Spruitje · · Score: 3, Informative

      And there is even a sourveforge project started .
      I have build five meshap units.
      The VIA-EPIA V8000 is only 109 euro including the processor and a processorcooler.
      Only thing you need next to this board is a 128 mb sdram module, a 32 CF IDE drive and a PCI-wirelesscard.
      And of course a case.
      The biggest advantage is, that it works and that is doesn't cost you an arm and a leg.

  2. Re:4-way SMP? by benwb · · Score: 4, Informative

    SMP requires shared memory so this box doesn't fit the bill.
    Best Regards,
    Your friendly nitpicking geek.

  3. Re:Whats the point of that Mini-ITX cluster? by Salamander · · Score: 3, Informative
    it was outperformed by the P200/MMX I wanted to replace.

    That seems like a rather extreme case, and probably more to do with memory than with the actual processor. On most applications, using similar memory/bus technology, the VIA will come in only a little behind an Intel or AMD processor at the same clock rate. On the measure of "MIPS per milliwatt" it will come out way ahead, and that often matters even more. This is not a platform designed for raw performance. It's designed to balance performance with other factors, and does it quite well.

    Why cluster 4 of those? I'd think a 2 gig Celeron (of course P4 would be preferred) would have more power, faster DDR Ram, be as cheap (if not cheaper).

    Also more power required, more heat, and more space. The nice thing about the Eden boards is that they do well in those three areas, which are more important in this application than raw computes, and yet they run everything that those hotter, more power-hungry processors plugged into bigger motherboards do. There are four of them because this is the sort of application where more slower processors provide benefits that fewer faster ones would not.

    My quibble is not that they went with Eden, but that they didn't get the ME6000 which can run fanless. BTW, that board supports DDR SDRAM, so for a memory-bandwidth-bound application such as your squid server it would probably do quite well (assuming that the app isn't poorly coded to use more CPU cycles than necessary).

    Disclaimer: I do have a VIA-based system (Shuttle SV24) but that's my only association with them. I also happen to know a couple of the Wifi Caravan folks.

    --
    Slashdot - News for Herds. Stuff that Splatters.
  4. Intelligent Wi-Fi by shamitbagchi · · Score: 2, Informative
  5. Re:Security implications? by meese · · Score: 4, Informative

    There have been several research efforts to ensure security and prevent misbehavior in ad hoc networks.

    The following papers address many of the issues:

    The Ariadne System (for secure routing)

    Mitigating routing misbehavior

    There are several others that solve similar problems in the research literature.

  6. Re:Security implications? by grumpygrodyguy · · Score: 3, Informative

    For wireless to really explode in the business arena, however, security needs to be built-in from the start.

    Security is at least as important to the home user.

    If P2P filesharing is going to keep from dying on the vine, a very robust IP masking security layer needs to be implemented soon. An IP address is like a license plate. Now that ISP's can be bullied into identifying thier users, there's really nothing we can take for granted. Those of you who take issue with filesharing may not agree, but the next application to be blacklisted may be yours.

    IP anonymity is the 21st century equivalent of the proverbial "right to bear arms". It should be protected in order to ensure that we are protected from our government.

    --
    The government has a defect: it's potentially democratic. Corporations have no defect: they're pure tyrannies. -Chomsky
  7. VPN... by craenor · · Score: 3, Informative

    If you want wireless security, there it is. Setup your access points (APs) with a DMZ. That's a small space in the networking architecture of the AP that anyone can access.

    The only thing you will find in that DMZ is a portal to sign into the VPN server. You have a VPN account, you're in there. You don't have a VPN account? Sorry. Is it perfect? Maybe not, but it's a helluva lot better then relying on WEP.

    Craenor

  8. Re:Security implications? by dnoyeb · · Score: 3, Informative

    I fail to share your concerns. A hardwire network has only access security. Anyone is able to plug into it and your so called security turns instantly into anti-security.

    You should be using encryption at the software level, and the data level, not the hardwire level. Software level encryption and data level encryption can be changed on a daily basis. hardware level security is permanent and once broken you can toss your foolish devices in the toilet.

  9. Re:Battery usage? by Salamander · · Score: 2, Informative

    Actually, the people who design ad-hoc routing protocols are very much aware of this issue. If there's an alternative route through plugged-in stations, it will be preferred. If your battery power, as reported through the routing protocol, is low, traffic will be routed somewhere else if possible. Sometimes, though, you might be the only link between two network segments, and there's no choice but to route through you. You don't even know whether that's the case, but that's the risk you have to be willing to take as the cost of participating in such a network. If you want guarantees, you can always use a traditional "infrastructure mode" AP setup that's under your own complete control.

    --
    Slashdot - News for Herds. Stuff that Splatters.