DNS - 6.2.1. QNAME=SRI-NIC.ARPA, QTYPE=A

목록

6.2.1. QNAME=SRI-NIC.ARPA, QTYPE=A

6.2.1. QNAME = SRI-NIC.ARPA, QTYPE = A

The query would look like:

쿼리는 다음과 같습니다:

+---------------------------------------------------+ Header | OPCODE=SQUERY | +---------------------------------------------------+ Question | QNAME=SRI-NIC.ARPA., QCLASS=IN, QTYPE=A | +---------------------------------------------------+ Answer | | +---------------------------------------------------+ Authority | | +---------------------------------------------------+ Additional | | +---------------------------------------------------+

The response from C.ISI.EDU would be:

C.ISI.EDU의 응답은 다음과 같습니다:

+---------------------------------------------------+ Header | OPCODE=SQUERY, RESPONSE, AA | +---------------------------------------------------+ Question | QNAME=SRI-NIC.ARPA., QCLASS=IN, QTYPE=A | +---------------------------------------------------+ Answer | SRI-NIC.ARPA. 86400 IN A 26.0.0.73 | | 86400 IN A 10.0.0.51 | +---------------------------------------------------+ Authority | | +---------------------------------------------------+ Additional | | +---------------------------------------------------+

The header of the response looks like the header of the query, except that the RESPONSE bit is set, indicating that this message is a response, not a query, and the Authoritative Answer (AA) bit is set indicating that the address RRs in the answer section are from authoritative data.

응답의 헤더는 이 메시지가 쿼리가 아닌 응답임을 나타내는 RESPONSE 비트가 설정되고 주소 RR이 있음을 나타내는 AA (Authoritative Answer) 비트가 설정된다는 점을 제외하면 쿼리의 헤더와 유사합니다. 답변 섹션은 신뢰할 수 있는 데이터에서 가져온 것입니다.

The question section of the response matches the question section of the query.

응답의 질문 섹션이 쿼리의 질문 섹션과 일치합니다.

If the same query was sent to some other server which was not authoritative for SRI-NIC.ARPA, the response might be:

SRI-NIC.ARPA에 대해 권한이 없는 다른 서버로 동일한 쿼리가 전송된 경우 응답은 다음과 같을 수 있습니다:

+---------------------------------------------------+ Header | OPCODE=SQUERY,RESPONSE | +---------------------------------------------------+ Question | QNAME=SRI-NIC.ARPA., QCLASS=IN, QTYPE=A | +---------------------------------------------------+ Answer | SRI-NIC.ARPA. 1777 IN A 10.0.0.51 | | 1777 IN A 26.0.0.73 | +---------------------------------------------------+ Authority | | +---------------------------------------------------+ Additional | | +---------------------------------------------------+

This response is different from the previous one in two ways: the header does not have AA set, and the TTLs are different.

이 응답은 두 가지 측면에서 이전 응답과 다릅니다. 헤더에 AA가 설정되어 있지 않고 TTL이 다릅니다.

The inference is that the data did not come from a zone, but from a cache.

데이터가 영역에서 나온 것이 아니라 캐시에서 나온 것으로 추론됩니다.

The difference between the authoritative TTL and the TTL here is due to aging of the data in a cache.

권한 있는 TTL과 여기 있는 TTL의 차이는 캐시에 있는 데이터의 노화로 인해 발생합니다.

The difference in ordering of the RRs in the answer section is not significant.

답변 섹션의 RR 순서 차이는 중요하지 않습니다.