nerdexam
Palo_Alto_Networks

PCNSA · Question #74

All users from the internal zone must be allowed only Telnet access to a server in the DMZ zone. Complete the two empty fields in the Security policy rules that permits only this type of access…

The correct answer is A. Service = "application-default" C. Application = "Telnet". To permit only Telnet access from the Internal zone to a server in the DMZ, the security policy rule requires setting the Application to "Telnet" and the Service to "application-default".

Submitted by priya_blr· Apr 18, 2026Securing Traffic

Question

All users from the internal zone must be allowed only Telnet access to a server in the DMZ zone. Complete the two empty fields in the Security policy rules that permits only this type of access. (Choose two.) Source Zone: Internal Destination Zone: DMZ Zone Application: _________? Service: ____________? Action: allow

Options

  • AService = "application-default"
  • BService = "service-telnet"
  • CApplication = "Telnet"
  • DApplication = "any"

How the community answered

(24 responses)
  • A
    79% (19)
  • B
    8% (2)
  • D
    13% (3)

Why each option

To permit only Telnet access from the Internal zone to a server in the DMZ, the security policy rule requires setting the Application to "Telnet" and the Service to "application-default".

AService = "application-default"Correct

Setting Service to "application-default" means the firewall will use the standard port(s) associated with the application identified in the "Application" field, which for Telnet is TCP 23. This ensures that only Telnet traffic on its default port is allowed.

BService = "service-telnet"

While "service-telnet" might seem intuitive, Palo Alto Networks security policies prioritize App-ID, and using "application-default" with "Application = Telnet" is the recommended way to ensure Telnet on its standard port.

CApplication = "Telnet"Correct

Setting Application to "Telnet" leverages Palo Alto Networks' App-ID technology to identify Telnet traffic regardless of the port it uses, ensuring only actual Telnet application traffic is permitted. This provides more granular control than relying solely on ports.

DApplication = "any"

Setting Application to "any" would allow all types of applications, violating the requirement to permit *only* Telnet access and compromising security.

Concept tested: Palo Alto Networks Security Policy App-ID and Service configuration

Source: https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-admin/policy/security-policy/security-policy-overview

Topics

#Security Policy#Application Identification (App-ID)#Service Configuration#Zone-based Security

Community Discussion

No community discussion yet for this question.

Full PCNSA Practice