Author: Dan Forootan 저자 : 댄 Forootan
Article source: http://www.tile.net/ . 기술 자료 출처 : http://www.tile.net/. Used with author's permission. 저자의 허락없이 사용된다. The DNS is a distributed, hierarchical database where authority flows from the top (or root) of the hierarchy downward. 은 DNS는 분산, 계층적 데이터베이스를 어디에 권위 가기 계층의 (또는 루트) 아래에서 흐르고있습니다. When thinking of the structure of the DNS, imagine an inverted tree. 언제는 DNS의 구조, 상상의 나무를 거꾸로 생각하고있다. Each branch of the tree is within a zone of authority; however, multiple branches of the tree can be within a single zone. 트리의 각 지점 권위의 영역 내에 있으나, 여러 가지 나무의 한 영역 내에있을 수있습니다. The software (Bind being the most common) that stores domain name information is called a domain name server. 소프트웨어 (Bind를 가장 흔한되는)의 도메인 이름 정보를 저장하는 도메인 이름 서버라고합니다. A single name server can be authoritative for multiple zones. 단일 이름 서버를 여러 영역에 대한 권한이 될 수있습니다. All zones have a primary master and a secondary master name server that provides authoritative responses for their zones. 모든 영역의 기본 마스터와 자신의 영역에 대한 권위있는 답변을 제공하는 2 차 마스터 이름 서버를 가지고있다. If you query a name server not authoritative for a particular zone, that name server will most likely have up-to-date information. 쿼리의 이름을 서버의 특정 영역에 대한 권한이 아니라, 그 이름이 서버에 가장 - - 최신 정보를 가지고 가능성이됩니다. This is because zone information propagates throughout the Internet at regular intervals, and name servers cache zone information for which they are not authoritative. 일정한 간격을두고 있기 때문에이 영역 정보는 인터넷을 통해 전파, 그리고 그들이 신뢰할 수없는 영역에 이름 서버 캐시 정보를 표시합니다. DNS Commands DNS를 명령 There are three crucial commands that can put all the DNS information you need at your fingertips. 거기에 당신이 필요로하는 모든 DNS 정보를 넣을 수있습니다 손끝에서 3 중요한 명령어입니다. The way to use this article is to try each of the commands listed on a domain name, so you can see what the output looks like. 이 문서를 사용하는 방법은 각 도메인 이름에 나열된 명령을 시도하는, 그래서 당신은 출력이 어떻게 생겼는지 볼 수있습니다. Learn by doing! 수행하여 자세히! Zone file database records divide DNS information into three primary types: NS (Name Server) records, MX (Mail Exchange) records, and A (Address) records. 3 가지 주요 영역에 데이터베이스 기록 파일 형식 : 통해 NS (이름 서버) 레코드의 MX (메일 교환) 레코드와 A (주소) 레코드로 DNS 정보를 나눕니다. NS records indicate the name servers. 이름 서버 레코드를 나타냅니다. MX records indicate the hosts that handle e-mail delivery; the priority (pri) number indicates the order in which mail servers are used, with the lowest number receiving the highest priority. MX 레코드는 호스트 전자 - 메일 배달; 우선순위 (기본) 수를 나타내는 가장 낮은 숫자를 처리하는 우선 순위가 가장 높은받는 메일 서버에서 사용되는 순서를 나타냅니다. The A (Address) records map hostnames to IP addresses, the real names of machines. 는 A 조 (주소) 레코드는 호스트 이름을 IP 주소지도, 기계의 진짜 이름. host 주최자 This is the simplest of the DNS commands. 이것은 DNS의 간단한 명령어입니다. It is a quick way to determine the IP address of a hostname: 그것은 호스트의 IP 주소를 확인하는 빠른 방법입니다 : : host www.your-domain-name.com 대상 : host www.your - 도메인 - name.com The -a option will return all of the DNS information in verbose format. - a 옵션 자세한 형식 모두에서 DNS 정보를 반환한다. : host -a www.your-domain-name.com 대상 : host - www.your - 도메인 - name.com Now that you know the IP address for www.your-domain-name.com, try a reverse lookup. 이제 당신은 역방향 조회를 시도 www.your - 도메인 - name.com에 대한 IP 주소를 알고있다. : host IP-ADDRESS : 호스트 IP - 주소 dig (domain information groper) (도메인 정보 groper) 파다 This command gathers and returns DNS information in a format the name server can use directly. 이 명령에 수집 및 이름 서버를 직접 사용할 수있는 형식으로 DNS 정보를 반환합니다. You will find it easy to query specific name servers with dig. 당신이 알게 될 것입니다 발굴과 함께 쿼리를 특정 이름 서버 쉽다. You can quickly determine the Name servers of your host or any other host: 신속하게 여러분의 호스트 또는 다른 호스트의 이름 서버를 확인할 수있습니다 : : dig ns your-host.com : 파다 ns의 네 - host.com Then you check your (or another) website against the host's name servers: 그럼 당신 (또는 다른) 호스트의 이름 서버에 대해 웹 사이트 확인 : : dig www.your-domain-name.com @ns.your-host.com : www.your 파다 - 도메인 - name.com @ ns.your - host.com Dig can provide output that is in the same format as the zone file itself. 뻑로 영역 파일 자체가 동일한 형식으로 출력을 제공할 수있습니다. Here is how to get the whole zone file: 여기에 전체 영역 파일을 어떻게 얻을 것입니다 : : dig any your-domain-name.com : 파다 귀하 - 도메인 - name.com Here are the most useful dig query types: dig any (gathers all DNS information), dig ns (gathers name server information), dig mx (gathers mail exchanger information) and dig a (gathers network address information). 여기에 가장 유용한 파다 쿼리 유형 : 어떤 () 모든 DNS 정보를 수집, 발굴 ns의 파고 (), 발굴의 MX 네임 서버 정보를 수집 () 메일 교환기 정보를 수집하고 (네트워크 주소 정보를 수집 발굴). The dig command can also do reverse lookups with output formatted for the zone file: 발굴 명령은 또한 출력 영역 파일에 대한 형식과 역방향 조회 할 수있습니다 : : dig -x IP-Address : 파다 - x는의 IP - 주소 nslookup nslookup을 You can use this tool as a single line command, or you can use it interactively, which distinguishes it from the other DNS commands. 당신이 한 줄로 명령으로이 도구를 사용할 수있는, 또는 당신을 대화식으로, 이는 다른 DNS 구별 명령에서 사용할 수있습니다. Once you have started nslookup, type set all to list the default options. 일단 시작했습니다 nslookup을 입력하고 목록에있는 모든 기본 옵션을 설정합니다. As with dig you can choose the server (name server) you want to query, and you can decide the type of DNS information on which to focus. 당신이 원하는 서버를 쿼리 (이름 서버)를 선택할 수있습니다 발굴과 마찬가지로 당신은에 초점 DNS 정보의 유형을 결정할 수있습니다. Just as you can issue commands to nslookup interactively, you can also change the initial defaults by starting a .nslookuprc file. 그냥 당신이 명령을 실행할 수있습니다 대화형 nslookup을 위해, 당신도. nslookuprc 파일을 시작하여 초기 기본값을 변경할 수있습니다. The format of the .nslookup is one command per line: . nslookup을의 형식으로 한 줄에 하나의 명령입니다 : set type=NS 유형을 설정 = NS는 set domain=srvns.your-host.com 설정 도메인 = srvns.your - host.com set timeout=10 = 10 시간 설정 Conclusion 결론 These three commands can provide you with most of the information you need about your domain names. 이러한 세 가지 명령을 함께 제공할 수있는 귀하의 도메인 이름에 대해 필요한 정보의 대부분. They are powerful tools, and this article should provide you enough information to get started or offer a quick refresher if you already use these commands. 그들은 인간을 도구, 그리고이 문서에서는 충분한 정보를 제공해야합니다 시작하려면 강력하고 빠른 원기를 제공하거나 이미 보유하고있는 경우 이러한 명령을 사용합니다. About the Author: 에 대한 저자 : Dan Forootan founded EZ Publishing, Inc. in 1998. 댄 Forootan의 EZ 게시, Inc.은 1998 년 설립했다. EZ Publishing's Small Business Web Hosting provides the essential tools for using the Web as a marketing tool. 이지 출판의 중소 기업 웹 호스팅 웹 마케팅 도구로 사용하기위한 필수적인 도구를 제공합니다. The package includes web hosting, the StreamSend permission-based email marketing solution. 패키지 웹, StreamSend 허가 - 기반의 이메일 마케팅 솔루션을 호스팅이 포함되어있습니다. Please email questions or comments about this article to articles@ezpublishing.com . 이메일을 보내주시기 바랍니다 articles@ezpublishing.com 질문이나 의견이 기사에 대해. Thank you. 감사합니다. Tags: 태그 :
|