Wireless problems in large building; do I need Mesh Networking? Can I use existing Routers

home-networkingnetworkingrouterwireless-networkingwireless-router

I've got a $100-150 Asus Router that was doing fine in a 3 bedroom townhouse a few years ago. I now live in a 5000 sq ft space across three floors, wherein the network is as follows:

1Gb/s Modem from the ISP -> Ubiquiti 4-port wired router -> Asus RT-AC56 wireless router

I now have too much space and too many devices for this configuration. Firstly, the 5Ghz band for the wireless router is operating on a different SSID, so LAN interaction with devices that don't support that frequency is an issue. Second, the connected device list has grown from:

1 Phone

1 Laptop

1 PC

to

4 Phones

2 Laptops

4 PCs

1 Multifunction Printer

2 Steam Links

1 Smart Television

2 Xbox 360s

I'm now in a bit of a loop. Firstly, I can only connect devices a certain way and through the Wireless SSID if I need them to interact. Secondly, and far more annoyingly, the more the router is in use, the more issues begin to arise. Granted, one could call that somewhat normal, but these aren't typical latency issues which should be occurring. All connected machines begin to receive more and more pixellated video, "stuttering" in online games, and the Steam Links start to have issues keeping their connection to the host PC (which is on a wired connection to the wireless router). I even get some errors from the links about trouble communicating with the controller, but I think that's passed on from the PC because of latency between it and the link.

Restarting the wireless router fixes it for about an hour before symptoms begin to recur.

Obviously, I'm making a terrier do the job of a sled husky, so I know an upgrade is in order. As I look into it, Mesh Networking seems like my solution, but I'm confused by it. How is this different from just getting a bunch of routers together and tossing them into repeater mode? If it is different, could I use an existing wireless router to connect to the mesh connectivity nodes? if I have a wired-only router that performs really well (the aforementioned ubiquiti) do I even need another router, or can I just start connecting up the access nodes to that? Finally, are there any security risks with mesh that aren't present in traditional AP networking?

Best Answer

It sounds like your current router is either over heating, or on its way out. in my personal opinion, WI-mesh would be a waste of money, you can accomplish total coverage with normal AP infrastructure mode.

We don't give shopping recommendations here at superuser, there is a whole other community for that. so choosing new routers will be at your discretion.

This is how you would connect regular routers to essentially act as a mesh network.
(and save yourself a decent amount of money, WI-mesh is costly.)

honey-comb

The configuration would look like this:

Ubiquiti 4-port wired router
MODE = Router/Firewall
LAN IP address = "192.168.1.1 255.255.255.0"
DHCP-Pool = "192.168.1.2 - 192.168.1.251"

Asus AC router #1
MODE = AP
2.4 GHZ SSID = "Home-net"
5.8GHZ SSID = "Home-net-5ghz"
LAN IP address = "192.168.1.254 255.255.255.0"
DHCP = "disabled on this router!"
WPA2-PSK 2.4ghz = "MyPass1234!"
WPA2-PSK 5.8ghz = "MyPass4321!"
security type = "AES only"
NAT & Firewall = OFF!
WAN = disabled, with up-link connected via LAN port.
2.4GHZ Channel - 1
5.8GHZ Channel - 100

Asus AC router #2
MODE = AP
2.4 GHZ SSID = "Home-net"
5.8GHZ SSID = "Home-net-5ghz"
LAN IP address = "192.168.1.253 255.255.255.0"
DHCP = "disabled on this router!"
WPA2-PSK 2.4ghz = "MyPass1234!"
WPA2-PSK 5.8ghz = "MyPass4321!"
security type = "AES only"
NAT & Firewall = OFF!
WAN = disabled, with up-link connected via LAN port.
2.4GHZ Channel - 6
5.8GHZ Channel - 112

Asus AC router #3
MODE = AP
2.4 GHZ SSID = "Home-net"
5.8GHZ SSID = "Home-net-5ghz"
LAN IP address = "192.168.1.252 255.255.255.0"
DHCP = "disabled on this router!"
WPA2-PSK 2.4ghz = "MyPass1234!"
WPA2-PSK 5.8ghz = "MyPass4321!"
security type = "AES only"
NAT & Firewall = OFF!
WAN = disabled, with up-link connected via LAN port.
2.4GHZ Channel - 11
5.8GHZ Channel - 124

I would personally put a new router on the 1st floor and one on the third. check the coverage area before you buy three new routers, you may find you have decent coverage with two. Additionally, you had the right idea. Disable any and all extra features on the access points. You want your main router doing all the processing and hard work, the more you can unload from the AP's the better they will perform.

WiFi is half-duplex, which means that on any channel, only one device can talk at a time. If two devices try to talk at the same time, they would interrupt each other. WiFi is more like a one-lane highway; traffic can only flow in one direction at a time.

Since WiFi is half-duplex, only one WiFi device can transmit on a channel at a time. The more WiFi devices we add to a channel, the more we reduce opportunities for each device to talk. This is known as co-channel interference. If you would like a more detailed explanation, I wrote one for someone else here.

I hope this helps you in building a better network!!

Related Question