QoS for Remote Work

Run a Speed Test

Quality 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

Related Guides

More From This Section

Frequently Asked Questions

What is QoS and how does it help remote workers?
QoS (Quality of Service) is a router feature that lets you set traffic priorities so that video call packets are sent before large file downloads or streaming data. When your upload or download bandwidth is near capacity, QoS ensures your Zoom or Teams call stays smooth while everything else waits its turn.
Where do I find QoS settings on my router?
Log into your router admin panel — usually at 192.168.1.1 or 192.168.0.1 in your browser. Look under Advanced, Traffic Management, or a dedicated QoS tab. ASUS routers label it Adaptive QoS; TP-Link Archer routers use QoS under Advanced; Netgear Nighthawk calls it Dynamic QoS.
What ports should I prioritize for Zoom calls?
Zoom primarily uses UDP ports 8801 and 8802 for media, plus TCP port 443 as a fallback. Microsoft Teams uses UDP ports 3478–3481. For a general rule covering most real-time audio and video, prioritize all UDP traffic in the range 16384–32767, which covers standard RTP media streams.
What is the difference between application-based and device-based QoS?
Application-based QoS identifies traffic by port number or deep packet inspection and prioritizes specific apps like Zoom or Teams regardless of which device sends them. Device-based QoS assigns a priority level to a specific device — such as your work laptop — so all traffic from that machine is elevated above others on the network.
Does QoS help when my total bandwidth is just too low?
QoS optimizes how available bandwidth is shared; it cannot create bandwidth that does not exist. If your total upload speed is 5 Mbps and a 1080p video call with screen sharing needs 5 Mbps, QoS can protect that call from a simultaneous backup, but it cannot give you more than 5 Mbps total. A plan upgrade is needed if total capacity is the constraint.
What is DSCP marking and do I need it for home use?
DSCP (Differentiated Services Code Point) is a standardized way to tag network packets with a priority level that routers along the path can respect. It is mainly used on managed business networks where multiple routers need to coordinate priority. For a home router, application-based or device-based QoS achieves the same result without needing DSCP configuration.

Foundational Concepts