Multiple choice technology

How webservers identify to which app it needs to communicate

  1. Plug in

  2. Node agent

  3. Both

  4. None of the above

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

Web servers use plugins to identify and route requests to appropriate application servers. The plugin contains routing configuration, server weights, and application mappings. Node Agents handle administrative communication, not request routing. The plugin acts as the router between web server and application tier.