AWS
Describe the Web-Request-Response-Cycle
The web request response cycle describes the path(s) packets of data take beginning with a request made by the client on the front-end to the server on the back-end, and ending with the response the server sends back.
Explain what a “server” is, as it relates to the WRRC
The server listens for requests and sends responses
What does it mean to “deploy” an application?
When the app can be accessed remotely on the internet rather than on a local host
Document the following Vocabulary Terms
-
Server: provides resources, data, and services to clients
-
Pub/Sub: The publisher emits events which a subscriber listens for.
-
WRRC: The process of clients sending requests, servers receiving them, and sending back responses.