DNS - 6.2.2. QNAME=SRI-NIC.ARPA, QTYPE=*

목록

6.2.2. QNAME=SRI-NIC.ARPA, QTYPE=*

6.2.2. QNAME=SRI-NIC.ARPA, QTYPE=*

A query similar to the previous one, but using a QTYPE of *, would receive the following response from C.ISI.EDU:

이전 쿼리와 유사하지만 *의 QTYPE을 사용하는 쿼리는 C.ISI.EDU로부터 다음 응답을 받습니다:

+---------------------------------------------------+ Header | OPCODE=SQUERY, RESPONSE, AA | +---------------------------------------------------+ Question | QNAME=SRI-NIC.ARPA., QCLASS=IN, QTYPE=* | +---------------------------------------------------+ Answer | SRI-NIC.ARPA. 86400 IN A 26.0.0.73 | | A 10.0.0.51 | | MX 0 SRI-NIC.ARPA. | | HINFO DEC-2060 TOPS20 | +---------------------------------------------------+ Authority | | +---------------------------------------------------+ Additional | | +---------------------------------------------------+

If a similar query was directed to two name servers which are not authoritative for SRI-NIC.ARPA, the responses might be:

유사한 쿼리가 SRI-NIC.ARPA에 대해 권한이 없는 두 개의 네임 서버로 전달된 경우, 응답은 다음과 같을 수 있습니다:

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

and

그리고

+---------------------------------------------------+ Header | OPCODE=SQUERY, RESPONSE | +---------------------------------------------------+ Question | QNAME=SRI-NIC.ARPA., QCLASS=IN, QTYPE=* | +---------------------------------------------------+ Answer | SRI-NIC.ARPA. 1290 IN HINFO DEC-2060 TOPS20 | +---------------------------------------------------+ Authority | | +---------------------------------------------------+ Additional | | +---------------------------------------------------+

Neither of these answers have AA set, so neither response comes from authoritative data.

이 답변 중 어느 것도 AA가 설정되어 있지 않으므로 두 응답 모두 신뢰할 수 있는 데이터에서 나온 것이 아닙니다.

The different contents and different TTLs suggest that the two servers cached data at different times, and that the first server cached the response to a QTYPE=A query and the second cached the response to a HINFO query.

서로 다른 내용과 서로 다른 TTL은 두 서버가 서로 다른 시간에 데이터를 캐시했으며 첫 번째 서버가 QTYPE=A 쿼리에 대한 응답을 캐시했고 두 번째 서버가 HINFO 쿼리에 대한 응답을 캐시했음을 나타냅니다.