Slashdot Mirror


Does 802.11n Spell the 'End of Ethernet'?

alphadogg writes "Is the advent of the 802.11n wireless standard the 'end of Ethernet'... at least in terms of client access to the LAN? That's the provocative title, and thesis, of a new report in which the author began looking into the question when he heard a growing number of clients asking whether it was time to discontinue wired LAN deployments for connecting clients. Would 11n, the next generation high-throughput Wi-Fi, make the RJ45 connector in the office wall as obsolete as gaslights?"

8 of 404 comments (clear)

  1. Doubt it. by ynososiduts · · Score: 5, Interesting

    Unless buildings are made of less concrete and brick. My school has a wireless network, but it's spotty due to the big maze of concrete and brick buildings. You only get a connection when the room you're in has a wireless bridge, but every room has a RJ45 port. There really is no question of signal strength when talking about wired networks.

    --
    622677120
  2. Re:Um, no. by Jaqenn · · Score: 4, Interesting

    I agree that wired LAN is more secure than WiFi. But can't you do some pretty scary signal reconstruction by reading electromagnetic noise coming off your network cable? It's my understanding that this can be done from X yards away, through walls, whatever.

    Yeah, that moves your vulnerability away from the hobbyist tier and into the professional tier, but honestly, which one scares you more?

    Guess you could always wrap your cable in tin-foil.

    --
    You are awash in a sea of fiercely stated opinions. Obvious exits are: 'File->Quit', 'Reply', and 'Page Down'.
  3. Yeah OK by betterunixthanunix · · Score: 4, Interesting
    Wireless will never beat Ethernet, if for no other reason, simple reliability. I have seen odd things happen with radio waves, like have a very good signal in one spot, and almost no signal just a few feet away. Or getting the signal strength affect by where some random person is standing. Or signals not passing through walls (getting a cable through a wall requires no more than a drill). Or microwave ovens killing the signal.

    The strangest was a friend who used a linksys router with the SSID "linksys" and WEP encryption, who lived next door to someone using the same SSID but no encryption. Oh yeah, the wireless network managers on various OS's had a field day with that one. Ethernet just doesn't have those problems, so it will always been needed when mobility is less important than reliability.

    --
    Palm trees and 8
  4. Re:Um, no. by NeilTheStupidHead · · Score: 4, Interesting

    In my apt building, someone just moved in and brought an 802.11n supported router with them. All of a sudden the 10 or so 802.11g routers in the building have all but stopped working. I used to be able to pick up my wireless connection anywhere in the building, but now I can't see it at all if I'm more than two rooms away and the connection constantly drops. I've talked to some of my neighbours and they have been having the same difficulties.

    --
    Lose: misplace or fail || Loose: not bound together
  5. Re:Um, no. by JCSoRocks · · Score: 3, Interesting

    Rofl, is network security the issue at that point? Once they're in your house they'll just jack your nifty computer, NAS, media center, etc. The security of your network doesn't matter. They can just pick up your box, take it home, and run a simple brute force cracker against it.

    Now you could say that that argument doesn't apply to businesses but I'd say that the computers that were stolen from Wells Fargo a few years back would beg to differ. At the time I was a Wells Fargo client and I received a nice letter about how my personal information may be among the thousands of records on the stolen machines... I obviously left Wells Fargo. What kind of bank lets someone walk out the door with a computer!?

    --
    You are using English. Please learn the difference between loose and lose; they're, there, and their; your and you're.
  6. Re:I want my ETHERNET! by pla · · Score: 3, Interesting

    How do you get the WPA key from the parking lot? Please, do tell. You can become quite famous and probably make some good money if you can answer this question.

    Just as soon as someone finds the answer to that, or more likely, finds a way to get around needing it (let's not insult each other and pretend it will never happen), they can have the fame, I don't want it.

    I understand your point, but it doesn't change the fact that, however strong you claim cryptosystem-X, I can still assert with 100% accuracy that running it over wires instead of broadcast RF greatly improves that strength.

  7. Re:Um, no. by InvalidError · · Score: 4, Interesting

    Security is one reason I prefer wired over wireless... and since most of my networked equipment stays put in one room, extra cables are non-issue.

    The other reason is reliability: I can count on my 100BaseTX network delivering 7-9MB/s with very little chance of external influences causing my link to either slow down or die. With wireless, I am at the mercy of nearby interference sources including cordless phones, electrical appliances, various gadgets and other wireless networking equipment, any of which can cause the link to do a number of undesirable things from retraining to going down.

    There are two reasons I got WiFi: 1) my previous router was dying and 2) I got a laptop. I only use WiFi with the laptop but whenever I do large transfers, I still hook it up to Ethernet since it is ~5X as fast and never goes down. 802.11g is good enough for internet access and moderate file copying with my two laptops so I most likely won't be bothering with 802.11n until my 802.11g router either dies or becomes a broadband bottleneck.

    BTW, it is possible to eavesdrop on Ethernet without touching the cables by capturing EMI from the UTP cables - there was a proof of concept for this some years ago where they managed to reconstruct a B&W image from a VGA cable by placing the receiver antenna ~1m from the cable using commodity components. That's pretty far from monitoring from a van parked a few houses down the road but it certainly proves the feasibility.

  8. Re:Um, no. by JoelKatz · · Score: 3, Interesting

    Um, no.

    Where's the "-1 Wrong" modifier?! Actually, this one is wrong for so many reasons I don't know where to start.

    The simplest thing to point out if that if you use a one-time pad more than once (and you're going to send more than one packet in 10 seconds, I assure you), you lose the security properties of the one-time pad. So all your syncing (which is obviously going to be a huge pain in the butt) is wasted since you didn't get the thing that it was supposed to get you.

    OTP are essentially useless in practice. 99% of practical systems that claim to use OTPs actually don't. Worse, OTPs actually *don't* provide many critically-needed security properties and they magnify some vulnerabilities. (It's easier for a MITM to flip a specific bit of a packet protected by an OTP than for a packet protected by DES.)