Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[week4] UDP 관련 내용 추가 #20

Open
thinkjin99 opened this issue Dec 28, 2023 · 2 comments
Open

[week4] UDP 관련 내용 추가 #20

thinkjin99 opened this issue Dec 28, 2023 · 2 comments
Assignees

Comments

@thinkjin99
Copy link
Contributor

UDP 관련에서 부족한 내용들을 최큼 더 보충했습니다.
UDP는 빠르다, 가볍다, 신뢰성이 없다 도 맞는 말이지만, 사실 UDP는 뼈대만 존재하는 프로토콜입니다.
추가적인 규칙이나 신경 쓸 부분이 없다 보니 자연스레 부가 기능도 없고 가벼운 것입니다.
아래는 추가 내용 링크 입니다~
링크

@thinkjin99
Copy link
Contributor Author

udp는 statelss하다는 점도 알아두면 좋을 것 같아요

@thinkjin99
Copy link
Contributor Author

추가적으로 전송하는 부분 코드를 살펴보시면 TCP는 개별 커녁션을 활용하는 반면 UDP는 직접 ip와 port를 세그먼트에 작성해 통신하는 것을 확인 할 수 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant