Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 머신러닝
- clean code
- Torch
- dl
- web
- nerf
- 3d
- Meta Learning
- Depth estimation
- nlp
- CV
- GAN
- Vision
- ML
- FineGrained
- 알고리즘
- 딥러닝
- computervision
- SSL
- cs
- classification
- PRML
- 자료구조
- math
- REACT
- Python
- Front
- algorithm
- FGVC
- pytorch
- Today
- Total
목록socket (1)
KalelPark's LAB

Application layer - Internet은 아주 복잡하기에, 계층화하여 설계하는 것이 중요합니다. 이러한 방법이 네트워크 프로토콜 계층이다. 보통 OSI 7계층을 사용하거나, TCP/IP 4계층을 사용한다. (사실 세부적으로는 동일합니다.) - Application architecture - Client : 서버와 클라이언트 간 통신 - Peer to Peer : 호스트끼리 직접 통신하는 것 * 여기서 호스트란?! IP를 가지고 있는 양방향 통신이 가능한 컴퓨터를 의미합니다. Application layer Protocol - 인터넷은 Application 계층에 2개의 전송 프로토콜이 존재합니다. TCP(Transmission Control Protocol), UDP(User Datagram..
Study/Computer Network
2023. 3. 17. 20:47