<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sia Mianji</title>
    <description>The latest articles on DEV Community by Sia Mianji (@siamianji).</description>
    <link>https://dev.to/siamianji</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3965944%2Fa1942c98-c7e2-4878-8665-fd0417643f9b.jpg</url>
      <title>DEV Community: Sia Mianji</title>
      <link>https://dev.to/siamianji</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/siamianji"/>
    <language>en</language>
    <item>
      <title>Why Your Router Isn't the Problem: The Networking Reality Behind WiFi Dead Zones</title>
      <dc:creator>Sia Mianji</dc:creator>
      <pubDate>Tue, 08 Sep 2026 04:11:15 +0000</pubDate>
      <link>https://dev.to/siamianji/why-your-router-isnt-the-problem-the-networking-reality-behind-wifi-dead-zones-3g26</link>
      <guid>https://dev.to/siamianji/why-your-router-isnt-the-problem-the-networking-reality-behind-wifi-dead-zones-3g26</guid>
      <description>&lt;p&gt;If you've ever stood in your kitchen watching a video call freeze while you had five bars in the office ten metres away, you've met a WiFi dead zone. The usual reaction is to blame the router and go buy a more expensive one. That almost never fixes it, because the router was rarely the actual bottleneck.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foiw8g0ecipbii57pa9fq.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foiw8g0ecipbii57pa9fq.jpg" alt=" " width="800" height="597"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's the networking reality behind dead zones, and why the fix is architectural, not "buy a bigger box."&lt;/p&gt;

&lt;h2&gt;
  
  
  It's not about signal strength, it's about signal-to-noise and roaming
&lt;/h2&gt;

&lt;p&gt;A single access point radiates roughly a sphere of coverage, and that sphere gets eaten alive by physics before it gets anywhere near your back bedroom:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Standard brick veneer wall: roughly 6-10 dB of attenuation per wall&lt;/li&gt;
&lt;li&gt;Double brick / masonry: can run 15-20+ dB&lt;/li&gt;
&lt;li&gt;Foil-backed insulation or low-E glass: can behave almost like a Faraday cage in the 5 GHz band specifically, because the foil mesh is tuned to block wavelengths in that range&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every doubling of distance from the AP costs you roughly 6 dB under free-space path loss, and every wall in the path stacks on top of that. By the time you're two rooms and a hallway away, you haven't lost "some" signal — you've often dropped below the noise floor for anything beyond basic web browsing, and gigabit-class throughput is long gone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Channel congestion is the second half of the problem
&lt;/h2&gt;

&lt;p&gt;Even where signal strength looks fine on a phone's little bar icon, dead zones are frequently a channel congestion problem, not a coverage problem. In the 2.4 GHz band there are only three non-overlapping channels (1, 6, 11) in most regions, and in any reasonably dense suburb you're sharing airtime with a dozen neighbouring networks all fighting for the same three channels. 5 GHz has more channels but shorter range and worse wall penetration, which is the classic trade-off.&lt;/p&gt;

&lt;p&gt;Run a WiFi analyzer (inSSIDer, WiFi Analyzer on Android, or iwlist wlan0 scan on Linux if you want to do it the hard way) and you'll often find the "dead zone" has a perfectly reasonable RSSI but terrible actual throughput because the channel is saturated.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why range extenders usually make it worse, not better
&lt;/h2&gt;

&lt;p&gt;The standard consumer fix — a plug-in range extender — works by receiving the signal and rebroadcasting it on the same radio. That means:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It halves your effective bandwidth, because the same radio can't receive and transmit simultaneously, so every packet effectively makes two hops on one channel.&lt;/li&gt;
&lt;li&gt;It usually doesn't support fast roaming standards, so your devices "stick" to whichever AP they first associated with, even after you've walked closer to a stronger one — the classic "full bars but no internet" symptom.&lt;/li&gt;
&lt;li&gt;It's a second, separate SSID or a poorly implemented same-SSID relay, and devices handle the handoff badly either way.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  What actually fixes it: dedicated-backhaul mesh + proper placement
&lt;/h2&gt;

