From 94bf169537650fd99f4be40fecfded61d2d5ae00 Mon Sep 17 00:00:00 2001 From: MDN Date: Mon, 10 Jan 2022 00:52:54 +0000 Subject: [CRON] sync translated content --- files/ko/conflicting/glossary/tcp/index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/ko/conflicting/glossary/tcp/index.html (limited to 'files/ko/conflicting') diff --git a/files/ko/conflicting/glossary/tcp/index.html b/files/ko/conflicting/glossary/tcp/index.html new file mode 100644 index 0000000000..159b42fba0 --- /dev/null +++ b/files/ko/conflicting/glossary/tcp/index.html @@ -0,0 +1,22 @@ +--- +title: 전송 제어 프로토콜 +slug: conflicting/Glossary/TCP +tags: + - 전송 제어 프로토콜 +translation_of: Glossary/Transmission_Control_Protocol_(TCP) +original_slug: Glossary/Transmission_Control_Protocol_(TCP) +--- +

TCP (Transmission Control Protocol)는 IP 네트워크의 두 컴퓨터 간의 연결 지향 통신을 위한 전송 계층 호스트 간 프로토콜입니다. TCP는 가상 포트를 사용하여 두 컴퓨터 간의 물리적 연결을 재사용 할 수 있는 가상 종단 간 연결을 만듭니다. TCP는 {{glossary ( 'HTTP')}} 및 {{glossary ( 'SMTP')}} (email)과 같은 상위 레벨 프로토콜 데이터를 캡슐화합니다.

+ +

TCP 핸드 셰이크

+ +

TCP 3 방향 핸드 셰이크는 TCP-핸드셰이크라고 불립니다, 3개의 메시지 핸드 셰이크 및 / 또는 SYN-SYN-ACK라고도 하는 TCP 3 방향 핸드 셰이크는 TCP가 IP 기반 네트워크를 통해 TCP / IP 연결을 설정하는 데 사용하는 방법입니다. TCP 세션을 신뢰하기 위해 TCP에 의해 전송된 세 가지 메시지는 SYN, SYN-ACK,  SYNchronize를 위한 ACK는 SYNchronize-ACKnowledgement 와 ACKnowledge의 별칭입니다. 세 가지 메시지 메커니즘은 정보를 앞뒤로 전달하려는 두 컴퓨터 용으로 설계되었으며 HTTP 브라우저 요청과 같은 데이터를 전송하기 전에 연결 매개 변수를 신뢰할 수 있습니다.

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf