Though this wont improve give you a very big acceleration; you ll certainly notice the difference.
Let me first describe you how we interact with websites. Each website has its unique webaddress as well as an ip address. It is for our convenience that the system of webaddress has been given. Else remembering something like 102.23.23.21 will be a little too hard..
When we type an address in the address bar, what our computer does is actually contact a DNS server. DNS server is responsible for converting the webaddress like www.yourwebaddress.com to something like 192.144.121.12 and pass it back to our computer. Our computer then sends the webpage request directly to 192.144.121.12. (Imaginary web and ip address are used here).
So if we could map the ip address and web address of the webpages you visit frequently and tell it to the computer then the first step of communicating with the DNS server will not be required. So that means faster browsing...
Now how to do that...
First open the file called hosts in a notepad..
The location of the hosts file would be \\Windows\system32\drivers\etc
If you scroll down the file, you ll be able to see something like this
127.0.0.1 localhost
Do not (R) do not delete the line... or any thing in it.
Now you can start adding ... After entering the mappings as shown below(Sites required by you may be different from these), save the hosts file.
127.0.0.1 localhost
202.87.47.86 www.c2w.com
209.85.225.83 www.gmail.com
208.80.152.2 www.wikipedia.com
220.226.181.38 www.zapak.com
Now you have bypassed DNS server for transfer between these websites..
Thursday, November 26, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment