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

[week3] Packet Pipeling #14

Open
halfmoon-mind opened this issue Nov 20, 2023 · 1 comment
Open

[week3] Packet Pipeling #14

halfmoon-mind opened this issue Nov 20, 2023 · 1 comment
Assignees
Labels

Comments

@halfmoon-mind
Copy link
Member

halfmoon-mind commented Nov 20, 2023

이 이슈는 다음 PR(#12) 에 대한 보충 설명입니다.
해당 문서에서는 Go-Back-N, Selective Repeat 프로토콜 내에서 다음과 같은 window size를 갖는다고 설명하였습니다.

Go Back N : Window Size는 2^(m-1) 으로 해야한다
Selective Repeat : Window Size는 2^(m-1) 으로 해야한다

여기서 m이란 sequence number를 표현하는 비트의 개수입니다.
다음은 Selective Repeat 방식을 사용했을 때, Window Size를 표현한 것입니다.
image
위의 경우, m은 sequence number 0~3 까지를 표현해야하니, 2인 것을 알 수 있습니다.
이번 발표 때 혼동을 드려서 미안합니다 :)

@thinkjin99
Copy link
Contributor

good 입니다~ 오랜만에 보니 정겹네요

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

No branches or pull requests

2 participants