Skip to main content

Network Trouble shooting Commands


Network Trouble shooting Commands


Hi All, Today i am going to talk about few commands in networking which are very useful for network troubleshooting.

Below mentioned are the commands:
  1. Ping
  2. Trace route
  3. IP  config
Ping command bounces a small packet off a domain or IP address to test network connectivity, and tells how long the packet took to make the round trip. Its most commonly used command for conducting the most basic network test and to verify that a device can communicate with another device on a network. 



Fig 1: Ping command for goolge.com

When you "Ping"  google.com it sends some data and gets reply from it. Otherwise it shows like connection times out or host not reachable. If lost is 0%, then network is reachable with out data (Packet) loss.

Ipconfig command gives information about your system IP configuration details. Below fig 2 is the example.

Fig 2:  Ipconfig command


The traceroute command used to show several details about the path that a packet takes from the computer or device to what ever specified destination.

Fig 3: Tracert command


Traceroute is a utility that records the route (the specific gateway computers at each hop) through the Internet between your computer and a specified destination computer. It also calculates and displays the amount of time each hop took. Thank you for reading the article.

Comments

Popular posts from this blog

FMEA Types and steps involved

FMEA means Failure Mode and Effects Analysis. There are 3 types of FMEAs.  System FMEA (SFMEA) Design FMEA  (DFMEA) Process FMEA  (PFMEA) SFMEA is for System and used to analyze the failures of the end product in a customer's system. It focuses on the potential failure modes associated with the functions of the end product.  DFMEA begins with the development of information to understand the system, subsystem or component being analyzed and defines their functional requirements and characteristics. It focuses on potential failure modes associated with the function of each system, subsystem or component being analyzed.  PFMEA is used to analyze manufacturing and assembly processes. It focuses on process inputs.  FMEA Processes - Steps Involved  There are 13 steps in creating an FMEA. Please find the attached diagram. Step 2: Define the Function  What is the system, the sub system or process steps supposed to d...