How to check local network connectivity.
- Utility “ping” are the most basic speed tests for local networks.
- Desktop and laptop computers come pre-installed with small versions of these programs, which calculate the network delay between the computer and another target device on the local network.
- Just click on Start—-Run and type.
- Type Command Ping and network IP of another computer in your network, you want to check connectivity.
- For example– Ping 192.168.4.254 -t
- you can show a reply on command prompt
- Then your network connection is ok.

