What is the primary operational distinction of a 'Web Server' compared to a traditional 'Database Server'?
A. A web server reads incoming email files exclusively via POP3 paths.
B. A web server is responsible for allocating local IP configurations dynamically.
C. A web server processes HTTP requests to deliver web page content; a database server manages structured data tables.
D. A web server is purely a physical hardware chip; a database server is software.
Answer: Option C
Solution (By JKSSB Mock Tests)
Web servers (like Apache or Nginx) listen for HTTP requests to deliver HTML and web assets to browsers, while database servers (like MySQL or Oracle) store and query raw tabular data collections.
No comments yet. Be the first to start the discussion!