Lab 02
Lab 02
Lab Title:
Basic Network Commands on windows and Linux
Lab Objective:
Objective of this lab is to make students understand the use of network important commands
for generic and customized information about the network configuration.
Activity Outcomes:
The student will understand the advantages of network commands and configuration.
Introduction:
The network infrastructure is a very complex structure of cables, routers, access points, data
packets, and a many other small components that together make the entire network work
seamlessly. Any issue in any of these smaller components may lead to an overall collapse of
the network infrastructure. This may lead to disruption of WiFi, cellular and wired (ethernet)
infrastructure. This is the reason why it's very important to have an access to how the
network is performing and know troubleshooting techniques, namely networking
commands, which are used at the command prompt to get network information.
Networking commands are used at the command prompt to get network information like the
IP address of the system (remember that an IP address is the address of your device in a
network), MAC address, network route traversed by a packet, and the IP address of the
server in which a website or URL is hosted.
The IP address and the default gateway should be in the same network or subnet; otherwise
this host wouldn’t be able to communicate outside the network
Activity-1:
5. NSLOOKUP Command
The NSLOOKUP command is used to troubleshoot network connectivity issues in the system.
Using the nslookup command, we can access the information related to our system’s DNS server,
i.e., domain name and IP address.
LINUX COMMANDS