In: Computer Science
Please answer as soon as possible. Explanation is not required. Just the step is fine.
Give me a step-by-step procedure to troubleshoot a computer as part of a network can be used to verify internet connectivity. Use words like "ping," "connectivity," "Layer 3," and "DNS," and "gateway."
In order to trouble shoot the network, do the following steps:
Step 1:
use ping command to check the network connectivity:
If the ping comamnd will failed to connect, than it gives the issues occurs in the network.
----------------------------
you can try tracert command too.
YOu can check the network connectivity, If network is not connected than, it will be unable to trace the route.
--------------------------------------------------------------------------------------------------
Step 2:
Check for the DNS:
In order to check the DNS use the command nslookup
-----------------------------------------------------------------------------------------------
Step 3:
Check for the gateway:
Use ipconfig command:
------------------------------------------------------------------------------------------------------------------------------
If any of the command will not give the suitable connection details, it means tthere is some issue in the network.
-----------------------------------------------------------------
PLEASE UPVOTE