&lt;p&gt;Real mesh systems (as opposed to a single AP plus an extender) solve this with a few specific mechanisms worth understanding if you're troubleshooting your own setup:&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;- Dedicated wireless or wired backhaul — *&lt;/em&gt; a separate radio (or Ethernet run) handles node-to-node traffic, so client bandwidth isn't shared with backhaul traffic. This is the single biggest difference between a real mesh system and a repeater.&lt;br&gt;
*&lt;em&gt;- 802.11k/v/r — *&lt;/em&gt; these standards let the network (not just the client) manage roaming: .11k gives clients a neighbour report so they know what else is available, .11v lets the network suggest a better AP, and .11r (fast BSS transition) makes the handoff between APs fast enough that a VoIP call or video stream doesn't notice it happened.&lt;br&gt;
*&lt;em&gt;- Band steering and single SSID — *&lt;/em&gt; clients see one network name and the system decides which radio/band each device should sit on based on real-time conditions, rather than you manually choosing a "5G" network and hoping.&lt;br&gt;
*&lt;em&gt;- Placement that respects the physics above — *&lt;/em&gt; the highest-leverage fix is often not buying new hardware at all, but moving the existing AP out of a cabinet, away from a metal cabinet or fish tank, and central to the floor plan rather than jammed in a corner where the ISP's cable happens to terminate.&lt;/p&gt;

&lt;h2&gt;
  
  
  A practical troubleshooting order
&lt;/h2&gt;

&lt;p&gt;Before spending money, this is roughly the order I'd check things in:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Map actual RSSI and channel utilisation room-by-room (a $0 phone app will do for a first pass).&lt;/li&gt;
&lt;li&gt;Check AP placement against the attenuation numbers above — is it buried behind a TV unit, inside a cabinet, near a mirror or fish tank?&lt;/li&gt;
&lt;li&gt;Check for channel congestion, not just weak signal — a "strong but useless" reading is a congestion problem, not a coverage problem.&lt;/li&gt;
&lt;li&gt;Only then consider hardware — and if you do, prioritise systems with dedicated backhaul and 802.11k/v/r support over anything marketed purely on "boosted range."&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I put together a more Perth-specific, plain-English version of this — covering exactly which brick/wall types and floor plans we see causing the worst dead zones locally, and the fixes that actually work for them — &lt;a href="https://larkassist.com.au/wifi-dead-zones-perth/" rel="noopener noreferrer"&gt;in a longer guide here&lt;/a&gt;, if you want the non-technical version to hand to someone else in the house.&lt;/p&gt;

</description>
      <category>hardware</category>
      <category>infrastructure</category>
      <category>networking</category>
    </item>
    <item>
      <title>Is Your Home Wi-Fi or PC Actually Safe? A Perth Tech's No-Jargon Checklist</title>
      <dc:creator>Sia Mianji</dc:creator>
      <pubDate>Wed, 03 Jun 2026 07:22:13 +0000</pubDate>
      <link>https://dev.to/siamianji/proactive-network-infrastructure-baselines-for-small-businesses-1bmi</link>
      <guid>https://dev.to/siamianji/proactive-network-infrastructure-baselines-for-small-businesses-1bmi</guid>
      <description>&lt;p&gt;Most people only think about their computer or home network when something's already gone wrong — a virus pop-up, the Wi-Fi dropping out mid Zoom call, or a laptop that's ground to a halt. After 25+ years fixing this stuff around Perth, here's the plain-English version of what I check on every visit, and what you can check yourself in five minutes.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is your router actually protecting you?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Most home routers (and a lot of small business ones) are still running the password and settings they shipped with. That's like leaving a spare key under the mat. Log into your router at least once and change the admin password, turn on WPA3 if it's available, and check nothing unfamiliar is connected to your network.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Do you have a real backup — not just "it's probably fine"?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If your laptop died right now, would you lose the photos, invoices, or documents on it? A proper backup means a copy that lives somewhere other than the machine itself — an external drive you disconnect, or a cloud backup. "I've never had a problem" isn't a backup plan.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Is something quietly running in the background?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Fans spinning for no reason, the machine slower than it used to be, browser homepage changed without you touching it — these are the early signs of malware, not just "it's an old computer." Worth a proper look before it gets worse.&lt;/p&gt;

&lt;p&gt;None of this needs to be complicated, and you don't need to be technical to get it right — you just need five minutes and the right checklist, or someone who does this daily to do it for you.&lt;/p&gt;

&lt;p&gt;If you're in Perth and want someone to actually look at it rather than guess, I do same-day &lt;a href="https://larkassist.com.au/" rel="noopener noreferrer"&gt;computer repair and network health checks&lt;/a&gt; across the metro area, including &lt;a href="https://larkassist.com.au/virus-malware-removal-perth/" rel="noopener noreferrer"&gt;virus removal&lt;/a&gt; and &lt;a href="https://larkassist.com.au/wifi-dead-zones-perth-eero-mesh/" rel="noopener noreferrer"&gt;Wi-Fi dead-zone fixes&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>wifi</category>
      <category>homeoffice</category>
      <category>smallbusiness</category>
    </item>
  </channel>
</rss>
