logo

Video encyclopedia

Server

2:37

Client and Server Model - Fast Tech Skills

6:13

Node JS Tutorial for Beginners #11 - Clients & Servers

8:21

Facebook Servers

22:34

How To Build A Server: Getting Started

16:04

Storage Server Hardware Assembly - Build Log Part 1

In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model, and a single overall computation is distributed across multiple processes or devices. Servers can provide various functionalities, often called "services", such as sharing data or resources among multiple clients, or performing computation for a client. A single server can serve multiple clients, and a single client can use multiple servers. A client process may run on the same device or may connect over a network to a server on a different device. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.