• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • HOME
  • ABOUT
    • Authors Intro
  • QUOTES
  • POETRY
    • ग़ज़ल व शायरी
  • STORIES
  • निबंध व जीवनी
  • Health Tips
  • CAREER DEVELOPMENT
  • EXAM TIPS
  • योग व ध्यान
  • Privacy Policy
  • CONTACT US
  • Disclaimer

KMSRAJ51-Always Positive Thinker

“तू ना हो निराश कभी मन से” – (KMSRAJ51, KMSRAJ, KMS)

Check out Namecheap’s best Promotions!

You are here: Home / Archives for Windows

Windows

Test Network Connection with Ping and PathPing

Kmsraj51 की कलम से…..

KMSRAJ51-CYMT

∗ Test Network Connection with Ping and Path-Ping ∗

Ping is a tool that helps to verify IP-level connectivity; PathPing is a tool that detects packet loss over multiple-hop trips. When troubleshooting, the ping command is used to send an ICMP Echo Request to a target host name or IP address. Use Ping whenever you want to verify that a host computer can send IP packets to a destination host. You can also use the Ping tool to isolate network hardware problems and incompatible configurations.

Note ≈>

If you call ipconfig /all and receive a response, there is no need to ping the loopback address and your own IP address — Ipconfig has already done so in order to generate the report.

It is best to verify that a route exists between the local computer and a network host by first using ping and the IP address of the network host to which you want to connect. The command syntax is:

ping < IP address >

Perform the following steps when using Ping:

  1. Ping the loopback address to verify that TCP/IP is installed and configured correctly on the local computer.ping 127.0.0.1

    If the loopback step fails, the IP stack is not responding. This might be because the TCP drivers are corrupted, the network adapter might not be working, or another service is interfering with IP.

  2. Ping the IP address of the local computer to verify that it was added to the network correctly. Note that if the routing table is correct, this simply forwards the packet to the loopback address of 127.0.0.1.ping < IP address of local host >
  3. Ping the IP address of the default gateway to verify that the default gateway is functioning and that you can communicate with a local host on the local network.ping < IP address of default gateway >
  4. Ping the IP address of a remote host to verify that you can communicate through a router.ping < IP address of remote host >
  5. Ping the host name of a remote host to verify that you can resolve a remote host name.ping < Host name of remote host >
  6. Run a PathPing analysis to a remote host to verify that the routers on the way to the destination are operating correctly.pathping < IP address of remote host >

     

If your local address is returned as 169.254.y.z, you have been assigned an IP address by the Automatic Private IP Addressing (APIPA) feature of Windows 2000. This means that the local DHCP server is not configured properly or cannot be reached from your computer, and an IP address has been assigned automatically with a subnet mask of 255.255.0.0. Enable or correct the DHCP server, restart the local computer, and see if the networking problem persists.

If your local address is returned as 0.0.0.0, the Microsoft MediaSense software override started because the network adapter detects that it is not connected to a network. To correct this problem, turn off MediaSense by making sure that the network adapter and network cable are connected to a hub. If the connection is solid, reinstall the network adapter’s drivers or a new network adapter.

Ping uses host name resolution to resolve a computer name to an IP address, so if pinging by address succeeds, but fails by name, then the problem lies in host name resolution, not network connectivity. For more information about troubleshooting host name resolution, see “Unable to Reach a Host or NetBIOS Name” earlier in this chapter.

If you cannot use Ping successfully at any point, check the following:

  • The local computer’s IP address is valid and appears correctly in the IP Address tab of the Internet Protocol ( TCP/IP) Properties dialog box or when using the Ipconfig tool.
  • A default gateway is configured and the link between the host and the default gateway is operational. For troubleshooting purposes, make sure that only one default gateway is configured. While it is possible to configure more than one default gateway, gateways beyond the first are only used if the IP stack determines that the original gateway is not functioning. Since the point of troubleshooting is to determine the status of the first configured gateway, delete all others to simplify your troubleshooting.

♥ Important ♥

