'No such name' 在 DNS 中是什么意思?

What does 'No such name' mean in DNS?

所以我目前正在使用 Wireshark 调查 DNS 流量。在命令提示符下,我 运行 查询 nslookup 来查找域。在 wireshark 中,我收到以下响应:

Flags: 0x8183 Standard query response, No such name
    1... .... .... .... = Response: Message is a response
    .000 0... .... .... = Opcode: Standard query (0)
    .... .0.. .... .... = Authoritative: Server is not an authority for domain
    .... ..0. .... .... = Truncated: Message is not truncated
    .... ...1 .... .... = Recursion desired: Do query recursively
    .... .... 1... .... = Recursion available: Server can do recursive queries
    .... .... .0.. .... = Z: reserved (0)
    .... .... ..0. .... = Answer authenticated: Answer/authority portion was not authenticated by the server
    .... .... ...0 .... = Non-authenticated data: Unacceptable
    .... .... .... 0011 = Reply code: No such name (3)

'No such name' 到底是什么意思,为什么显示?

查看RFC 1035 section 4.1.1中对NXDOMAIN的描述:

https://www.rfc-editor.org/rfc/rfc1035#section-4.1.1

            3               Name Error - Meaningful only for
                            responses from an authoritative name
                            server, this code signifies that the
                            domain name referenced in the query does
                            not exist.