What is DNS Cache and How to Flush DNS Cache?

Posted on

by


A DNS (Domain Name System) is a name of distributed computer network, service and any resources connected to internet medium. ISP (Internet Service Providers) uses DNS Cache to save the time of ping to the long networks. A DNS Cache contains list of entries which used for translating internet domain names. When the DNS Cache polluted by so many cache entries then we need to flush the DNS Cache.

Flush DNS Cache
Flush DNS Cache

Normally our Internet Service Provider does use these flush techniques, but some time we need to perform Flush DNS to retain new entries of Cache by flushing old cache. In some cases new DNS Cache will able to solve problems of not available websites. Let’s see how to flush DNS in various kinds of operating systems like Windows, Apple and Linux based computers.

1. Flush DNS in Windows Computers

To Flush DNS entries in Windows based computers use following command in command prompt screen.

ipconfig /flushdns

2. Flush DNS in Apple Computers

To Flush DNS entries in Apple based computers use following command in terminal screen.

dscacheutil -flushcache

3. Flush DNS in Linux Computers

To Flush DNS entries in windows based computers use following command in terminal screen.

/etc/rc.d/init.d/nscd restart

Via using following syntax in desired operating system you can flush DNS Cache and reset the polluted DNS Cache records. It is better to use this command to sustain speed and performance of the network.

Read related contents by similar tags:


Leave a Reply

Your email address will not be published. Required fields are marked *