diff options
Diffstat (limited to 'files/ko/glossary/tcp/index.html')
-rw-r--r-- | files/ko/glossary/tcp/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files/ko/glossary/tcp/index.html b/files/ko/glossary/tcp/index.html new file mode 100644 index 0000000000..e7d09d2492 --- /dev/null +++ b/files/ko/glossary/tcp/index.html @@ -0,0 +1,31 @@ +--- +title: TCP +slug: Glossary/TCP +translation_of: Glossary/TCP +--- +<p id="Summary">TCP (전송 제어 프로토콜)은 두 개의 호스트를 연결하고 데이터 스트림을 교환하게 해주는 중요한 네트워크 프로토콜이다. TCP는 데이터와 패킷이 보내진 순서대로 전달하는 것을 보장해준다. Vint CERF와 Bob Kahn (당시 DARPA 과학자)는 TCP를 1970년 대에 설계하였다.</p> + +<p>TCP의 역할은 에러가 없이 패킷이 신뢰할 수 있게 전달 되었는지 보증해 주는 것이다. TCP는 동시제어가 가능하다. 이는 초기 요청이 작게 시작해도 컴퓨터들과 서버들의 대역폭의 깊이가 증가해도 네트워크가 지원할 수 있다는 것을 뜻한다.</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/en-US/docs/Glossary">Glossary</a> + + <ol> + <li>{{Glossary("IPv4")}}</li> + <li>{{Glossary("IPv6")}}</li> + <li>{{Glossary("Packet")}}</li> + </ol> + </li> + <li>Wikipedia article + <ol> + <li>{{Interwiki("wikipedia", "Transmission Control Protocol")}}</li> + </ol> + </li> + <li>See Also + <ol> + <li><a href="/en-US/docs/Web/HTTP/Overview">http overview</a></li> + </ol> + </li> +</ol> +</section> |