diff options
Diffstat (limited to 'files/ko/glossary/protocol/index.html')
-rw-r--r-- | files/ko/glossary/protocol/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ko/glossary/protocol/index.html b/files/ko/glossary/protocol/index.html new file mode 100644 index 0000000000..4546dd4c2b --- /dev/null +++ b/files/ko/glossary/protocol/index.html @@ -0,0 +1,26 @@ +--- +title: 프로토콜 +slug: Glossary/Protocol +tags: + - Glossary + - Infrastructure +translation_of: Glossary/Protocol +--- +<p id="Summary"><strong>프로토콜</strong>은 컴퓨터 내부에서, 또는 컴퓨터 사이에서 데이터의 교환 방식을 정의하는 규칙 체계입니다. 기기 간 통신은 교환되는 데이터의 형식에 대해 상호 합의를 요구합니다. 이런 형식을 정의하는 규칙의 집합을 프로토콜이라고 합니다. </p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반_지식">일반 지식</h3> + +<ul> + <li>위키백과 {{Interwiki("wikipedia", "통신 프로토콜")}} </li> + <li><a href="http://www.rfc-editor.org/search/standards.php">RFC Official Internet Protocol Standards</a></li> +</ul> + +<h2 id="같이_보기">같이 보기</h2> + +<ul> + <li><a href="/ko/docs/Glossary/TCP">TCP</a></li> + <li><a href="/ko/docs/Web/HTTP/Overview">HTTP 개요</a></li> + <li><a href="/ko/docs/Glossary/Packet">패킷</a></li> +</ul> |