How to check connectivity between two computers in command prompt?

In internet world we used to connect to other computers to exchange data's between two computers. In some cases we would end up with some error happened and we are not able to exchange the data.  In such scenario first we need to check and make sure that connectivity between these two computers are fine or not

Press Window key and R , this will results run prompt will appear. type cmd and press enter button.

cmd-run

After given enter or ok key,it will prompt command window. Type the following in the command prompt.

 
                        ping -t 4.2.2.2(Replace with your destination IP)
After executing the above step if we see output as reply from the IP which you provided, This means connectivity is available from your machine to another machine . Also time tells you the data transfer latency between two computers.

 
ping-t


    
Post a Comment (0)
Previous Post Next Post

Recent Posts