aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/server
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/server
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/server')
-rw-r--r--files/zh-tw/glossary/server/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/server/index.html b/files/zh-tw/glossary/server/index.html
new file mode 100644
index 0000000000..1d2333a873
--- /dev/null
+++ b/files/zh-tw/glossary/server/index.html
@@ -0,0 +1,19 @@
+---
+title: 伺服器
+slug: Glossary/Server
+translation_of: Glossary/Server
+---
+<p>硬體而言的伺服器(server)是個能在網路上,提供用戶端服務的共享性電腦(shared computer)。軟體而言的伺服器程式,則是指能給用戶端提供服務的程式。</p>
+
+<p>服務(Services)通常會提供於內部網路、或是公開網路。用戶端程式與伺服器端程式通常利用 {{glossary("protocol")}} 來傳送編碼的數據、並依此連接之。</p>
+
+<p>內部網路最常見的伺服器有檔案、域名、電郵、印表機、還有傳真伺服器。另一個常見的伺服器是連結到網際網路的 Web 伺服器。在資料中心(data center)的微電腦、大型電腦、還有超級電腦... 等,也都是伺服器。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="一般知識">一般知識</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/zh-TW/Learn/What_is_a_web_server">伺服器介紹</a></li>
+ <li>維基百科的{{Interwiki("wikipedia", "伺服器")}}</li>
+</ul>