Question 492 of 1,819
Network Services and SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to reduce delay and jitter for time-sensitive traffic. Voice traffic is inherently delay-sensitive, and on a WAN link where bandwidth is often constrained, placing it in a priority queue ensures that voice packets are serviced before other data types, minimizing queuing delay and preventing the variable inter-packet arrival times that cause jitter. This is critical because even small amounts of jitter can make real-time audio unintelligible. On the CCNA 200-301 v2 exam, this concept tests your understanding of QoS queuing mechanisms, often appearing in questions about LLQ (Low Latency Queuing) or the difference between priority and custom queuing. A common trap is confusing priority queuing with guaranteed bandwidth—priority queues can starve other traffic if not policed, so remember that strict priority is for delay-sensitive flows only, not for throughput. A useful memory tip: think of the priority queue as the express lane for voice—it gets through first to keep conversations smooth, but too many express cars can block the regular lanes.

CCNA Network Services and Security Practice Question

This 200-301 practice question tests your understanding of network services and security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Why might voice traffic be placed in a priority queue on a WAN link?

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

To reduce delay and jitter for time-sensitive traffic

Voice traffic is delay-sensitive. Prioritization helps reduce queuing delay and jitter so real-time audio remains intelligible.

Key principle: Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • To increase the TTL value of voice packets

    Why it's wrong here

    TTL is unrelated to QoS queuing goals.

    When this WOULD be correct

    In a different question asking about methods to manage packet lifetimes in a network, increasing the TTL value could be correct if the context involves ensuring packets can traverse more hops without being dropped, especially in a large network with many routers.

  • To reduce delay and jitter for time-sensitive traffic

    Why this is correct

    Correct. Priority queuing is used to protect time-sensitive traffic such as voice.

    Related concept

    Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.

  • To change RTP into TCP for reliability

    Why it's wrong here

    QoS does not convert RTP or UDP traffic into TCP.

    When this WOULD be correct

    If the exam question asked about a scenario where voice traffic needs to be transmitted reliably over a network that only supports TCP, then the option could be correct. For example, a question could state that a specific application requires voice data to be sent over TCP due to network constraints, making this conversion necessary.

  • To avoid assigning IP addresses to phones

    Why it's wrong here

    IP address assignment is a separate function handled by DHCP or static configuration.

    When this WOULD be correct

    In a question asking about network management strategies for VoIP systems, where the focus is on minimizing administrative overhead, this option could be correct if it discusses the avoidance of DHCP for IP address assignment to simplify network configuration.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

To reduce delay and jitter for time-sensitive trafficCorrect answer

Why this is correct

Correct. Priority queuing is used to protect time-sensitive traffic such as voice.

To increase the TTL value of voice packetsWrong answer — click to see why

Why this is wrong here

TTL (Time to Live) is a field in IP packets that limits the number of hops a packet can traverse, preventing routing loops. It has no relation to QoS queuing or the prioritization of voice traffic.

★ When this WOULD be the correct answer

In a different question asking about methods to manage packet lifetimes in a network, increasing the TTL value could be correct if the context involves ensuring packets can traverse more hops without being dropped, especially in a large network with many routers.

Why candidates choose this

Students might confuse TTL with QoS mechanisms because both involve packet handling, but TTL is a layer 3 hop-count mechanism, not a queuing or priority tool.

To change RTP into TCP for reliabilityWrong answer — click to see why

Why this is wrong here

Voice traffic typically uses RTP over UDP, which is connectionless and provides low overhead. QoS does not convert protocols; converting RTP to TCP would introduce retransmissions and delays, degrading voice quality.

★ When this WOULD be the correct answer

If the exam question asked about a scenario where voice traffic needs to be transmitted reliably over a network that only supports TCP, then the option could be correct. For example, a question could state that a specific application requires voice data to be sent over TCP due to network constraints, making this conversion necessary.

Why candidates choose this

Test-takers may think that reliability (TCP) is always better, but for real-time voice, UDP's lower overhead is preferred, and QoS prioritization is used instead of protocol conversion.

To avoid assigning IP addresses to phonesWrong answer — click to see why

Why this is wrong here

IP address assignment is handled by DHCP or static configuration, independent of QoS queuing. Priority queues manage packet scheduling, not addressing.

★ When this WOULD be the correct answer

In a question asking about network management strategies for VoIP systems, where the focus is on minimizing administrative overhead, this option could be correct if it discusses the avoidance of DHCP for IP address assignment to simplify network configuration.

Why candidates choose this

Students might associate voice traffic with IP phones and mistakenly think queuing is related to IP address management, but these are separate network functions.

Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

A common exam trap is selecting answers that confuse QoS prioritization with unrelated network functions such as increasing the TTL value of voice packets or converting RTP traffic into TCP. These options are incorrect because QoS focuses on managing packet scheduling and queuing rather than altering packet headers or transport protocols. Another trap is thinking that IP address assignment relates to QoS, which it does not. Recognizing that priority queuing specifically targets delay-sensitive traffic like voice helps avoid these misleading options.

Detailed technical explanation

How to think about this question

Voice traffic is highly sensitive to delay, jitter, and packet loss because it carries real-time audio communications. Unlike data traffic, which can tolerate some delay and retransmissions, voice requires timely delivery to maintain call quality and intelligibility. Quality of Service (QoS) mechanisms on Cisco devices prioritize voice packets to ensure they receive expedited forwarding and minimal queuing delay on WAN links. Priority queuing places voice traffic in a high-priority queue ahead of other traffic types, reducing latency and jitter by minimizing the time voice packets spend waiting in buffers. Cisco routers and switches use classification and marking techniques such as DSCP or CoS to identify voice packets and apply priority queuing policies. This ensures voice traffic is transmitted promptly even during congestion, maintaining call clarity and reducing echo or dropouts. A common exam trap is confusing QoS prioritization with other unrelated functions like TTL manipulation or protocol conversion. QoS does not alter packet headers to increase TTL or convert RTP to TCP. Instead, it manages packet scheduling and queuing to meet the strict timing requirements of voice. Understanding this distinction helps avoid selecting incorrect answers that describe unrelated network functions.

KKey Concepts to Remember

  • Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.
  • Cisco QoS uses priority queuing to place voice packets ahead of other traffic, reducing delay and jitter.
  • Priority queuing ensures time-sensitive traffic like voice is forwarded promptly during network congestion.
  • Voice packets are identified and classified using DSCP or CoS markings to apply appropriate QoS policies.
  • QoS mechanisms do not modify TTL values or convert RTP traffic to TCP for reliability.
  • WAN links benefit from QoS prioritization to prevent voice degradation caused by queuing delays.
  • Cisco routers and switches implement QoS to protect real-time voice traffic from competing data traffic.
  • Understanding the role of priority queuing helps avoid confusing QoS with unrelated network functions.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.

Real-world example

How this comes up in practice

A practitioner preparing for the 200-301 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Review voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 200-301 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 200-301 question test?

Network Services and Security — This question tests Network Services and Security — Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links..

What is the correct answer to this question?

The correct answer is: To reduce delay and jitter for time-sensitive traffic — Voice traffic is delay-sensitive. Prioritization helps reduce queuing delay and jitter so real-time audio remains intelligible.

What should I do if I get this 200-301 question wrong?

Review voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links., then practise related 200-301 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Voice traffic requires low latency and minimal jitter to maintain call quality and intelligibility over WAN links.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: May 17, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.