If the remote system being pinged is across a high-delay link such as a satellite link, responses might take longer to be returned. The -w (wait) switch can be used to specify a longer time-out. The following example shows a set of two pings, each 1450 bytes in size, that wait two seconds (2000 milliseconds) for a response before timing out.

C:\>ping -w 2000 -n 2 -l 1450 172.16.48.10

Pinging 172.16.48.10 with 1450 bytes of data:

Reply from 172.16.48.10: bytes=1450 time=1542ms TTL=32

Reply from 172.16.48.10: bytes=1450 time=1787ms TTL=32

Ping statistics for 172.16.48.10:

Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 10ms, Average = 1664ms

♥ Clear ARP Cache ♥

If you can ping both the loopback address and your own IP address, the next step is to clear out the ARP cache and reload it. This can be done by using the Arp utility, first to display the cache entries with arp -a or arp -g . Delete the entries with arp -d < IP address >.

♥ Verify Default Gateway ♥

Next, look at the default gateway. The gateway address must be on the same network as the local host; if not, no messages from the host computer can be forwarded to any location outside the local network. Next, check to make sure that the default gateway address is correct as entered. Finally, check to see that the default gateway is a router, not just a host, and that it is enabled to forward IP datagrams.

♥ Ping Remote Host ♥

If the default gateway responds correctly, ping a remote host to ensure that network-to-network communications are operating as expected. If this fails, use Tracert to examine the path to the destination. For IP routers that are Windows NT or Windows 2000 computers, use the route utility or the Routing and Remote Access administrative tool on those computers to examine the IP routing table. For IP routers that are not Windows NT or Windows 2000 computers, use the appropriate utility or facility to examine the IP routing table.

Four error messages are commonly returned by Ping during troubleshooting. They are:

♥ TTL Expired in Transit ♥

The number of hops required to reach the destination exceeds the TTL set by the sending host to forward the packets. The default TTL value for ICMP Echo Requests sent by Ping is 32. In some cases, this is not enough to travel the required number of links to a destination. You can increase the TTL using the -i switch, up to a maximum of 255 links.

If increasing the TTL value fails to resolve the problem, the packets are being forwarded in a routing loop, a circular path among routers. Use Tracert to track down the source of the routing loop, which appears as a repeated series of the same IP addresses in the Tracert report. Next, make an appropriate change to the routing tables, or inform the administrator of a remote router of the problem.

♥ Destination Host Unreachable ♥

This message indicates one of two problems: either the local system has no route to the desired destination, or a remote router reports that it has no route to the destination. The two problems can be distinguished by the form of the message. If the message is simply “Destination Host Unreachable,” then there is no route from the local system, and the packets to be sent were never put on the wire. Use the Route utility to check the local routing table.

If the message is “Reply From < IP address >: Destination Host Unreachable,” then the routing problem occurred at a remote router, whose address is indicated by the “< IP address >” field. Use the appropriate utility or facility to check the IP routing table of the router assigned the IP address of < IP address >.

If you pinged using an IP address, retry it with a host name to ensure that the IP address you tried is correct.

♥ Request Timed Out ♥

This message indicates that no Echo Reply messages were received within the default time of 1 second. This can be due to many different causes; the most common include network congestion, failure of the ARP request, packet filtering, routing error, or a silent discard. Most often, it means that a route back to the sending host has failed. This might be because the destination host does not know the route back to the sending host, or one of the intermediary routers does not know the route back, or even that the destination host’s default gateway does not know the route back. Check the routing table of the destination host to see whether it has a route to the sending host before checking tables at the routers.

If the remote routing tables are correct and contain a valid route back to the sending host, to see if the ARP cache lacks the proper address, use the arp -a command to print the contents of the ARP cache. Also, check the subnet mask to be sure that a remote address has not been interpreted as local.

