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

[suffle] Chapter1. 서버란 무엇인가(소켓&멀티 프로세스) #2

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

Gusionling
Copy link

@Gusionling Gusionling commented Apr 10, 2024

#️⃣ 연관된 이슈


Related #1

✅ 워크북 체크리스트

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

✅ 컨벤션 체크리스트

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

📌 주안점

c가 아닌 파이썬으로도 통신하는 코드를 짜보았습니다.

@Gusionling Gusionling self-assigned this Apr 10, 2024
@Gusionling Gusionling added the ✨ Chapter01 챕터 1 label Apr 10, 2024
Copy link

@ryogaeng ryogaeng left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

- 서버에서 사용하는 포트 번호 이다. 서버가 클라이언트로부터의 요청을 받기 위해 listening 상태로 대기하고 있는 포트로, "목적지" 포트이다.

![[Pasted image 20240401211616.png]]
<유튜브에 접속할 때>

Choose a reason for hiding this comment

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

전공 수업을 들으면서 항상 의문이 들었던 부분인데 자세하게 설명해주셔서 이해가 잘 됐습니다. 감사해요 :)

>(서버 프로세스 B가 동작 중인 컴퓨터의 아이피 주소):(서버 프로세스가 부여받은 포트번호)
>즉, [203.230.7.2:80]의 뜻은 [203.230.7.2의 아이피 주소를 가진 컴퓨터의 80번 포트의 프로세스] 를 말합니다.

**포트 번호(좀 더)**
Copy link
Member

Choose a reason for hiding this comment

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

임의로 포트번호를 부여하는 것과 HTTP는 80, HTTPS는 443으로 고정되어 있는 것의 의미를 자세하게 잘 작성해주셔서 이해가 쉬웠습니다!

Copy link
Member

@qzzloz qzzloz left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@Gusionling Gusionling merged commit 14ffff4 into suffle/main Apr 11, 2024
@Gusionling Gusionling deleted the suffle/#1 branch April 11, 2024 09:34
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.

3 participants