DNS Lookup Tool
Helpful tool for trouble shooting and getting information
Public DNS
The availability of the DNS server are cached, we are in the process of implementing live checking of DNS servers.
Name | IP Address | Location | Availability | Popular |
wbs-ip-dns.saix.net | 196.43.34.190 | Cape Town | Always Available | |
rrba-ip-dns.saix.net | 196.43.38.190 | Rosebank | Always Available | |
rndf-ip-dns.saix.net | 196.43.42.190 | Johannesburg | Always Available | |
tpr-ip-dns.saix.net | 196.43.45.190 | Pretoria | Always Available | |
wblv-ip-dns.saix.net | 196.43.46.190 | Cape Town | Always Available | |
tbnb-ip-dns.saix.net | 196.43.50.190 | Pretoria | Always Available | |
ndn-ip-dns-4.saix.net | 196.43.53.190 | Durban | Always Available | |
nngy-ip-dns-4.saix.net | 196.43.54.190 | Durban | Always Available | |
igubu.saix.net | 196.25.1.1 | Cape Town | Always Available | |
sangoma.saix.net | 196.25.1.9 | Cape Town | Always Available | |
sabela.saix.net | 196.43.1.9 | Rosebank | Always Available | |
induna.saix.net | 196.43.1.14 | Rosebank | Always Available |
Name | IP Address | Location | Availability | Popular |
Primary | 169.1.1.1 | Local | Always Available | |
Secondary | 169.1.1.2 | Local | Always Available |
Name | IP Address | Location | Availability | Popular |
Primary | 168.210.2.2 | Local | Always Available | |
Secondary | 196.14.239.2 | Local | Always Available |
Name | IP Address | Location | Availability | Popular |
Primary | 8.8.8.8 | International | Always Available | |
Secondary | 8.8.4.4 | International | Always Available |
Name | IP Address | Location | Availability | Popular |
Primary | 208.67.222.222 | International | Always Available | |
Secondary | 208.67.220.220 | International | Always Available |
What is DNS?
The Domain Name System (DNS) is a hierarchical naming system for computers, services, or any resource participating in the Internet. It associates various information with domain names assigned to such participants. Most importantly, it translates humanly meaningful domain names to the numerical (binary) identifiers associated with networking equipment for the purpose of locating and addressing these devices world-wide. An often used analogy to explain the Domain Name System is that it serves as the "phone book" for the Internet by translating human-friendly computer hostnames into IP addresses. For example, www.example.com translates to 208.77.188.166.
The Domain Name System makes it possible to assign domain names to groups of Internet users in a meaningful way, independent of each user's physical location. Because of this, World-Wide Web (WWW) hyperlinks and Internet contact information can remain consistent and constant even if the current Internet routing arrangements change or the participant uses a mobile device. Internet domain names are easier to remember than IP addresses such as 208.77.188.166(IPv4) or 2001:db8:1f70::999:de8:7648:6e8 (IPv6).
People take advantage of this when they recite meaningful URLs and e-mail addresses without having to know how the machine will actually locate them. The Domain Name System distributes the responsibility for assigning domain names and mapping them to Internet Protocol (IP) networks by designating authoritative name servers for each domain to keep track of their own changes, avoiding the need for a central register to be continually consulted and updated. In general, the Domain Name System also stores other types of information, such as the list of mail servers that accept email for a given Internet domain. By providing a world-wide, distributed keyword-based redirection service, the Domain Name System is an essential component of the functionality of the Internet.
Other identifiers such as RFID tags, UPC codes, International characters in email addresses and host names, and a variety of other identifiers could all potentially utilize DNS [1]. The Domain Name System also defines the technical underpinnings of the functionality of this database service. For this purpose it defines the DNS protocol, a detailed specification of the data structures and communication exchanges used in DNS, as part of the Internet Protocol Suite (TCP/IP). The context of the DNS within the Internet protocols may be seen in the following diagram. The DNS protocol was developed and defined in the early 1980's and published by the Internet Engineering Task Force
DNS consists of the following components:
- Domains: A domain is a logical group of computers in a large network. Access to each computer in a given group is controlled by the same server.
- Distributed Database: A distributed database is an archive of information about the computers in a network.
- Name Servers: A name server contains address information about other computers on the network. This information can be given to client computers that make a request to the name server.
- Clients: A client requests information from the servers. In a domain name system, the client requests network addressing information from the name servers.
- Resolver: A resolver provides clients with address information about other computers on the network.