Next, use Tracert to follow the route to the destination. While Tracert does not record the address of the last hop or the path that the packet followed on the return path, it might show that the packet made it to the destination. If this is the case, the problem is probably a routing issue on the return path. If the trace doesn’t quite reach the destination, it might be because the target host is protected by a firewall. When a firewall protects the destination, ICMP packet filtering prevents the ping packets—or any other ICMP messages—from crossing the firewall and reaching their destination.

To check for network congestion, simply increase the allowed latency by setting a higher wait time with the -w switch, such as 5000 milliseconds. Try to ping the destination again. If the request still times out, congestion is not the problem; an address resolution problem or routing error is a more likely issue.

♥ Unknown Host ♥

This error message indicates that the requested host name cannot be resolved to its IP address; check that the name is entered correctly and that the DNS servers can resolve it.

Source: https://technet.microsoft.com/

Please Share your comment`s.

आपका सबका प्रिय दोस्त,

Krishna Mohan Singh(KMS)
Head Editor, Founder & CEO
of,,  http://kmsraj51.com/

———– @ Best of Luck @ ———–

Note::-

यदि आपके पास हिंदी या अंग्रेजी में कोई Article, Inspirational Story, Poetry या जानकारी है जो आप हमारे साथ share करना चाहते हैं तो कृपया उसे अपनी फोटो के साथ E-mail करें. हमारी Id है: kmsraj51@hotmail.com. पसंद आने पर हम उसे आपके नाम और फोटो के साथ यहाँ PUBLISH करेंगे. Thanks!!

Also mail me ID: cymtkmsraj51@hotmail.com (Fast reply)

cymt-kmsraj51

– कुछ उपयोगी पोस्ट सफल जीवन से संबंधित –

* विचारों की शक्ति-(The Power of Thoughts)

* KMSRAJ51 के महान विचार हिंदी में।

* खुश रहने के तरीके हिन्दी में।

* अपनी खुद की किस्मत बनाओ।

* सकारात्‍मक सोच है जीवन का सक्‍सेस मंत्र 

* चांदी की छड़ी।

CYMT-100-10 WORDS KMS

निश्चय ही आप विजयी होंगे, यदि आप अपनी दुर्बलता (Weakness) को अपनी ताकत में तब्दील करना सीख लें।

“अगर अपने कार्य से आप स्वयं संतुष्ट हैं, ताे फिर अन्य लोग क्या कहते हैं उसकी परवाह ना करें।”

 ~KMSRAJ51

“अपने लक्ष्य को इतना महान बना दो, की व्यर्थ के लीये समय ही ना बचे” -Kmsraj51

 ~KMSRAJ51

 

 

 

 

_______Copyright © 2015 kmsraj51.com All Rights Reserved.________

 

Filed Under: 2015-Kmsraj51 की कलम से….., Test Network Connection, Wi-Fi, Windows, Windows 7, WIRELESS TECHNOLOGIES Tagged With: Find Network Problem, how to check ping is properly serve, How to Clear ARP Cache, How to Ping Remote Host, How to resolve Destination Host Unreachable, How to Resolve Internet Connection, How to resolve Request Timed Out Problem, How To Troubleshoot Internet Connection Problems, http://kmsraj51.com/, http://mcitpkmsraj51.blogspot.com/, http://mcitpkmsraj51.blogspot.in/, Internet Protocol ( TCP/IP) Properties, Kmsraj51, Ping and PathPing, Resolve Test Network Connection with Ping and PathPing, Using Ping to Find Network Problems

Microsoft’s New Browser Will Be Called Microsoft Edge

Kmsraj51 की कलम से…..

KMSRAJ51-CYMT

Windows 10’s web browser is called Microsoft Edge.

MS EDGE

We knew that Internet Explorer was dead.

We knew a successor was coming.

We just didn’t know the official name, beyond the “Project Spartan” placeholder.

Now we do: Microsoft’s new browser is called Microsoft Edge.

Just announced at the company’s build conference, Edge will be the primary/default browser built into Windows 10.

Details are still light on of what’s unique to Edge, but here’s what we know:

  • It has built-in Cortana support.
  • It has built-in reader, note-taking and sharing features.
  • The design focuses on simplicity and minimalism.
  • The rendering engine is called EdgeHTML.

While no full-size screenshots have been released yet, here’s what we could grab from the demo screen as it debuted:

MS EDGE1

MS EDGE2

MS EDGE3

Update: Here’s the just released “teaser” style video:

Link: https://youtu.be/iH1D31YHsgY

Please Share your comment`s.

