Quiz: Server Basics

Test your knowledge of the basics of a back-end HTTP server.

1

What is the correct order of instructions that must be provided in order to build a server successfully?

A)
  1. Set up a listener on a port
  2. Build handlers for routes
  3. Create a server instance
  4. Serve responses
B)
  1. Build handlers for routes
  2. Serve responses
  3. Create a server instance
  4. Set up a listener on a port
C)
  1. Build handlers for routes
  2. Create a server instance
  3. Set up a listener on a port
  4. Serve responses
D)
  1. Set up a listener on a port
  2. Serve responses
  3. Build handlers for routes
  4. Create a server instance
Question 1 of 60 attempted

Get hands-on with 1400+ tech skills courses.