कई बार होता है की कोई website proper load नहीं हो पाता और हमे following error show होने लगता है
Error:-
Unable to Connect, Web Page Inaccessible, ERR_ TIMED_OUT, ERR_CONNECTION_ CLOSED, Page can not be displayed, The connection has timed out.
इस error के कई सारे reason हो सकते हैं जैसे की
- DNS server or dns record का incorrect होना
2. tcp /ip stack setting का incorrect होना
3. हो सकता है की आपका system virus or malware से infected हो गया हो
4. हो सकता है की browser or plugins misconfigured हो
5. routing table की error हो सकती है
6. हो सकता है की आपके router पर incorrect MTU size set हो
Solution 1. Problem with DNS servers or DNS records
कई बार WRONG DNS ,SYSTEM पर होता है ऐसे मे manual dns feed कर सकते हैं जैसे की google का public dns “8.8.8.8”, “8.8.4.4 “
dns cache को clear करने के लिए हम “ipconfig /flushdns” use कर सकते हैं

Solution 2. Reset TCP/IP settings
TCP/IP network stack settings को reset कर लीजिये इसके लिए command prompt पर जाएँ और following command use कर लें
>netsh winsock reset
>netsh int ip reset
>netsh interface ipv4 reset
>netsh interface ipv6 reset
>netsh interface tcp reset
>netsh int reset all
>nbtstat -R
>nbtstat -RR
>netsh interface tcp set global autotuninglevel=disabled
>netsh advfirewall reset
Solution 3: Checking the Hosts File
कई बार ये होता है की किसी virus के through आपकी hosts file modify हो सकती है जो की आपको fake sites पर redirect कर सकता है by default hosts file में dns names और ip addresses की static mapping नहीं होती है

Solution 4. Check Your Computer with Antivirus
कई बार हो सकता है की आपके antivirus की वजह से web page ना load हो पा रहा हो settings check कर लीजिये
Solution 5: Browser Problems
proxy setting कों check कर लीजिये इसके लिए window और r एक साथ press करिए “inetcpl.cpl” type करें internet properties open हो जाएगा connection tab पर जाएँ फिर lan setting पर click करें और proxy setting check करें

loaded dll modules को भी check कर लीजिये इसके लिए आप registry open करें following path पर जाएँ और Applnit_DLLs parameter को search करें अगर आपको कोई dll value show हो तो उसे clear कर दें
“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows“

Solution 6: Clear the Routing Table
कुछ virus routing table में statically entries को add कर सकते हैं इसको clear करने के लिए आप “route –f” command का use कर सकते हैं