- A
Remove the rule and create a more specific rule with a narrower service
Why wrong: Removing the rule would block all traffic matching the original rule, impacting operations.
- B
Apply a DoS protection profile with a session rate threshold
Why wrong: DoS protection can help but may drop legitimate bursts; QoS is a more direct approach to manage bandwidth.
- C
Create a QoS policy to limit bandwidth for that traffic class
QoS can throttle the amount of traffic processed, reducing CPU utilization while still allowing legitimate traffic.
- D
Increase the session timeout to avoid creating new sessions
Why wrong: Increasing session timeout does not reduce the number of packets being inspected; it only keeps sessions open longer.
Quick Answer
The correct first step is to create a QoS policy to limit bandwidth for that traffic class, as this directly addresses the root cause of high CPU utilization from small packets without disrupting legitimate traffic. By throttling the rate at which small packets are processed, QoS reduces the dataplane load because the firewall no longer has to inspect an overwhelming volume of tiny packets at line rate—each small packet still consumes the same CPU resources for rule matching and session lookup, so limiting their bandwidth effectively caps the packet-per-second rate. On the PCNSA exam, this scenario tests your understanding that QoS is a performance tool, not a security control; a common trap is to try modifying the security rule or enabling session offload, but those either break traffic or don’t solve the small-packet flood. Remember the tip: when small packets spike CPU, think “QoS to throttle, not ACL to block.”
PCNSA Core Concepts Practice Question
This PCNSA practice question tests your understanding of core concepts. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
An organization is experiencing high CPU utilization on the firewall dataplane, causing latency in packet processing. The administrator notices that a large number of small packets are being processed by a specific security rule that allows any service. What is the best first step to reduce CPU load without impacting legitimate traffic?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"best"Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Create a QoS policy to limit bandwidth for that traffic class
Option C is correct because applying a QoS policy to limit bandwidth for the traffic class causing high CPU utilization will throttle the rate at which small packets are processed, reducing the dataplane load without dropping legitimate traffic. QoS allows the firewall to prioritize or rate-limit specific traffic classes, which directly addresses the high volume of small packets without altering security rules or session behavior.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Remove the rule and create a more specific rule with a narrower service
Why it's wrong here
Removing the rule would block all traffic matching the original rule, impacting operations.
- ✗
Apply a DoS protection profile with a session rate threshold
Why it's wrong here
DoS protection can help but may drop legitimate bursts; QoS is a more direct approach to manage bandwidth.
- ✓
Create a QoS policy to limit bandwidth for that traffic class
Why this is correct
QoS can throttle the amount of traffic processed, reducing CPU utilization while still allowing legitimate traffic.
Clue confirmation
The clue words "best", "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Increase the session timeout to avoid creating new sessions
Why it's wrong here
Increasing session timeout does not reduce the number of packets being inspected; it only keeps sessions open longer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse QoS with DoS protection, thinking that rate-limiting or blocking is the same as shaping, but QoS is designed to manage bandwidth without dropping traffic, whereas DoS protection thresholds can inadvertently drop legitimate traffic if not carefully tuned.
Detailed technical explanation
How to think about this question
In Palo Alto Networks firewalls, QoS policies operate at the dataplane level to shape traffic based on class-of-service markings or source/destination criteria, using techniques like strict priority queuing or weighted fair queuing. For small-packet floods (e.g., 64-byte packets), the dataplane CPU is consumed by per-packet processing overhead (e.g., header parsing, rule lookup), and QoS rate-limiting reduces the packet-per-second rate, directly alleviating CPU strain. In a real-world scenario, an organization might see high CPU from DNS or VoIP traffic, where QoS can be applied to limit the bandwidth for that specific application without affecting other services.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
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
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A practitioner preparing for the PCNSA 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. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. 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.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Core Concepts — study guide chapter
Learn the concepts, then practise the questions
- →
Core Concepts practice questions
Targeted practice on this topic area only
- →
All PCNSA questions
524 questions across all exam domains
- →
Palo Alto Networks Certified Network Security Administrator PCNSA study guide
Full concept coverage aligned to exam objectives
- →
PCNSA practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PCNSA practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Managing Objects practice questions
Practise PCNSA questions linked to Managing Objects.
Policy Evaluation and Management practice questions
Practise PCNSA questions linked to Policy Evaluation and Management.
Securing Traffic practice questions
Practise PCNSA questions linked to Securing Traffic.
Core Concepts practice questions
Practise PCNSA questions linked to Core Concepts.
Palo Alto Networks Platforms and Architecture practice questions
Practise PCNSA questions linked to Palo Alto Networks Platforms and Architecture.
Device Management and Services practice questions
Practise PCNSA questions linked to Device Management and Services.
App-ID and Content-ID practice questions
Practise PCNSA questions linked to App-ID and Content-ID.
Decryption and Monitoring practice questions
Practise PCNSA questions linked to Decryption and Monitoring.
PCNSA fundamentals practice questions
Practise PCNSA questions linked to PCNSA fundamentals.
PCNSA scenario practice questions
Practise PCNSA questions linked to PCNSA scenario.
PCNSA troubleshooting practice questions
Practise PCNSA questions linked to PCNSA troubleshooting.
Practice this exam
Start a free PCNSA 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 PCNSA question test?
Core Concepts — This question tests Core Concepts — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Create a QoS policy to limit bandwidth for that traffic class — Option C is correct because applying a QoS policy to limit bandwidth for the traffic class causing high CPU utilization will throttle the rate at which small packets are processed, reducing the dataplane load without dropping legitimate traffic. QoS allows the firewall to prioritize or rate-limit specific traffic classes, which directly addresses the high volume of small packets without altering security rules or session behavior.
What should I do if I get this PCNSA question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best", "first". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
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 →
Last reviewed: Jun 25, 2026
This PCNSA practice question is part of Courseiva's free Palo Alto Networks 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 PCNSA exam.
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.
Sign in to join the discussion.