DNS - 3.6.1 RR의 텍스트 표현

목록

3.6.1. Textual expression of RRs

3.6.1. RR의 텍스트 표현

RRs are represented in binary form in the packets of the DNS protocol, and are usually represented in highly encoded form when stored in a name server or resolver.

RR은 DNS 프로토콜의 패킷에서 이진 형식으로 표시되며 일반적으로 이름 서버나 리졸버에 저장될 때 고도로 인코딩된 형식으로 표시됩니다.

In this memo, we adopt a style similar to that used in master files in order to show the contents of RRs.

이 문서에서, RR의 내용을 표시하기 위해 마스터 파일에서 사용되는 것과 유사한 스타일을 채택합니다.

In this format, most RRs are shown on a single line, although continuation lines are possible using parentheses.

이 형식에서는, 대부분의 RR이 한 줄에 표시되지만 괄호를 사용하여 연속 줄을 표시할 수도 있습니다.

The start of the line gives the owner of the RR.

줄의 시작 부분은 RR의 소유자를 나타냅니다.

If a line begins with a blank, then the owner is assumed to be the same as that of the previous RR.

행이 공백으로 시작되면 소유자는 이전 RR의 소유자와 동일한 것으로 간주됩니다.

Blank lines are often included for readability.

가독성을 위해 빈 줄이 포함되는 경우가 많습니다.

Following the owner, we list the TTL, type, and class of the RR.

소유자 다음에 RR의 TTL, 유형 및 클래스가 나열됩니다.

Class and type use the mnemonics defined above, and TTL is an integer before the type field.

클래스와 유형은 위에 정의된 니모닉을 사용하며 TTL은 유형 필드 앞의 정수입니다.

In order to avoid ambiguity in parsing, type and class mnemonics are disjoint, TTLs are integers, and the type mnemonic is always last.

구문 분석시 모호함을 피하기 위해 유형 및 클래스 니모닉은 분리되어 있고 TTL은 정수이며 유형 니모닉은 항상 마지막입니다.

The IN class and TTL values are often omitted from examples in the interests of clarity.

IN 클래스와 TTL 값은 명확성을 위해 예제에서 생략되는 경우가 많습니다.

The resource data or RDATA section of the RR are given using knowledge of the typical representation for the data.

RR의 자원 데이터 또는 RDATA 섹션은 데이터의 일반적인 표현에 대한 지식을 사용하여 제공됩니다.

For example, we might show the RRs carried in a message as:

예를 들어, 메시지에 포함된 RR을 다음과 같이 표시할 수 있습니다:

ISI.EDU. MX 10 VENERA.ISI.EDU. MX 10 VAXA.ISI.EDU. VENERA.ISI.EDU. A 128.9.0.32 A 10.1.0.52 VAXA.ISI.EDU. A 10.2.0.27 A 128.9.0.33

The MX RRs have an RDATA section which consists of a 16 bit number followed by a domain name.

MX RR에는 16 비트 숫자와 도메인 이름으로 구성된 RDATA 섹션이 있습니다.

The address RRs use a standard IP address format to contain a 32 bit internet address.

주소 RR은 표준 IP 주소 형식을 사용하여 32비트 인터넷 주소를 포함합니다.

This example shows six RRs, with two RRs at each of three domain names.

이 예에서는 3개의 도메인 이름 각각에 2개의 RR이 있는 6개의 RR을 보여줍니다.

Similarly we might see:

마찬가지로 우리는 다음을 볼 수 있습니다:

XX.LCS.MIT.EDU. IN A 10.0.0.44 CH A MIT.EDU. 2420

This example shows two addresses for XX.LCS.MIT.EDU, each of a different class.

이 예에서는 각각 다른 클래스에 해당하는 XX.LCS.MIT.EDU에 대한 두 개의 주소를 보여줍니다.