logo

English

이곳의 프로그래밍관련 정보와 소스는 마음대로 활용하셔도 좋습니다. 다만 쓰시기 전에 통보 정도는 해주시는 것이 예의 일것 같습니다. 질문이나 오류 수정은 siseong@gmail.com 으로 주세요. 감사합니다.

TCP/IP State Transition - TCP 스택 포팅 시 참조

by digipine posted Nov 02, 2017
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print Attachment
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print Attachment

일반적인 경우 아래 내용은 모두 Sokcet 내에서 처리되기 때문에 필요없지만

TCP 스택을 포팅하거나 수정해야할 경우에는 중요하게 처리해야될  TCP State 값의 설명입니다.

 

TCP/IP State Transition Diagram (RFC793)


A connection progresses through a series of states during its lifetime. The states are: LISTEN, SYN-SENT, SYNRECEIVED, ESTABLISHED, FIN-WAIT-1, FIN-WAIT-2, CLOSE-WAIT, CLOSING, LAST-ACK, TIME-WAIT, and the fictional state CLOSED. CLOSED is fictional because it represents the state when there is no TCB, and therefore, no connection. Briefly the meanings of the states are:

 

LISTEN

represents waiting for a connection request from any remote TCP and port.

 

SYN-SENT

represents waiting for a matching connection request after having sent a connection request.

 

SYN-RECEIVED

represents waiting for a confirming connection request acknowledgment after having both received and sent a connection request.

 

ESTABLISHED

represents an open connection, data received can be delivered to the user. The normal state for the data transfer phase of the connection.


FIN-WAIT-1

represents waiting for a connection termination request from the remote TCP, or an acknowledgment of the connection termination request previously sent.

 

FIN-WAIT-2

represents waiting for a connection termination request from the remote TCP.

 

CLOSE-WAIT

represents waiting for a connection termination request from the local user.

 

CLOSING

represents waiting for a connection termination request acknowledgment from the remote TCP.

 

LAST-ACK

represents waiting for an acknowledgment of the connection termination request previously sent to the remote TCP (which includes an acknowledgment of its connection termination request).


TIME-WAIT

represents waiting for enough time to pass to be sure the remote TCP received the acknowledgment of its connection termination request.


CLOSED

represents no connection state at all.

 

 

A TCP connection progresses from one state to another in response to events. The events are the user calls, OPEN, SEND, RECEIVE, CLOSE, ABORT, and STATUS; the incoming segments, particularly those containing the SYN, ACK, RST and FIN flags; and timeouts.

 
18e2bb3ea671dc6796b1dcf7b351de9c.PNG

 

TAG •

List of Articles
No. Subject Author Date Views
» TCP/IP State Transition - TCP 스택 포팅 시 참조 file digipine 2017.11.02 201712
113 언어 IDE 별로 git ignore 파일을 자동으로 만들어 주는 사이트 엉뚱도마뱀 2018.12.17 130524
112 What is Android Repo? and Manual, Download file digipine 2017.11.02 103941
111 [Linux] ubuntu 16.04에 QT Creator 설치하기 digipine 2017.11.02 26658
110 [Swift, MacOS] 맥 한글 파일명이 윈도우에서 자소 분리되는 현상 해결, NFD, NFC 엉뚱도마뱀 2018.12.11 22164
109 Linux init.d 에서 등록하기. 부팅 시 자동실행 설정 digipine 2017.11.03 15365
108 FFT (Fast Fourier Transform) 고속 푸리에 변환 예제 소스 digipine 2017.10.29 14070
107 윈도우에서 패스워드 입력 실패로 잠금 상태인지 확인 하는 방법 lizard2019 2024.11.05 10301
106 Photoshop CC 2018 한글 영문 변환 언어팩, 포토샵 언어변경 file 엉뚱도마뱀 2018.07.04 10184
105 Phabricator 설치 가이드 우분투 16.04 기준 digipine 2017.11.02 8971
104 Rapid JSON 간단 사용법 digipine 2024.08.27 8845
103 MacOS 10.12.2 (OSX) KERNEL DEBUGGING file digipine 2017.11.02 8469
102 Direct X 11에서 그래픽 카드의 정보 가져오는 예제 digipine 2024.08.27 8357
101 OpenSSL Build for Windows digipine 2024.08.30 8011
100 WinPCap과 Ethereal, Wireshark 을 이용한 스니핑(Sniffing) digipine 2017.10.29 7850
99 ATmega8 MCU 간의 TWI 기능을 이용한 I2C 통신 digipine 2017.11.02 7832
98 윈도우 프로그래밍 시 인터넷 통신사(ISP) 정보를 가져오는 코드 1 lizard2019 2025.09.01 6974
97 비밀번호 해쉬에 Salt(소금) 첨가하기 file 엉뚱도마뱀 2017.11.23 6592
96 난수발생기 개론 엉뚱도마뱀 2017.11.22 6557
95 Bitbucket에서 SSH 키 등록하고 사용하는 방법 (맥/리눅스) file lizard2019 2023.06.22 6341
Board Pagination Prev 1 2 3 4 5 6 Next
/ 6