If you’re like most people, you probably have Wi-Fi devices in your home. And if you’re like most people, you probably use them to access the internet. But there are a few things you can do to keep your Wi-Fi devices from crashing and getting lost in the shuffle.

  1. Make sure your Wi-Fi is turned on and connected. This will help keep your devices connected and working properly.
  2. Use a password for your Wi-Fi device. This will help protect your data and prevent others from accessing it without permission.
  3. Keep your Wi-Fi passwords safe and secret. If someone gets their hands on these passwords, they could easily access all of your data - including personal information and financial information - without having to worry about being caught!

Your home network is likely packed with various Wi-Fi devices transmitting back to the Wi-Fi node; how does the the node handle all the traffic without all the incoming transmissions colliding?

Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

The Question

Superuser reader Zequez is curious how his Wi-Fi node seems to function so smoothly and why the data does appear to collide, he writes:

What keeps all those wirelessly delivered packets in order? Let’s dig a little deeper.

What happen if while the router is receiving one packet, a packet from another device arrives?

How can the router knows that the photons colliding into the antenna are part of the first packet or the second packet?

Or is it that the speed of light is so fast that this almost never happen and the packets are just reported as corrupt and are sent again?

The Answer

SuperUser contributor Ultrasawblade offers the following answer with helpful links for further reading:

Have something to add to the explanation? Sound off in the the comments. Want to read more answers from other tech-savvy Stack Exchange users? Check out the full discussion thread here.

An RTS/CTS exchange helps all the nodes stay in sync efficiently by providing a way for one node to say “hey, I’m going to talk for this long so wait this long” to every other node.

@Petr Abdulin is correct but I think all Wifi networks use CSMA/CA. Old 10BaseT non-switched wired networks relied on carrier sense multiple access with collision detection (CSMA/CD). Collisions don’t happen on networks where all nodes are connected to a switch.