
Verified SD-WAN-Engineer dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Pass4cram
Pass Network Security Administrator SD-WAN-Engineer Exam With 88 Questions
NEW QUESTION # 45
Which metrics can be monitored at the individual Prisma SD-WAN ION device level to assess its health and operational performance?
- A. Device software version and interface bandwidth
- B. Device VPN tunnels and controller reachability status
- C. Device CPU, memory and disk use, interface bandwidth, and errors/discards
- D. Device application flow statistics, Autonomous Digital Experience Manager (ADEM) metrics, and site health score
Answer: C
Explanation:
To ensure the stability and performance of the SD-WAN fabric, Prisma SD-WAN provides granular visibility into the health of each Instant-On Network (ION) appliance. While the solution is primarily application- defined, monitoring the underlying physical and system resources of the hardware or virtual instance is critical for proactive maintenance and troubleshooting.
At the individual device level, administrators can monitor system resource utilization, which includes CPU usage, memory (RAM) consumption, and disk space availability.1 High CPU or memory usage can indicate that the device is reaching its throughput limits or that a specific process (such as deep packet inspection) is overtaxing the system. Disk utilization is monitored to ensure there is sufficient space for local logs and system operations.
Beyond internal system health, interface-level metrics are essential. This includes monitoring interface bandwidth utilization to identify bottlenecks on WAN or LAN ports. Crucially, operational performance is also assessed through error and discard counters on each interface. High error rates or frequent packet discards often signal physical layer issues (like bad cabling), duplex mismatches, or upstream provider congestion. While VPN status and application flows are vital for network-wide visibility, the core health of an ION device is defined by these foundational system and interface metrics.
Monitoring these specific parameters allows network engineers to distinguish between an application performance issue caused by network latency and one caused by a local hardware resource constraint.
NEW QUESTION # 46
When integrating Prisma SD-WAN with Prisma Access, what is the specific role of the Service Connection (SC)?
- A. It is the peering link between different Prisma Access regions to optimize global traffic.
- B. It connects the Prisma Access cloud infrastructure back to the customer's Headquarters or Data Center for access to internal private resources (e.g., AD, DNS, Intranet).
- C. It is the IPSec tunnel that connects a Branch site to the Prisma Access gateway for internet access.
- D. It is the SSL VPN portal used by mobile users to connect to the network.
Answer: B
Explanation:
Comprehensive and Detailed Explanation
In the Prisma Access architecture (integrated with SD-WAN), distinct connection types serve different purposes.
Remote Networks: These are the connections from your Branch sites (using ION devices) into the cloud. They allow branches to get to the internet or other branches.
Service Connections (SC): This is a specialized high-bandwidth connection used to bridge the Prisma Access Cloud to your Private Data Center or Headquarters.
The primary use case for a Service Connection (Option A) is to allow mobile users and branch users (who are connected to the Prisma cloud) to reach private, centralized resources that still reside on-premise, such as Active Directory controllers, legacy databases, or mainframes. Without a Service Connection, users in the cloud would be able to reach the internet and each other, but not the servers physically located in your HQ data center. The CloudBlade automates the creation of these tunnels, but architecturally, the "Service Connection" is the "cloud-to-HQ" bridge.
NEW QUESTION # 47
A network operator receives a critical SITE_CONNECTIVITY_DOWN alarm for a branch site in the Prisma SD-WAN portal.
What specific condition triggers this alarm type?
- A. One of the two internet circuits at the site has gone down.
- B. The site has exceeded its licensed bandwidth capacity.
- C. The device has lost power and rebooted.
- D. All Secure Fabric Links (VPNs) to all remote peers are down, isolating the site from the overlay.
Answer: D
Explanation:
Comprehensive and Detailed Explanation
The SITE_CONNECTIVITY_DOWN alarm is a high-severity alert indicating a total loss of overlay connectivity for a site.
It does not trigger if just one circuit fails (Option B), provided that other circuits are still up and maintaining VPNs. A single link failure would typically trigger a "Link Down" or "VPN Down" alarm, but the Site connectivity would remain "Up" (degraded).
It does not simply mean the device rebooted (Option A), although a reboot would cause it temporarily; the alarm specifically tracks the state of the VPN fabric.
The SITE_CONNECTIVITY_DOWN alarm specifically generates when all Secure Fabric Links (VPN tunnels) on the device are in the "Down" state. This means the branch is completely isolated from the rest of the SD-WAN network (Data Centers and other branches), even if the device itself might still be powered on and reachable via the controller (management plane). It signifies a "Blackout" of the data plane for that location.
NEW QUESTION # 48
BGP core peers on data center IONs are learning only a default route from the core router. Which action will protect the SD-WAN network from getting isolated in the event of BGP misconfiguration on the core routers?
- A. Implement BGP route filtering using prefix lists and route maps on the ION devices to only accept specific, known prefixes from the core.1
- B. Configure BGP max-prefix limits on the ION devices to prevent them from accepting too many routes from the core routers.
- C. Add a static default route with higher admin distance pointing to the core peer IPs.
- D. Enable BGP Bidirectional Forwarding Detection (BFD) on the core peer sessions to rapidly detect BGP neighbor failures.
Answer: C
Explanation:
In a Data Center (DC) deployment, the ION device typically peers with a core router via Border Gateway Protocol (BGP) to exchange reachability information between the SD-WAN fabric and the legacy corporate network.2 When the ION is configured to learn only a default route ($0.0.0.0/0$) from the core, the entire SD- WAN fabric relies on this single BGP-learned route to reach internal resources not directly connected to the ION.
The primary risk in this design is network isolation caused by a BGP misconfiguration or a "soft failure" on the core router. If the BGP session stays "Up" but the core router stops advertising the default route due to a configuration error, the ION device will remove the route from its routing table. Without a valid path to the core, the branch sites connected to the DC ION will lose connectivity to all data center resources.
To mitigate this, the recommended best practice is to add a static default route with a higher Administrative Distance (AD) pointing to the core peer IPs.3 This acts as a "floating static route." Under normal operations, the BGP-learned default route (typically with an AD of 20 for eBGP) remains active in the routing table. If the BGP advertisement fails, the static route with the higher AD (e.g., 250) becomes active.
This ensures that the ION device maintains a persistent gateway toward the core infrastructure, preventing total fabric isolation and providing a fail-safe mechanism while the BGP peering issue is remediated. While BFD (Option A) helps with fast peer failure detection, it does not solve the issue of a missing prefix advertisement. Static route redundancy provides the necessary architectural "safety net" for the data center's reachability.
NEW QUESTION # 49
In a data center (DC) with two ION devices, all of the remote branch Prisma SD-WAN VPNs are active only on DC ION-1.
Why are no VPNs active on DC ION-2?
- A. The DC and branches are in a different domain.
- B. The BGP core peer is down.
- C. The ION device is behind a NAT.
- D. The static route to core as a next hop is missing.
Answer: B
Explanation:
Comprehensive and Detailed Explanation
In a Prisma SD-WAN Data Center deployment, the operational state of the Secure Fabric VPNs (overlay tunnels) is directly tied to the health of the BGP Core Peer configuration.4
* Core Peer Dependency: DC ION devices typically peer with the data center core switch (Core Router) via BGP to learn the subnets (prefixes) for the applications hosted in the DC. The Prisma SD-WAN controller monitors this BGP peering status.5
* Controller Logic: If the BGP Core Peer on a DC ION goes down (or is not established), the controller automatically marks the VPN tunnels terminating at that specific ION as "Inactive".6 This is a fail- safe mechanism designed to prevent remote branches from sending traffic to a DC ION that has lost conne7ctivity to the internal data center network (and thus the applications).
* Scenario Analysis: In this scenario, DC ION-1 has active VPNs, meaning its BGP Core Peer is UP and it is successfully advertising reachability. DC ION-2 has no active VPNs, which strongly indicates that its BGP Core Peer is down.8 Because the controller sees the peer is down, it suppresses the tunnel establishment or marks existing tunnels as inactive to ensure traffic is only directed to the healthy node (ION-1).
NEW QUESTION # 50
Two branch sites, "Branch-A" and "Branch-B", are both behind active NAT devices (Source NAT) on their local internet circuits.
What requirement must be met for these two branches to successfully establish a direct Dynamic VPN (ION-to-ION) tunnel over the internet?
- A. The ION devices automatically use STUN (Session Traversal Utilities for NAT) to discover their public IPs and negotiate the connection.
- B. Dynamic VPNs are not supported if both sides are behind NAT.
- C. Both sites must disable NAT and use public IPs on the ION interface.
- D. One of the sites must have a Static Public IP (1:1 NAT) to act as the initiator.
Answer: A
Explanation:
Comprehensive and Detailed Explanation
Prisma SD-WAN supports Dynamic VPNs (Branch-to-Branch) even when both endpoints are behind Source NAT (e.g., typical broadband connections).
To achieve this, the ION devices utilize standard NAT Traversal techniques, specifically leveraging STUN (Session Traversal Utilities for NAT).
Discovery: Each ION communicates with the Cloud Controller (which acts as a STUN server/signaling broker). Through this communication, the controller observes the public IP and Port that the ION's traffic is coming from (the post-NAT address).
Signaling: The controller shares this public reachability information with the peer ION.
Hole Punching: The IONs then attempt to initiate connections to each other's discovered public IP/Port. This "UDP Hole Punching" allows them to establish a direct IPSec tunnel through the NAT devices without requiring static 1:1 NAT mapping or manual port forwarding on the provider routers, enabling mesh connectivity in commodity internet environments.
NEW QUESTION # 51
Which implementation allows Prisma SD-WAN to improve application performance for organizations facing inconsistent user experiences across branch locations, especially due to varying device types and network conditions, by using Layer 4 and Layer 7 optimization to boost throughput?
- A. Packet duplication
- B. Forward Error Correction (FEC)
- C. Application acceleration
- D. WAN optimization
Answer: C
Explanation:
Prisma SD-WAN addresses inconsistent application performance through Application Acceleration, which encompasses a suite of features designed to mitigate the effects of latency and packet loss.1 While basic SD- WAN functionality handles path selection, Application Acceleration goes further by employing Layer 4 (TCP) and Layer 7 (Application) optimizations. These optimizations are particularly effective for organizations with diverse branch environments where network conditions are unpredictable.
At Layer 4, Prisma SD-WAN implements TCP optimization techniques such as window scaling, selective acknowledgments, and congestion control algorithms.2 These mechanisms allow the ION devices to "trick" the end hosts into sending data faster by acknowledging packets locally, effectively shielding the application from the round-trip time (RTT) delays inherent in long-distance WAN circuits. This significantly boosts throughput for bulk data transfers and legacy protocols that were not originally designed for high-latency environments.
At Layer 7, the system can perform application-specific optimizations, such as metadata caching or protocol- specific acceleration for services like SMB or HTTP.3 By reducing the number of "chatty" exchanges required to complete a transaction, Prisma SD-WAN ensures a snappy, consistent user experience regardless of whether the user is on a high-speed fiber link or a degraded cellular connection. This is distinct from Forward Error Correction (FEC) (Option C) or Packet Duplication (Option A), which focus on reconstructing lost packets rather than optimizing the protocol throughput itself. By combining these L4 and L7 techniques, Application Acceleration ensures that business-critical SaaS and data center applications perform optimally across the entire distributed enterprise.
NEW QUESTION # 52
When planning a software upgrade for a large fleet of ION devices, what is the recommended best practice regarding the "Software Version" assigned in the Site Summary?
- A. Assign the new software version to the "Global" site configuration to upgrade all 1000+ sites simultaneously.
- B. Use Site Tags to group sites (e.g., "Pilot", "Region-1", "Region-2") and assign the new software version incrementally to these tags to minimize risk.
- C. The ION devices upgrade themselves automatically whenever a new version is released by Palo Alto Networks.
- D. Manually log into each device and upload the new image file via USB.
Answer: B
Explanation:
Comprehensive and Detailed Explanation
The best practice for managing upgrades in a large-scale Prisma SD-WAN environment is the Canary or Phased Rollout approach, utilizing Site Tags.
* Risk Mitigation: Upgrading all sites simultaneously (Option B) is highly risky. If the new software version has an unforeseen bug or compatibility issue with a specific circuit type, the entire network could face an outage.
* Tag-Based Management: Administrators should create tags such as "Upgrade-Phase-1" (Pilot sites) or
"Region-North". By assigning the specific Software Version to the Tag (rather than the individual site or the global default), the controller pushes the update only to that subset of devices.
* Procedure:
* Apply update to "Pilot" tag (5 sites). Monitor for 24-48 hours.
* Apply update to "Region-1" tag (50 sites). Monitor.
* Eventually, update the Global default once confidence is high.
Option A is unscalable, and Option D is incorrect as the administrator retains full control over when upgrades occur; they are not forced automatically without policy configuration.
NEW QUESTION # 53
A network installer is at a remote branch site to deploy a new ION 3000 device. The device has been racked, cabled to the internet, and powered on. The installer has the "Claim Code" displayed on the email sent by the administrator.
When the administrator enters this Claim Code into the Prisma SD-WAN portal, what is the immediate status of the device before the configuration is fully pushed?
- A. Provisioned
- B. Online
- C. Claimed
- D. Active
Answer: C
Explanation:
Comprehensive and Detailed Explanation
In the Prisma SD-WAN (CloudGenix) Zero Touch Provisioning (ZTP) lifecycle, the device status transitions through specific stages that indicate its readiness and connectivity.
When an administrator enters the Claim Code (or Serial Number/Claim Code pair) into the portal, the device status immediately updates to "Claimed".
This status confirms that the portal has registered the device's unique identity and associated it with the customer's tenant. However, "Claimed" does not necessarily mean the device is fully operational or passing traffic yet. It simply signifies that the ownership is verified.
Once the physical device at the site successfully connects to the internet and reaches the Prisma SD-WAN Controller (using the call-home function), it will authenticate using its installed certificate. Upon successful authentication and the establishment of the secure control channel, the status will transition from "Claimed" to "Online".
Only after the device is "Online" can the controller push the specific site configuration (Device Shell), policies, and IP addressing required for the device to become "Provisioned" and eventually "Active" in the data path. If the device remains in the "Claimed" state for an extended period, it indicates that the hardware has not yet successfully contacted the controller, which prompts troubleshooting of the physical internet circuit or firewall rules upstream.
NEW QUESTION # 54
An administrator is configuring an ION 2000 device for a deployment where high availability is required, but the site has only a single internet circuit. The administrator configures a Bypass Pair (Fail-to-Wire) on ports 1 and 2 connecting the ISP modem to the legacy firewall.
If the ION device loses power, what is the resulting behavior of the traffic flowing through this Bypass Pair?
- A. The device reboots into "Safe Mode" and acts as a Layer 2 switch.
- B. The internal relay closes, physically bridging Port 1 and Port 2, allowing traffic to flow transparently between the modem and firewall.
- C. Traffic is rerouted to the LTE modem automatically.
- D. Traffic is blocked to prevent uninspected packets from entering the network (Fail-to-Block).
Answer: B
Explanation:
Comprehensive and Detailed Explanation
The Bypass Pair feature on Prisma SD-WAN ION devices (specifically supported models like ION 2000, 3000, 7000, 9000) is a hardware-based resiliency mechanism known as Fail-to-Wire.
Operation: A "Bypass Pair" logically groups two physical interfaces (e.g., WAN 1 and LAN 1). Under normal operation, the ION processes traffic between them.
Power Loss: In the event of a total power loss (or critical software failure), a mechanical relay inside the device physically closes the circuit between the two ports.
Result: This creates a direct electrical connection (like a patch cable) between the upstream device (ISP Modem) and the downstream device (Legacy Firewall or Router). This ensures that internet connectivity is preserved for the site, even if the SD-WAN appliance is completely dead. This is critical for single-point-of-failure deployments where maintaining basic dial-tone is more important than SD-WAN optimization during a hardware outage.
NEW QUESTION # 55
An administrator has configured a Path Policy for "ERP_Traffic". The policy allows two public internet links, "ISP-A" and "ISP-B", both marked as "Active". The Path Quality Profile (SLA) requires a latency of less than 150ms. Currently, both ISP-A and ISP-B have a latency of 40ms, well within the SLA.
How does the Prisma SD-WAN ION determine which link to use for a new flow of "ERP_Traffic" when both active paths meet the SLA requirements?
- A. It selects the path with the highest available bandwidth capacity.
- B. It selects the path that appears first in the interface configuration list.
- C. It selects the path with the lowest numerical latency (e.g., if ISP-A drops to 39ms).
- D. It duplicates the packets across both paths (Packet Duplication) to ensure delivery.
Answer: A
Explanation:
Comprehensive and Detailed Explanation
Prisma SD-WAN utilizes a sophisticated decision engine for Application-Based Path Selection that goes beyond simple failover. When configuring a Path Policy, the administrator defines "Active" paths and a "Path Quality Profile" (SLA).
SLA Compliance (The Filter): First, the system filters the available paths based on the Path Quality Profile. In this scenario, both ISP-A and ISP-B have 40ms latency against a 150ms threshold. Both are "green" or compliant paths.
Selection Criteria (The Tie-Breaker): When multiple paths are configured as "Active" and all meet the performance SLA, the ION device aims to optimize the overall user experience and network utilization. The default behavior for load balancing across healthy, compliant active paths is to select the path with the highest available bandwidth capacity.
By steering new flows to the link with the most "headroom" (available Mbps), the system prevents the saturation of a smaller link (e.g., a 20Mbps DSL line) while a larger link (e.g., 1Gbps Fiber) sits underutilized. This maximizes the aggregate throughput for the site. While latency is the qualifier, bandwidth availability is often the selector for compliant paths. Note that if the application was defined as "Real-Time" and configured for packet duplication, behavior would differ, but for standard traffic, capacity-based distribution is the standard active/active logic.
NEW QUESTION # 56
A site has two internet circuits: Circuit A with 500 Mbps capacity and Circuit B with 100 Mbps capacity.
Which path policy configuration will ensure traffic is automatically shifted from a saturated circuit to the circuit with available bandwidth?
- A. Circuit A as an active, Circuit B as a backup
- B. Both circuits under active path
- C. Circuit B as an L3 failure path
- D. Circuit B as an active, Circuit A as a backup
Answer: B
Explanation:
Comprehensive and Detailed Explanation
In Prisma SD-WAN (CloudGenix), Path Policies control how application traffic is steered across WAN links.
To ensure that traffic is automatically shifted from a saturated circuit to another circuit with available bandwidth, both circuits must be configured as Active Paths within the policy rule.
When multiple paths are designated as "Active," the ION device treats them as a shared pool of available resources. The system continuously monitors the bandwidth utilization (capacity) and health (latency, jitter, loss) of all active links. If "Circuit A" (500 Mbps) becomes saturated or approaches its defined bandwidth limit, the ION's intelligent scheduler will automatically direct new application flows to "Circuit B" (100 Mbps) because it is a valid, healthy Active path with available capacity. This achieves effective load balancing and bandwidth aggregation.
In contrast, configuring "Circuit B" as a Backup Path (Option A or B) creates a strict priority relationship.
Traffic would only move to the Backup path if the Active path completely failed or violated its configured SLA (Path Quality Profile) significantly enough to be considered "down." Mere bandwidth saturation might not trigger an SLA failure immediately, potentially leading to dropped packets on the saturated link while the backup link remains idle. Therefore, placing Both circuits under active path is the correct configuration for dynamic capacity management.
NEW QUESTION # 57
Which condition, when configured within a performance policy, is a trigger for generating an incident related to application performance or path degradation?
- A. Loss of a BGP peering session on a data center ION device, leading to potential routing instability.
- B. Exceeding the configured threshold for total concurrent flows in the ION device, resulting in a SYSTEM_CONCURRENT_FLOW_THRESHOLD_EXCEEDED incident.
- C. Physical WAN interface transitioning from an "up" to a "down" state, resulting in a NETWORK_ANYNETLINK_DOWN event.
- D. Violation of defined service-level agreement (SLA) thresholds for application performance or link quality.
Answer: D
Explanation:
In Prisma SD-WAN, Performance Policies are the primary mechanism used to define the expected quality of experience for specific applications. Unlike traditional monitoring that relies solely on "up/down" interface states, Prisma SD-WAN focuses on the actual health of the application path. An incident is triggered when the system detects a violation of defined service-level agreement (SLA) thresholds, such as excessive latency, jitter, or packet loss, even if the physical link remains active.
When an administrator configures a performance policy, they set specific bounds for these metrics. For example, a VoIP application might have an SLA requiring latency below 150ms and packet loss below 1%. If the ION device detects that the current path (e.g., a broadband circuit) exceeds these limits, it generates a performance incident. This incident serves two purposes: first, it alerts the administrator to the degradation; second, it triggers the Path Selection engine to proactively steer the application traffic to a more suitable
"Backup" or "Available" path that currently meets the SLA requirements.
Options B, C, and D represent system-level or network-level events that generate different types of alerts or incidents (System or Network incidents), but they are not the triggers defined within a Performance Policy.
Performance policies are specifically concerned with the application's perceived performance across the fabric. By focusing on SLA violations rather than just physical link status, Prisma SD-WAN ensures that business-critical applications remain functional even during "brownout" conditions where a circuit is technically "up" but performing poorly.
NEW QUESTION # 58
Full discovery and classification of IoT devices by the IoT Security service is failing. Which Prisma SD- WAN ION device configuration will cause this behavior?
- A. The ION devices are not configured to explicitly enable and export IPFIX flow records, especially those containing Layer 2 and Layer 7 context, to the Strata Logging Service for IoT Security. While ARP data is sent by default, comprehensive device classification relies on these detailed flow records, which are not being captured.
- B. The Syslog export configuration on the ION devices to the Strata Logging Service has filters that are too restrictive, potentially excluding logs vital for IoT Security's device identification and classification engine. This prevents comprehensive event data, including device discovery messages, from reaching the portal.
- C. The ION devices are missing DHCP Configuration. If ION devices are not explicitly configured as either a DHCP relay agent or a DHCP server, DHCP traffic logs will not be sent to the Strata Logging Service, resulting in incomplete device profiles for IoT Security.
- D. The Prisma SD-WAN ION devices lack properly configured or enabled Service Health Probes specifically targeting the IoT device subnets. Without these active probes, the system cannot gather critical real-time reachability and performance metrics essential for dynamic device profiling and classification.
Answer: C
Explanation:
Palo Alto Networks IoT Security relies on rich metadata and traffic logs to identify, classify, and secure devices across the network. A critical component of this discovery process is the ingestion of DHCP (Dynamic Host Configuration Protocol) traffic. DHCP packets contain vital information about a device, such as the MAC address, vendor-specific identifiers (Option 60), and hostnames, which are used by the machine learning engine to create a precise device profile.
In a Prisma SD-WAN environment, if the ION devices are not involved in the DHCP process, the necessary logs cannot be forwarded to the Strata Logging Service (SLS) for analysis by the IoT Security cloud. To ensure successful discovery, the ION device at the branch must be explicitly configured as either the DHCP Server for the local segment or as a DHCP Relay Agent. When the ION handles DHCP traffic, it automatically extracts and sends the relevant metadata to the cloud.
If the ION is bypassed-for example, if a local Layer 3 switch is handling DHCP internally without relaying it to the ION-the IoT Security service will lack the context needed to move beyond basic IP-level visibility.
Without these DHCP-derived "fingerprints," the system cannot perform the full classification required to apply granular security policies or identify potential vulnerabilities. Therefore, verifying that the ION device is correctly integrated into the DHCP lifecycle is the primary troubleshooting step for incomplete IoT device discovery in the Prisma SD-WAN portal.
NEW QUESTION # 59
What is the number and structure of Prisma SD-WAN QoS queues supported per WAN interface?
- A. 16 queues
4 classes
4 application criteria with each class - B. 8 queues
1 priority queue
7 non-priority queues - C. 12 queues
4 classes1
3 application criteria within each class - D. 8 queues
2 classes
4 application criteria within each class
Answer: A
Explanation:
Comprehensive and Detailed Explanation
The Prisma SD-WAN (ION) QoS engine utilizes a hierarchical queuing structure designed to provide granular control over application performance. Each WAN interface on an ION device supports a total of 16 QoS queues.
This 16-queue structure is derived from a matrix of 4 Classes (often referred to as Priority Classes) multiplied by 4 Application Criteria (Traffic Types).2
* 4 Priority Classes: The system defines four high-level business priority categories:3
* Platinum (Highest priority)4
* Gold
* Silver
* Bronze (Lowest priority/Best Effort)5
* 4 Application Criteria (Sub-queues): Within each of the four priority classes, the system further categorizes traffic into four specific application types to ensure proper handling (e.g., ensuring voice doesn't get stuck behind bulk data even within the same priority level):6
* Real-Time Video
* Real-Time Audio
* Transactional
* Bulk7
Calculation: 4 Priority Classes × 4 Application Types = 16 Total Queues per interface. This structure allows the scheduler to ensure that a "Platinum" voice call is prioritized over "Platinum" bulk data, and both are prioritized over "Gold" traffic.
NEW QUESTION # 60
In the Prisma SD-WAN portal, the Application Health dashboard assigns a color-coded "Health Score" (Green, Yellow, Red) to applications.
Which three metrics are combined to calculate this composite AppX (Application Experience) score? (Choose three.)
- A. Bandwidth Utilization
- B. Network Transfer Time (NTT)
- C. Server Response Time (SRT)
- D. Transaction Failure Rate
- E. Jitter
Answer: B,C,D
Explanation:
Comprehensive and Detailed Explanation
The AppX (Application Experience) score is a proprietary metric used by Prisma SD-WAN to provide a holistic view of user experience, rather than just network statistics. It is calculated based on three key components:
Transaction Failure Rate (A): The percentage of application transactions that failed (e.g., TCP resets, HTTP 500 errors). This indicates availability.
Network Transfer Time (B): The time taken for packets to traverse the network (WAN/LAN latency). This indicates network health.
Server Response Time (C): The time taken by the application server to respond to a request. This indicates backend performance.
Why not D or E?
Bandwidth Utilization (D) is a capacity metric, not a direct measure of quality. A link can be 90% full but still deliver packets quickly (good AppX), or 10% full but dropping packets (bad AppX).
Jitter (E) is a network-layer metric primarily relevant for UDP Real-Time media. While important, the high-level "AppX" score for general TCP apps focuses on the "Time-to-Glass" metrics (NTT/SRT) and success rates.
NEW QUESTION # 61
......
Palo Alto Networks SD-WAN-Engineer Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
Pass SD-WAN-Engineer Tests Engine pdf - All Free Dumps: https://validexam.pass4cram.com/SD-WAN-Engineer-dumps-torrent.html