Welcome to the Webmaster Forum.
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2010
    Location
    Netherlands
    Posts
    881
    Rep Power
    9

    Post How to Flush Your DNS

    Flush DNS is something I use a frequently while doing a website transfer. You can use the command ipconfig /flushdns to flush the DNS resolver cache. Open the command prompt and type the following:

    ipconfig /flushdns

    hit enter and:

    Windows IP Configuration
    Successfully flushed the DNS Resolver Cache.
    Download the best Windows 8 Themes at our website, for free!

  2. #2
    Join Date
    Mar 2010
    Location
    Netherlands
    Posts
    242
    Rep Power
    6

    Default

    Ahh, good to know! better than waiting a few hours to see if it all cleared up!
    Bad Ass Creator!

  3. #3
    Join Date
    May 2010
    Posts
    29
    Rep Power
    3

    Default

    I have tried this but why it is required , can anyone tell me .
    Sorry for being a noob

  4. #4
    Join Date
    Feb 2010
    Posts
    589
    Rep Power
    6

    Default

    DNS resolves machine names to IP addresses.

    When a DNS lookup is placed by a client ( to obtain the IP of a named target machine ), DNS returns the IP to the client. The client will then be able to connect to the target using the returned IP address.

    To speed up further connections, the client also stores the result in cache, as a DNS query will check the cache before passing the query to a DNS server to resolve.

    If a target changed it's IP after the clients initial DNS query, the cache would hold an incorrect reference ( the old IP obtained from it's DNS lookup ). The client would then be attempting to connect to an incorrect IP & therefore fail to hit the target.

    Flushing DNS empties the cache. When the client then tries to lookup the target again, it has no references to the name in the empty cache, so; it has to resort to a query of the DNS server again.

    Source :
    Code:
    http://uk.answers.yahoo.com/question/index?qid=20070607015618AAe3K2S

  5. #5
    Join Date
    May 2010
    Posts
    53
    Rep Power
    3

    Default

    Wow. Thanks a lot. At least now i dont have to wait for it to clear up.

  6. #6
    Join Date
    Mar 2010
    Location
    US
    Posts
    298
    Rep Power
    6

    Default

    Quote Originally Posted by sai_sidd View Post
    Wow. Thanks a lot. At least now i dont have to wait for it to clear up.
    same! very nice
    man with the smile


 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Back to top