PCNSE · Question #779
An administrator has a Palo Alto Networks NGFW. All security subscriptions and decryption are enabled and the system is running close to its resource limits. Knowing that using decryption can be resou
The correct answer is B. Use RSA instead of ECDSA for traffic that isn't sensitive or high-priority.. To reduce the CPU load on a firewall performing decryption, use RSA instead of ECDSA for traffic that is not sensitive or high-priority.
Question
An administrator has a Palo Alto Networks NGFW. All security subscriptions and decryption are enabled and the system is running close to its resource limits. Knowing that using decryption can be resource-intensive, how can the administrator reduce the load on the firewall?
Options
- AUse SSL Forward Proxy instead of SSL Inbound Inspection for decryption.
- BUse RSA instead of ECDSA for traffic that isn't sensitive or high-priority.
- CUse the highest TLS protocol version to maximize security.
- DUse ECDSA instead of RSA for traffic that isn't sensitive or high-priority.
How the community answered
(39 responses)- A10% (4)
- B85% (33)
- C3% (1)
- D3% (1)
Why each option
To reduce the CPU load on a firewall performing decryption, use RSA instead of ECDSA for traffic that is not sensitive or high-priority.
SSL Forward Proxy and SSL Inbound Inspection are different deployment methods for decryption and switching between them does not inherently reduce the overall resource load.
ECDSA (Elliptic Curve Digital Signature Algorithm) is generally more computationally intensive for the firewall's CPU than RSA during decryption, so prioritizing RSA for appropriate traffic can reduce the overall processing load.
Using the highest TLS protocol version maximizes security but typically increases computational complexity for decryption, which would increase rather than reduce the firewall's load.
ECDSA is generally more resource-intensive for the firewall than RSA for decryption; therefore, using ECDSA more frequently would increase the load, not reduce it.
Concept tested: Decryption performance optimization via ciphers
Source: https://docs.paloaltonetworks.com/pan-os/11-1/pan-os-admin/decryption/decryption-policy/ssl-decrypt-profile/configure-an-ssl-decrypt-profile
Topics
Community Discussion
No community discussion yet for this question.