NetworkingNetwork+

Quality of Service (QoS) for CompTIA Network+ N10-009

Quality of Service (QoS) mechanisms prioritize certain network traffic types to ensure critical applications receive the bandwidth, low latency, and low jitter they need. CompTIA Network+ N10-009 tests QoS concepts in implementation and operations domains. VoIP and video conferencing quality questions almost always involve QoS — you must understand marking, queuing, traffic shaping, and the difference between CoS and DSCP.

8 min
3 sections · 7 exam key points
1 practice questions

Why QoS Is Needed

Without QoS, all traffic is treated equally (best-effort). When a link is congested, all traffic experiences delay. For bulk file transfers this is acceptable — a 1-second delay is unnoticeable. For VoIP, 50ms+ delay causes noticeable echo; 150ms+ is unacceptable. For video conferencing, jitter causes pixelation and audio sync issues.

QoS solves congestion problems by prioritizing latency-sensitive traffic (VoIP, video) over bulk traffic (file transfers, backups, software updates). QoS does not create additional bandwidth — it manages how existing bandwidth is allocated under congestion. QoS is implemented at every router and switch along the path.

QoS Mechanisms

Traffic marking: classify packets and mark them with a priority indicator so downstream devices honor the priority. DSCP (Differentiated Services Code Point): 6-bit field in the IPv4/IPv6 header's ToS/Traffic Class field. DSCP values: EF (Expedited Forwarding, 46) for VoIP, AF (Assured Forwarding) for different levels of business traffic, CS (Class Selector) for backward compatibility. CoS (Class of Service): 3-bit field in the 802.1Q VLAN tag (Layer 2) — used within a LAN between switches.

Queuing: how traffic waits when a link is congested. FIFO (First In, First Out): no prioritization. PQ (Priority Queuing): strict priority — high priority queue empties before lower queues. Risk: low priority traffic starves. WFQ (Weighted Fair Queuing): bandwidth allocated by weight. CBWFQ (Class-Based WFQ): assigns minimum bandwidth to traffic classes. LLQ (Low Latency Queuing): adds a strict priority queue for real-time traffic (VoIP) to CBWFQ. LLQ is the recommended approach for VoIP.

Traffic shaping and policing: Shaping buffers excess traffic (smooths bursts) — traffic is delayed but not dropped. Policing drops traffic that exceeds the defined rate — traffic is discarded. Shaping is used at network edges; policing is stricter and used at ISP handoffs.

QoS for VoIP

VoIP requirements: one-way latency < 150ms, jitter < 30ms, packet loss < 1%. VoIP uses G.711 (64 kbps/call) or G.729 (8 kbps/call). QoS implementation for VoIP: mark VoIP RTP traffic with DSCP EF (46), put VoIP on a separate Voice VLAN, configure LLQ to give VoIP strict priority, police VoIP traffic to prevent it from monopolizing the link.

Voice VLAN: segregates VoIP phone traffic from data traffic. Enables CoS marking at the switch port level. QoS trust boundary: where the network trusts QoS markings from endpoints. Typically trust IP phones (which mark EF) but reclassify/police traffic from PCs (which should not mark high priority).

Key exam facts — Network+

  • QoS prioritizes latency-sensitive traffic (VoIP, video) over bulk traffic under congestion
  • DSCP: 6-bit IP header marking; EF (46) for VoIP; CoS: 3-bit 802.1Q VLAN tag
  • LLQ = Low Latency Queuing — recommended for VoIP (strict priority + WFQ)
  • VoIP requirements: < 150ms latency, < 30ms jitter, < 1% packet loss
  • Shaping: buffers excess traffic (delays); policing: drops excess traffic
  • QoS manages bandwidth allocation — does not create more bandwidth
  • Voice VLAN separates VoIP traffic for QoS and security

Common exam traps

QoS increases total network bandwidth

QoS only prioritizes how existing bandwidth is allocated — it does not increase capacity. On an uncongested link, QoS has no effect. It only matters when links are at or near capacity

CoS and DSCP are the same

CoS is a 3-bit field in the 802.1Q VLAN tag (Layer 2 — within a LAN). DSCP is a 6-bit field in the IP header (Layer 3 — end-to-end). CoS is remapped to DSCP at the Layer 2/3 boundary

Practice questions — Quality of Service

These questions are representative of what you will see on Network+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A company deploys VoIP and wants to ensure voice traffic is prioritized. Which DSCP marking should be applied to VoIP RTP packets?

A.Default (0)
B.AF31
C.EF (46)
D.CS7

Explanation: EF (Expedited Forwarding, DSCP value 46) is the standard marking for VoIP and interactive real-time traffic. It guarantees low latency, low jitter, and low loss treatment. AF values (Assured Forwarding) are used for tiered business traffic. CS7 is reserved for network control traffic. Default DSCP 0 is best-effort.

Frequently asked questions — Quality of Service

What is the difference between QoS shaping and policing?

Traffic shaping buffers excess traffic in a queue and sends it later — it smooths bursts and prevents drops, but adds delay. Traffic policing drops (or re-marks) traffic that exceeds the configured rate — it has no buffering and reacts immediately. Shaping is used by customers to comply with ISP rate limits; policing is used by ISPs to enforce contracted rates at the handoff.

Practice this topic

Test yourself on Quality of Service

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics