CertGrid
Citrix Study Guide

Citrix CCP-N: Certified Professional - Networking Study Guide

Citrix CCP-N (Certified Professional - Networking) validates advanced configuration and troubleshooting of Citrix ADC (NetScaler), covering AAA/nFactor authentication, Web App Firewall, AppExpert (content switching, rewrite, responder), integrated caching and front-end optimization, Citrix ADM/AppFlow analytics, and GSLB. It targets network engineers and administrators who already hold CCA-N and design, deploy, and operate ADC in production. The 90-minute exam has roughly 800 items in the bank, with a passing score of 660 (scaled).

Domain 1: Authentication, Authorization, and Auditing (AAA-TM / nFactor)

Key concepts you must know · 131 practice questions

Domain 2: Web App Firewall (WAF)

Key concepts you must know · 133 practice questions

Domain 3: Content Switching, Rewrite, and Responder (AppExpert)

Key concepts you must know · 132 practice questions

Domain 4: Citrix ADC Optimization

Key concepts you must know · 134 practice questions

Domain 5: Citrix ADM, AppFlow, and Analytics

Key concepts you must know · 134 practice questions

Domain 6: GSLB and Advanced Traffic Management

Key concepts you must know · 136 practice questions

Citrix CCP-N exam tips

Study guide FAQ

What is the difference between authentication and authorization in AAA-TM?

Authentication verifies the user's identity (via LDAP, RADIUS, SAML, etc.) and establishes an AAA session marked by the NSC_AAAC cookie. Authorization then evaluates bound authorization policies against that established session on each request to allow or deny access to specific back-end resources before forwarding the request.

When should I use the positive security model versus the negative security model in Web App Firewall?

Use the positive (whitelist) model when you can precisely define legitimate behavior and want tight control - it is more configuration effort but blocks anything not explicitly allowed. Use the negative (blacklist/signature) model for frequently changing applications where defining every allowed pattern is impractical; it blocks only known-bad traffic and passes everything else. Most production deployments combine both.

How do content switching policy priorities determine which backend a request reaches?

Advanced CS policies bound to a CS vServer are evaluated in ascending priority-number order, and the request goes to the target of the first policy that evaluates TRUE - so the lowest-numbered matching policy wins. A goto priority expression can change the flow, and a default (no-policy) target LB vServer catches any request that matches no policy.

What role does the Citrix ADM agent play and why is agent placement important?

The ADM agent is a lightweight appliance that acts as a local proxy: it collects configuration, metrics, and AppFlow data from the ADC instances it can reach and relays them to the ADM server over a single secure channel, and it applies configuration jobs and StyleBook deployments. Each instance is bound to an agent that can reach its management IP, so placement is driven by network locality and the volume of instances and telemetry each agent must handle per site.