500-445 · Question #51
What are two considerations when installing Web Servers? (Choose two.)
The correct answer is D. Web server is not mandatory and is optional. E. The web server cannot be separated from its corresponding application servers across a firewall. D is correct because in enterprise application server architectures (such as Oracle Fusion Middleware), the web server component (e.g., Oracle HTTP Server) is optional - the application server's built-in HTTP listener can serve requests directly without a separate web server…
Question
What are two considerations when installing Web Servers? (Choose two.)
Options
- AThe web server can be installed outside the firewall.
- BWeb server components should be installed on a separate VM.
- CWeb server components should always be installed along with the application server.
- DWeb server is not mandatory and is optional.
- EThe web server cannot be separated from its corresponding application servers across a firewall.
How the community answered
(19 responses)- A5% (1)
- B5% (1)
- C11% (2)
- D79% (15)
Explanation
D is correct because in enterprise application server architectures (such as Oracle Fusion Middleware), the web server component (e.g., Oracle HTTP Server) is optional - the application server's built-in HTTP listener can serve requests directly without a separate web server layer.
E is correct because the web server communicates with its paired application server via internal protocols (such as mod_wl or AJP connectors) that are not designed to traverse firewalls; placing a firewall between them would break that internal communication channel.
Why the distractors are wrong:
- A is incorrect - while placing a web server in a DMZ is a common pattern, this answer implies it is a general installation consideration, and the specific constraint here is the firewall separation between web and app servers (contradicted by E).
- B is incorrect - installing web server components on a separate VM is not a stated requirement; co-location is often perfectly valid.
- C is incorrect - it directly contradicts D; the web server is not mandatory and should not always be bundled with the application server.
Memory tip: Think "Detachable and Entangled" - the web server is Detachable (optional) from the architecture, but once included, it is Entangled with its application server and cannot be firewalled away from it.
Topics
Community Discussion
No community discussion yet for this question.