Network Troubleshooting using IPCONFIG, PING, TRACERT, NSLOOKUP, sfc /scannow, netstat -an, Ect.

preview_player
Показать описание
This video shows how to troubleshoot your networking using command prompt.
IPCONFIG:-
The IPconfig command displays all current TCP/IP
network configuration values.
It gives you basic information to get your IP address.
Your routers IP address
DHCP IP address of your computer
IPCONFIG/All :-
The IPconfig command displays your computers ip address subnet mask
default gateway DNS server IP address MAC address of your computer etc.

TRACERT:-
TRACERT lets you see the step by step route a packet takes to the destination you specify.
NSLOOKUP:-
This command will fetch the DNS records for a given domain name or IP Address Remember the IP Address and domain names are stored in DNS servers so the NS Lookup command lets you query the DNS Records to gather information

sfc /scannow – Scan System Files for Problems
Windows includes a system file checker tool that scans its system files and looks for problems. If system files are missing or corrupted, the system file checker will repair them. This may fix problems with some Windows systems.
To use this tool, open a Command Prompt window as Administrator and run the sfc /scannow command.

netstat -an – List Network Connections and Ports
The netstat command is particularly useful, displaying all sorts of network statistics when used with its various options. One of the most interesting variants of netstat is netstat -an, which will display a list of all open network connections on their computer, along with the port they’re using and the foreign IP address they’re connected to.
Рекомендации по теме
Комментарии
Автор

Check out More Interesting Windows 10 Videos
Permanently Activate Ms-office 2013 Pro plus

Windows 10 Factory Reset: Fix Error Some File Are Missing On Windows 10

Windows 10 Tips And Tricks: CRITICAL ERROR - Start Menu and CORTANA aren't working

Windows 10 Tips And Tricks: Enable Windows 10's Hidden Dark Theme

Change the Login Screen Background on Windows 10

Permanently Activate Any Edition of Windows 10

Windows 10 Tips And Tricks: Your computer is low in Memory How To Fix The Error.

Windows 10 Tips And Tricks :Windows 10 Running Slow ? Make Windows Computer faster

Windows 10 Tips And Tricks :Slide to Shut down in Windows 10

Windows 10 Tips And Tricks: Set Pattern Lock on Windows 10, Vista, 7, 8, 10

How To Fix Microsoft Excel Problem, There was a problem sending the command to the programe.

Windows 10 Tips And Tricks : personalize/Customize the Windows 10 Start menu


How to change audio language in vlc media player [Dual Audio movies)

How to Set Up and Configure User Accounts on Windows 10

SrikantSahu