Question:
What are servers and clients and how do they work?
A server is software or hardware that serves a specific service to its clients, and allows multiple computers to access it. A client is a single computer that connects to a server to access a specific service.
For example, when you visit a website, you computer is the client that sends a request to the server to send a copy of the website back to the client.
You may find this page on Mozilla Dev useful: https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.