Skip to content

Latest commit

 

History

History
65 lines (49 loc) · 1.53 KB

File metadata and controls

65 lines (49 loc) · 1.53 KB

img

Web server Quizes

Question #0

A HTTP GET request is to

  • delete data
  • request data
  • submit data

Question #1

A DNS CNAME record translates to

  • an IP
  • a domain

Question #2

A DNS A record translates to

  • an IP
  • a domain

Question #3

A web server is

  • a physical machine
  • a software

Question #4

The main role of DNS is to

  • name websites
  • translate domain name into IP address
  • translate domain name into port

Question #5

The main role of a web server is to

  • host files
  • serve dynamic content
  • serve static content

Question #6

Why web servers usually use child processes?

  • To prevent memory leak
  • That’s just a subjective technical choice from the developers who created the software
  • So that the web server can dynamically change the number of child process to accommodate the volume of requests to be processed

Question #7

A HTTP POST request is to

  • delete data
  • request data
  • submit data

Question #8

What is TTL within the context of DNS

  • a time period for DNS maintenance
  • a time period when DNS query results are cached
  • a time period when DNS is not answering requests

Question #9

What was one of the most important reason for which DNS was created

  • to index the web
  • because humans are not good at remembering long sequences of numbers (IP address)
  • to connect the Internet