0% found this document useful (0 votes)
8 views1 page

Lab 3

The document outlines basic network command and configuration commands essential for diagnosing and configuring network connections, including ping, ipconfig, nslookup, and tracert. It provides descriptions of each command's function, such as testing connectivity, displaying IP configurations, and resolving DNS issues. These tools are crucial for troubleshooting and managing network performance.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Lab 3

The document outlines basic network command and configuration commands essential for diagnosing and configuring network connections, including ping, ipconfig, nslookup, and tracert. It provides descriptions of each command's function, such as testing connectivity, displaying IP configurations, and resolving DNS issues. These tools are crucial for troubleshooting and managing network performance.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab no.

: 3 Date: September 8th, 2024

Study of basic network command and Network configuration commands.

Basic network and configuration commands like ping, ipconfig, nslookup, and tracert are essential
tools used to diagnose and configure network connections. These commands help check connectivity,
display IP configurations, resolve DNS issues, and trace the path of packets across a network.

Some basic network command and network configuration commands are as follows:

C:\>ping: Tests connectivity between your computer and another device on the network by sending
packets and awaiting a response.

C:\>ipconfig: Displays the current TCP/IP configuration of the computer, such as IP address, subnet
mask, and default gateway.

C:\>ipconfig /all: Provides detailed information on the computer’s network configuration, including
DNS, DHCP, and Ethernet adapter details.

C:\>ipconfig /release: Releases the current IP address obtained from the DHCP server.

C:\>ipconfig /renew: Renews the IP address lease from the DHCP server.

C:\>ipconfig /flushdns: Clears the DNS resolver cache, useful when dealing with DNS issues.

C:\>nbtstat -a: Displays the NetBIOS name table of a remote computer.

C:\>arp -a: Shows the IP address and MAC address mappings on the network.

C:\>hostname: Displays the name of your computer.

C:\>netdiag: Diagnoses network issues (needs to be installed from Windows support tools).

C:\>netstat: Displays current active TCP/IP connections and listening ports.

C:\>nslookup: Diagnoses DNS problems by querying DNS servers for domain name information.

C:\>pathping: A combination of ping and tracert, traces the path and measures packet loss.

C:\>route: Displays and modifies the routing table on the computer.

C:\>tracert: Displays the path packets take to reach a destination, useful for troubleshooting network
routing issues.

1|Page

You might also like