Loading

Web Server Architecture

Web Server Architecture

A web server is to help users to get resources in another place. So it has to follow the steps:

  1. Accept the request.
  2. Parse the request.
  3. Handle the request.
  4. Create the response.
  5. Send the response.

image-20210309215554550

posted @ 2021-03-09 21:57  齐玉  阅读(51)  评论(0)    收藏  举报