12:23 AM |
Posted in
Windows uses DNS cache to store recently visited websites. You can see what your computer stores in this cache by going to Start > Run and typing cmd (the command prompt). Now type ipconfig/displaydns. You should see a list of all the website addresses it has stored in the cache. Whenever you go to a website, it has to look up the IP address where that website is located. First it checks to see if it’s in your cache before asking the DNS server over the Internet for the IP address. As you can see, referring to the address when you already have it is going to be faster than if it has to travel over the wires to retrieve it.
The items in the cache do not stay there forever, and are constantly making room for more recent addresses you visited. Increasing the size of the DNS cache will allow for faster web browsing, especially if you frequently view the same websites. Edit some registry values to achieve this.
Watch for hexadecimal and decimal values. I have used decimal values in screen shots.
Go to Start
Run and type regedit
Locate this folder
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDnscacheParameters
Go to New > DWORD (32-bit) Value.
Name it as CacheHashTableBucketSize
Double-click into it and enter the value 1
Add followings also by repeating the method above
CacheHashTableSize = 180
MaxCacheEntryTtlLimit = ff00
MaxSOACacheEntryTtlLimit = 12d
In case of decimal values use:
- CacheHashTableBucketSize, set to 1
- CacheHashTableSize, set tot 384
- MaxCacheEntryTtlLimit, set to 64000
- MaxSOACacheEntryTtlLimit, set to 301
Now exit the registry editor and restart the computer.
Comments
Facebook Badge
About Me
- Ranju
- There is one question that evry one has asked themselves at some point of their life & "ho am I...?" I am neither Einstien nor Newton. Neither Brad pitt nor Arnold. Neither sachin nor ricky ponting. Niether vishwanathan nor mike. Neither Binladen nor dawood. Neither jiddane nor ronaldo.......... I am wat I am,A jack of all traits... Hey dont underestimate me by thinking tat I am master in none.... You can e-mail your requests to ranju.m.nair@gmail.com or can comment on posts . Please e-mail me if you know any tips and tricks or stuff like that I will post it with your name in my blog. Thank you for Your Support...
Labels
- Airtel Hack (1)
- Airtel Hack for Free GPRS (1)
- Airtel Hack using Teashark Browser (1)
- Complete Hacking Tools Kit (1)
- Cracking GMail (1)
- EMail Hacking (1)
- flood mail (1)
- Free Mobile Gprs (2)
- Google Hack (1)
- GPRS (1)
- INTERVIEW QUESTIONS (1)
- IP (2)
- Memory card Hacks (1)
- Mobile GPRS Hacks (5)
- Mobile Hacks (1)
- Open Source (GPL) (1)
- Premium Accounts (1)
- Rapidshare (1)
- Regards www.insecure.in (8)
- remove sensitive data from your hard drive (1)
- Sitemeter (1)
- Study Guide (1)
- URL Tricks (1)
- Viruses (1)
- Vista (2)
- Wifi (1)
- Window (1)
- Windows Hack (8)
- Windows Password Cracker (1)
0 responses to "Increases DNS Cache For Faster Web Browsing - VISTA"