-
Notifications
You must be signed in to change notification settings - Fork 2
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
iterative dns query vs. recursive dns query / root vs. authoriative vs. local dns(name) server #261
Labels
Comments
referraliterative query 를 할 때 나오는 형태로 보인다. 알맞는 네임서버에 대한 referral 을 받으면 다시 그 네임서버로 재요청을 하게 된다.
아래 예시를 보면 recursive name server 가 보통 요청하듯, client (내장비)에서 root 네임서버, authoriative 네임서버들에 iterative query 를 날린다.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DNS server 타입별 구분
https://serverfault.com/questions/2966/is-there-a-good-overview-of-the-dns-system/3052#3052
https://serverfault.com/questions/126777/root-local-and-authoritative-name-server
https://en.wikipedia.org/wiki/Name_server#Recursive_query
https://en.wikipedia.org/wiki/Name_server#cite_note-10
https://en.wikipedia.org/wiki/Public_recursive_name_server
크게 다음과 같이 분류한다.
recursive name server 에 대해서는 여러곳에서 이름이 혼용되는 것 같다.
recursive query 를 받는 네임서버를 다음과 같이 부른다.
recursive query vs. iterative query
https://blog.daum.net/tlos6733/34
recursive query 는 보통 DNS client (사용자 장비) 와 recursive name server (혹은 local name server) 사이에서 이루어지고, recursive name server 와 다른 네임서버 사이에서 iterative query 가 이루어진다.
The text was updated successfully, but these errors were encountered: