일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- JDBC
- Spring
- lambda calculus
- Java
- 함수형 프로그래밍
- 디자인패턴
- 겨울카카오인턴
- 스택
- Eclipse
- javscript
- 백준
- solid
- Rails
- Network
- Pattern
- Python
- 로버트마틴
- tcp
- DesignPattern
- functional programming
- Collections
- 프로그래머스
- JavaScript
- Collection
- 자바
- 람다 칼큘러스
- 파이썬
- exception
- design-pattern
- 큐
Archives
- Today
- Total
개발자 노트
[computer networking] Chapter 2.7 Socket Programming: Creating Network Applications 본문
컴퓨터과학 기초/네트워크
[computer networking] Chapter 2.7 Socket Programming: Creating Network Applications
jurogrammer 2021. 4. 27. 09:25github.com/jurogrammer/top-down-approach-network/blob/main/Chapter2/chapter%202.7.md
한 번 C언어로 예전에 하긴 했었는데, 이렇게 파이썬으로 나오니 더 좋은 것 같습니다. 핵심을 더 잘 이해할 수 있겠더라구요. 더불어 TCP는... ㄸ; 서버측에서 3-wayhandshake하는 소켓과 클라이언트와 연결을 맺은 소켓이 따로 있다는 건 신선한 충격이였습니다. 이전에 한 번 듣긴했는데도.. ㅜㅜ 부족함을 또 느낍니다
반응형
'컴퓨터과학 기초 > 네트워크' 카테고리의 다른 글
[computer networking] Chapter 3.1 Introduction and Transport-Layer Services (0) | 2021.05.23 |
---|---|
TCP 소켓 (0) | 2021.05.03 |
[computer networking] Chapter 2.4 DNS - The Internet's Directory Service (0) | 2021.04.27 |
[computer networking] Chapter 2.2 The Web and HTTP (0) | 2021.04.27 |
[computer networking] Chapter 2.1 Principles of Network Applications (0) | 2021.04.27 |
Comments