You are on page 1of 3

CS610

Assignment No 1 Solution

Requirement 1a:
By writing appropriate command in the
command line
Interface (Command Prompt), find the IP
address of your own system and take the
screenshot?
Answer: ipconfig or ipconfig /all

Requirement 1b:
After completing the task 1(a), find the system
name of your computer by using the IP address
of your system and appropriate command in
the command line interface.
Take the screenshot of the result and paste it
as your solution in MS Word file.
Answer:
nslookup 192.168.43.66 (Here 192.168.43.66
is your system’s IP Address)

Requirement 2:
Considering yourself a network supervisor, by
writing appropriate commands in the command
line interface (command prompt) in your
computer, obtain the information of the path
up to 5 hopes through which data will pass
through to access www.cisco.com. Take the
screenshot of the result and paste it as your
solution in MS Word file?
Answer:
tracert -h 5 www.cisco.com

You might also like