Speed up browsing by DNS cache

General discussion regarding computers can be carried out here.
stephin
Posts: 22
Joined: Fri Mar 02, 2007 6:52 pm

Speed up browsing by DNS cache

Post by stephin »

Each time u browse a web site on the internet,
the actual site name u type is resolved to an ip address.
This translation is effected through what is called the
DNS (Domain Name System).
This DNS information is stored in ur computer so that each time u type a web address ,
a record of its IP address is stored so that it can be recalled later without having to retrieve it again.
1 way to speed up ur browsing experience is to increase this DNS cache in windows XP.
u will need to modify registry for this .

Start notepad & enter following text into it :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es|Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtILimit"=dword:0000fa00
"MaxSOACacheEntryTtILimit"=dword:0000012d

Save this file ,naming it dnscache.reg .
Double **** on the file in windows explorer & merge it into ur registry.


Gyanu
Posts: 338
Joined: Mon Jul 30, 2007 2:03 pm
Contact:

Post by Gyanu »

thanx.
wait for sometime i am trying...........
Image
KarnSeubsamran
Posts: 12
Joined: Mon Jan 07, 2008 3:42 pm

Post by KarnSeubsamran »

I'm use Win XP SP2

Code: Select all

The Specified file is not a registry script.
Tcoo
Posts: 150
Joined: Mon Oct 09, 2006 10:26 pm

Post by Tcoo »

has anyone verified this?
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

I think the correct code is

Code: Select all

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] 
"CacheHashTableBucketSize"=dword:00000001 
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtILimit"=dword:0000fa00 
"MaxSOACacheEntryTtILimit"=dword:0000012d 
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
Tcoo
Posts: 150
Joined: Mon Oct 09, 2006 10:26 pm

Post by Tcoo »

ok has anyone verified that new code?
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

I just tested it, it is not a valid Windows XP Registry script, don't know about other versions of windows.
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
sakhan
Posts: 217
Joined: Sat May 26, 2007 6:02 am

Post by sakhan »

In order to speed up your browsing there is a software that u can use called netsonic
Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

I've tried it, it doesn't really work, it's supposed to optimize the internet settings, but it made no difference to me.
Webmaster Yoda: You must confront the cPanel. Then, and only then, a webmaster will you be.
Julius Caesar: Veni, vidi, posti
thetarget
Posts: 496
Joined: Sat Jul 09, 2005 9:10 am

Post by thetarget »

It is not a valid .reg file because its syntax is wrong.

use this:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtILimit"=dword:0000fa00
"MaxSOACacheEntryTtILimit"=dword:0000012d
Post Reply