blob: e4487bc54373daaea335e4acece35290eb79376b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: 通訊協定
slug: Glossary/Protocol
tags:
- Glossary
- Infrastructure
- Protocols
translation_of: Glossary/Protocol
---
<p id="Summary"><strong>通訊協定</strong>是一套定義在電腦內部或兩台電腦間,如何交換資料的系統化規則。不同的裝置若需進行溝通,就需要先確認好要交換的資料格式與交換方法,而這些定義好的格式與方法就是通訊協定。</p>
<h2 id="了解更多">了解更多</h2>
<h3 id="一般知識">一般知識</h3>
<ul>
<li>維基百科上的 {{Interwiki("wikipedia", "Communications protocol")}} 條目</li>
<li><a href="http://www.rfc-editor.org/search/standards.php">RFC 官方網路通訊協定標準</a></li>
</ul>
<p> </p>
|