nerdexam
LPI

010-160 · Question #98

Which of the following programs are web servers? (Choose two.)

The correct answer is A. Apache HTTPD. Apache HTTPD and NGINX are both widely used HTTP web server software, while the other options serve unrelated network roles.

The Linux Operating System

Question

Which of the following programs are web servers? (Choose two.)

Options

  • AApache HTTPD
  • BPostfix
  • CCurl
  • DDovecot
  • ENGINX

How the community answered

(47 responses)
  • A
    94% (44)
  • C
    4% (2)
  • E
    2% (1)

Why each option

Apache HTTPD and NGINX are both widely used HTTP web server software, while the other options serve unrelated network roles.

AApache HTTPDCorrect

Apache HTTPD is one of the most widely deployed open-source web servers, serving HTTP/HTTPS content to clients. NGINX is also a high-performance web server and reverse proxy that serves HTTP/HTTPS content, making both valid answers for this question.

BPostfix

Postfix is a Mail Transfer Agent (MTA) used to route and deliver email, not to serve web content over HTTP.

CCurl

Curl is a command-line tool and library for transferring data with URLs; it is a client-side utility, not a server.

DDovecot

Dovecot is an IMAP and POP3 email server that delivers mail to end-user clients, not an HTTP web server.

ENGINX

Concept tested: Identifying web server software - Apache HTTPD and NGINX

Source: https://httpd.apache.org/docs/

Topics

#web servers#Apache HTTPD#NGINX#server software

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice