Experiment No 6
Experiment No 6
Aim: Implement network environment using basic networking commands in Windows 10.
Theory:
Networking command: 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.
3. Hostname: hostname command displays the name of the current host system.
4. Nslookup: Nslookup (stands for “Name Server Lookup”) is a useful command for
getting information from the DNS server. nslookup is a command-line
tool to discover the IP address or DNS record of a specific
domain name. It also allows for reverse DNS lookup, letting you
find the domain attached to an IP address. It is a network administration
tool for querying the Domain Name System (DNS) to obtain domain name or IP
address mapping or any other specific DNS record. It is also used to troubleshoot
DNS-related problems.
7. mkdir: The Use the mkdir command to create one or more directories specified by
the Directory parameter. Each new directory contains the standard entries dot (.)
and dot dot (..). You can specify the permissions for the new directories with the -m
Mode flag.
8. Getmac: Getmac is a Windows command used to display the Media Access Control
(MAC) addresses for each network adapter in the computer. These activities will
show you how to use the getmac command to display MAC addresses.