LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What is the difference between a server and a client in a network?

A server provides information/services; a client requests them — and the same device can play either role depending on the exchange.

Server and client are roles in a conversation, not fixed kinds of hardware. A computer is a server whenever it runs software that answers requests, and a client whenever it runs software that makes them. That's why the same machine can be both at once — your laptop is a client when it browses the web, but a server when it shares a printer. What decides the role is the software running, not the box.

A client sending a request and a server returning a response, with a note that the same machine can play either role

* Client and server are roles in an exchange — the client requests, the server answers — not fixed kinds of hardware. *

  • Server: A computer that provides information or services to end devices (e.g., email servers, web servers, file servers)
  • Client: A computer that sends requests to servers to retrieve information
Server Type Function
Email Runs email server software; clients access email
Web Runs web server software; clients use browsers
File Stores files; clients access these files

Go deeper:

From Quiz: NETW1 / Networking Today | Updated: Jul 14, 2026