© आप सभी का प्रिय दोस्त ®

Krishna Mohan Singh(KMS)
Head Editor, Founder & CEO
of,,  http://kmsraj51.com/

———– @ Best of Luck @ ———–

Note::-

यदि आपके पास हिंदी या अंग्रेजी में कोई Article, Inspirational Story, Poetry या जानकारी है जो आप हमारे साथ share करना चाहते हैं तो कृपया उसे अपनी फोटो के साथ E-mail करें. हमारी Id है: kmsraj51@hotmail.com. पसंद आने पर हम उसे आपके नाम और फोटो के साथ यहाँ PUBLISH करेंगे. Thanks!!

Also mail me ID: cymtkmsraj51@hotmail.com (Fast reply)

cymt-kmsraj51

– कुछ उपयोगी पोस्ट सफल जीवन से संबंधित –

* विचारों की शक्ति-(The Power of Thoughts)

* KMSRAJ51 के महान विचार हिंदी में।

* खुश रहने के तरीके हिन्दी में।

* अपनी खुद की किस्मत बनाओ।

* सकारात्‍मक सोच है जीवन का सक्‍सेस मंत्र 

* चांदी की छड़ी।

kmsraj51- C Y M T

“सफलता का सबसे बड़ा सूत्र”(KMSRAJ51)

“स्वयं से वार्तालाप(बातचीत) करके जीवन में आश्चर्यजनक परिवर्तन लाया जा सकता है। ऐसा करके आप अपने भीतर छिपी बुराईयाें(Weakness) काे पहचानते है, और स्वयं काे अच्छा बनने के लिए प्रोत्सािहत करते हैं।”

In English

Amazing changes the conversation yourself can be brought tolife by. By doing this you Recognize hidden within the buraiyaensolar radiation, and encourage good solar radiation to becomethemselves.

 ~KMSRAJ51 (“तू ना हो निराश कभी मन से” किताब से)

“अगर अपने कार्य से आप स्वयं संतुष्ट हैं, ताे फिर अन्य लोग क्या कहते हैं उसकी परवाह ना करें।”

-KMSRAJ51

 

 

_______Copyright © 2015 kmsraj51.com All Rights Reserved._______

Filed Under: 2015-Kmsraj51 की कलम से….., Windows Tagged With: Browser, http://kmsraj51.com/, Kmsraj51, Microsoft Edge Browser, microsofts-new-browser-will-be-called-microsoft-edge, New Browser - Microsoft Edge, Windows 10 New Browser Microsoft Edge

Microsoft Windows history

kmsraj51 की कलम से…..

Soulword_kmsraj51 - Change Y M T

 

Microsoft Windows history

 

