diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/ru/словарь/server | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/ru/словарь/server')
-rw-r--r-- | files/ru/словарь/server/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/files/ru/словарь/server/index.html b/files/ru/словарь/server/index.html new file mode 100644 index 0000000000..61c783485f --- /dev/null +++ b/files/ru/словарь/server/index.html @@ -0,0 +1,25 @@ +--- +title: Server +slug: Словарь/Server +translation_of: Glossary/Server +--- +<p>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.</p> + +<p>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")}}.</p> + +<p>For example:</p> + +<ul> + <li>An Internet-connected Web server is sending a {{glossary("HTML")}} file to your browser software so that you can read this page</li> + <li>Local area network server for file, name, mail, print, and fax</li> + <li>Minicomputers, mainframes, and super computers at data centers</li> +</ul> + +<h2 id="Learn_More"><strong>Learn More</strong></h2> + +<h3 id="General_knowledge">General knowledge</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/Learn/What_is_a_web_server">Introduction to servers</a></li> + <li>{{Interwiki("wikipedia", "Server (computing)")}} on Wikipedia</li> +</ul> |