Lab01-Windows Part 1-Student
Lab01-Windows Part 1-Student
Objectives In this lab, you will use standard Windows tools and utilities to
enumerate system and network information.
CLO: 5
Duration: 60+ min
Windows Utilities You will use the following utilities in this lab: ipconfig; ping; tracert;
netsh; netstat;
Student Notes You will be assessed on both the practical skills and theoretical knowledge
covered in this lab. This includes running the commands and knowing what
they do
Windows Utilities
ipconfig:
Displays all current TCP/IP network configuration values and refreshes Dynamic
Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.
Used without parameters, ipconfig displays Internet Protocol version 4 (IPv4) and
IPv6 addresses, subnet mask, and default gateway for all adapters.
ping:
Verifies IP-level connectivity to another TCP/IP computer by sending Internet
Control Message Protocol (ICMP) echo Request messages. The receipt of
corresponding echo Reply messages are displayed, along with round-trip times.
ping is the primary TCP/IP command used to troubleshoot connectivity,
reachability, and name resolution.
tracert:
This diagnostic tool determines the path taken to a destination by sending Internet
Control Message Protocol (ICMP) echo Request to the destination with
incrementally increasing time to live (TTL) field values. Each router along the path
is required to decrement the TTL in an IP packet by at least 1 before forwarding it.
Effectively, the TTL is a maximum link counter. When the TTL on a packet reaches
0, the router is expected to return an ICMP time Exceeded message to the source
computer.
netsh:
The Network Shell command-line scripting utility that allows you to, either locally
or remotely, display or modify the network configuration of a currently running
computer.
netsh has an interactive mode (meaning when you press the Enter key, you will
enter a subsection).
netstat:
Displays active TCP connections, ports on which the computer is listening, Ethernet
statistics, the IP routing table, IPv4 statistics (for the IP, ICMP, TCP, and UDP
protocols), and IPv6 statistics (for the IPv6, ICMPv6, TCP over IPv6, and UDP over
IPv6 protocols). Used without parameters, this command displays active TCP
connections.
ipconfig
ipconfig /all
ping IP-Address-of-WindowsXP
ping google.ae
tracert IP-Address-of-WindowsXP
tracert google.ae
netstat
If ping google.ae does not work from your cloud machine (it times out), try it from
your physical machine.
If tracert google.ae does not work from your cloud machine (it times out), try it
from your physical machine.
Some questions require research. Use the Internet or the help system.
Windows IP Configurations
Host Name ML-RefVm-146379
Ipconfig
Netsh
netshtat
2. Which Windows utility allows you to find out the possible routes between you and
another host?
A. ipconfig
B. ping
C. tracert
D. netstat
3. Which Windows utility would display the IP address of a domain like google.com?
A. ipconfig
B. ping
C. netstat
D. netsh
4. Which Windows utility allows you get the state and policy of a firewall?
A. ipconfig
B. ping
C. tracert
D. netsh