Earlier quoted context omitted.
These look nice but they focus on the physical layer. Do you happen to know any useful English literature that covers the MAC layer of modern wifi standards (n, ac, ax)? Apart from the 802.11 standards, of course.
Lectures and video from http://www.cse.wustl.edu/~jain/cse574-16/index.html Book: https://www.pearsonhighered.com/program/Beard-Wireless-Commu...
A deep dive into why Wi-Fi kind of sucks
231–240 of 242 posts
Re: A deep dive into why Wi-Fi kind of sucks
#232I build public Wi-Fi networks, you've probably used one of them. AMA if you have Wi-Fi questions. To say it "sucks" is a bit harsh. It's delivering multiple hundreds of Mbps to you via an unlicensed contention-based medium. The air interface is like sending packets over a noisy Ethernet hub; it's impressive it works as well as it does. That said, this article's a good primer on some of the protocol's fundamental chal…
Seriously. Wifi is a miracle product. Even if you forget the ubiquity of it... it saves ridiculous amounts of money. 15 years ago, we'd spend like $50k to wire up new office space for 100-150 people. Now... maybe $5k with cable pull.
Re: A deep dive into why Wi-Fi kind of sucks
#233Earlier quoted context omitted.
> all modern laptops don't even have Ethernet ports anymore! Surely things haven't gotten this insane outside the iFruitbasket? If so I'm going to have to stock up on upgradeable refurbished laptops...
You can get USB->Ethernet adapters.
Re: A deep dive into why Wi-Fi kind of sucks
#234Earlier quoted context omitted.
Wow, it's better "in all aspects but mobility"? You're kidding. You may as well complain that batteries suck because the only advantage they have over just plugging something in is portability.
In a practical sense I use most wifi about 2m from an AP, and usually on a laptop which is already plugged in. Realistically hi power USB3 is what I should put as ports around my house and just deliver Ethernet that way.
Re: A deep dive into why Wi-Fi kind of sucks
#235Fortunately my Mac doesn't have Ethernet. Wait...
I think that if I was to buy a computer and notice it's missing an ethernet port, I would return it as defect...
I've got office space as well as a desk at a regular client. On both desks, there's a USB hub with an ethernet adapter hooked up. I plunk down my laptop, connect to the hub and I'm done.
Re: A deep dive into why Wi-Fi kind of sucks
#236My loved one went for a junior sysadmin job. They'd decided to remove all the wiring and use wifi for everything because of just the sorta hype mentioned here. Loved one pulled out a Palm Tungsten C and proceeded to crack all their WEP passwords there in the interview. Got the job too ... and the task of putting quite a bit of wiring back.
The Tungsten doesn't support RFMON, thus it can't do packet injection, not sure how this was achieved. The most Palm OS could do was run NetStumbler, which does discovery by active beacon probing. Maybe with a Zaurus, Libretto, or other small pocket-sized Linux machine of that era, sure.
Re: A deep dive into why Wi-Fi kind of sucks
#237My loved one went for a junior sysadmin job. They'd decided to remove all the wiring and use wifi for everything because of just the sorta hype mentioned here. Loved one pulled out a Palm Tungsten C and proceeded to crack all their WEP passwords there in the interview. Got the job too ... and the task of putting quite a bit of wiring back.
WEP passwords? What year is it again?
I got the story wrong (just checked) - the wifi wasn't secured at all. :-O
Re: A deep dive into why Wi-Fi kind of sucks
#238Earlier quoted context omitted.
Lucky he/she didn't get arrested.
For what? Cracking passwords offline isn't illegal as long as you don't use the passwords to gain unauthorized access to a system and you don't share the password with anyone other than the rightful owners. There's nothing wrong with cracking a WiFi network's WEP password in front of the owner of the network in order to demonstrate WEP's weak security. You would have to actually connect to the network to commit unaut…
Re: A deep dive into why Wi-Fi kind of sucks
#239Wifi sucks because Ethernet is still better in all aspects but mobility to this day.
Wow, it's better "in all aspects but mobility"? You're kidding. You may as well complain that batteries suck because the only advantage they have over just plugging something in is portability.
Wifi has a huge advantage and that's portability. It totally makes sense in this fast-paced, moving, all-encompassing networked world, but wifi still lags behind ethernet for all other aspects :
- Security
- Stability
- Bandwidth
- Health (I am not sure if the science is settled on whether or not wifi may be detrimental to one's health, but it does raise more concerns than ethernet)
But you're absolutely right that wifi does still bring an essential factor in the equation, the ability to move around.
Re: A deep dive into why Wi-Fi kind of sucks
#240The author kinda bungles his analogy/explanation of collision avoidance and detection. Wireless networks don't use CSMA/CD. They use CSMA/CA. There's a huge difference, and it's one big reason why wireless throughput won't ever come close to PHY speed. Wired ethernet uses CSMA/CD and it's one of the reasons it won the LAN networking wars of the 80's and 90's.
Do today's wired networks (1G+/FD/Cat6/fiber) still use CSMA/CD? I was under the impression that they don't.