Question 240 of 516
Securing Traffic and App-IDmediumMultiple SelectObjective-mapped

Quick Answer

The answer is that the application is not in the Palo Alto Networks application database, and SSL decryption is not enabled for the traffic. App‑ID identifies applications by inspecting packet payloads, including decrypted content; if SSL decryption is disabled, the firewall sees only encrypted HTTPS traffic and falls back to port‑based or IP‑based identification, which often misidentifies the application. Even with a correct application override policy, the firewall cannot match traffic to an App‑ID that does not exist in its database, forcing it to guess based on incomplete data. On the PCNSE exam, this scenario tests your understanding that App‑ID is content‑aware, not policy‑driven—a common trap is assuming an override policy bypasses the need for decryption or a valid App‑ID signature. Remember the memory tip: “No decrypt, no detect; no signature, no match.”

PCNSE Securing Traffic and App-ID Practice Question

This PCNSE practice question tests your understanding of securing traffic and app-id. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.

A security engineer is troubleshooting a Palo Alto Networks firewall where HTTP traffic is being incorrectly identified by App-ID. The engineer has verified that the application is correctly configured in the application override policy. Which two factors could cause App-ID to fail to recognize the application?

Question 1mediummulti select
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

SSL decryption is not enabled for the traffic.

Option C is correct because App-ID relies on analyzing the content of the traffic, including decrypted payloads, to identify applications. If SSL decryption is not enabled for HTTPS traffic, the firewall sees only encrypted packets and cannot inspect the application layer data, forcing App-ID to fall back to port-based or IP-based identification, which may misidentify the application.

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.

  • The traffic is allowed by a security policy rule.

    Why it's wrong here

    Allowing traffic in a security policy does not affect App-ID's ability to identify the application.

  • An application override policy is configured for the traffic.

    Why it's wrong here

    An application override explicitly bypasses App-ID, so this would not cause App-ID to fail; it would prevent App-ID from being applied.

  • SSL decryption is not enabled for the traffic.

    Why this is correct

    Without SSL decryption, App-ID cannot inspect encrypted traffic, leading to incorrect or failed identification.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The application is not in the Palo Alto Networks application database.

    Why this is correct

    If the application is not in the database, App-ID cannot identify it, resulting in unknown traffic.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The firewall is using port-based application identification.

    Why it's wrong here

    Port-based identification is not used by Palo Alto Networks; App-ID uses signatures and behavioral analysis.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think an application override policy ensures correct identification, but in reality it bypasses App-ID entirely, so it does not cause App-ID to fail—it prevents App-ID from running at all.

Detailed technical explanation

How to think about this question

App-ID uses multiple mechanisms including protocol decoders, behavioral signatures, and SSL decryption to identify applications. When SSL decryption is disabled, the firewall cannot decrypt the TLS handshake or payload, so it cannot apply application signatures that depend on clear-text data; instead, it may match the traffic based on the server certificate's Common Name (CN) or Subject Alternative Name (SAN) if available, but this is less reliable. In real-world scenarios, misidentification often occurs with web-based applications that use HTTPS, such as Office 365 or YouTube, where without decryption the traffic may be classified as 'ssl' or 'web-browsing' instead of the specific application.

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 PCNSE 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.

Related practice questions

Related PCNSE 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 PCNSE 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 PCNSE question test?

Securing Traffic and App-ID — This question tests Securing Traffic and App-ID — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: SSL decryption is not enabled for the traffic. — Option C is correct because App-ID relies on analyzing the content of the traffic, including decrypted payloads, to identify applications. If SSL decryption is not enabled for HTTPS traffic, the firewall sees only encrypted packets and cannot inspect the application layer data, forcing App-ID to fall back to port-based or IP-based identification, which may misidentify the application.

What should I do if I get this PCNSE question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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 →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on PCNSE

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A network engineer is troubleshooting an issue where a web application is being incorrectly identified as 'web-browsing' instead of 'webmail-gmail' by the Palo Alto Networks firewall. The firewall has App-ID enabled and all signatures are up to date. Which TWO actions should the engineer take to resolve this misidentification?

hard
  • A.Disable unknown application identification to force stricter matching.
  • B.Create a custom App-ID for webmail-gmail with stricter signatures.
  • C.Review the session log to see if the application changed during the session.
  • D.Increase the application identification timeout to allow more time for identification.
  • E.Enable packet capture on the security rule to collect traffic for analysis.

Why C: Option C is correct because App-ID can reclassify a session as more data becomes available. A session that starts as 'web-browsing' may later be identified as 'webmail-gmail' once the firewall sees application-specific traffic (e.g., SMTP, IMAP, or proprietary Gmail API calls). Reviewing the session log to see if the application changed during the session helps confirm whether the firewall eventually identified the correct application.

Last reviewed: Jun 11, 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 PCNSE 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 PCNSE exam.