DEV Community

Sandhya Steffy M
Sandhya Steffy M

Posted on

Client to Server to Response Flow

In simple words, a client is the user (our browser), and a server is the system that stores the website.

The process is:

  • Client sends a request
  • Server receives it
  • Server sends a response

For example, when we open YouTube, our browser asks the server for the page, and the server sends the page back.

Top comments (0)