Year Event
See the codename definition for a listing of Microsoft codenames.
1983 Bill Gates announces Microsoft Windows November 10, 1983.
1985 Microsoft Windows 1.0 is introduced in November 20, 1985 and is initially sold for $100.00.
1987 Microsoft Windows 2.0 was released December 9, 1987 and is initially sold for $100.00.
1987 Microsoft Windows/386 or Windows 386 is introduced December 9, 1987 and is initially sold for $100.00.
1988 Microsoft Windows/286 or Windows 286 is introduced June, 1988 and is initially sold for $100.00.
1990 Microsoft Windows 3.0 was released May, 22 1990. Microsoft Windows 3.0 full version was priced at $149.95 and the upgrade version was priced at $79.95.
1991 Following its decision not to develop operating systems cooperatively with IBM, Microsoftchanges the name of OS/2 to Windows NT.
1991 Microsoft Windows 3.0 or Windows 3.0a with multimedia was released October, 1991.
1992 Microsoft Windows 3.1 was released April, 1992 and sells more than 1 Million copies within the first two months of its release.
1992 Microsoft Windows for Workgroups 3.1 was released October, 1992.
1993 Microsoft Windows NT 3.1 was released July 27, 1993.
1993 Microsoft Windows 3.11, an update to Windows 3.1 is released December 31, 1993.
1993 The number of licensed users of Microsoft Windows now totals more than 25 Million.
1994 Microsoft Windows for Workgroups 3.11 was released February, 1994.
1994 Microsoft Windows NT 3.5 was released September 21, 1994.
1995 Microsoft Windows NT 3.51 was released May 30, 1995.
1995 Microsoft Windows 95 was released August 24, 1995 and sells more than 1 Million copies within 4 days.
1995 Microsoft Windows 95 Service Pack 1 (4.00.950A) is released February 14, 1996.
1996 Microsoft Windows NT 4.0 was released July 29, 1996.
1996 Microsoft Windows 95 (4.00.950B) aka OSR2 with FAT32 and MMX support is released August 24, 1996.
1996 Microsoft Windows CE 1.0 was released November, 1996.
1997 Microsoft Windows CE 2.0 was released November, 1997.
1997 Microsoft Windows 95 (4.00.950C) aka OSR2.5 is released November 26, 1997.
1998 Microsoft Windows 98 was released June, 1998.
1998 Microsoft Windows CE 2.1 was released July, 1998.
1998 In October of 1998 Microsoft announced that future releases of Windows NT would no longer have the initials of NT and that the next edition would be Windows 2000.
1999 Microsoft Windows 98 SE (Second Edition) was released May 5, 1999.
1999 Microsoft Windows CE 3.0 was released 1999.
2000 On January 4th at CES Bill Gates announces the new version of Windows CE will be called Pocket PC.
2000 Microsoft Windows 2000 was released February 17, 2000.
2000 Microsoft Windows ME (Millennium) released June 19, 2000.
2001 Microsoft Windows XP is released October 25, 2001.
2001 Microsoft Windows XP 64-Bit Edition (Version 2002) for Itanium systems is released March 28, 2003.
2003 Microsoft Windows Server 2003 is released March 28, 2003.
2003 Microsoft Windows XP 64-Bit Edition (Version 2003) for Itanium 2 systems is released on March 28, 2003.
2003 Microsoft Windows XP Media Center Edition 2003 is released on December 18, 2003.
2004 Microsoft Windows XP Media Center Edition 2005 is released on October 12, 2004.
2005 Microsoft Windows XP Professional x64 Edition is released on April 24, 2005.
2005 Microsoft announces it’s next operating system, codenamed “Longhorn” will be named Windows Vista on July 23, 2005.
2006 Microsoft releases Microsoft Windows Vista to corporations on November 30, 2006.
2007 Microsoft releases Microsoft Windows Vista and Office 2007 to the general public January 30, 2007.
2008 Microsoft releases Microsoft Windows Server 2008 to the public on February 27, 2008.
2009 Microsoft releases Windows 7 October 22, 2009.
2012 Microsoft releases Windows 8 October 26, 2012.

Windows8_03-kmsraj51

 

Source: Computerhope

Note::-

यदि आपके पास Hindi या English में कोई article, inspirational story, Poetry या जानकारी है जो आप हमारे साथ share करना चाहते हैं तो कृपया उसे अपनी फोटो के साथ E-mail करें. हमारी Id है::- kmsraj51@yahoo.in . पसंद आने पर हम उसे आपके नाम और फोटो के साथ यहाँ PUBLISH करेंगे. Thanks!!

 

kmsraj51- C Y M T

 

95+ देश के पाठकों द्वारा पढ़ा जाने वाला वेबसाइट है,, –

https://kmsraj51.wordpress.com/

मैं अपने सभी प्रिय पाठकों का आभारी हूं….. 

 I am grateful to all my dear readers …..

“तू न हो निराश कभी मन से” book

~Change your mind thoughts~

 

