Skip to main content

Bandwidth Management and Quality of Service (QoS) in Co-Working Spaces

An authoritative technical reference guide for IT managers, network architects, and venue operations directors on implementing robust Bandwidth Management and Quality of Service (QoS) frameworks in co-working environments. This guide details network segmentation, traffic prioritization, vendor-neutral configurations, and real-world ROI metrics to deliver enterprise-grade connectivity. It covers IEEE 802.11e/WMM standards, VLAN design, per-user rate limiting, and troubleshooting strategies with measurable business outcomes.

📖 8 min read📝 1,823 words🔧 3 worked examples3 practice questions📚 8 key definitions

Listen to this guide

View podcast transcript
[Theme Music: Upbeat, modern corporate electronic music fades in, plays for 5 seconds, then fades under the speaker's voice.] Hello, and welcome to this Purple Technical Briefing. I'm your host, a Senior Solutions Architect here at Purple, and today we are diving deep into a topic that is absolutely critical for anyone operating a modern shared workspace: Bandwidth Management and Quality of Service, or QoS, in Co-Working Spaces. If you're a venue operations director, an IT manager, or a CTO at a co-working brand, you already know this: in 2026, the single most important amenity you provide isn't the artisanal coffee or the ergonomic chairs. It is the Wi-Fi. But here's the catch: co-working spaces present one of the most volatile and high-density RF environments in existence. You have hundreds of users, all with different devices, running completely unpredictable workloads — from high-stakes video conferences to background database syncs, and yes, even personal cloud backups or streaming. Without a robust, multi-layered QoS and bandwidth management strategy, your network will suffer from bufferbloat, your tenants will experience dropped video calls, and ultimately, they will walk out the door and terminate their leases. Today, we're going to give you the exact technical blueprint to prevent that from happening. [Transition] Let's start with a technical deep-dive. Why does a standard network setup fail in a co-working space? It comes down to a phenomenon called bufferbloat. When a user on your network starts a large file upload or download, standard network switches and routers try to buffer as many packets as possible to maximise throughput. But in doing so, they create a massive queue. If another user on that same network tries to make a Zoom call, their highly latency-sensitive voice and video packets get stuck behind those massive file transfer packets. The result? Jitter, high latency, and a dropped call. To solve this, we must implement Quality of Service, or QoS, across both the wired and wireless layers of your network. At the wireless layer, QoS is governed by the IEEE 802.11e standard, commonly known as Wi-Fi Multimedia, or WMM. WMM replaces the standard first-come, first-served wireless access with Enhanced Distributed Channel Access, or EDCA. This system prioritises wireless frames into four distinct Access Categories: Voice, Video, Best Effort, and Background. To make this work, you must enable WMM globally on all your access points. But that's only half the battle. As those prioritised wireless packets hit your access point and enter the wired network, their WMM tags must be mapped to Layer 3 Differentiated Services Code Point, or DSCP markings. Voice packets are tagged as Expedited Forwarding, while video is tagged as Assured Forwarding, or AF41. This ensures that your switches and your WAN gateway router continue to prioritise this traffic all the way to the internet. Now, how do we structure this logically? The answer is strict network segmentation. You should never, ever run a flat network in a co-working space. We recommend a three-VLAN architecture. VLAN 10 is your Private Office network. This is for your high-value, dedicated tenants. It gets WPA3-Enterprise security and a Platinum QoS profile with prioritised voice and video. VLAN 20 is your Hot-Desk network for flexible members. This gets a Gold QoS profile with balanced, dynamic bandwidth limits. VLAN 30 is your Guest network, managed via a captive portal. This gets a Silver profile with strict, static rate limits and full client isolation. By isolating these networks, you ensure that a guest downloading a large file in your cafe can never starve a paying corporate tenant in a private office. [Transition] Now, let's talk about implementation. How do you actually deploy this? First, you must establish what we call The 10% Overhead Rule. If you have a symmetric 1 Gigabit fibre connection from your ISP, do not configure your traffic shapers to 1 Gigabit. Shape your WAN gateway to 900 Megabits per second — that's 90% of your actual speed. Why? Because this forces your enterprise gateway router to handle all the packet queueing, rather than the ISP's unmanaged modem. This single configuration step virtually eliminates bufferbloat. Next, configure Class-Based Weighted Fair Queueing, or CBWFQ, on your gateway. Allocate your bandwidth into guaranteed pools. Tier 1, which is Critical traffic, gets 40% of your bandwidth for voice and video. Tier 2, which is Business traffic, gets 35% for core cloud applications and web browsing. Tier 3, which is General and Guest traffic, gets 25%. For your hot-deskers, use Dynamic Bandwidth Allocation. Instead of capping users at a low speed, let them burst to high speeds — say, 50 Megabits — when the network is quiet. But during peak hours, dynamically scale them down to a guaranteed baseline of 10 Megabits. For guests, enforce a hard, static cap of 10 Megabits download and 5 Megabits upload. At the physical layer, disable all legacy data rates below 24 Megabits on the 5 Gigahertz band, and turn off the 2.4 Gigahertz band entirely on most of your APs. This forces client devices to roam cleanly to the nearest AP and reduces wireless overhead. Also, always enable Airtime Fairness. This ensures that older, slower devices don't hog the wireless medium, protecting the performance of modern Wi-Fi 6 and Wi-Fi 7 clients. [Transition] Let's address some common pitfalls and troubleshooting scenarios. One of the most frequent complaints we hear from co-working operators is: "Our router's CPU is spiking to 95%, and the internet is slow, but our bandwidth utilisation is low." If you see this, you are likely experiencing a broadcast storm. In high-density environments, devices constantly broadcast discovery packets like mDNS or ARP. When you have hundreds of devices doing this, it saturates the wireless medium and overloads your router's CPU. The immediate fix? Enable Client Isolation on your Guest and Hot-Desk SSIDs. This blocks devices from talking directly to each other, instantly cutting out that broadcast noise and freeing up massive amounts of airtime and CPU. Another issue is sticky clients — devices that cling to a distant AP even when standing right under a new one. To solve this, implement 802.11k, r, and v roaming standards, and adjust your AP transmit power down to 12 to 15 dBm. This prevents APs from shouting over each other and encourages clean roaming. [Transition] Let's do a quick rapid-fire Q&A based on questions we frequently get from IT directors. Question: Can I use my existing consumer-grade or prosumer APs for this? Answer: Absolutely not. Multi-tenant QoS requires enterprise-grade hardware — like Cisco, Aruba, or Ruckus — that can handle high client density, enforce deep packet inspection, and map WMM to DSCP seamlessly. Question: Is 2.4 Gigahertz still useful in a co-working space? Answer: Only for IoT devices like smart thermostats or printers. For your users, 2.4 Gigahertz is too congested and slow. Move all user traffic to 5 Gigahertz and the new 6 Gigahertz bands. Question: How does this impact my bottom line? Answer: Poor Wi-Fi is the leading cause of member churn. By guaranteeing network reliability, you can reduce tenant churn from an average of 20% down to under 8%. Furthermore, you can package these QoS capabilities into premium upsell tiers — offering dedicated SSIDs, private VLANs, and guaranteed bandwidth for an extra monthly fee. It turns your IT infrastructure from a cost centre into a high-margin revenue generator. [Transition] To wrap up, let's summarise the key takeaways. First: Segment your network into at least three isolated VLANs. Second: Enable WMM globally and map it to wired DSCP. Third: Enforce the 10% WAN Overhead Rule to eliminate bufferbloat. Fourth: Enable Airtime Fairness and set a 24 Megabit minimum basic rate to optimise your RF environment. Fifth: Use client isolation to eliminate broadcast noise. By implementing these steps, you will deliver the enterprise-grade connectivity that modern professionals demand, protecting your revenue and scaling your business. If you want to learn more about how Purple can help you manage guest access and deliver deep network analytics, visit us at purple dot ai. Thank you for listening to this Purple Technical Briefing. Until next time, keep your networks fast and your tenants happy. [Theme Music: Upbeat, modern corporate electronic music swells, plays for 5 seconds, then fades out completely.]

header_image.png

Executive Summary

Co-working spaces present a unique and volatile RF (Radio Frequency) and network environment. Unlike traditional enterprise offices with predictable user behaviour, or public hot spots with low-bandwidth expectations, co-working spaces must support high-density, multi-tenant deployments where users demand enterprise-grade throughput, low latency, and bulletproof reliability. A single tenant conducting a bulk data transfer or running unthrottled backup syncs can degrade the wireless experience for the entire venue, leading to tenant churn and direct revenue loss.

This guide provides network architects and IT directors with an actionable, vendor-neutral framework for implementing Bandwidth Management and Quality of Service (QoS) policies. By utilising advanced network segmentation via Guest WiFi and secure VLANs, integrating WiFi Analytics to monitor real-time utilisation, and enforcing strict IEEE 802.11e/WMM standards, operators can guarantee service level agreements (SLAs) for high-value tenants while maintaining a seamless baseline experience for general guests.


Technical Deep-Dive

The Multi-Tenant Network Dilemma

In a multi-tenant co-working environment, the primary challenge is the unpredictable nature of the traffic. On any given day, the network must simultaneously support latency-sensitive Unified Communications as a Service (UCaaS) like Zoom or Microsoft Teams, bursty cloud database synchronisations, high-throughput file transfers, and recreational video streaming. Without proactive management, the "First-In, First-Out" (FIFO) scheduling of standard network switches and access points will inevitably lead to bufferbloat — a phenomenon where high-bandwidth, non-real-time packets saturate buffer queues, introducing jitter and latency that destroy the usability of real-time applications.

To mitigate this, network administrators must transition from simple rate-limiting to a multi-layered Quality of Service (QoS) and traffic shaping architecture. This begins with proper physical and logical network design, leveraging enterprise-grade hardware to segment and prioritise traffic.

Network Segmentation and VLAN Design

Effective bandwidth management is impossible without strict logical separation of tenant groups. We recommend deploying at least three distinct Virtual Local Area Networks (VLANs) mapped to separate Service Set Identifiers (SSIDs) using enterprise-grade Cisco Wireless APs or similar hardware:

VLAN ID SSID Name Target Audience Authentication Mechanism QoS Profile
VLAN 10 CoWork_Private Dedicated Office Tenants WPA3-Enterprise (802.1X / Cloud RADIUS) Platinum (Voice/Video Prioritised)
VLAN 20 CoWork_HotDesk Hot-Desking / Flex Members WPA3-Enterprise or WPA3-SAE with Portal Gold (Business Applications)
VLAN 30 CoWork_Guest Daily Visitors / Guests Captive Portal via Guest WiFi Silver (Best-Effort / Throttled)

By segmenting the network, administrators can apply tailored QoS profiles at the VLAN boundary, ensuring that guest traffic on VLAN 30 never starves critical business traffic on VLANs 10 and 20. Implementing these security policies requires integration with robust Network Access Control (NAC) Solutions to dynamically assign VLANs based on user credentials. For detailed guidance, refer to our comprehensive guide on How to Implement 802.1X Authentication with Cloud RADIUS .

coworking_network_architecture.png

IEEE 802.11e and Wi-Fi Multimedia (WMM)

At the wireless layer, QoS is governed by the IEEE 802.11e standard, which is commercialised as Wi-Fi Multimedia (WMM). WMM replaces the traditional Distributed Coordination Function (DCF) with Enhanced Distributed Channel Access (EDCA). EDCA introduces four Access Categories (ACs) that correspond to different priority levels on the medium:

Voice (WMM-AC_VO) carries the highest priority and is designed for VoIP and real-time interactive audio. It uses the shortest backoff timers to minimise latency. Video (WMM-AC_VI) carries high priority and is optimised for video conferencing and streaming, balancing low latency with high throughput. Best Effort (WMM-AC_BE) is the default category for standard web traffic, email, and general applications. Background (WMM-AC_BK) carries the lowest priority and is reserved for non-time-sensitive data transfers, system updates, and background backups.

To maintain voice and video clarity in high-density environments, WMM must be enabled globally across all access points. Furthermore, DSCP (Differentiated Services Code Point) mapping must be configured to translate wireless WMM categories into wired IP packets as they traverse the switches and routers.


Implementation Guide

Step-by-Step Traffic Shaping and QoS Deployment

Implementing bandwidth management in a co-working space requires a systematic approach. Follow these vendor-neutral deployment steps to establish an enterprise-grade traffic shaping policy.

Step 1: Establish the WAN Bandwidth Budget. Before configuring internal limits, determine your total WAN throughput. For a typical 200-user co-working space, a symmetric 1 Gbps / 1 Gbps fibre connection is recommended. Reserve a hard 10% overhead buffer at the WAN gateway to prevent interface saturation and bufferbloat. This leaves 900 Mbps of assignable bandwidth.

Step 2: Define Traffic Classes and Priority Queues. Configure Class-Based Weighted Fair Queueing (CBWFQ) or Low Latency Queueing (LLQ) on your core gateway/firewall. Define three primary classes based on source VLANs and application signatures. Tier 1 (Critical) receives a 40% guaranteed bandwidth allocation for VoIP and UCaaS traffic, mapped to DSCP EF. Tier 2 (Business) receives 35% for cloud applications and web traffic, mapped to DSCP AF41. Tier 3 (General/Guest) receives 25% with a hard aggregate cap, mapped to DSCP CS1.

qos_priority_tiers_infographic.png

Step 3: Configure Per-User Rate Limiting (Dynamic Bandwidth Allocation). To prevent "bandwidth hogs" from degrading the network, implement dynamic per-user rate limits rather than static caps wherever possible. Dynamic rate limiting allows users to burst to higher speeds when the network is idle, but scales them down to a guaranteed baseline during peak hours. For the Hot-Desk/Flex SSID, configure a dynamic limit of 50 Mbps download / 20 Mbps upload per client, with a guaranteed minimum of 10 Mbps symmetric during peak utilisation. For the Guest SSID, enforce a strict static cap of 10 Mbps download / 5 Mbps upload per client.

Step 4: Implement Application-Layer (Layer 7) Filtering. Modern firewalls and APs utilise Deep Packet Inspection (DPI) to identify applications regardless of the port used. Configure Layer 7 rules to throttle peer-to-peer (P2P) file sharing, torrents, and personal cloud backups to a maximum of 2 Mbps per user. Ensure that known UCaaS domains (e.g., *.zoom.us, *.microsoft.com) are automatically tagged with DSCP EF or AF41.


Best Practices

Rigorous RF Planning and Channel Reuse

High-density co-working spaces suffer from co-channel interference (CCI) when multiple access points operate on the same channel. In modern workspaces, migrate legacy devices to the 5 GHz and 6 GHz bands. If 2.4 GHz must be enabled for IoT, limit it to a few select APs on non-overlapping channels (1, 6, 11) with minimum transmit power. Deploy Wi-Fi 6E or Wi-Fi 7 to utilise the newly opened 6 GHz spectrum, which provides up to 14 additional 80 MHz channels, completely eliminating CCI. Stick to 40 MHz channel widths in the 5 GHz band to balance throughput with channel availability.

Airtime Fairness

Enable Airtime Fairness (ATF) on all enterprise APs. ATF allocates equal channel access time to all clients, rather than equal packet numbers. This prevents older, slow-legacy clients (operating on 802.11n or older standards) from hogging the wireless medium and slowing down modern, high-speed Wi-Fi 6/7 clients.

Continuous Analytics and Monitoring

Leverage enterprise-grade WiFi Analytics to gain deep visibility into tenant behaviour, device density, and application usage. By analysing historical traffic trends, IT managers can proactively adjust bandwidth allocations before physical bottlenecks occur. This is equally applicable in Hospitality environments, Retail deployments, and Transport hubs where multi-tenant wireless density is a persistent operational challenge.


Troubleshooting & Risk Mitigation

Even with robust QoS configurations, co-working networks will experience performance anomalies. The table below provides a diagnostic matrix for the most common bandwidth-related failures.

Symptom Root Cause Diagnostic Step Mitigation Action
Choppy Zoom/Teams calls during peak hours Bufferbloat at the WAN gateway or incorrect DSCP mapping Run a bufferbloat test from a client device; check switch port statistics for dropped egress packets Enable LLQ on the router for UCaaS traffic; adjust WAN overhead reserve from 10% to 15%
High latency and packet loss on 5 GHz band Co-channel interference (CCI) due to excessive AP transmit power or wide channels Perform an RF site survey or check the controller's channel map and interference metrics Reduce channel width from 80 MHz to 40 MHz; enable Dynamic Channel Allocation (DCA)
Specific tenant reports slow speeds in private office Physical obstruction or client device stuck on a distant AP (sticky client) Check the client's RSSI and connected band in the wireless controller dashboard Enable 802.11k/r/v fast roaming; adjust Minimum Basic Rate to 12 Mbps or 24 Mbps
Guest network usage spikes, starving corporate tenants Guest rate limits bypassed or captive portal session timeouts configured too long Verify the guest VLAN's aggregate bandwidth consumption in the firewall dashboard Enforce strict per-user rate limits (10/5 Mbps) on the Guest SSID; reduce session timeout to 4 hours

ROI & Business Impact

Tenant Retention and Churn Reduction

The number one complaint in co-working spaces is poor internet connectivity. In an industry where switching costs are low and flex-space options are plentiful, a single week of unstable connectivity can prompt a high-value corporate tenant to terminate their lease. With a properly implemented QoS framework, operators consistently report annual tenant churn rates dropping from an industry average of 18–22% down to under 8%, representing significant preserved lease revenue.

New Revenue Generation via Premium Tiers

By utilising a robust network core, co-working operators can transform their WiFi infrastructure from a cost centre into a high-margin revenue generator. Operators can upsell tenants from standard tiers to premium network packages, offering dedicated VLANs, private SSIDs, guaranteed symmetric bandwidth, and static IP addresses at a premium monthly rate.

Tier Features Indicative Pricing
Standard Shared Hot-Desk SSID, 50/20 Mbps, Best-Effort QoS, Captive Portal Login Included in Base Membership
Premium Dedicated VLAN/SSID, 100/100 Mbps, Platinum QoS (VoIP Prioritised), WPA3 +£150 / month
Enterprise Custom Private SSID, Symmetric 200 Mbps, Cloud RADIUS Integration, Static IP +£450 / month

Operational Efficiency

By automating bandwidth allocation and traffic shaping, the volume of daily IT support tickets related to "slow internet" is reduced by up to 75%. This allows the venue's on-site community managers to focus on hospitality and sales rather than troubleshooting network issues. The same principles apply across Healthcare facilities and public-sector venues where network reliability is operationally critical. For further reading on high-density wireless deployment strategies, see our guide on WiFi in Schools: The 2026 Administrator & IT Guide .


Listen: Technical Briefing Podcast


References

[1] Cisco Systems, "High Density Wi-Fi Deployment Guide," 2025. [2] Internet Engineering Task Force (IETF), "Controlled Delay Active Queue Management (CoDel)," RFC 8289, 2018. [3] IEEE Standards Association, "IEEE 802.11e-2005 — Amendment 8: Medium Access Control (MAC) Quality of Service Enhancements," 2005. [4] Aruba Networks, "Airtime Fairness Technology Whitepaper," 2024.

Key Definitions

Bufferbloat

High latency and jitter caused by excessive buffering of packets in network equipment, particularly at the WAN boundary. When high-bandwidth, non-real-time traffic saturates these buffers, real-time packets (like VoIP and video) are delayed, causing severe performance degradation.

IT teams encounter bufferbloat when users complain of choppy video calls despite having high-speed fibre internet. It is mitigated by reserving a 10% WAN bandwidth overhead and implementing active queue management (AQM) like FQ-CoDel.

Quality of Service (QoS)

A set of technologies and techniques used to manage network resources by prioritising specific traffic types. QoS mechanisms allow administrators to guarantee bandwidth, minimise latency, and control jitter for critical applications.

Essential in multi-tenant co-working spaces to ensure that real-time collaboration tools (Zoom, Teams) take precedence over background file transfers and recreational streaming.

Wi-Fi Multimedia (WMM)

A Wi-Fi Alliance interoperability certification based on the IEEE 802.11e standard. It provides Quality of Service (QoS) features to Wi-Fi networks by prioritising traffic into four Access Categories: Voice, Video, Best Effort, and Background.

Must be enabled globally on co-working access points to ensure that wireless devices can prioritise voice and video packets before they are transmitted over the air.

Differentiated Services Code Point (DSCP)

A 6-bit field in the header of an IP packet used to classify and prioritise network traffic at Layer 3. Standard markings include EF (Expedited Forwarding for voice) and AF (Assured Forwarding for video and business apps).

Used to maintain QoS priority as traffic moves from the wireless AP, across wired switches, and out through the WAN gateway router. DSCP markings must be preserved end-to-end for QoS to function correctly.

Airtime Fairness (ATF)

An enterprise wireless feature that allocates channel transmission time (airtime) equally among connected clients, regardless of their connection speed or wireless standard.

Prevents legacy or distant devices with poor signal strength from consuming excessive wireless medium time, protecting the throughput of modern Wi-Fi 6/7 devices in high-density co-working environments.

Dynamic Bandwidth Allocation

A traffic shaping technique that dynamically adjusts a user's bandwidth limits based on real-time network utilisation, allowing high burst speeds when the network is idle while enforcing strict baselines during peak hours.

Enables co-working operators to offer a responsive, high-speed user experience without risking total network saturation during peak business hours.

Co-Channel Interference (CCI)

Interference that occurs when two or more wireless access points in close proximity operate on the same frequency channel, forcing them to share airtime and drastically reducing overall wireless capacity.

A major issue in high-density co-working spaces. Mitigated by proper channel planning, reducing channel widths to 40 MHz, and utilising the 6 GHz band in Wi-Fi 6E/7 deployments.

Client Isolation

A security and performance feature on wireless access points that prevents connected wireless clients from communicating directly with each other or scanning other devices on the same subnet.

Mandatory for guest networks and hot-desking SSIDs to protect tenant security and eliminate unnecessary wireless broadcast traffic (like ARP and mDNS) from consuming airtime.

Worked Examples

A high-density co-working space spanning 15,000 square feet over two floors accommodates 250 active daily members, including 15 private office tenants. During peak hours (10:00 AM to 3:00 PM), users experience severe jitter and packet loss on Microsoft Teams and Zoom calls. The venue has a symmetric 500 Mbps fibre connection. Design a vendor-neutral QoS and bandwidth allocation strategy to resolve this issue.

To resolve the peak-hour latency and jitter, implement a three-pronged QoS strategy: WAN-level queueing, wireless traffic shaping, and logical segmentation.

WAN-Level Rate Limiting & Queueing: Set a WAN bandwidth limit on the gateway router to 450 Mbps (90% of the 500 Mbps circuit) to prevent bufferbloat. Configure Low Latency Queueing (LLQ) on the WAN interface with a strict priority queue of 50 Mbps for voice and video conferencing traffic (identified via Layer 7 DPI signatures for Zoom, Teams, and Webex), mapped to DSCP EF. Configure CBWFQ for the remaining 400 Mbps: Class-1 (Private Office VLAN 10) receives a 50% bandwidth guarantee (200 Mbps), burstable to 450 Mbps, mapped to DSCP AF41; Class-2 (Hot-Desk VLAN 20) receives a 35% guarantee (140 Mbps), burstable to 300 Mbps, mapped to DSCP AF21; Class-3 (Guest VLAN 30) receives a 15% guarantee (60 Mbps), capped strictly at 100 Mbps aggregate, mapped to DSCP CS1.

Wireless Layer Configuration (WMM & Roaming): Enable Wi-Fi Multimedia (WMM) globally across all APs, mapping wireless voice and video queues directly to the wired DSCP EF and AF41 markings. Enforce Airtime Fairness (ATF) on all APs. Set the Minimum Basic Rate to 24 Mbps on the 5 GHz band and disable 2.4 GHz on 80% of the APs.

Per-User Rate Limiting: Apply dynamic per-user rate limiting on VLAN 20 (Hot-Desks): 30 Mbps download / 10 Mbps upload per client, burstable to 50 Mbps when total network utilisation is below 60%. Apply strict static per-user limits on VLAN 30 (Guests): 10 Mbps download / 3 Mbps upload.

Examiner's Commentary: This solution directly addresses the root cause of choppy video calls, which is bufferbloat and wireless medium starvation. By reserving a 10% overhead buffer at the WAN gateway, we prevent the ISP's modem from queueing packets, transferring queue scheduling control to the enterprise router where LLQ is active. Segmenting the private offices onto VLAN 10 with a guaranteed 50% bandwidth pool protects the venue's primary revenue-generating tenants from the volatile traffic of hot-deskers and guests. Disabling legacy 2.4 GHz rates and enforcing a 24 Mbps minimum basic rate optimises the RF environment, freeing up airtime for latency-sensitive applications.

An enterprise co-working operator wants to upsell a high-value financial services tenant who requires a dedicated, highly secure network for 30 employees within a private office suite. They demand a guaranteed symmetric 100 Mbps throughput, a dedicated SSID, and strict isolation from all other tenants to comply with financial regulations. Detail the step-by-step configuration and deployment model to deliver this service using shared physical infrastructure.

To deliver this premium enterprise service securely and reliably on a shared infrastructure, utilise dynamic VLAN steering, dedicated SSID provisioning, and strict QoS bandwidth reservation.

Logical Network Segmentation & Security: Create a dedicated VLAN (VLAN 105) on the core switch and gateway firewall. Configure a dedicated SSID named CoWork_FinSecure broadcasted only by the access points in the vicinity of the tenant's private office suite. Secure the SSID using WPA3-Enterprise authentication integrated with a Cloud RADIUS server. Each tenant employee is assigned unique 802.1X credentials; upon successful authentication, the RADIUS server returns a Tunnel-Private-Group-ID attribute of 105, dynamically steering the user's device into VLAN 105. Configure strict ACLs on the gateway firewall to block all inter-VLAN traffic between VLAN 105 and any other tenant VLANs.

Bandwidth Reservation & QoS Profiling: On the WAN gateway, create a dedicated traffic class for VLAN 105. Configure a CBWFQ policy that guarantees a symmetric 100 Mbps of WAN throughput exclusively for VLAN 105. Set a hard traffic-shaping limit of 100 Mbps on VLAN 105 to prevent the tenant from exceeding their SLA. Within VLAN 105, enable QoS tagging translation: map incoming client DSCP tags (EF for VoIP, AF41 for video) directly to the corresponding WAN queues.

Client-Level Optimisation: Enable client isolation on the CoWork_FinSecure SSID to prevent devices within the VLAN from scanning or communicating with each other, adding an extra layer of regulatory compliance.

Examiner's Commentary: This scenario demonstrates how to monetise network infrastructure. By leveraging WPA3-Enterprise with dynamic VLAN assignment via Cloud RADIUS, the operator provides bank-grade security without needing physical cabling or dedicated hardware. The core of the SLA is the WAN-level bandwidth reservation (CBWFQ), which guarantees that the tenant always has access to their 100 Mbps, justifying the premium monthly subscription. Strict firewall ACLs ensure compliance with financial regulations regarding multi-tenant data isolation.

During a large-scale tech conference hosted in a co-working space's event hall, 150 attendees connect to the Guest WiFi simultaneously. Within 30 minutes, the entire network grinds to a halt. Hot-desk members in other parts of the building cannot load basic web pages, and the venue's reception desk cannot process credit card payments. Diagnose the network failure and outline the immediate emergency mitigation steps and long-term architectural solution.

This is a classic broadcast storm and wireless medium starvation failure, compounded by a lack of WAN-level bandwidth isolation.

Diagnostic Analysis: 150 active clients on a single guest AP in the event hall saturate the wireless medium. If clients are connected on the 2.4 GHz band or using wide 80 MHz channels, co-channel interference (CCI) spikes, causing massive packet retransmissions. A flood of DHCP requests and broadcast traffic (ARP, mDNS) from the guest network saturates the CPU of the core router. The guest network lacks an aggregate bandwidth cap, allowing conference attendees' devices to consume the entire WAN circuit.

Immediate Emergency Mitigation (15-Minute Resolution): Log into the core firewall and immediately apply an aggregate bandwidth limit on the Guest VLAN (VLAN 30), capping it at 50 Mbps total. Set a strict per-user cap of 3 Mbps download / 1 Mbps upload on the Guest SSID. Enable Client Isolation on the Guest SSID to block peer-to-peer wireless traffic and stop broadcast packets from traversing the airwaves.

Long-Term Architectural Solution: Deploy dedicated high-density Access Points (Wi-Fi 6E/7 APs with directional antennas) specifically for the event hall on a separate, dedicated VLAN (VLAN 40 - Event Space). Configure the core firewall to prioritise VLAN 90 (POS/Operations) with a guaranteed 10 Mbps (DSCP CS5) and VLAN 20 (Hot-Desks) with a guaranteed 200 Mbps. Apply a hard, non-burstable aggregate cap of 150 Mbps on the Event VLAN (VLAN 40).

Examiner's Commentary: This failure highlights the danger of flat network designs and unmanaged guest access. The immediate fix focuses on restoring operations by throttling the guests at the WAN gateway and blocking wireless broadcast traffic via client isolation. The long-term solution structurally protects the business by separating the volatile event space onto its own physical APs and logical VLAN, ensuring that guest events can never disrupt the day-to-day revenue-generating operations of the co-working space.

Practice Questions

Q1. A co-working operator notices that their core gateway router's CPU utilisation spikes to 95% every Tuesday and Thursday afternoon, coinciding with a drop in network speeds for all tenants. No large file transfers are active at the time. What is the most likely cause, and how should the network architect address it?

Hint: Look at the security and protocol settings on the guest and hot-desk networks. Spikes in CPU without high throughput often point to high packet-per-second (PPS) rates from broadcast traffic or device discovery protocols.

View model answer

The most likely cause is a broadcast storm or excessive multicast traffic (such as mDNS, ARP, or Bonjour discovery protocols) originating from the Guest and Hot-Desk SSIDs. In high-density environments with hundreds of devices, background discovery protocols can generate thousands of packets per second. Because broadcast packets must be processed by every device and the core gateway, this saturates the router's CPU without generating significant bandwidth utilisation.

To address this: (1) Enable Client Isolation globally on the Guest and Hot-Desk SSIDs. This immediately blocks peer-to-peer wireless communication and prevents broadcast/multicast packets from being repeated across the wireless medium. (2) Enable IGMP Snooping on all switches to restrict multicast traffic only to the ports that actively request it, reducing switch and router CPU load. (3) Configure the wireless controller to drop ARP and other broadcast frames at the AP level, converting ARP requests to unicast where possible.

Q2. An IT manager wants to implement QoS for a co-working space but discovers their legacy switches do not support DSCP mapping, only basic Layer 2 CoS (Class of Service) 802.1p tagging. How should they adapt their QoS design to maintain traffic prioritisation?

Hint: 802.1p CoS operates at Layer 2 (Ethernet frame), whereas DSCP operates at Layer 3 (IP header). When Layer 3 mapping is unavailable, prioritisation must be maintained within the local broadcast domain using CoS values.

View model answer

When Layer 3 DSCP mapping is unsupported by edge switches, the IT manager must rely on Layer 2 802.1p Class of Service (CoS) tagging. Configure the wireless Access Points to map the wireless WMM Access Categories directly to Layer 2 802.1p CoS tags as traffic enters the wired network. For example: WMM-AC_VO (Voice) maps to CoS 6; WMM-AC_VI (Video) maps to CoS 5; WMM-AC_BE (Best Effort) maps to CoS 0. On the legacy switches, configure egress queuing based on CoS values using Weighted Round Robin (WRR) or Strict Priority queuing on the switch uplink ports, assigning CoS 6 and 5 to the highest-priority queues. At the core gateway router (which supports Layer 3), configure the inbound switchport to read the incoming Layer 2 CoS tags and re-mark them to corresponding Layer 3 DSCP values (e.g., CoS 6 to DSCP EF, CoS 5 to DSCP AF41) before routing the traffic over the WAN interface.

Q3. A co-working space has a 1 Gbps symmetric fibre connection. The operator wants to guarantee that a virtual reality (VR) development company occupying a private suite gets at least 200 Mbps symmetric throughput with less than 5ms latency. However, they also want to ensure that if the VR company is not using their bandwidth, other tenants can utilise it. What specific queuing and traffic shaping configuration should be applied on the WAN gateway?

Hint: Consider class-based queuing mechanisms that support both a guaranteed minimum (committed information rate) and a maximum limit, allowing borrowing of unused bandwidth from a parent pool.

View model answer

Implement Class-Based Weighted Fair Queueing (CBWFQ) with Hierarchical Token Bucket (HTB) on the WAN gateway. Set the parent shaper to 900 Mbps (enforcing the 10% overhead rule). For the VR Tenant Class (VLAN 150), configure a Committed Information Rate (CIR) of 200 Mbps (guaranteed bandwidth) and a Peak Information Rate (PIR) of 500 Mbps (maximum burst limit), assigned to a high-priority queue with low latency characteristics. For the Shared Tenant Class (VLANs 10, 20, 30), configure a CIR of 700 Mbps with a burst limit of 900 Mbps. Enable bandwidth sharing (borrowing) under the HTB scheduler so that when the VR company's utilisation is below 200 Mbps, the unused capacity is automatically distributed among the other tenant classes based on their configured weights. As soon as the VR company initiates a high-throughput transfer, the scheduler immediately reclaims the bandwidth up to the guaranteed 200 Mbps, preempting other traffic classes without dropping active connections.

Continue reading in this series

Legal and Compliance Requirements for Shared WiFi Infrastructure

This authoritative technical reference guide outlines the critical legal, regulatory, and architectural requirements for deploying and managing shared WiFi infrastructure. It provides IT managers, network architects, and venue operators with actionable frameworks for ensuring robust data protection, strict payment security compliance, and high-performance tenant isolation using enterprise standards.

Read the guide →

VLAN Segmentation Best Practices for Multi-Tenant Environments

This guide provides IT managers, network architects, CTOs, and venue operations directors with an authoritative, vendor-neutral blueprint for implementing VLAN segmentation in multi-tenant WiFi environments. It covers the IEEE 802.1Q standard, Dynamic VLAN Assignment via 802.1X and RADIUS, and step-by-step deployment guidance for hospitality, retail, stadium, and public-sector venues. Proper VLAN segmentation is the foundational control for PCI DSS and GDPR compliance, lateral movement prevention, and delivering high-performance wireless connectivity across shared physical infrastructure.

Read the guide →

VLAN Segmentation Best Practices for Multi-Tenant Environments

This guide provides IT managers, network architects, CTOs, and venue operations directors with an authoritative, vendor-neutral blueprint for implementing VLAN segmentation in multi-tenant WiFi environments. It covers the IEEE 802.1Q standard, Dynamic VLAN Assignment via 802.1X and RADIUS, and step-by-step deployment guidance for hospitality, retail, stadium, and public-sector venues. Proper VLAN segmentation is the foundational control for PCI DSS and GDPR compliance, lateral movement prevention, and delivering high-performance wireless connectivity across shared physical infrastructure.

Read the guide →