From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../server/index.html" | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 "files/ru/\321\201\320\273\320\276\320\262\320\260\321\200\321\214/server/index.html" (limited to 'files/ru/словарь/server') diff --git "a/files/ru/\321\201\320\273\320\276\320\262\320\260\321\200\321\214/server/index.html" "b/files/ru/\321\201\320\273\320\276\320\262\320\260\321\200\321\214/server/index.html" new file mode 100644 index 0000000000..61c783485f --- /dev/null +++ "b/files/ru/\321\201\320\273\320\276\320\262\320\260\321\200\321\214/server/index.html" @@ -0,0 +1,25 @@ +--- +title: Server +slug: Словарь/Server +translation_of: Glossary/Server +--- +

A server is a software or hardware offering a service to a user, usually referred to as client.  A hardware server is a shared computer on a network, usually powerful and housed in a data center.  A software server (often running on a hardware server) is a program that provides services to client programs or a {{glossary("UI","user interface")}} to human clients.

+ +

Services are provided generally over local area networks or wide area networks such as the internet. A client program and server program traditionally connect by passing messages encoded using a {{glossary("protocol")}} over an {{glossary("API")}}.

+ +

For example:

+ + + +

Learn More

+ +

General knowledge

+ + -- cgit v1.2.3-54-g00ecf