일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- webhacking
- wargame
- webhacking.kr
- Shell code
- system hacking
- System
- 정보처리기사 실기
- 해킹
- 정보보안기사 실기
- Spring MVC
- stack overflow
- 운영체제
- Buffer Overflow
- Lord of BOF
- BOF
- Pwnable.kr
- Spring Framework
- 네트워크
- Spring
- hacking
- SQL
- Payload
- pwnable
- 웹해킹
- OS
- Operating System
- 워게임
- PWN
- LOB
- 정보보안기사
Archives
- Today
- Total
목록ACK (1)
DongDD's IT
TCP - TCP UDP 특징, TCP Header, Connection
TCP TCP/UDP -Transport Layer에 있는 protocol Transport Layer에는 크게 UDP(User Datagram Protocol)와 TCP(Transport Control Protocol) 두 가지가 있음 TCP의 특징1) Connection oriented (연결 지향형)2) reliability (신뢰성)3) Segment 사용 UDP의 특징1) Connectionless (비연결)2) User datagram 사용3) Unreliability (신뢰성 보장 X) -> 현재는 TCP를 많이 사용하는 추세 TCP에는 각 process가 sending buffer와 receiving buffer를 가지고 있음 Sending Buffer1) Sent : 보내진 segment..
네트워크
2017. 7. 30. 15:55