Multiple choice technology web technology

According to the Upstream Queuing model for performance tuning, what reflects the correct application of recommended settings for maximum concurrent clients?

  1. Web server=75, Web container=50, Datasource=25

  2. Web server=75, Web container=75, Datasource=25

  3. Web server=50, Web container=50, Datasource=50

  4. Web server=25, Web container=50, Datasource=75

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Upstream Queuing model recommends graduated capacity: web server handles most connections (75), intermediate layers fewer (50 for web container), and backend resources least (25 for datasources). This prevents overwhelming downstream resources.