
CSCI 106 Advanced Web Page Design and Web Site Administration Spring, 2009
QUIZ #11
20 Points
Read the questions carefully. Always choose the best answer.
MULTIPLE CHOICE:
1. Web server sends Web documents to a Web browser using a protocol called:
a. binary data b. TCP/IP c. HTTP d. URL
2. This Microsoft web server is included with Windows 2000 and Windows 2003 Server.
a. Apache b. Internet Information Server c. Personal Web Server d. Savant
3. This web server is the most popular web server currently in use on the Internet.
a. Apache b. Internet Information Server c. Personal Web Server d. Savant
4. To test a web server that is off-line, you can enter the loopback address, which is:
a. 0.0.0.0 b. 127.0.0.1 c. 128.128.128.128 d. 255.255.255.0
5. The default home directory for the Apache Web Server (installed in Apache2 folder) is:
a. c:\Apache2 b. c:\Apache2\htdocs c. c:\Apache2\wwwroot d. c:\Apache2\root
6. The default file that will be initially accessed by Apache is:
a. default.asp b. default.htm c. home.html d. index.html
7. To connect to an FTP server, you need to enter all of the following except:
a. host name b. password c. transfer speed d. username
8. Browsers typically do not cache responses to post requests because:
a. most users disable this option
b. post requests usually contain secret information so the browser assumes the response is also secret
c. responses to the same post request usually contain different data with each new request
d. most Web browsers do not have this feature, but it will be available in future versions
9. Client-side scripting is used for:
a. validating user input
b. accessing properties of the browser
c. enhancing Web pages with ActiveX controls, Dynamic HTML and Java applets
d. all of the above
10. Apache Web server is popular because of its:
a. Stability
b. Efficiency
c. Portability
d. All of the above