WorksheetsServicio HTTP
Total questions: 10
Worksheet time: 15mins
Which technology is not used in the web client?
Applet
Servlet
Ajax
JQuery
What is the non-standard secure web port?
443
80
8080
8443
What is the default Apple browser?
Safari
Chrome
Opera
Lynx
Which method is used to request data from a specified resource by sending the parameters (name/value pairs) in the URL?
HEAD
GET
POST
PUT
What does the status code "400 Bad request" mean?
Request error
Server error
Informational
Redirection
Cookies are a way of storing state after an HTTP protocol session
FALSE
TRUE
The MIME type "multipart/form-data" is used to send data in several parts with its own entity and separated by a delimiter in an HTML form.
FALSE
TRUE
What type of virtual web hosting allows more than one virtual host to run on the same IP address but with different names?
Port based Virtual Web Hosting
Name based Virtual Web Hosting
IP based Virtual Web Hosting
A reverse proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server.
TRUE
FALSE
What is the least common vulnerability in the HTTP protocol?
sniffing
spoofing
man-in-the-middle
Dos
