Brief summary of web server request-response mechanism:
- User agent (e.g. web browser) sends a request to a web server where it is processed
- Web server sends back a response to the browser where it is displayed
Communications are done via HTTP, which is a protocol (language) that defines communications over the internet.
Coding Fundamentals
(Chapter 501 - Concepts)