diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/protocol/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
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> |