@2014-all rights reserve under kmsraj51.

——————– —– https://kmsraj51.wordpress.com/ —– ——————

Filed Under: 2014 - KMSRAJ51 KI PEN SE ....., INTERNET & TECHNOLOGY, Internet History, KMSRAJ51, Microsoft Windows history, Windows, Windows 8.1 Tagged With: kms, Kmsraj51, Microsoft Windows, Microsoft Windows 8.1, Microsoft Windows Server 2008, Microsoft Windows Timeline, mrssonkmsraj51, MRSSONKMSRAJ51&GROUPSOFCOMPANIS

Windows 8.1 Keyboard Shortcuts !!

kmsraj51 की कलम से …..
nature_KMSRAJ51

windows-logo-non-transparent
We have put together a list of 15 new keyboard shortcuts you can use on Windows 8.1.

15 – Usefull Keyboard Shortcuts

Shortcut Action

Windows Key + S => Open Search Charm to search Windows and Web

Windows Key + Q => Search within the opened app

Windows Key + F => Search files

Windows Key + Z => Get Commands and Context Menus within an app

Windows Key + . + Right Arrow => Snap app to the right

Windows Key + . + Left Arrow => Snap app to the left

Ctrl + Plus (+) => Zoom in on Start Screen

Ctrl + Minus (-) => Zoom out on Start Screen

Windows Key + Down Arrow => Close an app

Windows Key + Start Typing => Search your PC

Windows Key + O => Lock the screen orientation (portrait or landscape)

Windows Key + Ctrl + Spacebar => Change to a previously selected input language

Windows Key + P => Choose a presentation display mode

Windows Key + X => Open Start Button options

Windows Key + Home => Minimize all but the active desktop window

Note::-
यदि आपके पास Hindi या English में कोई article, inspirational story, Poetry या जानकारी है जो आप हमारे साथ share करना चाहते हैं तो कृपया उसे अपनी फोटो के साथ E-mail करें. हमारी Id है::- kmsraj51@yahoo.in . पसंद आने पर हम उसे आपके नाम और फोटो के साथ यहाँ PUBLISH करेंगे. Thanks!!

HD - KMSRAJ51

——————– —– http://kmsraj51.wordpress.com/ —– ——————

Filed Under: 2014 - KMSRAJ51 KI PEN SE ....., INTERNET & TECHNOLOGY, IT-Information Technology, Windows, Windows 8.1 Tagged With: Keyboard Shortcuts, kms, Kmsraj51, Windows 8, Windows 8.1 Keyboard Shortcuts

Primary Sidebar

Recent Posts

  • निरर्थक रील्स की आरी – गुमराह होती नारी।
  • बात वक्त की।
  • तिरंगा का करें सम्मान।
  • एक सफर।
  • बाल विवाह – एक अभिशाप।
  • क्या बदलाव लायेगा नया साल।
  • है तो नववर्ष।
  • मोह।
  • अपना धर्म सबसे उत्तम।
  • ठंडी व्यार।
  • रिश्तों को निभाना सीखो।
  • तंत्र, मंत्र और तत्व ज्ञान में अंतर।
  • मित्र।
  • आखिर क्यों।
  • समय।
  • काले बादल।
  • सुबह का संदेश।

KMSRAJ51: Motivational Speaker

https://www.youtube.com/watch?v=0XYeLGPGmII

BEST OF KMSRAJ51.COM

निरर्थक रील्स की आरी – गुमराह होती नारी।

बात वक्त की।

तिरंगा का करें सम्मान।

एक सफर।

बाल विवाह – एक अभिशाप।

क्या बदलाव लायेगा नया साल।

है तो नववर्ष।

मोह।

अपना धर्म सबसे उत्तम।

ठंडी व्यार।

रिश्तों को निभाना सीखो।

Footer

Protected by Copyscape

KMSRAJ51

DMCA.com Protection Status

Disclaimer

Copyright © 2013 - 2026 KMSRAJ51.COM - All Rights Reserved. KMSRAJ51® is a registered trademark.