There is easy way to find the dns servers is using nslookup tool. This command available in windows and linux operating system.There is a few nslookup option that can help us to get more details on the dns server of the website that we browse. See below for example. The result will return the name server of www.quickonlinetips.com and www.problogger.net :
Steps :
1. Go to command prompt in windows or shell in linux.
2. Type nslookup at command prompt and then pressing ENTER
3. Type set type=ns and then pressing ENTER
4. Type the domain that you want to look up and then pressing ENTER
C:\Documents and Settings\mypc>nslookup
Default Server: cns3.tm.net.my
Address: 202.188.0.133
> set type=ns
> www.quickonlinetips.com
Server: cns3.tm.net.my
Address: 202.188.0.133
Non-authoritative answer:
www.quickonlinetips.com canonical name = quickonlinetips.com
quickonlinetips.com nameserver = ns2.quickonlinetips.com
quickonlinetips.com nameserver = ns1.quickonlinetips.com
> www.problogger.net
Server: cns3.tm.net.my
Address: 202.188.0.133
Non-authoritative answer:
www.problogger.net canonical name = problogger.net
problogger.net nameserver = dns1.nettica.com
problogger.net nameserver = dns2.nettica.com
problogger.net nameserver = dns3.nettica.com
problogger.net nameserver = dns4.nettica.com
problogger.net nameserver = dns5.nettica.com
dns2.nettica.com internet address = 64.237.45.34
dns3.nettica.com internet address = 64.94.136.13
dns4.nettica.com internet address = 69.41.170.223
dns5.nettica.com internet address = 212.100.247.15
dns1.nettica.com internet address = 64.94.136.11
>