Slashdot Mirror


Being Wireless: Viral Telecommunications

sh4na writes "3G is out before it is ever in... because, as Nicholas Negroponte puts it, the *real* next generation is the Wi-Fi "lily pads and frogs" concept. Wouldn't it be great?"

72 of 203 comments (clear)

  1. 802.11 + VoIP = Bye Bye Cell Phone by mhesseltine · · Score: 5, Funny

    Unless, of course, Verizon, T-mobile, Voicestream, etc. "influence" their favorite congress rep and get some BS law passed claiming that VoIP on 802.11 is so cheap and available that the terrorists will use it to coordinate missions. And then, when someone uses your hub, you are now responsible for aiding terrorism.

    On second thought, forget I ever posted this. Those bastards don't need any more ideas.

    --
    Overrated / Underrated : Moderation :: Anonymous Coward : Posting
  2. What this all assumes by Dancin_Santa · · Score: 2, Funny

    This is all about people intentionally sharing their bandwidth. The people who buy the little WiFi thingamabob to shoot wireless Internet rays to all their computers don't have the slightest clue that they may be sharing with everyone.

    Once some company comes along to close off these WiFi hotspots with their latest product, these viral whatzits are done for.

  3. It has potential, but... by warpSpeed · · Score: 5, Interesting
    You need a fundamenatly different method of IP addressing, new routing protocols, and methods for interacting with the current net as it exists. Do you think that IANA will easly start putting out IP addresses for Mesh networks? Even with IPV6? The hardware is there, but more work needs to be done on the practical implementations of mesh networks and integrating them into the current infrastructure.

    Then lets consider how ling it will take the "Bells" to wake up and notcie that thier stangle hold on the local telco market is threatened. It will not take too long for Congress to churn out some back-assward laws that stifle any creative use of Wi-Fi.

    1. Re:It has potential, but... by droid_rage · · Score: 2

      Let's not forget NAT. Cheap wireless APs from Linksys, DLink or NetGear have NAT capabilities built in. Assuming that most wireless "Lillipad hosts" will be current broadband users, there really is no problem

      Now, considering that most DSL/Cable broadband is provided by large companies with a vested interest in minimizing public wireless networks, I would expect a large crackdown on anyone openly sharing their connection in the near future. Rather than pass laws, the bells and cable co's will disconnect users suspected of trafficking in free wireless networks or ratchet their available bandwidth way down, or, even more likely, start charging for actual bandwidth used.

      So, what really needs to happen? Community sponsored broadband with wireless links, perhaps. Find a group in the community willing to share bandwidth such as the school district or library, or fund your own T3 line, and share it out using directional antennas to other areas which use omni-directionals on top of fairly tall buildings to create the lillipads.

    2. Re:It has potential, but... by N3WBI3 · · Score: 2

      Thats actually a pretty good bet, I know many people has a dreaming of no omre ISP's a 'user-run' internet but that would be a disaster, A good boet would be to replace the ISP's (Middle men) with community (but not government) groups. The idea of getting a school to host a t3 and shre out with its neighborhood is pretty cool.

      --
    3. Re:It has potential, but... by Golias · · Score: 3, Interesting
      Having your local city or county library provide a DS3 drop or two for all the "lillypads" in the city seems like a great way to get that done. I'm all for it.

      Unfortunately, I can't think of any "emerging trend" that Negroponte has ever written about that actually ended up happening after he wrote about it. It's almost like the Sports Illustrated Cover Curse (for non-sports-fan geeks, it's kind of a murphy's law of sports... any athelete who gets his picture on the cover of SI will have a terrible week immediately afterwards).

      Negroponte's columns are often the stuff of cyberpunk novels, not future reality. In this case, I hope he's right though. Connecting a laptop to the Internet from some non-wired coffee shop costs you a fortune right now, and it shouldn't.

      The one potential problem I see with this is that if we all ababndon the wires, and cheap DSL goes away as a result, where the hell am I going to connect my static-ip web server? I'm one of those people who values the Internet as a means of distribution as much as a means of getting information.

      --

      Information wants to be anthropomorphized.

    4. Re:It has potential, but... by warpSpeed · · Score: 2
      All of these are very good points.

      However I was thinking more along the lines of having, or allowing a direct integration of the current net with a mesh network though, with out using NAT. That way the network should be "healable", and route around damage, or offline nodes. If you have a bunch of "entry points" in the "net" then some of these points will get clogged, and you will have all of the users behind one NATed IP address. This would be problematic. If you can have a Mesh network that had routing capabilities, and could intelegently route to less congested hardwired access points you could really have a nice system.

      This will require a whole new set of routing protocols, and possibly network addressing. The current IP scheme almost requires that the network be fixed in place since there are no effective routing protocols for individual network addresses. We are having a hard enough time routing CIDR blocks at this point....

      A fundamental redesign of addressing, and routing would need to be implemented to make Mesh networks reach thier full potential, IMHO. I'm sure there are plenty of neat things we could do with all this wireless hardware in the mean time.

      Perhaps IPV6 could fill in some of the needs here, I do not know for sure, IANAIPV6E (I am not an I P V 6 Expert)

    5. Re:It has potential, but... by WolfWithoutAClause · · Score: 2
      I don't think the Bells care that much. Wi-Fi networks are a bit like having lots of small roads everywhere. I mean sure, you can probably drive all the way, or almost all the way across America without ever driving on a major toll road or freeway, but you probably wouldn't want to.

      So, everyone ends up going on the backbones with their traffic at some point- very little web traffic is local on the internet.

      In fact growth of wireless networks are positive for the Bells, for every installed wireless network, there is a need for more connectivity over their fibers.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    6. Re:It has potential, but... by Salamander · · Score: 2

      Address space is not the real problem. The devices need addresses no matter whether you're using "lily pads" or more traditional means. The real problem problems are things like routing (not just in a mesh but in a dynamic mesh just for extra fun) and power management (bad to kill your batteries forwarding other people's packets).

      --
      Slashdot - News for Herds. Stuff that Splatters.
    7. Re:It has potential, but... by sl956 · · Score: 2

      You need a fundamentaly different method of IP addressing, new routing protocols, and methods for interacting with the current net as it exists.

      Such a routing protocol exists : the Ad hoc On Demand Distance Vector (AODV) routing algorithm is a routing protocol designed for ad hoc mobile networks. AODV is capable of both unicast and multicast routing.
      There are several free (speech and beer) implementations for intel or ARM (I use this one)
      Some hotspots are already using AODV in Europe (AFAIK in Bruxelles and Paris).
    8. Re:It has potential, but... by Salamander · · Score: 2

      Indeed. You can also be much more sophisticated about it than that. That's why I said it was an interesting problem. ;-)

      --
      Slashdot - News for Herds. Stuff that Splatters.
    9. Re:It has potential, but... by WolfWithoutAClause · · Score: 2
      However you make assumptions that new routing software for a mesh net wont EVER BE ABLE TO provide for a quick long distance transit.

      Routing isn't the big problem, although it is somewhat a problem. The big screw case is called 'an ocean'.

      Now there's several ways to go across oceans, mainly hugely expensive undersea cable and/or satellites. None of them are cheap, and nearly all of them are owned by governments or corporations; it would be quite difficult for individuals or groups to bridge these gaps.

      --

      -WolfWithoutAClause

      "Gravity is only a theory, not a fact!"
    10. Re: It has potential, but... by jbf · · Score: 2

      Mesh networks/ad hoc networks use a flat addressing space (for now). Given that, you can use a link local address... so IANA, in effect, has already put out the addresses.

      I think the telcos would go crying to the FCC, since Congress doesn't really meddle in such affairs. And given the difficulty of actually preventing this stuff (it's at least as hard as stopping p2p)...

    11. Re:It has potential, but... by warpSpeed · · Score: 2
      Thank you for pointing this link out, it is interesting.

      This protocol looks like it is for Mobile routing only, how does it interface with the wired netowrk? And would it scale well? If you have a lilly pond with multiple entry points to the wired net, how will the wired net route your IP packets to you? I'm addressing the integration of the lilly ponds and the existing network.

      I'm sure the the lilly ponds will work wonderfuly by them selves and with each other, the real trick is to get them to work with the rest of the wired world.

    12. Re:It has potential, but... by warpSpeed · · Score: 2
      DHCP on the AP. It uses its external IP with NAT, and asigns the other addresses with the 10.x.x.x network.

      Yes, that will work, but there is no redundancy, nuke that IP and you are off the air. Also whoever buys that IP from a braodband provider is resonsible for the data that flows accross it.

      IF the point is just to provide access with no redundancy then this will work, if the point is to provide a way to get around the big backbone providers (routing around censorship damage) then this will definitly not work.

  4. For this to work.. by N3WBI3 · · Score: 4, Interesting
    For something like this to work the average user has to do alot of evolving. As we saw with the warchalking article last week there is a good amount of room for someone to try and abuse your network. In the case of most war-chalkers its harmless but there are occasions when it would not be.

    I really like the Linksys Wireless Routers/Firewalls, you can set up a dhcp reservation list by MAC address so if you want to share with your neighbors you can get their mac and let them in. things like that combined with keeping track of security notices, and basic security masures could make such a network as secure as your average broadband connection.

    --
    1. Re:For this to work.. by Golias · · Score: 2
      As we saw with the warchalking article last week there is a good amount of room for someone to try and abuse your network. In the case of most war-chalkers its harmless but there are occasions when it would not be.

      But if you are sharing the network on purpose for all parties, the warchalkers would be perfectly welcome. In fact, you might even choose to go out and chalk the streets in front of your house yourself... why be a Nice Guy and share a wireless NAT and not tell anybody?

      --

      Information wants to be anthropomorphized.

    2. Re:For this to work.. by N3WBI3 · · Score: 2

      Because you can be held legally responsable if you make it known your sharing your network for what oithers do on that network..

      --
    3. Re:For this to work.. by Golias · · Score: 2
      No, because a publicly-shared network would be a "common carrier."

      Without the legal concept of common carriers, the phone company could be sued for every pyramid scheme that used the phone network to telemarket, and railroads would be held responsible for every escaped fugitive that travelled by train. A publicly shared network is analogous to these situations, in spite of what paranoid corporate lawyers would like you to think.

      --

      Information wants to be anthropomorphized.

  5. Do not Underestimate 3G by e8johan · · Score: 3, Interesting

    3G will not fail! Everyone just need to remember that it took more than 10 years for GSM to explode here in Europe, and it will probably take even longer for 3G since GSM allready handles talking. What the suppliers do not see is that we lack good services and a good way of charging for it. What is needed is a global standard for micropayments. I think that it would be great to get all the micropayments on my phonebill, even better if I could surf over to my service provider and check my spendings over the web using my phone/computer/camera/mp3-player/calendar/gamecent re...
    And by the by, why isn'n there a plug-in enabling the new photo and video phone to show their images on a TV (when connected to the powergrid, the batteries will burn otherwise), and a plug-in to be able to play more advanced games... it would be (ta-da) the return of the cartridge games...

    1. Re:Do not Underestimate 3G by smittyoneeach · · Score: 2
      Exactly. Let's consider an example where something was so obvious it led to fairly immediate change: Go To Statement Considered Harmful
      Whereas annoying hypespeak like
      3G is out before it is ever in...
      simply identifies the writer as impetuous, and effectively blunts the argument.
      I liked Negroponte's article. His role in the grander scheme of things is to be visionary about where things will eventually go.
      However, the sheep migrate slowly, and that just-slightly-short-of-ultimate7135 will definitely have its day in the sun.
      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  6. Doubts by ShieldW0lf · · Score: 2, Insightful

    This looks so cool, but I must say, I've got my doubts about a carrier technology that is so vulnerable to interference being able to take out telcos who have the most powerful interference-generating machines on earth. It wouldn't take much to knock down the network, and the telcos and the government have their hands deep in each others pockets.

    For that matter, it would be pretty easy for anyone with a beef to jam things up.

    Between the greedy people, the stupid people and the malicious people...

    --
    -1 Uncomfortable Truth
  7. uhh, right. by anthonyclark · · Score: 4, Insightful

    Yeah, of course every consumer is going to share their broadband connection with every stranger geek walking past.

    Consumers don't share, they consume. Peer to Peer is all about taking, not sharing. Most of the 'clueless home users' I know (and I can think of half a dozen right now) only share what they download; they don't add new resource to the network.

    Once Joe(ly) consumer realises that his/her mp3s and porn will download 10% slower because of all this sharing of connections, he/she will call tech support, who will tell them how to restrict access to their own PCs.

    For the people by the people doesn't work when most of the people are selfish.

    --
    ----- Documentation is worth it just to be able to answer all your mail with 'RTFM' - Alan Cox.
    1. Re:uhh, right. by ShieldW0lf · · Score: 2, Insightful

      The gist of the thing is that there are no telcos, no land lines, just wireless. You're not giving away anything, aside from having your hardware switch packets, just like everything else. In exchange, you're getting free service, just like everyone else.

      --
      -1 Uncomfortable Truth
    2. Re:uhh, right. by squaretorus · · Score: 2

      Most of the 'clueless home users' I know (and I can think of half a dozen right now) only share what they download; they don't add new resource to the network.


      I have to say that most that I know don't even share that much - they regularly move stuff out of the share space in order to 'stop those bastards tying up my line!!!'

      Your point is good. But the reality is even worse!

    3. Re:uhh, right. by Mwongozi · · Score: 2
      I don't think this is about sharing your broadband.

      It think this is about using your WAP to route packets between different WAPs within range. This way, peer-to-peer traffic can "hop" between nodes without ever having to go onto the public net.

      It's an alternative, wireless, internet, and I like it.

  8. Problems with this concept by Aztech · · Score: 5, Informative

    He mises one crucial point, the backbone, this posting for instance isn't going to magically bounce from the middle of the UK to Exodus(?) by 802.11 alone, as illustrated by the recent crackdownby cableco's on publicly listed access points they're reluctant to support an essentially public network that runs contrary to their business model, and transcending the traditional backbone requires organisation and capital, something absent from P2P systems.

    A concern is the finite amount of spectrum available in regards to the scalability of P2P wireless systems, as the number of users increases so does the baseload just to maintain the system, some clever managed routing will be required along with a wired backbone between nodes, if you use daisy chain style off-air repeating between nodes you quickly deplete spectrum and diminish the benefit of local frequency replication, basically the "everyone shouting in a crowded room" scenario.

    "Distance decay" is a feature of the traditional phone network yet on the net people no longer communicate on the basis of geography, did that Wired article come from a server in Silicon Valley, New York, London? Does it matter, I don't particularly care, I'm just interested in the content. However the "lily pads and frogs" architecture is deeply tied to locality, it's easy to communicate with local nodes but it progressively gets more difficult the farther you go, again this leads us back to the backbone problem.

    Another issue is misuse, free wireless reminds me of the net of yester year, you could for instance use SMTP servers all over the globe and the vast majority of users didn't abuse that facility, but obviously the small majority of spammers swiftly made that a thing of the past and continue to annoy us today, how would open wireless networks be any different? Control is needed, which leads back to structure and capital.

    Call me a pessimist, but it's not quite as rosy as he makes out.

  9. Re:What am I missing? by vadim_t · · Score: 2, Interesting

    What ISP? If I understood correctly, there's nothing that's stopping me from buying wireless equipment, connecting it to a mail server and putting a few CGIs on it to let anybody have an account. No ISPs, and no bills to be paid with the exception of electricity.

    If I offer a mail server, somebody else gives a web server, a few people set up chat servers and so on we could have a new network pretty soon. People could link it to the internet, but if it got big enough it wouldn't be really necessary.

  10. My thoughts... by Anonymous Coward · · Score: 2, Insightful

    Since I live in a high-density area, my system reaches perhaps 100 neighbors. I do not know how many use it (totally free) -- frankly, I do not care. I pay a fixed fee and am happy to share.

    Umm... Aren't you still responsible for the data going out over your Access Point? If some script kiddie living next door sets up camp from his bedroom and starts sending out spam while using your Internet connection, you are going to be the one that gets shut down.

    Also - I don't know about this guy but my bandwidth is too limited (even at cable speed) to let everyone on my street have a free ride. In some far off distant future utopian society that might be practical... but for now I only get 40kbps upstream and anywhere from 1Mbit to 3Mbit down so I'm not really anxious to share. Unless my data could somehow have priority over my neighbors. I'm the one paying for it after all so I should get full use of my pipe when I'm online. When I go to bed, they can have it.

    In the future, each Wi-Fi system will also act like a small router, relaying to its nearest neighbors. Messages can hop peer-to-peer, leaping from lily to lily like frogs.

    That will only work as long as you are inside city limits around neighborhoods and businesses. But what about when you're driving down the highway and you're out of range?

    1. Re:My thoughts... by Corgha · · Score: 3, Interesting

      Unless my data could somehow have priority over my neighbors.

      It's called shaping

      IOW, set up a capable router and configure it give priority to your traffic. Linux routers can do this, as in the HOWTO above, as can many other routers.

    2. Re:My thoughts... by Fastolfe · · Score: 2

      Umm... Aren't you still responsible for the data going out over your Access Point? If some script kiddie living next door sets up camp from his bedroom and starts sending out spam while using your Internet connection, you are going to be the one that gets shut down.

      This is a point that I haven't seen a good response to yet. I would never offer up my Wi-Fi network to the general public without a mechanism to identify and combat abuse. Are you going to leave it up to the individual operators to police their wireless "pad"? That is never going to work!

      Spammers specifically are already starting to abuse open Wi-Fi networks. It's now become impossible to identify, track, and shut them down. Is this environment really what "free Wi-Fi" is all about?

      If you thought spam and DoS attacks were a nuisance in the past, you're about to see how bad it can really get.

    3. Re:My thoughts... by dbrutus · · Score: 2
    4. Re:My thoughts... by zenyu · · Score: 2

      Spammers specifically are already starting to abuse open Wi-Fi networks.

      Really? According to who? I've read one article where they said this, I think BBC, and the guy they quoted said it he was misquoted. I mean it will eventually happen, but has it really yet?

      Not so hard to stop anyway, ISP's that encourage their users to share 802.11 just put authentication mechanisms on their SMTP server. If you're not an ISP, but just a AP owner, block port 25 in your DSL Router. Visitors can still send mail through POP3 & IMAP4.

      DoS attacks rely on r00ting lots of machines on well connected networks. This is not likely to include wireless anytime soon. Maybe when this waterlilly network is up and running and some vulnerability is found in the routing OS, or more likely in Windows F-, then someone will write a worm that builds a parallel network of p2p hosts that accept commands from any IP as long as it has the right RSA signature to attack some random IP. But that won't really rely on Wi-Fi mesh anymore than it rely's on any network. The Wi-Fi mesh will most likely store the route in an accessible way so you can trace them to their last hop. At that point the problem is easier than finding a rouge FM station, and the Feds would be much more motivated...

    5. Re:My thoughts... by Fastolfe · · Score: 2

      Really? According to who?

      According to me. I have tracked two spammers back to networks where the operator has indicated that the only likely way he got in was through his wireless LAN (both in large downtown settings).

      I have also assisted in tracking a DoS attack that originated at an airport's wireless LAN.

      I have not read any articles suggesting this is happening, so I'm not sure what quote you're referring to.

      These things are happening today, even though it hasn't apparently been in the news.

      802.11 just put authentication mechanisms on their SMTP server

      You're overlooking a major component of this article, though. Only a tiny percentage of the Wi-Fi user-providers is going to have the means or expertise to do this! Most of what we're talking about here is every Joe User that feels he has some bandwidth to spare/share sets up his access point to allow others in. These are not going to be spam-proofed or DoS-proofed networks.

      Hell, how many of the real ISP's/NSP's have their mail servers secured or basic firewalling set up to prevent spoofed DoS attacks?

      DoS attacks rely on r00ting lots of machines on well connected networks

      Not all of them. If you have a high-bandwidth wireless LAN at your disposal, you can fairly easily overwhelm even some broadband connections without needing to spoof anything or rely on a zillion DoSbots.

      THIS IS HAPPENING TODAY.. The DoS attack I was referring to earlier actually happened last year. While it's possible many of these larger-scale Wi-Fi configurations have been or will be secured by the operators, we're talking here about "everybody" opening up their own individual Wi-Fi networks. There will be no corporate funding to get all of these operators trained to handle this.

  11. Already happening in my town... by ites · · Score: 5, Interesting

    Check out http://reseaucitoyen.be/, a project in Brussels that has been pushing this idea for some time.
    It's in French. Translation: take a WiFi card, attach an external antenna.
    Next, take an old Linux box, turn it into a router.
    Aim towards another node, and you join the network.
    Security is easy: treat this segment as being unsecure and use your existing firewalls.
    Basically such an architecture creates a public infrastructure on which all kinds of services are possible.
    It's cheap, robust, and a serious threat to the telcos.
    Negroponte is right: 3G is the Telcos trying to define the future, when the future is busy happening somewhere else entirely!

    --
    Sig for sale or rent. One previous user. Inquire within.
  12. Re:What am I missing? by JohnCub · · Score: 2

    So in your opinion do the ISP's just fall off the face of the earth due to wireless communications? Sure, you could set up a wireless network in your community and not have any internet access. You could set up the mail server, someone else could operate the intranet server and you could ignore the rest of the world. But if you want hooked to the rest of the internet you'll need someone with a connection to it. That person will have to pay for it and if only one account is set up and your entire neighborhood or community is using that one account, how does the ISP make enough money to justify staying in business?

    --
    -= Why can't I add 'Anonymous Coward' to my list of Foes? =-
  13. A great idea, but where's the software? by Mwongozi · · Score: 3, Insightful
    This is, without doubt, a great idea, but for this to work there needs to be easy-to-use software (yes, for Windows, as well as *n?x) that will automate the process of linking my AP to all the other APs in range, and routing packets between them.

    If people can't set their AP up to do this easily, it won't happen, due to huge gaps in the net.

  14. And Voice? by mookone · · Score: 4, Insightful

    First of all this article assumes Voice over ip will be perfect(HA!). Also, have you ever tried to download while warchalking? Its near impossible to roam from network to network (any 802.11 protocol) and still retain connections over TCP/IP. All the equipment handles roaming differently. Why? Take a look at the standard, there is hardly anything there to talk about Roaming. So all the hardware manufacturers have taken it upon themselves to devise their own way to implement roaming and in the process made sure that complete seemless roaming was impossible under the current scheme.
    802.11 and the others like 802.11b were built to supplant wires, not to allow full movement like the mobile phone networks.

    --
    When you shoot an arrow of truth, dip its point in honey. --Arab Proverb
  15. Re:What am I missing? by chill · · Score: 2

    You can only serve so many people off of a cable modem line. Once more than half-a-dozen people get online, your wireless connection will be no better than dial-up for speed.

    Cable/DSL isn't exactly at massive penetration levels. People by the droves will still need to pay for lines at $50 or so a month. It is just that those lines may be shared among a few friends now.

    You're not going to have 200 people sharing one cable line. The quality would be terrible and no one would be interested.

    --
    Learning HOW to think is more important than learning WHAT to think.
  16. Administration Nightmare? by da3dAlus · · Score: 2

    Aside from the typical /. geek that knows the risks of WiFi (overlapping, channels, WEP, security, etc), this would be a nightmare if every Tom and Jane of the world tries to start up their own mesh node. Hell, it was hard enough getting the 300+ residents at my college to agree on the same damn workgroup and network settings back before we actually had wired dorms (we ran our own cables). A call for some type of infrastructure (no matter how basic) is still going to be required for this to work right. I can imagine someone getting a mesh working in a small town, then some dumb shmuck runs their own WAP and fucks the whole network up for 2 blocks. I don't mean to rant, but I can see a lot of headaches if this sort of thing isn't planned out properly.

    --

    Sometimes I doubt your commitment to Sparkle Motion.
  17. This article is almost completly based on fantasy by NDPTAL85 · · Score: 4, Insightful

    I'd love to know where this guy gets the idea that data services are increasing at a rapid rate. Here in the US telcos are in financial trouble because they bet on that very same thing happening, and its not. Most folks use their cell phones to make phone calls and thats it.

    Next I'd love to know why this guy thinks that there would be a critical mass of people savvy enough to participate in such a p2p network. How many of your friends and family know how to fully use their cell phones including all their various features?

    Also who here would like to have their ability to make and recieve phone calls contingent on the good graces of others? Without telcos you have no garuntee of service. When there are service problems who will you call? Why on earth would the public at large want to manually handle their own communications networks? Its akin to everyone running their own switchboard just to save a buck. It might be great fun for the geeks out there but for folks who are either too lazy or too busy (i.e. everyone else) this just isn't going to appeal to them.

    Lastly there is the is the issue of bandwidth. Just because you pay a "fixed fee" for a certain amount of service that does not absolve you from letting the neighborhood run buck wild with your connection. If enough people use your connection in a manner which disproportionately affects your ISP, they WILL bill your butt for the extra costs and then where will you be? Do you think any of your everything must be free loving neighbors will pitch in to help you in your plight? I don't think so. I'm also sure the fad will die down after the first few cases of someone's line being used to traffic in warez or illegal pr0n causes the authorities to come down on some unsupecting "ISP account sharer".

    So in short, I really think the geeks should just stick to the technical stuff and leave the business plans, or non-business business plans to the professionals.

    --
    Mac OS X and Windows XP working side by side to fight back the night.
  18. Re:Security? by Lumpy · · Score: 2

    What about security and privacy?
    I said the same thing back in the 70's about ethernet! there's no security or privacy on that!!!

    It's a communications system and hardware.. it's going to take software, friewalls and encryption... just like the rest of us have used for years on the internet. It's unfortunate that consumers and retarted IT managers/people just throw a Accesspoint on the air without learning anything about it. and it's not going to change until either the hardware makers embed SSH/GPG inside the accesspoints and cards/drivers or peopel start getting their accesspoints used and busted for hacking/kiddie porn.

    I presonally hope the latter... a rash of Joe-middle class getting busted and beat up mercilessly by 90 ATF agents and their walls of their home busted in by a tank because he "hacked" amazon.com. (well that is the way you arrest a dangerous hacker right?) or a bunch of companies get busted in a kiddie porn ring..

    until you force people to use their brains... they love to walk around in their stupor haze.

    --
    Do not look at laser with remaining good eye.
  19. Routing in a mesh network by nchip · · Score: 4, Interesting

    Nice idea..

    Unfortunatly reality isn't that simple. First, the routing problems are a lot different from those in tradiotional ip or gsm networks. Suppose you would have 1000+ wifi node network in your city, how would you find the way hopping from node to node to your friend? Even worse, many of the nodes are moving in cars and busses, and just as you have found a nice route through the network some of the nodes have moved or went down.

    I'm not saying routing dynamic mesh network is impossible, it's just very hard, and can easily consume most of the bandwidth available.

    Besides, if a hop is aroung 100m, a packet travelling 100km would be a 1000 hops away! A user of mesh network will miss the low latency and reliability of gprs networks with the current technology.

    The main problem with mesh networks is that they do not scale very well.

    --
    signatures pending - ansa@kos.to - (dont mail there)
    1. Re:Routing in a mesh network by rlowe69 · · Score: 2

      Besides, if a hop is aroung 100m, a packet travelling 100km would be a 1000 hops away!

      This is assuming a Gnutella-like set-up. Most likely, the "stems of the lilly pads" would be connected by fibre optic to a common routing station with a big fat pipe to a service provider. A packet travelling 100km would be a half dozen hops away or less like it is now. You don't go hopping from Wi-Fi lillypad to lillypad to your destination.

      Ryan

      --
      ----- rL
    2. Re:Routing in a mesh network by Salamander · · Score: 2
      I'm not saying routing dynamic mesh network is impossible, it's just very hard

      Yes, it is, and I'd have to say that I don't think the routing is "there" yet. By far the best resource I've found on the topic is Perkins's Ad Hoc Networking which describes several types of protocols. Some of the work on overlay networks (e.g. Resilient Overlay Networks at MIT) and P2P is also applicable, though much of it tends to underestimate the importance of geographic locality and little of it deals with issues like routing-related power consumption.

      --
      Slashdot - News for Herds. Stuff that Splatters.
    3. Re:Routing in a mesh network by Jordy · · Score: 3, Interesting

      Unfortunatly reality isn't that simple. First, the routing problems are a lot different from those in tradiotional ip or gsm networks.

      Actually they are pretty much identical to IP networks. Multihomed networks with varying speed connections have existed and for a long time.

      Suppose you would have 1000+ wifi node network in your city, how would you find the way hopping from node to node to your friend?

      Stick a good amount of RAM and a decent CPU in your wireless device and call it a router. Then put in a vector routing protocol such as OSPF. Combine with a less memory intensive routing protocol for accessing nodes outside your MAN. Stir.

      Besides, if a hop is aroung 100m, a packet travelling 100km would be a 1000 hops away! A user of mesh network will miss the low latency and reliability of gprs networks with the current technology.

      It may happy that going wireless the entire way there isn't as efficient as going wireless-to-wire-to-wireless. The only challenge in doing this is the fact your average home broadband connection doesn't include a routing table feed. This can be overcome, but it won't win any awards for efficiency.

      The main problem with mesh networks is that they do not scale very well.

      The Internet is one giant partially-meshed network. No one said that these wireless networks would be fully-meshed. In fact, that's next to impossible unless they were within 100 meters of eachother.

      --
      The world is neither black nor white nor good nor evil, only many shades of CowboyNeal.
  20. simple fault no signal by johnjones · · Score: 2

    umm what happens when you have no 802.11b signal what do you fall down to ?

    what happens when your out in the middle of backwater and you really do need that towtruck ?

    you need GSM still

    3g networks are not stupid they would much rather have VoIP and manage everything as data anyway and are infact asking handset people about this Nokia is very keen to sell stuff that use's VoIP and management of bandwidth strange ..... I dont think so

    regards
    John Jones

  21. The big guys are fighting this already ... by jc42 · · Score: 2

    Note that the telco and cable monopolies are fighting this already. Most of the EULAs contain terms that ban reselling the service. They are actively searching for customers who install a wireless access point, and threatening them with legal action (or just terminating their service). They understand the challenge, and want to maintain their monopoly.

    One of the more entertaining aspects is the customers who fight back by pointing out that they
    aren't reselling the service, they're giving it away for free. The telco/cable guys aren't amused.

    This has already been reported on /. several times.

    --
    Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  22. Problems with 802.11 by div_2n · · Score: 3, Informative

    The biggest problem that the article barely touches on is that there aren't a huge number of non-overlapping channels. If three homes in a row all use the same channel, stand out on the street and watch what happens to your signal quality.

    As others have noted, if one home is on xDSL from company Y using one public IP address and the next "hop" is using Cable from comany Z using another public IP address, at best case scenario, your data transmission will suffer a temporary silence. In more likely scenario, you lose connection with an associated AP, your PC attempts to renegotiate with an AP, grabs IP information and reinitiates IP connection.

    How long does this take? Too damn long for VoIP or even a web page to load. You could of course set IP Leases to expire every second to help, but talk about broadcast storm.

    Also, until full T1's or T3's start getting run to every home, DSL's and/or Cable modems just can't handle 25+ people all downloading files acceptably. Put the number up around 100 and it is not a pretty picture to paint.

    Even if the performance were to be acceptable, how long do you think it would take for DSL providers to realize that for every 1 customer, 15 are using it without additional revenues for them? Expect heavy handed TOS to put and end to that quick.

    I think the idea is right, but his visualized implementation is flawed. Now if he said a meshed network powered by WISP's with a cooperative agreement, that would make more sense to me.

    Just my $0.02 worth.

    1. Re:Problems with 802.11 by dbrutus · · Score: 2

      If I've got 25 users cost sharing with me, my costs are ~$1000/month ($900 for the T-1 and $100 for electricity/equipment repair/etc) which gets you a monthly cost per user of $40 for a better throughput than DSL at a lower cost. What's not to like about this? Sure, it's a pain to set up and there are extra equipment costs but you essentially get a free T-1 to your house! This can be further sold depending on the actual traffic useage on the line.

      Residential DSL can be purchased for $49.95 (directtv dsl) with the right to hook up 5 computers. You can split that off easily and sell each legitimate computer connection for $20, for which they get a nice NAT always on connection that's faster than dialup for the same price. You net $60 in profit/month. There, you now have a legitimate way to do this via DSL.

  23. Re:Conept a little lacking.. by N3WBI3 · · Score: 2
    Dont balme this on 'greedy corporate america', why should they not be making a profit? when you go to work do you only ask for enough to cover your bills or do you try to make as much as you can.

    Are you happy if your boss gives you twice the work at the same pay? why then should they be happy providing twice the service at the same pay..

    --
  24. This guy must be related to George Gilder.... by zerofoo · · Score: 3, Informative

    I case you don't know him, he is the perpetual tech optimist Gilder Tech Report.

    These wall street, talking heads are always so optimistic about technologies that they fail to see their shortcommings. I love new technology as much as any slashdotter, but do you think for a minute that reliable wireless data will be built on a technology that can be knocked out with a 2.4 GHz cordless telephone?

    Gimme a break.

    -ted

    1. Re:This guy must be related to George Gilder.... by dbrutus · · Score: 2

      That would be illegal. Eventually the govt. would come and shut you down.

  25. Re:simple fault no signal by Jucius+Maximus · · Score: 2
    "umm what happens when you have no 802.11b signal what do you fall down to ? what happens when your out in the middle of backwater and you really do need that towtruck ? you need GSM still "

    And from the article:

    "The new thinking will also impact places where wireless penetration is conspicuously low -- among real water lilies and frogs, ironically, in some of the most rural, remote parts of our world. A dirty little secret about 802.11b is that it can cover more than 20 kilometers with suitably directional antennas."

    I agree that WiFi, even with 20 km PoPs, is still not a GSM or 3G, etc replacement. I live in a rural area myself and there are no WiFi spots that I know of. This is mainly because you can ONLY get dialup!! What's the point of sharing a 28.8 (sorry, we are too far from the city 56k) over 1000 feet whetn your closest neighbour is 1 km away and you don't have a big enough pipe to support your own home LAN?

    Yes, I agree that mobile phones will not go away any time soon, but it would be more interesting for VoIP to be able to tap into 802.11 frequencies automatically and communicate over the internet. Now THAT would make both 802.11 and mobile phones more useful, and give companies that produce both devices a new lease on life. It would also allow for you to get phone reception in your apartment, in the hallway, in the basement, etc where you don't get any signal right now.

    (Note: I have heard that such things were tried already in Europe, under the name of 'Kermit' and some other names as well. They were failures. The difference here is that the phone would use 802.11 as a backup as opposed to tying you down to a PoP all the time.

  26. Nothing is new under the sun by CrystalFalcon · · Score: 2

    Remember, when mobile phones first came along, "mobile" meant "not fixed to the wall". You could not move while talking. There was no handover. If you went out of reach of your base station, you would lose the call.

    Still, this was a huge first step, as is Wi-Fi.

    1. Re:Nothing is new under the sun by lars_stefan_axelsson · · Score: 2
      Remember, when mobile phones first came along, "mobile" meant "not fixed to the wall". You could not move while talking. There was no handover. If you went out of reach of your base station, you would lose the call.

      Well, that depends on what you mean by "first came." The first radio telephone systems worked that way, but one of the first true mobile phone systems, the venerable NMT 450 in Northern Europe had hand-over specified from the beginning, despite having Motorola sending high level execs to Sweden to try and have the standard changed. Then the microprocessor became available, and all of a sudden, mobility wasn't such of an issue any longer.

      Now, to specify a system such as 802.11 today and not think about mobility is borderline criminal IMHO. (And a lesson that should have been learnt with AMPS, that in it's first fielded versions didn't have standardised roaming interface, which lead to all sorts of interop. and roaming problems in the US.)

      That's not to say that all is lost however. Look at a system such as HP:s Open Roaming, which works seemelessly (and looks very impressiv in demos) regardless of whether the access points themselves support roaming or not.

      --
      Stefan Axelsson
  27. It started as an accident, now we need a plan by Gerry+Gleason · · Score: 3, Insightful
    I don't think this comment is, nor was it meant to be funny. The WiFi basestation designers/manufacturers have no interest in shutting it down, unless their customers start to ask for it. As you and many have pointed out, they don't even know, so why would they ask.

    The real pushback could and probably will come from the ISPs. You don't really have a legal right to share your home connection with your neighbors. Of course, it depends on your service contract, but most home service contracts probably explicitely disallow this, and we have heard about ISPs taking steps to stop it.

    What few of the businesses in the effected market segments (3G, home DSL and broadband) realize is that any control they have could be strictly temporary. As the article points out, once the density of lilly pads is high enough, you have a robust mesh of nodes, and everyone is connected.

    Obviously, there are technical issues to work out. The network needs some heirachy, or you have to hop through thousands of nodes to get accross country, and the latency will kill you. As it stands now, it is a star topology, since I don't think any typical base stations will route through neighboring base stations. On the other hand, there are some really promissing technologies that could do this very well.

    All it will take is a bit more advocacy, but some of the current advocacy approaches can't work in the long run because of problems mentioned above. Instead of promoting the use of security loopholes in existing basestations, we have have to develop the free/open hardware and software to implement the appropriate infrastructure. A small box with an array antenna and a smart router could provide all the local coverage and network connectivity through neighboring identical boxes, and a few high end routers with more complex tranceivers, and even hard wired connections could connect the rest to the backbone.

    If this is done right, it can't be stopped easily by legislation. The only real difficulty would be getting enough people to install these rather than something that wouldn't play with this network. It could look very much like the Linux vs. MS competition. Many of the commercial players will at least attempt to behave like MS and use any tactic to squash it, and this will make it difficult, at least initially, to penetrate the market.

    Although this certainly hasn't played out yet in the OS market, I claim that the all or nothing approach that MS has taken will ultimately destroy them. In the short run, all sorts of things can happen, but in the end it is much more powerful to share knowledge freely, and those that attempt to hoard it will lose.

  28. You don't route thru the surface by Otto · · Score: 2

    If your packet stayed on the surface of the water, on the pad the whole time, then yeah, routing is a bitch. But the idea is that it routes on the surface only until it finds a pad with a "stem" (internet connection). Then it tunnels down that high speed connection to come up much closer to your friend. But not everyone has to share their internet connection, those that are not simply pass along traffic on wireless only.

    The real trick to this setup is how do you know where your friend is? I mean, if you're on wireless and he's on wireless, then the route to either one of you via the pads is a minor PITA. But not nearly as hard as the scaling problem you're describing.

    --
    - Give a man a fire and he's warm for a day, but set him on fire and he's warm for the rest of his life.
  29. Re:simple fault no signal by Fjord · · Score: 2

    Those are with directional antenna on the AP and the client. It's not a replacement for a cell phone unless you have a way to get the AP to lock onto your position. To get cell phone funtionality, the AP has to at least be omnidirectional, and for practical purposes the phone should be too.

    However, I can see a good product would be an 802.11b VOIP phone that falls back to other cellular networks when unable to access an AP. This way, when you get signal, all your cell phone hours belong to you. You can just get a low hour plan to use in emergencies.

    A VOIP system that would accept incoming calls and forward them on to your cell number would be good too

    --
    -no broken link
  30. No More FUD by Gerry+Gleason · · Score: 2, Interesting
    Technical issues have technical solutions. There is no reason you can't use more power in low density areas. If you don't want all that power concentrated next to your head, then use a local repeater (mounted on the pickup, of course).

    If this takes off, it really will create a mesh so that even in rural areas, the base station on top of your house (or better yet, the silo) will be able to connect to a handful of neighbors, and provide a fully redundant connection. I will be the only one suffering if I cut the power line to the router with the backhoe, because all the neighbors won't make the same mistake all at once.

    Commercial providers aren't even interested in the remote areas, because there just aren't enough dollars to extract. Those annoying "can you hear me now" commercials just confirm my long time theory about corporate image advertising. They are always trying to reverse a real or perceived problem in their public image, and typically this is instead of actually trying to fix the problem. Anyone remember AT&T's "easy to do business with" campaign?

    1. Re:No More FUD by Fjord · · Score: 2

      What I speak isn't FUD, and they aren't just technical issues. They are technical issues arising from legal limitations. The FCC doesn't just allow anyone to broadcast in these bands at whatever power level they want, these are public bands for use by the public.

      Specifically, FCC Part 15.247 provides details on limitations of EIRP (equivalent isotropically radiated power). EIRP represents the total effective transmit power of the radio, including gains that the antenna provides and losses from the antenna cable. You must take all of these into account when calculating the EIRP for a specific radio. With directional antennea

      I would be very pissed if a few people decided to set up a giant omnidirectional tx/rx and flooded my channels to the point that I couldn't use them. I understand conflicts with my neighbours, but I wouldn't tolerate it from someone 1km away (let alone 20). In addition, you have to consider the bleed you may get into spectrum ranges outside the public band.

      Yes, it would be great if we all had nearly free, ubiquitous wireless access, but flooding the 2400-2483.5 MHz isn't the way to do it. I can guarntee this: it will happen eventually, but not right now. Give it 10-20 years and other bands will be allocated for this.

      --
      -no broken link
  31. What's a "deltic"? by smartfart · · Score: 2
    What does the fact that you're an old train have to do with whether or not you can spell?

    ...Or are you meaning you're dyslexic or something?

    Just curious, I've been wondering for a while what your sig meant :-/

  32. Dark Fiber Oversupply by Baldrson · · Score: 2

    The argument about backbone fails to recognize the enormous supply of dark fiber resulting from the telecom debacles.

  33. not a cellular network by OpenMind(tm) · · Score: 2

    I have no real reason to believe that 3G will be much of a success, but I expect that an unregulated, bottom-up mesh network would not do well, certainly not if it were based on existing 802.11 technology.

    Networks like the GSM digital phone networks function because of their cellular organization scheme. There is a certain set of channel frequencies. Each "cell" uses a subset of this, and the the cells are organized in such a way that cells using the same channels can never overlap. In any system, such as 802.11, with a constrained set of data channels, there must be discipline to make sure that there is no overlap. Also, there is an absolute upper limit on how many access points can occupy a given area. The long ranges that the article mentions only make this harder to arrange. I can see a scheme where the hardware does its best to minimize the possibility of overlap, but in high density living areas, wireless network frequency doesn't strech very far.

    I'd like to know where he gets the idea that performance increases with the number of stations. Just as with a traditional LAN, performance increases only with the number of switches/access points for local traffic or the number of uplinks, for internet traffic. Additional client systems do downgrade performance.

  34. Re:simple fault no signal by Tsar · · Score: 2
    Seems to me the primary problem would be one of security. Say I follow my target around while pointing a highly directional 802.11 antenna at him--virtually guaranteeing that his phone will pick my hop every time he tries to connect. Does the fact that the target is establishing the connection to me obviate my need for a wiretap order to log all his packets?

    -----
    On an unrelated note, your sig befuddles me as well:
    "(a deltic so please dont moan about spelling but the content)"

    As nearly as I can tell, you've posted nearly 500 comments, but have never answered the immortal question: What's a "deltic?"

    This is what I know: But I have to admit, the question consumes me. Mister Jones, could you enlighten us, please?
  35. Dynamic Routing by shren · · Score: 2

    Obviously this would require dynamic routing of never before-seen levels of power. Does anyone have any links or book suggestions on dynamic routing? I've become curious.

    --
    Maybe the state's highest function is to grind out insoluble problems. (Zelazny, Hall of Mirrors)
  36. Do Not Underestimate Per Minute Fees by xtal · · Score: 3, Insightful

    3G is so going to fail! Telephone companies are greedy! Anyone who pays $0.25 for a email message has more money than brains!

    Digital services are slow to catch on here because the interface sucks, and the telcos screw you over on charges. Unlike Japan, there is no model (i-Mode services) for third parties to bring on their own revenue models. The greedy telcos want to provide everything for everyone, because they know best. That's why they're doing so well on the markets right now *cough cough*

    This apathy on the part of telcos (and don't forget the greed) is allowing alternatives like 802.11 to gain hold. Don't forget that it's not just the technology, but social acceptance of the technology. If people just get used to there being 802.11 hotspots around a city where they stop - say, at the mall, grocery store, coffee place - and the devices to provide that access - say, handhelds and notebooks instead of cell phones - get entrenched, then 3G is dead in the cradle. I already see this happening, because the cost to set up a 802.11 access point is so small.

    Another wildcard is a crackdown on PtP. It would be very easy for communities to set up their own PtP networks for this purpose - I know of a few university residences doing this to combat draconian rules on usage. More people get used to wireless, the more places it appears.

    My $0.02..

    --
    ..don't panic
  37. Re:Which Lily Pad should the Frog jump to ?? by dbrutus · · Score: 2

    1. Frog A and B both have wired servers which they report to everytime they hop to a new pad. These could be servers at home or a text file on your X MB of space you get at Yahoo or AOL or Apple. You're only transmitting via SSH tunneled FTP your account, password, and the current IPv6 address so it shouldn't be too much overhead. If you already have a session open, you transmit an authentication token from your new lily pad directly to all your open sessions (1 per machine in case you have multiple sessions on).

    2. The lily pads themselves would likely know the most efficient pad to pad routes. There would be some sort of router that would handle the functionality.

  38. Re:Overestimating the Average User by dbrutus · · Score: 2

    cheap/simple only loses out to cheap/simple/better.

    Create a cheap sealed unit that can give you firewall and virus protection, wi-fi, and a one-fee managed service and you'll have the basis for lily pads everywhere. But I'd look for it from people who truly care about user experience, not the geek brigades who are actively user hostile.

  39. Re:What am I missing? by chill · · Score: 2

    I'm not missing the step. most of those 200,000,000 people don't have anything I'm interested in.

    Contrary to popular belief, not everyone spends their time surfing the net for MP3s and porn.

    Central data storage, like government records, school records, etc. are better served by a nice fat landline.

    Wireless is nice, but for bandwidth it doesn't hold a candle to fiber optics.

    Optics has it's place -- and that place is the backbone. Yes, it would be nice to see universal availability of wireless for CLIENTS, but for heavy servers... they would still be better served by fiber even if it was just between distributed servers to rsync.

    --
    Learning HOW to think is more important than learning WHAT to think.
  40. Nomad Project by MikeFM · · Score: 3

    A year and a half ago I started a project to do something pretty close to this. The goal is to use all opensourced hardware and software to make PDA/phone devices and a wireless grid. All the technology already exists and is even available in opensource versions. When you want to make a call you select the user from your address book or enter their address and they are tracked using Jabber to gain their presence info, then a VoIP connection is initiated between the two users. Of course this also makes implementing instant messaging, web browsing, etc rather easy. It's not a problem to encrypt the entire connection either of course and to handle roaming issues you can use a virtual network so as you real connection breaks and is reconencted (sometimes through a different route) everything stays stable because the virtual network hides all the little flaws from the end protocols. You don't need to select just one wireless protocol either. Put PCMCIA slots in the back of the PDA/phone and then as technology changes you can change with it without having to get a whole new phone. Put more than one slot and you have a multiband phone or can even connect over dial-up or normal ethernet.

    My dream is to some day see it how the phones worked in Bruce Sterling's book Distraction. We're not quite that far yet but we certainly have all the technology to make a working opensourced phone network and phones.

    --
    At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
  41. Problems with ad-hoc networks - naming by Grue · · Score: 2

    Naming naming naming... How do we find and name resources on the network, or advertise our own services? DNS is a hierarchical system, you have a group of root servers, and that will be a weak point in a distributed system such as ad-hoc networks. The network might be free, but resolving objects will still rely on a centralized system. ANd the telcos, or whatever enemies of the ad-hoc network, can attack that.

    Josh