View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

AWS: Cloud Server

  1. Describe the Web-Request-Response-Cycle
    • sending request to server
    • server hanling the request
    • server sending the response back
  2. Explain what a “server” is, as it relates to the WRRC
    • server will handle the requests and perform the calculations based on requests
  3. What does it mean to “deploy” an application?
    • it means that application now is ready to be accessed on the web

Document the following Vocabulary Terms

<==Back