39. Could you explain what significance that has?
39 a DNS server changes url's to ip addresses.
so, lets say google.com has an ip address of 8.8.8.8 and you want your browser to go to it.
you type in google.com and hit enter
your browser asks your OS to get the ip address belonging to "google.com".
your OS forwards this request to the DNS server that was set and returns the answer to your browser
your browser now sends the request to 8.8.8.8
you are happy because you get google's web page.
If however your DNS gets miss configured, which happened to me your OS won't be able to get the IP address of google.com and thus your browser can't display that page.
You however are still connected to the internet, so if you know that googles IP address is 8.8.8.8 then you can just type that instead and everything still works*
* loading a web page needs multiple requests with the server and if one of those uses a name instead of an IP address you still end up in trouble
edit: also, there are a few extra steps before your OS will actually make a request to a DNS server. Looking in its own cache and hostfile for example.