AWS: Cloud Server
- Describe the Web-Request-Response-Cycle
- sending request to server
- server hanling the request
- server sending the response back
- Explain what a “server” is, as it relates to the WRRC
- server will handle the requests and perform the calculations based on requests
- 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
-
Server: computer hardware or software that provides functionality for other programs
-
Pub/Sub: Publish/Subscribe messaging is a form of asynchronous service-to-service communication used in serverless and microservices architectures
-
WRRC: Web Request Response Cycle