Glam Prestige Journal

Bright entertainment trends with youth appeal.

I use nslookup to check a domain's IP address:

dele-MBP:~ dele$ nslookup
Server: 192.168.2.1
Address: 192.168.2.1#53
** server can't find NXDOMAIN

but what's the NXDOMAIN meaning?

1

1 Answer

As @n8te already commented, it stands for Non-eXistent Domain.

Technically, NXDOMAIN is a valid response to a DNS query, not an error. It just happens to be a negative response: "no, the specific thing you asked for doesn't exist". Nothing ambiguous about it, case closed, end of discussion. It does not mean the resolver library should retry the query with another DNS server.

Such a negative response can even be cached, although the lifetime of negative responses in a DNS cache is usually set to be fairly short.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy