Concept Flow - Client-server architecture
Client sends request
Server receives request
Server processes request
Server sends response
Client receives response
Client uses data
The client sends a request to the server, the server processes it and sends back a response, which the client then uses.