Exam Questions and Answers |
Already Graded A+
Examples of Inbound Web Service Connections - ANSWER
✔✔protocols, addressing, redundancy, load balancing
Examples of Outbound Web Service Connections - ANSWER
✔✔proxy servers
What port does HTTP use? - ANSWER ✔✔Port 80
HTTP is a __________ protocol - ANSWER ✔✔simple
TCP sessions established by HTTP - ANSWER ✔✔1) "Control"
session for the base HTML data that defines the webpage
, 2) Multiple other sessions for the content defined on the page
What port does HTTPS use? - ANSWER ✔✔Port 443
T/F: HTTPS authenticates the server - ANSWER ✔✔true
T/F: HTTPS does not require a digital certificate - ANSWER
✔✔False, HTTPS requires a cert from a trusted certificate authority to
work transparently (if the cert authority is not trusted the browser will
alert the user)
T/F: Multiple sites can exist on the same web server - ANSWER
✔✔True, each site should consist of a unique DNS identifier
Basic steps in Web Server Configuration: - ANSWER ✔✔1) Define a
default page to be used when a request is made for the base page or a
directory
2) Define sites
What does CNAME do? - ANSWER ✔✔CNAME points to the
underlying host name of a web server (ex: www.site.com is CNAMED at
web1.site.com)
T/F: IP Based HTTP Site Identification is the most efficient -
ANSWER ✔✔F: it is an inefficient use of IP addresses and therefore