1Y0-231 · Question #144
Which two protocols would provide end-to-end data encryption, while allowing a Citrix ADC to optimize the responses? (Choose two.)
The correct answer is D. SSL protocol for the services F. SSL protocol for the vServer. SSL offload with re-encryption is the key concept here. Configuring SSL on the vServer (F) encrypts the client-to-ADC leg, while SSL on the services (D) encrypts the ADC-to-backend leg. Because the ADC terminates and re-initiates SSL at each end, it can decrypt traffic in the…
Question
Which two protocols would provide end-to-end data encryption, while allowing a Citrix ADC to optimize the responses? (Choose two.)
Options
- AHTTP protocol for the services
- BSSL bridge protocol for the vSerer
- CHTTP protocol for the vServer
- DSSL protocol for the services
- ESSL bridge protocol for the services
- FSSL protocol for the vServer
How the community answered
(57 responses)- A4% (2)
- B11% (6)
- C5% (3)
- D79% (45)
- E2% (1)
Explanation
SSL offload with re-encryption is the key concept here. Configuring SSL on the vServer (F) encrypts the client-to-ADC leg, while SSL on the services (D) encrypts the ADC-to-backend leg. Because the ADC terminates and re-initiates SSL at each end, it can decrypt traffic in the middle to perform optimizations (compression, caching, etc.), while maintaining encryption across the entire path - true end-to-end encryption.
Why the distractors fail:
- A (HTTP for services) - leaves the backend leg unencrypted, breaking end-to-end encryption.
- C (HTTP for vServer) - leaves the client leg unencrypted, same problem.
- B & E (SSL bridge) - bridge mode makes the ADC a transparent pass-through; it never decrypts the traffic, so it cannot optimize. This satisfies encryption but kills optimization - the opposite tradeoff.
Memory tip: Think of it as a relay race with a baton inspection station. SSL vServer + SSL services = the baton is wrapped (encrypted) on both legs, but the ADC unwraps and re-wraps it in the middle to check and improve it. SSL bridge = the ADC is blindfolded and just hands the baton through - no inspection, no optimization.
Topics
Community Discussion
No community discussion yet for this question.