티스토리 뷰
3-Way Handshake
TCP: 3-Way Handshake(SYN, SYN-ACK, ACK) by http://www.inetdaemon.com/
The TCP three-way handshake in Transmission Control Protocol (also called the TCP-handshake; three message handshake and/or SYN-SYN-ACK) is the method used by TCP set up a TCP/IP connection over an Internet Protocol based network. TCP's three way handshaking technique is often referred to as "SYN-SYN-ACK" (or more accurately SYN, SYN-ACK, ACK) because there are three messages transmitted by TCP to negotiate and start a TCP session between two computers. The TCP handshaking mechanism is designed so that two computers attempting to communicate can negotiate the parameters of the network TCP socket connection before transmitting data such as SSH and HTTP web browser requests. This 3-way handshake process is also designed so that both ends can initiate and negotiate separate TCP socket connections at the same time. Being able to negotiate multiple TCP socket connections in both directions at the same time allows a single physical network interface, such as ethernet, to be multiplexed to transfer multiple streams of TCP data simultaneously.
3-웨이 핸드셰이크 - TCP의 신뢰성 있는 통신
신뢰성 있는 연결을 만들기 위해 패킷을 3번 교환하여 확인하는 과정
Client → Server: TCP SYN J
Server → Client: TCP SYN K + ACK J+1
Client → Server: TCP ACK K+1
양쪽 모두 데이터를 전송할 준비가 되어 있다는 것을 보장하고, 데이터 전달이 시작되기 전 다른 쪽이 준비되었다는 것을 알 수 있다.
3-Way & 4-Way Handshake
Four-Way Handshake Definition by techopedia.com
A four-way handshake is a type of network authentication protocol established by IEEE-802.11i that involves standards set up for the construction and use of wireless local area networks (WLANs). The four-way handshake provides a secure authentication strategy for data delivered through network architectures.
4-웨이 핸드셰이크
세션을 종료하기 위해 수행되는 절차. 클라이언트나 서버가 close() 함수를 호출할 시 진행됨.
물어본 뒤 종료할 준비가 되었다는 메세지를 받으면 ACK를 전송하여 종료.
종료하면 안될 경우엔 남아있는 정보를 보낸 뒤, FIN 메세지를 보냄.
Client → Server: TCP FIN M
Server → Client: TCP ACK M+1 [TIME_WAIT]
Server → Client: TCP FIN N
Client → Server: TCP ACK N+1
출처
http://www.inetdaemon.com/tutorials/internet/tcp/3-way_handshake.shtml
http://www.cis.temple.edu/~giorgio/cis307/readings/unix4.html
'Storage' 카테고리의 다른 글
[판매완료] 커세어 GRAPHITE SERIES 600T 화이트 윈도우 (0) | 2014.04.16 |
---|---|
피파3, 넥슨이 말하는 트레블의 주역 세이두 케이타: 스탯 & 히든, 페이스온 (0) | 2014.04.14 |
[판매완료] Colorful 지포스 GTX670 iGAME D5 2GB White Shark (0) | 2014.04.13 |
피파온라인3, 월베에투 후기: 히든 & 만렙 능력치, 체형 (1) | 2014.04.11 |
피파온라인3, 4월 10일 로스터패치 진행결과 (0) | 2014.04.10 |
파이브 앤 하프 시스템(Five & Half System): 정상각, 중대에서의 보정, 타법과 팁 (0) | 2014.04.10 |
UMB 경기규정 & 혼동하기 쉬운 3쿠션 경기규칙 (2) | 2014.04.10 |
[AR] 당구공을 추적하는 당구대, 옵스큐라 풀 테이블 그리고 호크아이의 판정 (0) | 2014.04.10 |
댓글