Posts Tagged ‘ DNS ’

Why My Website Can’t be Open

December 15th, 2009  in Experience Sharing 1,546 Comments »

HostEase is a trustworthy hosting provider. We are willing to solve your problem at any time. Sometimes, we receive problems such as why I can’t open my website and the like… Here I’d like to share some experience with you guys. The common reasons can be as follows:

1. Network setting problem. This is frequently seen in the situation that you need to manually specify the IP, gateway, DNS server, network mode, and proxy server. Check your computer’s network setting carefully.

2. DNS server problem. When you can’t visit the website in IE, you can use IP address instead to access it. If you can get access to the website through IP address, it should be a DNS issue. Then check the DNS setting in the Property of network.

3. Domain name resolution problem. When a new domain is registered or the resolution record of a domain changes, you can’t access your website until it comes into effect.

4. IE browser problem. When there is something wrong with the IE browser itself, it will surely affect the web browsing. Then you can try another browser to check.

5. Network firewall issue. If the network firewall isn’t set properly, for example, security level is too high or IE is put into block access list accidentally, the websites will not be opening. Then you need to change the setting.

6. The problem of hosts file. Modification of hosts file can also lead to the website’s not opening .The solution is to empty the content of the hosts file.

7. Infected with virus. Sometimes, when opening a website in IE, you may see such notice in the lower left box: Opening web pages, but it does not respond for a long time. View the process in Task Manager to see the CPU occupancy rate. If it is 100%, you should look up which process is taking up CPU resource. Locate and click to end it. If failed, you have to enter the safe mode to delete it. Finally, go to the registry to delete the process.

We would be appreciated if you can also give your precious experiences.

How Does DNS Work?

June 10th, 2009  in DNS 237 Comments »

There are three kinds of name server in DNS: local name server, authoritative name server and top-level name server. When an application in a host needs the resource record of a domain name, it sends the query to its local name server firstly. If the domain being sought is under its jurisdiction, it directly returns the resource record. If no information about the requested domain is available, the local name server will send a query to the top-level name server. The top-level name server has addresses of all its second-level domains’ name server. Finally, the authoritative name server or local name server of the domain being sought will give the resource record.

Here is a specific example. All the steps are listed in the figure below. A host named cs.mit.edu wants to know the IP address of the host named www.hostease.com. First, the host named cs.mit.edu sends a query to its local name server, marked as dns.mit.edu (step 1). If the local name server doesn’t have any recourse record of this domain, it may send a query to the top-level name server for com, marked as dns.com (step 2).Maybe this name server doesn’t know the address of www.hostease.com. But it must know all of its second-level domains’ name server. So it forwards the request to the name server for hostease.com, marked as dns.hostease.com (step 3), which must have the authoritative resource record. Finally, the resource record requested goes back to the host named cs.mit.edu according to the reverse order(from step 4 to step 6). This is the course of domain address resolution.

ns