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

[이단] Chapter 1. 서버란 무엇인가(소켓&멀티 프로세스) #9

Merged
merged 3 commits into from
Apr 9, 2024

Conversation

bflykky
Copy link

@bflykky bflykky commented Apr 8, 2024

#️⃣ 연관된 이슈

#1

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

@bflykky bflykky added the ✨ Chapter01 챕터 1 label Apr 8, 2024
@bflykky bflykky self-assigned this Apr 8, 2024
@bflykky bflykky requested a review from h-ye-ryoung April 8, 2024 15:35
Copy link

@suuu0719 suuu0719 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

@SoulTree-Lovers SoulTree-Lovers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자세하게 잘 써주셨네요 !! 잘 보고 갑니다 :)


신뢰성 있는 데이터 전송의 경우, 네트워크 문제 등으로 인해 수신자가 데이터를 수신받지 못한 경우에 대해 대처하고, 데이터의 순서가 꼬여 수신자가 이를 알아보기 힘들게 만드는 경우를 방지한다.

TCP에서는 전송하는 세그먼트의 맨 첫번째 바이트의 순번을 나타내는 `Sequence number(seq)`를 이용해 수신자가 자신이 받은 세그먼트들의 순서를 알 수 있다.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bflykky bflykky merged commit d07446c into idan/main Apr 9, 2024
@bflykky bflykky deleted the idan/#1 branch April 9, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants