UPDATED| REAL EXAM QUESTIONS AND ANSWERS | 100%
RATED CORRECT | 100% VERFIED | 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 frowned upon by ICANN b/c multiple IP addresses are bound
to the web server's external NIC
,Each site has its own underlying DNS "A" record - (ANSWER)IP Based HTTP Site
Identification
Each site has its own DNS "CNAME" record that points to the underlying hostname -
(ANSWER)DNS Name HTTP Site Identification
What is the preferred method of HTTP Site Identification? - (ANSWER)DNS Name HTTP Site
Identification
(there is one IP address for the server = more efficient use of IP addresses)
How does a web server decide which page to serve in DNS Name HTTP Site Identification? -
(ANSWER)Based on the DNS entry from the HTTP Get from the URL
Basic HTTPS site configuration - (ANSWER)1) Acquire and assign certificates for each site
2)Create a redirect page to send user from http --> https://www.site.com
3)Use separate IP addresses for each site
T/F: HTTPS security is established on an IP basis rather than a name basis - (ANSWER)True
(this is why separate IPs are required for each site)
, T/F: Simple Servers always support HTTPS - (ANSWER)F: Simple servers often DO NOT
support HTTPS
Disadvantages of Simple Servers - (ANSWER)1) often added on top of existing workstations
which creates significant security issues
2) doesn't support HTTPS
3) often offer no method of authenticating
A highly available web server running in a secure environment is a
____________________________________ - (ANSWER)Single Dedicated Server
T/F: Single Dedicated Servers support both HTTP and HTTPS - (ANSWER)True
Where are Single Dedicated Servers typically placed? - (ANSWER)in a DMZ
What is the reverse proxy server located in the first layer DMZ responsible for? -
(ANSWER)Answering the incoming connection request