QoS for Remote Work
Run a Speed TestQuality of Service — QoS — is a router feature that prevents background downloads, streaming, and cloud sync from degrading your video calls. Instead of all traffic competing equally for bandwidth, QoS lets you declare that your Zoom or Teams packets always go first. For remote workers on shared household connections, it is one of the most effective improvements you can make without upgrading your internet plan.
What QoS Does and How It Works
Every packet of data your router handles competes for the same upload and download channel. Without any management, a child starting a 4K Netflix stream or your laptop silently uploading a cloud backup can saturate that channel at exactly the wrong moment — mid-presentation, mid-sentence. Your video call stutters, pixelates, and drops audio because its packets are stuck waiting behind gigabytes of streaming data.
QoS solves this by classifying incoming and outgoing traffic and placing it into priority queues. High-priority traffic — your video call — is dequeued and sent first. Lower-priority traffic — bulk downloads, streaming, backups — is dequeued only when the high-priority queue is empty. The total bandwidth available does not change, but the way it is allocated in real time does. The result is that a 1 Mbps burst of backup data cannot displace even a single millisecond of your video call stream.
Traffic Classification: How Routers Identify Call Traffic
Routers classify traffic using several methods, and the sophistication of that classification determines how precisely the QoS rule can target your calls.
- Port-based classification: The simplest method. The router inspects the destination or source port number of each packet. UDP port 8801 almost certainly belongs to Zoom; UDP ports 3478–3481 almost certainly belong to Teams. You create rules saying "packets on these ports go to the highest-priority queue."
- Deep Packet Inspection (DPI): More advanced routers examine the payload of packets to identify the application even when it uses non-standard ports or HTTPS encryption. ASUS Adaptive QoS and Netgear Dynamic QoS use DPI to detect streaming, gaming, and video-call traffic automatically without manual port configuration.
- DSCP marking: Differentiated Services Code Point is a 6-bit field in each IP packet's header that indicates its intended priority class. Business applications like Teams and Cisco Webex can be configured to stamp their packets with specific DSCP values (EF for voice, AF41 for video) that corporate-grade routers and managed switches honour automatically.
Two Practical QoS Approaches for Remote Workers
Application-Based QoS
Application-based QoS targets specific software by port or DPI signature, regardless of which device in your home runs it. This is the cleanest approach when everyone in the household needs fair access but video calls should always win. Set Zoom, Teams, and Google Meet to highest priority. Set cloud backup clients (OneDrive, Dropbox, iCloud) to lowest or background priority. Set streaming services to medium priority.
Key port numbers to configure if your router requires manual port rules:
- Zoom: UDP 8801–8802 (media), TCP/UDP 443 (signalling fallback)
- Microsoft Teams: UDP 3478–3481 (media)
- Google Meet: UDP 19302–19309
- General RTP/VoIP media: UDP 16384–32767
Device-Based QoS
Device-based QoS assigns a priority tier to a specific MAC address — your work laptop. All traffic from that device, regardless of application, is elevated above traffic from other devices. This is simpler to configure and does not require knowing port numbers, but it means your work laptop's Netflix session is also prioritized over a family member's video call. Use device-based QoS when your work machine is clearly the most critical device and you want blanket protection without per-app rules.
Where to Find QoS in Your Router's Admin Panel
Log into your router at its local IP address — typically 192.168.1.1 or 192.168.0.1 — using the admin credentials printed on the router label. The QoS settings location varies by brand:
- ASUS: Adaptive QoS is a top-level menu item on the left sidebar. Enable it, select "User-defined" or "Customize," and drag categories into priority order.
- TP-Link Archer: Advanced → QoS. Enable QoS, set your total upload and download bandwidth (use your speed test results), then add priority rules by device or application.
- Netgear Nighthawk: Advanced → Setup → QoS Setup, or Dynamic QoS if supported. Enable, enter your internet speed, and set device priorities.
- Eero: QoS is handled automatically and is not user-configurable beyond basic device prioritization in the Eero app under your network's device list.
- Ubiquiti (UniFi): Network → Traffic Management → Traffic Rules. Create rules using application signatures or DSCP values; UniFi supports enterprise-grade DSCP marking for full corporate network compatibility.
When QoS Helps Most
QoS delivers the greatest benefit when your connection is near capacity during the workday. If you have a 500 Mbps download plan and everyone in the house collectively uses 100 Mbps, QoS provides little practical benefit — there is already plenty of headroom. But if you have a 100 Mbps download and 15 Mbps upload plan and two adults are working from home while children stream, QoS is the difference between a stable call and a dropped one. Upload bandwidth is where QoS matters most for remote workers, because upstream capacity is typically the scarce resource on asymmetric home plans.
Router QoS Capability Comparison
| Router Brand / Model | App-Based QoS | Device-Based QoS | DSCP Marking | Ease of Setup |
|---|---|---|---|---|
| ASUS (Adaptive QoS) | Yes — DPI-based | Yes | No | Easy — drag-and-drop UI |
| TP-Link Archer | Port-based only | Yes | No | Moderate — manual port entry |
| Netgear Nighthawk | Yes — Dynamic QoS DPI | Yes | No | Easy — auto-speed detection |
| Eero (Amazon) | No — automatic only | Basic (app only) | No | Very easy — app-based, limited control |
| Ubiquiti UniFi | Yes — signature + port | Yes | Yes — full DSCP | Advanced — requires UniFi controller |