CH 18 WEB SERVER QUESTIONS Flashcards
The Apache web server has over \_\_\_\_\_\_ percent of the web server market. Question options: A) 90 B) 25 C) 5 D) 50
D) 50
Which is NOT a reason for Apache’s popularity
A) Apache is free and open-source software
B) Apache runs exclusively on Linux
C) Apache runs on multiple platforms
D) Apache can be easily extended with modules
B) Apache runs exclusively on Linux
HTTP is a \_\_\_\_\_\_\_\_\_ protocol. Question options: A) stateful B) response only C) request only D) request/response
D) request/response
Apache, like all web servers, runs HTTP traffic on port ________ and HTTPS traffic on port _________.
80 (http) and 443 (https)
A single Apache installation can be configured to serve multple web sites by configuring \_\_\_\_\_\_\_\_\_\_\_\_\_\_. Question options: A) modules B) virtual hosts C) logical hosts D) virtual sites
B) virtual hosts
Apache can be extended using precompiled \_\_\_\_\_\_\_\_\_\_, which provide additional functionality. Question options: A) kernels B) sequences C) binaries D) modules
D) modules
HTTP stands for \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_. A) hypertext transmission protocol B) hypertext transfer protocol C) hypertext transmission properties D) holding text transfer protocol
B) hypertext transfer protocol
When responding to a client request, Apache will respond to a successful HTTP request with a response code of _________, and in the event a page cannot be found the server responds with code _________.
SUCCESSFUL RESPONSE CODE 200
PAGE CANNOT BE FOUND CODE 404
Despite being called Apache, the programs and commands surrouding Apache are called \_\_\_\_\_\_\_. A) apached B) http C) serverd D) httpd
D) httpd
The two main HTTP commands that are sent by web browsers are _________ and _________.
GET and POST
The main difference between HTTP and HTTPS is __________.
A) security
B) complexity
C) potential financial cost for certificate registration
D) All of the above
D) All of the above
Apache can be configured to start at boot time using the \_\_\_\_\_\_\_\_\_\_ command. A) chkconfig B) startx C) httpd D) su
A) chkconfig
You can test an Apache installation by going onto the server and going to http://localhost:80
True
False
True
Apache (when installed from a package) has its default pages to serve located in the \_\_\_\_\_\_\_\_\_\_\_\_ directory. A) /tmp/www B) /etc/htdocs C) /var/www D) /home/www
C) /var/www
Apache can be configured with different directories for virtual sites by using the \_\_\_\_\_\_\_\_\_ directive. A) ServerRoot B) ServerAdmin C) DocumentRoot D) ServerName
not sure. need to verify the answer.