My house has multiple access points so that my connection is great everywhere
As an IT professional who has worked with a lot of wireless systems, I approve. This is the way.
Comment on But my WiFi is just fine!
Polar@lemmy.ca 1 year ago
What’s the speed? Do you have a shitty 10mbps connection like my parents? Then WiFi, because you’re easily saturating that line either way.
Do you have gigabit? Then Ethernet, but then again getting like 600mbps wirelessly is good enough.
Biggest thing is having GOOD coverage. My house has multiple access points so that my connection is great everywhere. People with a shitty ISP router shoved in the cupboard in their basement make no sense lol.
My house has multiple access points so that my connection is great everywhere
As an IT professional who has worked with a lot of wireless systems, I approve. This is the way.
I had 100mbps ethernet because incompetent ISP worker who crimped only two pairs out of four. And I had AFAIR 150mbps plan! Don’t know what to wish for that idiot.
sznio@lemmy.world 1 year ago
Only if latency doesn’t matter. WiFi has a lot more jitter, no matter if your WAN connection is 10 or 1000mbps.
ShittyRedditWasBetter@lemmy.world 1 year ago
What crap are you doing that so intensive WiFi causes latency? It’s essentially a negligible difference unless you are saturating the signal. We’re taking less than 3ms for a reliable round trip.
kungen@feddit.nu 1 year ago
There are lots of factors that can cause jitter on WiFi, and it’s mostly outside of your control if you’re living somewhere more densely populated. My apartment randomly gets a lot of noise, and as a result my WiFi starts to get unacceptable amounts of packet loss and jitter. It doesn’t happen often enough to motivate the effort for me to go around signal analyzing, but still…
willis936@lemmy.world 1 year ago
Wi-Fi has constant retransmissions. This adds perceptible latency.
ShittyRedditWasBetter@lemmy.world 1 year ago
Few Ms. It’s absolutely unperceptive.
NPC@lemmy.world 1 year ago
I often will be downloading a film, streaming youtube or music and be playing video games. Latency matters to me and WiFi is just not stable enough
ShittyRedditWasBetter@lemmy.world 1 year ago
Something is wrong. None of this is perceptible to humans.
If you don’t want to figure it out, cool. But it ain’t the protocol causing your issues.
uis@lemmy.world 1 year ago
Can you not contradict yourself?
ShortFuse@lemmy.world 1 year ago
Packet loss really, and the latency and jitter said loss can contribute to.
Radio waves go faster (speed of light) than through a medium (copper). Not that it matters at such a small scale, but it’s helpful to have a good picture of the elements at work here. The further you are from the receiving point, the more obstacles (matter) that can obstruct it. But in ideal conditions WiFi is better than most people think. Replicating those ideal conditions though…
MystikIncarnate@lemmy.ca 1 year ago
Except that copper ethernet is baseband, so it’s not radio waves. WiFi is still faster than copper AFAIK (there was a huge debate about this between youtubers not that long ago), at least for signalling, but the difference is smaller than you think. light (which is EM, the same waves as radio/WiFi) through glass is about 2/3rds c (aka the speed of light), and it’s actually a lot slower than ethernet or WiFi for propagation delay, however, WiFi must use CSMA/CA as well as other tricks to ensure it doesn’t step on itself, and that it doesn’t step on other sources of radio interference (Microwave ovens, wireless controllers (like xbox), bluetooth, zigbee, etc, on 2.4Ghz and stuff like RADAR on 5Ghz). It’s half-duplex, so only one station can transmit at a time, hense CSMA/CA being required, where ethernet doesn’t need any collision avoidance or detection except for rare cases of 10/100 half duplex, all gigabit is full duplex. Half duplex on wireline networks is basically eliminated at this point, so it’s little more than a footnote.
Factoring all this in, getting the signal down the line, WiFi loses in almost every case, due to all the considerations it needs to take into account.